How to change StiPreviewForm style (buttons and title)

Stimulsoft Reports.NET discussion
mrapi
Posts: 282
Joined: Sat Dec 20, 2008 1:08 am

How to change StiPreviewForm style (buttons and title)

Post by mrapi »

Yes that was the problem, target to framework 4, I followed Ivan advice from there
http://forum.stimulsoft.com/Default.aspx?g=posts&t=3942


"The reason of the problem is that the designer starts with NetFramework 4.0, so the dll is compiled with Net4.0.
Please try to open the "Designer.exe.config" file and delete lines with "v3.0", "v3.5" and "v4.0".
Then, the designer should start with. Net 2.0."



and now it works fine,THANKS A LOT !!!!!!!!!!!!!!!!
mrapi
Posts: 282
Joined: Sat Dec 20, 2008 1:08 am

How to change StiPreviewForm style (buttons and title)

Post by mrapi »

StiOptions.Windows.UseSkinableReportRenderingWindow = True
Doesn't work,no error but the rendering window has system default theme :dumb:
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

How to change StiPreviewForm style (buttons and title)

Post by Alex K. »

Hello,

Sorry this property was not included into the prerelease build. It will be available in the next prerelease build.

Thank you.
mrapi
Posts: 282
Joined: Sat Dec 20, 2008 1:08 am

How to change StiPreviewForm style (buttons and title)

Post by mrapi »

Aleksey wrote:Hello,

Sorry this property was not included into the prerelease build. It will be available in the next prerelease build.
Thank you.
K,but the property was there,no error when using.
For the Framework compatibility I suggest using a dialog selection when designer runs for the first time,I didn't know that it works default for Framework 4 not even how to change for other version.
Thanks.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

How to change StiPreviewForm style (buttons and title)

Post by Andrew »

Hello,

This property was added in the latest prerelease build, but processing of this property was not included in it. It will be available in the next prerelease build.
Unfortunately, the version of the framework will be possible to change in the file of configuration.

Thank you.
mrapi
Posts: 282
Joined: Sat Dec 20, 2008 1:08 am

How to change StiPreviewForm style (buttons and title)

Post by mrapi »

No problem,I'll edit config file manually.I will wait next prerelease.
Thanks.
Andrew wrote:Hello,

This property was added in the latest prerelease build, but processing of this property was not included in it. It will be available in the next prerelease build.
Unfortunately, the version of the framework will be possible to change in the file of configuration.

Thank you.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

How to change StiPreviewForm style (buttons and title)

Post by Alex K. »

Hello,

Let us know if you need any additional help.

Thank you.
mrapi
Posts: 282
Joined: Sat Dec 20, 2008 1:08 am

How to change StiPreviewForm style (buttons and title)

Post by mrapi »

Thank you very much !
StiOptions.Windows.UseSkinableReportRenderingWindow = True works starting with build from 28 Dec 2010
:biggrin:
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

How to change StiPreviewForm style (buttons and title)

Post by Andrew »

Ok!

Have a nice day!
Thank you.
Post Reply