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

Reviewed: Extended WPF Toolkit - 2.0.0 (Jun 04, 2013)

$
0
0
Rated 5 Stars (out of 5) - Excellent work thx!

New Post: Auto close Messagebox ?

$
0
0
If you only want to close it (do not show the time left on the MessageBox or anything like that), use a System.Timers.Timer.

Commented Unassigned: RichTextBoxFormatBar bug!?!? during keyboard input! [19809]

$
0
0
trying to type the size of the font in the dialog.
But if i am typing more than 1 letter or number in the Font Familiy Box or Size Box , the dialog remains open and overwrites the selected text which i'm trying to change the font properties of.
Are there any properties to avoid this ?! or is this a real bug??
Comments: ** Comment from web user: BoucherS **

same as issue https://wpftoolkit.codeplex.com/workitem/19480.

Commented Issue: How to prevent ApplyPropertyValue from setting the focus to RichTextBox? [19480]

$
0
0
Based on discussion 437034.

Typing fontSize in the RichTextFormatBar only set the size of the text to the first input character and then set the focus in the RichTextBox. Then the second input character is typed in the RichTextBox.
Comments: ** Comment from web user: BoucherS **

same as issue https://wpftoolkit.codeplex.com/workitem/19809

Commented Unassigned: RichTextBoxFormatBar bug!?!? during keyboard input! [19809]

$
0
0
trying to type the size of the font in the dialog.
But if i am typing more than 1 letter or number in the Font Familiy Box or Size Box , the dialog remains open and overwrites the selected text which i'm trying to change the font properties of.
Are there any properties to avoid this ?! or is this a real bug??
Comments: ** Comment from web user: BoucherS **

As a workaround, you could use the following (for the FontSize) :
In the "RichTextBoxFormatBar.cs" file :

1) in the "FontSize_SelectionChanged" method :
replace
ApplyPropertyValueToSelectedText( TextElement.FontSizeProperty, e.AddedItems[ 0 ] );
with
if( _cmbFontSizes.IsDropDownOpen )
ApplyPropertyValueToSelectedText( TextElement.FontSizeProperty, e.AddedItems[ 0 ] );

2) in the "OnApplyTemplate" method :
Add
_cmbFontSizes.KeyUp += new System.Windows.Input.KeyEventHandler( FontSize_KeyUp );
(don't forget to unregister)

3) the "fontSize_KeyUp" method would be :
private void FontSize_KeyUp( object sender, System.Windows.Input.KeyEventArgs e )
{
if( e.Key == System.Windows.Input.Key.Enter )
{
ApplyPropertyValueToSelectedText( TextElement.FontSizeProperty, _cmbFontSizes.SelectedValue );
}
}

Updated Wiki: Home

$
0
0
Update: Community Edition v2.0.0 released with 67 improvements (see list). The Plus Edition gets 10 additional improvements and new controls.

Extended WPF Toolkit Plus

Extended WPF Toolkit™ is the number one collection of WPF controls, components and utilities for creating next generation Windows applications. Use it to build professional looking, modern, and easy to use line of business applications. The Extended WPF Toolkit project has been downloaded more than 200,000 times here and on Nuget.

The free, open source Community Edition is provided under the Microsoft Public License and includes the following controls:

AvalonDocknew in 2.0AutoSelectTextBoxBusyIndicatorButtonSpinner
CalculatorCalculatorUpDownCheckComboBoxCheckListBox
ChildWindownew featuresCollectionEditorDataGridCollectionControlDialog
ColorCanvasColorPickerDateTimePickerDateTimeUpDown
DecimalUpDownDoubleUpDownDropDownButtonIntegerUpDown
MagnifierMaskedTextBoxMessageBoxnew featuresMultiLineTextEditor
PiePrimitiveTypeCollEditorPropertyGridnew featuresRichTextBox
RichTextBoxFormatBarSplitButtonPanels/Layoutsnew in 1.9TimelinePanel
TimePickerWatermarkTextBoxWindowContainernew in 2.0 WindowControl new in 2.0
Windows 8 Theme new in 2.0WizardZoombox

