Page 1 of 1

Bug with style and formatting in silverlight designer

Posted: Wed Jun 19, 2013 3:53 am
by bobsov
If you go to your sample reports for silverlight available online,
http://websl.stimulsoft.com/Designer.as ... SimpleList

Select a data field, say address. Go to font and select underline and change color. Now when you do preview, the changed style is not applied. If you try to remove a style, it gives an error too.

First I thought it was happening only on my designer but I am in a way glad that its happening on your sample site too.

Please let me know once this is fixed. I would be interested in knowing the exact code where this fixed needs to be applied.

Thank you.

Re: Bug with style and formatting in silverlight designer

Posted: Thu Jun 20, 2013 8:01 am
by HighAley
Hello.

Thank you for the bug-report. We have fixed it. Please, check our demo once again.
The patch will be available on our next prerelease build tomorrow.

Thank you.

Re: Bug with style and formatting in silverlight designer

Posted: Sat Jun 22, 2013 7:44 am
by bobsov
Thank you Aleksey. Do you know the impacted file?

Re: Bug with style and formatting in silverlight designer

Posted: Mon Jun 24, 2013 11:01 am
by HighAley
Hello.

You should replace all assemblies with ones from the latest prerelease build from our site.

Thank you.

Re: Bug with style and formatting in silverlight designer

Posted: Thu Aug 01, 2013 1:19 am
by bobsov
This has not been fixed yet. I wasted lot of hours trying to merge the latest source code with mine, only to find out this still is an issue. This issue can be seen at demo site - websl.stimulsoft.com. If you select address field in demo 1 and make it bold and underline and make font bigger, and go to preview, there is no effect.

Re: Bug with style and formatting in silverlight designer

Posted: Thu Aug 01, 2013 6:12 am
by Alex K.
Hello,

This behavior due to the Style property for the Address text component. Please try to set the Style property to None.

Thank you.