Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all 4964 articles
Browse latest View live

New Comment on "RichTextBoxFormatBar"

$
0
0
We are facing few issues with Richtext formatbar 1) If we enter text with line space and then if we do bulleting/Numbering then line space are also bulleted. 2)for bulleting/Numbering Text if change the alignment only text will be alligne not the bulleting. 3)All font changes (Font, Color & Background color) goes off, while selecting text with different background color, font size, text color. Please let us know how to fix these issues or any workaround. Regards, Pavithra

New Comment on "RichTextBoxFormatBar"

$
0
0
Hi, We are using Richtextcontrol in our project, and we are facing few issues with Richtext formatbar. 1) If we enter text with line space and then if we do bulleting/Numbering then line space are also bulleted. 2)for bulleting/Numbering Text if change the alignment only text will be alligne not the bulleting. 3)All font changes (Font, Color & Background color) goes off, while selecting text with different background color, font size, text color. Please let us know how to fix these issues or any workaround. Regards, Pavithra

New Post: Facing few issues with Richtext formatbar

$
0
0
Hi,

We are using Richtextcontrol in our project, and
we are facing few issues with Richtext formatbar.

1) If we enter text with line space and then if we do bulleting/Numbering then line space are also bulleted.

2)for bulleting/Numbering Text if change the alignment only text will be alligne not the bulleting.

3)All font changes (Font, Color & Background color) goes off, while selecting text with different background color, font size, text color.


Please let us know how to fix these issues or any workaround.

Regards,
Pavithra

Commented Issue: PropertyGrid of Version 1.9 has problem with float properties [19619]

$
0
0
PropertyGrid of Version 1.9 has problem with float properties, but previous version (1.6) was fine.

see attachment.

thanks
Comments: ** Comment from web user: BoucherS **

After trying your sample with v1.9 of the toolkit, The Up/Down keys of the NumericUpDown are not available for float items.
In v2.0 of the toolkit, everything looks good. This version should be available soon.

Edited Issue: MouseWheelActiveOnFocus="True" [19608]

$
0
0
MouseWheelActiveOnFocus="True" not working anymore since update to 1.9.0.0.

Previous 1.8.0.0 work as expected by update filed with mouse wheel if mousepointer is over field without focus.

But since 1.9.0.0 only "false" mode with focused filed working.

New Post: CalculatorUpDown, how i can update the input field value ?

$
0
0
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.

Created Feature: CalculatorUpDown, how i can update the input field value ? [19627]

$
0
0
[From this Discussion](https://wpftoolkit.codeplex.com/discussions/440604)

The person here

-=-=-=-=-=-=-=-=-=-
Hello,
how i can update corresponding up / down field value with calcualtor value if enter or '=' is pressed ?

PS : without any calculation, only enter number and press enter ('=')

Thanks,
regards
Marcus

Commented Issue: Unable to load several versions of the toolkit into the same AppDomain [19433]

$
0
0
Hello,

We have a software which allows to add custom features by plugins. Plugins may add their own GUI with own panels, controls, etc. For different reasons it is essential that all plugins and the host software run in the same AppDomain. We recently got into the situation where two plugins used a different version of the WPF toolkit. In this scenario every time a panel was opened which contained a WPF toolkit control the software stopped working because of a missing resource. It turned out that the wrong version of the toolkit was used to resolve the resource.

After digging further into the issue we could locate the root cause in the merged resource dictionary in Main\Source\ExtendedWPFToolkitSolution\Src\Xceed.Wpf.Toolkit\Themes\Generic.xaml:

The merged resource dictionary doesn't specify a specific version for the other resource dictionaries. So the fix which worked for us is to change it from:
```
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/Xceed.Wpf.Toolkit;component/Themes/Generic/Brushes.xaml" />
<ResourceDictionary Source="/Xceed.Wpf.Toolkit;component/Themes/Generic/Buttons.xaml" />
...
</ResourceDictionary.MergedDictionaries>
```

to:
```
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/Xceed.Wpf.Toolkit;v1.9.0.0;component/Themes/Generic/Brushes.xaml" />
<ResourceDictionary Source="/Xceed.Wpf.Toolkit;v1.9.0.0;component/Themes/Generic/Buttons.xaml" />
...
</ResourceDictionary.MergedDictionaries>
```

This way the correct version of the resources will be resolved. The full solution would likely include a way to insert the current assembly version where I hard coded 1.9.0.0.

Would it be possible to add this fix to one of the next releases?

Best regards
Christian
Comments: ** Comment from web user: emartin **

The problem is that just adding the "VersionSafeResourceDictionary" to the Generic.xaml file won't make the Toolkit work properly.

Here what the issues we found:
1)
All "absolute" pack uri like <Image Source="/Xceed.Wpf.Toolkit;component/MyRes.png />in the resources files were also referring to the wrong assembly.