Upgrade to Extended WPF Toolkit Plus to get even more controls, features, and professional support.

Latest News

New Live Explorer app available online as a Click Once app. Try it now!.

Until June 21st 2013 if you have bitcoins and click the Pay with Bitcoin button.

May 21st 2013 released Community Edition v2.0.0 containing 67 new improvements (see list).

 
Extended WPF Toolkit PlusMay 7th 2013 released Plus Edition v2.0.0 containing a variety of new controls and enhancements, including a styleable and feature-rich Chart control.

Jan 28th 2013 released v1.9.0 of the Community Edition, the first update this year. It contains a record-breaking 70 improvements (see the complete list) and a new control.

Action items

  • Enjoy WPF!
  • Please rate this release and write something positive. It's at the bottom of the downloads page
  • Follow this project (click "follow" at the top right of this page)
  • Follow @datagrid on Twitter for WPF and Toolkit news
  • Like Xceed's WPF page on Facebook
  • Check out a video or two on XceedVideos YouTube Channel
  • Add bugs or feature requests to the Issue Tracker

MCC11_Logo_Horizontal_Full-color.jpg

Updated Wiki: Home

$
0
0
Update: Community Edition v2.0.0 released with 67 improvements (see list). The Plus Edition gets 10 additional improvements and new controls.

Extended WPF Toolkit Plus

Extended WPF Toolkit™ is the number one collection of WPF controls, components and utilities for creating next generation Windows applications. Use it to build professional looking, modern, and easy to use line of business applications. The Extended WPF Toolkit project has been downloaded more than 200,000 times here and on Nuget.

The free, open source Community Edition is provided under the Microsoft Public License and includes the following controls:

AvalonDocknew in 2.0AutoSelectTextBoxBusyIndicatorButtonSpinner
CalculatorCalculatorUpDownCheckComboBoxCheckListBox
ChildWindownew featuresCollectionEditorDataGridCollectionControlDialog
ColorCanvasColorPickerDateTimePickerDateTimeUpDown
DecimalUpDownDoubleUpDownDropDownButtonIntegerUpDown
MagnifierMaskedTextBoxMessageBoxnew featuresMultiLineTextEditor
PiePrimitiveTypeCollEditorPropertyGridnew featuresRichTextBox
RichTextBoxFormatBarSplitButtonPanels/Layoutsnew in 1.9TimelinePanel
TimePickerWatermarkTextBoxWindowContainernew in 2.0 WindowControl new in 2.0
Windows 8 Theme new in 2.0WizardZoombox

Upgrade to Extended WPF Toolkit Plus to get even more controls, features, and professional support.

Latest News

New Live Explorer app available online as a Click Once app. Try it now!.

Until June 21st 2013 if you have bitcoins, you can get a 1-year, 1-developer subscription for the Plus Edition for only 2000 mBTC, a savings of over 25%. Just scroll down to the bottom of any page on http://wpftoolkit.com and click the Pay with Bitcoin button.

May 21st 2013 released Community Edition v2.0.0 containing 67 new improvements (see list).

 
Extended WPF Toolkit PlusMay 7th 2013 released Plus Edition v2.0.0 containing a variety of new controls and enhancements, including a styleable and feature-rich Chart control.

Jan 28th 2013 released v1.9.0 of the Community Edition, the first update this year. It contains a record-breaking 70 improvements (see the complete list) and a new control.

Action items

  • Enjoy WPF!
  • Please rate this release and write something positive. It's at the bottom of the downloads page
  • Follow this project (click "follow" at the top right of this page)
  • Follow @datagrid on Twitter for WPF and Toolkit news
  • Like Xceed's WPF page on Facebook
  • Check out a video or two on XceedVideos YouTube Channel
  • Add bugs or feature requests to the Issue Tracker

MCC11_Logo_Horizontal_Full-color.jpg

Updated Wiki: Home

