Quantcast
Channel: Editors for WPF - Recent Posts
Browsing all 942 articles
Browse latest View live

Re: Creating custom part editbox.

Everything works fine. Thanks.

View Article


How to create a SingleEditBox

Dear Actipro-Team, I would like to bind a float variable to a DoubleEditBox. The problem is that the conversion from float to double modifies the value slightly, such that the float value 0.15 becomes...

View Article


Re: BrushEditBox without the buttons to pick between None, Solid brush, and...

Hello, you can create an implicit style for the BrushEditor control and set its AreEditModeButtonsVisible property to false.  I believe that will accomplish what you want.

View Article

Re: BrushEditBox without the buttons to pick between None, Solid brush, and...

That will be great for when I configure a solid color brush.  How can I show the BrushEditor control with the gradient controls without having the edit mode buttons visible?  Thanks!

View Article

Re: BrushEditBox without the buttons to pick between None, Solid brush, and...

You can set the EditMode property to GradientBrush to show the gradient controls.

View Article


Re: How to create a SingleEditBox

Hi Micheal,Yeah, unfortunately it would not be that simple to create an EditBox for floats (aka Single). There's a bit more plumbing needed in order to support it. I've marked down a TODO item to add...

View Article

Problem with extending DateTimeEditBox and using the "MMM" custom format...

Hi,I have extended the DateTimeEditBox class with functionality for auto-selecting all the text when the user clicks a "Part" or uses the left and right arrow keys: public class MyDateTimeEditBox :...

View Article

Re: Problem with extending DateTimeEditBox and using the "MMM" custom format...

Hi Geir,In the case of MMM format, it ends up using an InlineComboBox instead of a MaskedTextBox for input of month names.  So if you change your code to handle that, perhaps it will work.

View Article


Re: how to use the "DataGridEnumColumn" Control

I gave this shot but it still doesn't work. I'm sending a sample over that demonstates the problem.Thanks,-Craig

View Article


Re: Problem with extending DateTimeEditBox and using the "MMM" custom format...

Hi,Thank you for the quick reply - as always :).I was able to find the InlineComboBox, but I'm not sure what to do with it to make the text selected. By "selected" I mean the same thing as what happens...

View Article

Re: how to use the "DataGridEnumColumn" Control

Hi Craig,Sorry that was our bug.  The DataGridEnumColumn.DropDownButtonVisibility property should have been defaulting to true but it currently is defaulting false.  You can set it in your XAML to true...

View Article

Re: Problem with extending DateTimeEditBox and using the "MMM" custom format...

Hi Geir,If you can put together a complete sample project that reproduces your issue and email it over to our support address, then we can take a closer look.For the keyboard navigation, I believe you...

View Article

Re: Problem with extending DateTimeEditBox and using the "MMM" custom format...

Hi, I have sent you a small sample project now.Keyboard navigation with Next/Previous worked perfectly. Can't believe I didn't think of that myself... :) Thanks,Geir

View Article


Change notification for when the Brush changes in the BrushEditor?

Is there a way to get notification when the value of Brush changes in the BrushEditor control?

View Article

Re: Change notification for when the Brush changes in the BrushEditor?

Hi KC,Sorry there isn't an event however you could probably one way bind it to a property of your own and get that new property's changed notification to achieve the same sort of thing.

View Article


Adding user control as the DropDownContent of the BrushEditBox

I could like to add my own user control as the DropDownContent for the BrushEditBox (which I am using in my PropertyGrid), but I am having trouble binding the value of my user control to the...

View Article

Re: Adding user control as the DropDownContent of the BrushEditBox

Hi KC,Our default template for the DropDownContentTemplate does this when binding the BrushEditor's Brush property to the parent BrushEditBox:Brush="{Binding Value, RelativeSource={RelativeSource...

View Article


Re: Adding user control as the DropDownContent of the BrushEditBox

I am still having a problem with the binding.  The values don't seem to bind up, but when I use Snoop to look at the values then the binding occurs.I changed my xaml to your example, and I'm seeing the...

View Article

Re: Adding user control as the DropDownContent of the BrushEditBox

Hi KC,I'm not sure, but one difference I see is that we set the DropDownContentTemplate instead of the DropDownContent.  Our DataTemplate has a BrushEditor in it that binds the way I said.I believe...

View Article

Exception "Handler has not been registered with this event" when adding...

I've run into a situation where I am receiving an exception when adding a new gradient stop in your BrushEditor control.  The call stack is below.  Any ideas on what may be causing this?  I do not have...

View Article
Browsing all 942 articles
Browse latest View live