2)
Each places were a resource use a static reference to one of the assembly type or value to identify a key (ex. <Style x:Key="{x:Static tk:MyType.MyProp}" ... />) the result may end with the wrong value or a crash if the property doesn't exist in the "wrong" version of the toolkit.

However concerning the issue #1, this has been fixed by replacing all our references to relative uri.

For #2, We didn't had time to review and replace all theses usage with the "{ComponentResourceKey }" syntax that will probably fix the issue. It is not very long but since the tests has already been started this fix won't make the cut for v2.0. We will check this for v2.1.



New Post: Arrow mark is not visble

$
0
0
In Property grid, the problem I am facing is, it is not showing arrow mark for category on left side and for expandable objects either. How to make it visible?

One more thing is, on assigning ExpandableObject attribute to property, it is not expanding at all... Do we need to write any extra code for happening of the same?


Please help me out here.... Very urgent...

New Post: CheckListBox and ItemsSource

$
0
0
BoucherS wrote:
This issue is fixed in v2.0 of the toolkit.
Hi,

Could you please indicate when v2.0 will be available? I received the same type of error. Version I'm using: 1.9.0.0

Kind regards,

New Post: CheckListBox and ItemsSource

$
0
0
Next version of toolkit (v2.0) will be available soon, days or weeks from now.

New Post: DataGrid: Change the "Drag a column ..." text

$
0
0
I develop a application in a not english language. How can I chance the text of the Group-Header?

thank for your comment

Commented Issue: Could not load file or assembly Xceed.Wpf.Toolkit.Aero2 [19506]