$
0
0
Update: Community Edition v2.0.0 released with 67 improvements (see list). The Plus Edition gets 10 additional improvements and new controls.

Extended WPF Toolkit Plus

Extended WPF Toolkit™ is the number one collection of WPF controls, components and utilities for creating next generation Windows applications. Use it to build professional looking, modern, and easy to use line of business applications. The Extended WPF Toolkit project has been downloaded more than 200,000 times here and on Nuget.

The free, open source Community Edition is provided under the Microsoft Public License and includes the following controls:

AvalonDocknew in 2.0AutoSelectTextBoxBusyIndicatorButtonSpinner
CalculatorCalculatorUpDownCheckComboBoxCheckListBox
ChildWindownew featuresCollectionEditorDataGridCollectionControlDialog
ColorCanvasColorPickerDateTimePickerDateTimeUpDown
DecimalUpDownDoubleUpDownDropDownButtonIntegerUpDown
MagnifierMaskedTextBoxMessageBoxnew featuresMultiLineTextEditor
PiePrimitiveTypeCollEditorPropertyGridnew featuresRichTextBox
RichTextBoxFormatBarSplitButtonPanels/Layoutsnew in 1.9TimelinePanel
TimePickerWatermarkTextBoxWindowContainernew in 2.0 WindowControl new in 2.0
Windows 8 Theme new in 2.0WizardZoombox

Upgrade to Extended WPF Toolkit Plus to get even more controls, features, and professional support.

Latest News

New Live Explorer app available online as a Click Once app. Try it now!.

Cannot resolve image macro, invalid image name or id., you can get a 1-year, 1-developer subscription for the Plus Edition for only 2000 mBTC, a savings of over 25%. Just scroll down to the bottom of any page on http://wpftoolkit.com and click the Pay with Bitcoin button.

May 21st 2013 released Community Edition v2.0.0 containing 67 new improvements (see list).

 
Extended WPF Toolkit PlusMay 7th 2013 released Plus Edition v2.0.0 containing a variety of new controls and enhancements, including a styleable and feature-rich Chart control.

Jan 28th 2013 released v1.9.0 of the Community Edition, the first update this year. It contains a record-breaking 70 improvements (see the complete list) and a new control.

Action items

  • Enjoy WPF!
  • Please rate this release and write something positive. It's at the bottom of the downloads page
  • Follow this project (click "follow" at the top right of this page)
  • Follow @datagrid on Twitter for WPF and Toolkit news
  • Like Xceed's WPF page on Facebook
  • Check out a video or two on XceedVideos YouTube Channel
  • Add bugs or feature requests to the Issue Tracker

MCC11_Logo_Horizontal_Full-color.jpg

Updated Wiki: Home

$
0
0
Update: Community Edition v2.0.0 released with 67 improvements (see list). The Plus Edition gets 10 additional improvements and new controls.

Extended WPF Toolkit Plus

Extended WPF Toolkit™ is the number one collection of WPF controls, components and utilities for creating next generation Windows applications. Use it to build professional looking, modern, and easy to use line of business applications. The Extended WPF Toolkit project has been downloaded more than 200,000 times here and on Nuget.

The free, open source Community Edition is provided under the Microsoft Public License and includes the following controls:

AvalonDocknew in 2.0AutoSelectTextBoxBusyIndicatorButtonSpinner
CalculatorCalculatorUpDownCheckComboBoxCheckListBox
ChildWindownew featuresCollectionEditorDataGridCollectionControlDialog
ColorCanvasColorPickerDateTimePickerDateTimeUpDown
DecimalUpDownDoubleUpDownDropDownButtonIntegerUpDown
MagnifierMaskedTextBoxMessageBoxnew featuresMultiLineTextEditor
PiePrimitiveTypeCollEditorPropertyGridnew featuresRichTextBox
RichTextBoxFormatBarSplitButtonPanels/Layoutsnew in 1.9TimelinePanel
TimePickerWatermarkTextBoxWindowContainernew in 2.0 WindowControl new in 2.0
Windows 8 Theme new in 2.0WizardZoombox

