Hi, I've two problems with the XamNumericEditor :
1 : If I set the bg and the foreColor to :
Background="Black" Foreground="White"
the cursor stays black when I write a number.
2 : If I set a new model customization in Expression Blend (without modifing it), when I run my WPF project, I can't enter values and I don't see the spin button...
Yep, that's done :
nb :
Expression Blend 4
Framework 4
VS_10.
Hello,
If possible, may you please attach a sample application which shows this issue. I would like to test it on my side.
Hi, I solved my issue without using a style or a template on the xne.
I've a bug if I use the modify model property on the xne in Expression Blend.
After I've done that, in the Blend designer, that's ok but when I run my project, the xne is in total mess...
<igEditors:XamNumericEditor HorizontalAlignment="Right" Margin="0,106,62,0" VerticalAlignment="Top" Width="104" Style="{DynamicResource XamNumericEditorStyle1}"/>
I am checking if this is still an issue for you.
If you require any further assistance please do not hesitate to ask.
Hi, great for the first point, that works.
For the second, I'll see that later.
Thx