$
0
0
From [this discussion](http://wpftoolkit.codeplex.com/discussions/437608)
-----------
Hi,

I added the DoubleUpDown control to a DataGrid and when the first row is initialized I get following IO Exception:

> Could not load file or assembly 'Xceed.Wpf.Toolkit.Aero2, Version=1.9.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' or one of its dependencies. The system cannot find the file specified.

When I continue, the application runs anyway and the control is shown and works. Do you have any idea what causes this exception and how I can get rid of it? If you need specific code I can provide it.

I use Caliburn.Micro as the underlying framework. The dll mentioned in the exception is nowhere to be found and it's not available in the zip that is provided on this webpage. I installed Extended WPF Toolkit via NuGet.

Cheers,
Daniel Fox
Comments: ** Comment from web user: shaper **

Hi,

same problem here. Cannot use any of the Xceed controls because of this error. I'm working with VS2012 ultimate.

Updated Wiki: Extended WPF Toolkit Plus

$
0
0

Develop better and faster

Upgrade to Extended WPF Toolkit Plus to get a year's worth of priority support, extra controls, extra features, early access to updates, and more. All for only $180.

Not only will you get more features and great support, but you'll support the project. You'll help ensure Xceed can continue to release great updates with new controls, features, and tons of fixes and improvements many times a year. Currently we have two full-time developers that are exclusively working on Extended WPF Toolkit, and as many .NET/WPF technical support engineers as needed to ensure all priority support questions are answered. We can only do this with your support.

Community EditionExtended WPF Toolkit PlusXceed Business Suite for WPF

*Save $400 until March 30 2013 with coupon 300I0F try
 

<a class="coinbase-button" data-code="c9b292432875c2e71734eeef22203ff0" href="https://coinbase.com/checkouts/c9b292432875c2e71734eeef22203ff0">Pay With Bitcoin</a><script src="https://coinbase.com/assets/button.js" type="text/javascript"></script>

Check out Extended WPF Toolkit Plus

Buy it now: add to cart

Check out Xceed Business Suite for WPF

Buy it now: add to cart (with $400 coupon applied)
---

Updated Wiki: Extended WPF Toolkit Plus

$
0
0

Develop better and faster

Upgrade to Extended WPF Toolkit Plus to get a year's worth of priority support, extra controls, extra features, early access to updates, and more. All for only $180.

Not only will you get more features and great support, but you'll support the project. You'll help ensure Xceed can continue to release great updates with new controls, features, and tons of fixes and improvements many times a year. Currently we have two full-time developers that are exclusively working on Extended WPF Toolkit, and as many .NET/WPF technical support engineers as needed to ensure all priority support questions are answered. We can only do this with your support.

Community EditionExtended WPF Toolkit PlusXceed Business Suite for WPF

*Save $400 until March 30 2013 with coupon 300I0F try
 

Check out Extended WPF Toolkit Plus

Buy it now: add to cart

Check out Xceed Business Suite for WPF

Buy it now: add to cart (with $400 coupon applied)
---

Closed Issue: WPFToolkit.Extended.classic.dll filenotfoundexception [18971]

$
0
0
On my windows server 2008r2 I switched to classic dispay theme (like windows 95)When starting my app using wpftoolkit.extended.dll version 1.8.0.0 I getCould not load file or assembly 'WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' or one of its dependencies. The system cannot find the file specified.Details:System.IO.FileNotFoundException occurred Message=Could not load file or assembly 'WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' or one of its dependencies. The system cannot find the file specified. Source=mscorlib FileName=WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4 FusionLog==== Pre-bind state information ===LOG: User = LULZEX\AdministratorLOG: DisplayName = WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4 (Fully-specified)LOG: Appbase = file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/LOG: Initial PrivatePath = NULLCalling assembly : PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.===LOG: This bind starts in default load context.LOG: Using application configuration file: D:\SS\tfs\Studio\trunk\Studio\bin\Debug\Studio.vshost.exe.ConfigLOG: Using host configuration file: LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.LOG: Post-policy reference: WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4LOG: Attempting download of new URL file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/WPFToolkit.Extended.classic.DLL.LOG: Attempting download of new URL file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/WPFToolkit.Extended.classic/WPFToolkit.Extended.classic.DLL.LOG: Attempting download of new URL file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/WPFToolkit.Extended.classic.EXE.LOG: Attempting download of new URL file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/WPFToolkit.Extended.classic/WPFToolkit.Extended.classic.EXE. StackTrace: at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) InnerException:
Comments: Close as duplicate of 153867
See https://wpftoolkit.codeplex.com/workitem/19517

Reopened Issue: WPFToolkit.Extended.classic.dll filenotfoundexception [18971]

$
0
0
On my windows server 2008r2 I switched to classic dispay theme (like windows 95)When starting my app using wpftoolkit.extended.dll version 1.8.0.0 I getCould not load file or assembly 'WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' or one of its dependencies. The system cannot find the file specified.Details:System.IO.FileNotFoundException occurred Message=Could not load file or assembly 'WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' or one of its dependencies. The system cannot find the file specified. Source=mscorlib FileName=WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4 FusionLog==== Pre-bind state information ===LOG: User = LULZEX\AdministratorLOG: DisplayName = WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4 (Fully-specified)LOG: Appbase = file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/LOG: Initial PrivatePath = NULLCalling assembly : PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.===LOG: This bind starts in default load context.LOG: Using application configuration file: D:\SS\tfs\Studio\trunk\Studio\bin\Debug\Studio.vshost.exe.ConfigLOG: Using host configuration file: LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.LOG: Post-policy reference: WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4LOG: Attempting download of new URL file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/WPFToolkit.Extended.classic.DLL.LOG: Attempting download of new URL file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/WPFToolkit.Extended.classic/WPFToolkit.Extended.classic.DLL.LOG: Attempting download of new URL file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/WPFToolkit.Extended.classic.EXE.LOG: Attempting download of new URL file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/WPFToolkit.Extended.classic/WPFToolkit.Extended.classic.EXE. StackTrace: at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) InnerException:

Commented Issue: WPFToolkit.Extended.classic.dll filenotfoundexception [18971]

$
0
0
On my windows server 2008r2 I switched to classic dispay theme (like windows 95)When starting my app using wpftoolkit.extended.dll version 1.8.0.0 I getCould not load file or assembly 'WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' or one of its dependencies. The system cannot find the file specified.Details:System.IO.FileNotFoundException occurred Message=Could not load file or assembly 'WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' or one of its dependencies. The system cannot find the file specified. Source=mscorlib FileName=WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4 FusionLog==== Pre-bind state information ===LOG: User = LULZEX\AdministratorLOG: DisplayName = WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4 (Fully-specified)LOG: Appbase = file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/LOG: Initial PrivatePath = NULLCalling assembly : PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.===LOG: This bind starts in default load context.LOG: Using application configuration file: D:\SS\tfs\Studio\trunk\Studio\bin\Debug\Studio.vshost.exe.ConfigLOG: Using host configuration file: LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.LOG: Post-policy reference: WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4LOG: Attempting download of new URL file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/WPFToolkit.Extended.classic.DLL.LOG: Attempting download of new URL file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/WPFToolkit.Extended.classic/WPFToolkit.Extended.classic.DLL.LOG: Attempting download of new URL file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/WPFToolkit.Extended.classic.EXE.LOG: Attempting download of new URL file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/WPFToolkit.Extended.classic/WPFToolkit.Extended.classic.EXE. StackTrace: at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) InnerException:
Comments: ** Comment from web user: emartin **

CORRECTION:
Ignore previous close

Closed Issue: WPFToolkit.Extended.classic.dll filenotfoundexception [18971]

$
0
0
On my windows server 2008r2 I switched to classic dispay theme (like windows 95)When starting my app using wpftoolkit.extended.dll version 1.8.0.0 I getCould not load file or assembly 'WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' or one of its dependencies. The system cannot find the file specified.Details:System.IO.FileNotFoundException occurred Message=Could not load file or assembly 'WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' or one of its dependencies. The system cannot find the file specified. Source=mscorlib FileName=WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4 FusionLog==== Pre-bind state information ===LOG: User = LULZEX\AdministratorLOG: DisplayName = WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4 (Fully-specified)LOG: Appbase = file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/LOG: Initial PrivatePath = NULLCalling assembly : PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.===LOG: This bind starts in default load context.LOG: Using application configuration file: D:\SS\tfs\Studio\trunk\Studio\bin\Debug\Studio.vshost.exe.ConfigLOG: Using host configuration file: LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config.LOG: Post-policy reference: WPFToolkit.Extended.classic, Version=1.8.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4LOG: Attempting download of new URL file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/WPFToolkit.Extended.classic.DLL.LOG: Attempting download of new URL file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/WPFToolkit.Extended.classic/WPFToolkit.Extended.classic.DLL.LOG: Attempting download of new URL file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/WPFToolkit.Extended.classic.EXE.LOG: Attempting download of new URL file:///D:/SS/tfs/Studio/trunk/Studio/bin/Debug/WPFToolkit.Extended.classic/WPFToolkit.Extended.classic.EXE. StackTrace: at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) InnerException:
Comments: Duplicate of 19517
https://wpftoolkit.codeplex.com/workitem/19517

Commented Issue: Missing Assembly: Xceed.Wpf.Toolkit.Luna [19517]

$
0
0
I added Xceed Extended WPF Toolkit via Nuget and I get a "A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll" which when I looked into it, found that it was looking for Xceed.Wpf.Toolkit.Luna.

Everything seems to work without this assembly.
Comments: ** Comment from web user: emartin **

Theses issues can be considered as duplicates:
[Issue 18971](https://wpftoolkit.codeplex.com/workitem/18971)
[Issue 19506](https://wpftoolkit.codeplex.com/workitem/19506)

Viewing all 4964 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>