Upgrade to Extended WPF Toolkit Plus to get even more controls, features, and professional support.

Latest News

New Live Explorer app available online as a Click Once app. Try it now!.

 
bitcoin-logo-96x20.png Until June 21st 2013* if you have bitcoins, you can get a 1-year, 1-developer subscription for the Plus Edition for only 2000 mBTC, a savings of over 25%. Just scroll down to the bottom of any page on http://wpftoolkit.com and click the Pay with Bitcoin button.

May 21st 2013 released Community Edition v2.0.0 containing 67 new improvements (see list).

 
Extended WPF Toolkit PlusMay 7th 2013 released Plus Edition v2.0.0 containing a variety of new controls and enhancements, including a styleable and feature-rich Chart control.

Jan 28th 2013 released v1.9.0 of the Community Edition, the first update this year. It contains a record-breaking 70 improvements (see the complete list) and a new control.

Action items

  • Enjoy WPF!
  • Please rate this release and write something positive. It's at the bottom of the downloads page
  • Follow this project (click "follow" at the top right of this page)
  • Follow @datagrid on Twitter for WPF and Toolkit news
  • Like Xceed's WPF page on Facebook
  • Check out a video or two on XceedVideos YouTube Channel
  • Add bugs or feature requests to the Issue Tracker

MCC11_Logo_Horizontal_Full-color.jpg

Updated Wiki: Home

$
0
0
Update: Community Edition v2.0.0 released with 67 improvements (see list). The Plus Edition gets 10 additional improvements and new controls.

Extended WPF Toolkit Plus

Extended WPF Toolkit™ is the number one collection of WPF controls, components and utilities for creating next generation Windows applications. Use it to build professional looking, modern, and easy to use line of business applications. The Extended WPF Toolkit project has been downloaded more than 200,000 times here and on Nuget.

The free, open source Community Edition is provided under the Microsoft Public License and includes the following controls:

AvalonDocknew in 2.0AutoSelectTextBoxBusyIndicatorButtonSpinner
CalculatorCalculatorUpDownCheckComboBoxCheckListBox
ChildWindownew featuresCollectionEditorDataGridCollectionControlDialog
ColorCanvasColorPickerDateTimePickerDateTimeUpDown
DecimalUpDownDoubleUpDownDropDownButtonIntegerUpDown
MagnifierMaskedTextBoxMessageBoxnew featuresMultiLineTextEditor
PiePrimitiveTypeCollEditorPropertyGridnew featuresRichTextBox
RichTextBoxFormatBarSplitButtonPanels/Layoutsnew in 1.9TimelinePanel
TimePickerWatermarkTextBoxWindowContainernew in 2.0 WindowControl new in 2.0
Windows 8 Theme new in 2.0WizardZoombox

Upgrade to Extended WPF Toolkit Plus to get even more controls, features, and professional support.

Latest News

New Live Explorer app available online as a Click Once app. Try it now!.

 
bitcoin-logo-96x20.pngUntil June 21st 2013 if you have bitcoins, you can get a 1-year, 1-developer subscription for the Plus Edition for only 2000 mBTC, a savings of over 25%. Just scroll down to the bottom of any page on http://wpftoolkit.com and click the Pay with Bitcoin button.

May 21st 2013 released Community Edition v2.0.0 containing 67 new improvements (see list).

 
Extended WPF Toolkit PlusMay 7th 2013 released Plus Edition v2.0.0 containing a variety of new controls and enhancements, including a styleable and feature-rich Chart control.

Jan 28th 2013 released v1.9.0 of the Community Edition, the first update this year. It contains a record-breaking 70 improvements (see the complete list) and a new control.

Action items

  • Enjoy WPF!
  • Please rate this release and write something positive. It's at the bottom of the downloads page
  • Follow this project (click "follow" at the top right of this page)
  • Follow @datagrid on Twitter for WPF and Toolkit news
  • Like Xceed's WPF page on Facebook
  • Check out a video or two on XceedVideos YouTube Channel
  • Add bugs or feature requests to the Issue Tracker

MCC11_Logo_Horizontal_Full-color.jpg

Updated Wiki: Home

$
0
0
Update: Community Edition v2.0.0 released with 67 improvements (see list). The Plus Edition gets 10 additional improvements and new controls.

Extended WPF Toolkit Plus

Extended WPF Toolkit™ is the number one collection of WPF controls, components and utilities for creating next generation Windows applications. Use it to build professional looking, modern, and easy to use line of business applications. The Extended WPF Toolkit project has been downloaded more than 200,000 times here and on Nuget.

The free, open source Community Edition is provided under the Microsoft Public License and includes the following controls:

AvalonDocknew in 2.0AutoSelectTextBoxBusyIndicatorButtonSpinner
CalculatorCalculatorUpDownCheckComboBoxCheckListBox
ChildWindownew featuresCollectionEditorDataGridCollectionControlDialog
ColorCanvasColorPickerDateTimePickerDateTimeUpDown
DecimalUpDownDoubleUpDownDropDownButtonIntegerUpDown
MagnifierMaskedTextBoxMessageBoxnew featuresMultiLineTextEditor
PiePrimitiveTypeCollEditorPropertyGridnew featuresRichTextBox
RichTextBoxFormatBarSplitButtonPanels/Layoutsnew in 1.9TimelinePanel
TimePickerWatermarkTextBoxWindowContainernew in 2.0 WindowControl new in 2.0
Windows 8 Theme new in 2.0WizardZoombox

Upgrade to Extended WPF Toolkit Plus to get even more controls, features, and professional support.

Latest News

New Live Explorer app available online as a Click Once app. Try it now!.

 
BitcoinUntil June 21st 2013 if you have bitcoins, you can get a 1-year, 1-developer subscription for the Plus Edition for only 2000 mBTC, a savings of over 25%. Just scroll down to the bottom of any page on http://wpftoolkit.com and click the Pay with Bitcoin button.

May 21st 2013 released Community Edition v2.0.0 containing 67 new improvements (see list).

 
Extended WPF Toolkit PlusMay 7th 2013 released Plus Edition v2.0.0 containing a variety of new controls and enhancements, including a styleable and feature-rich Chart control.

Jan 28th 2013 released v1.9.0 of the Community Edition, the first update this year. It contains a record-breaking 70 improvements (see the complete list) and a new control.

Action items

  • Enjoy WPF!
  • Please rate this release and write something positive. It's at the bottom of the downloads page
  • Follow this project (click "follow" at the top right of this page)
  • Follow @datagrid on Twitter for WPF and Toolkit news
  • Like Xceed's WPF page on Facebook
  • Check out a video or two on XceedVideos YouTube Channel
  • Add bugs or feature requests to the Issue Tracker

MCC11_Logo_Horizontal_Full-color.jpg

Commented Unassigned: PropertyGrid Default DateTimeEditor ignores all inputs. [19789]

$
0
0
The default DateTime editor seems to be completely non-functional in the latest release. Mouse wheel scrolls, cursor keys, manual entry are all ignored and the value returned/stored/displayed is always the current time the control was instantiated.

Tested in my own application, and by downloading the Live Explorer Click Once application and tested there with identical results.
Comments: ** Comment from web user: tchappell **

I am from New Zealand, so I and my colleagues all use "English (New Zealand)" as the Locale for date time formats, settings and language.

New Post: How to change error template of propertygrid elements

Commented Unassigned: RichTextBoxFormatBar bug!?!? during keyboard input! [19809]

$
0
0
trying to type the size of the font in the dialog.
But if i am typing more than 1 letter or number in the Font Familiy Box or Size Box , the dialog remains open and overwrites the selected text which i'm trying to change the font properties of.
Are there any properties to avoid this ?! or is this a real bug??
Comments: ** Comment from web user: fecub **

thank you very much BoucherS, for your workaround! it was very helpful! i will implement this

Commented Unassigned: RichTextBoxFormatBar bug!?!? during keyboard input! [19809]

$
0
0
trying to type the size of the font in the dialog.
But if i am typing more than 1 letter or number in the Font Familiy Box or Size Box , the dialog remains open and overwrites the selected text which i'm trying to change the font properties of.
Are there any properties to avoid this ?! or is this a real bug??
Comments: ** Comment from web user: fecub **

So i have now added the if (IsDropDownOpen) clause to the selectionchanged event of both comboboxes (FontFamily and FontSize) and added a KeyUp event to both Comboboxes which look like this:

```
private void FontFamily_KeyUp(object sender, System.Windows.Input.KeyEventArgs e)
{
if (e.Key == System.Windows.Input.Key.Enter && _cmbFontFamilies.SelectedValue != null)
{
ApplyPropertyValueToSelectedText(TextElement.FontFamilyProperty, _cmbFontFamilies.SelectedValue);
}
}

private void FontSize_KeyUp(object sender, System.Windows.Input.KeyEventArgs e)
{
if ((e.Key == System.Windows.Input.Key.Enter) && (!string.IsNullOrEmpty(_cmbFontSizes.Text)) )
{
ApplyPropertyValueToSelectedText(TextElement.FontSizeProperty, _cmbFontSizes.Text);
}
}
```
I did not need to register a new keyup event in the OnApplyTemplate Method,
both comboboxes work fine now, thank you for your help.


Commented Issue: RichTextBoxFormatBar fades away while choosing from Combos [19451]

$
0
0
The auto fade feature of the RichTextBoxFormatBar fades away even if you are interacting with it.

This happens, for example, when the list of the ComboBoxes are long enough. If you go far from the format bar in order to select the bottom-most item (of the dropdown) it disappears, so you cannot select it.


Additional:
While playing with it, I realized I cannot change the sizes (and fonts) when the item in the ComboBox is far from the Format Bar. It seems that it considers you are leaving the format bar and it starts to fade out before you can actually select the value you wanted.

In few words, the method that fades out the bar isn't detecting whether you are just putting the mouse cursor out or selecting a value a value at the bottom (far away) in one of the ComboBox dropdowns.
Comments: ** Comment from web user: fecub **

Setting the "MaxDropDownHeight" property of the comboboxes to a value of "180" in the RichTextBoxFormatBar.xaml
help me to be able to select last items in comboboxes.

Is not the best solutions but makes the formatbar working better ;)
hope it helps anyone else too.

Commented Unassigned: PropertyGrid Default DateTimeEditor ignores all inputs. [19789]

$
0
0
The default DateTime editor seems to be completely non-functional in the latest release. Mouse wheel scrolls, cursor keys, manual entry are all ignored and the value returned/stored/displayed is always the current time the control was instantiated.

Tested in my own application, and by downloading the Live Explorer Click Once application and tested there with identical results.
Comments: ** Comment from web user: BoucherS **

I confirm the bug is caused by the locale. Using the CultureInfo "en-NZ" prevents the user from modifying the DateTime format.

Commented Unassigned: RichTextBoxFormatBar bug!?!? during keyboard input! [19809]

$
0
0
trying to type the size of the font in the dialog.
But if i am typing more than 1 letter or number in the Font Familiy Box or Size Box , the dialog remains open and overwrites the selected text which i'm trying to change the font properties of.
Are there any properties to avoid this ?! or is this a real bug??
Comments: ** Comment from web user: emartin **

Other reference: Discussion 437034

Closed Issue: How to prevent ApplyPropertyValue from setting the focus to RichTextBox? [19480]

$
0
0
Based on discussion 437034.

Typing fontSize in the RichTextFormatBar only set the size of the text to the first input character and then set the focus in the RichTextBox. Then the second input character is typed in the RichTextBox.
Comments: Duplicate of 19809

New Post: How to change error template of propertygrid elements

Viewing all 4964 articles
Browse latest View live


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