Page 2 of 2
Problem in Silverlight Designer (client) constructor
Posted: Wed Dec 22, 2010 1:00 am
by Andrew
Hello,
Unfortunately, we cannot use anything else because we cannot save data as in .NET project. You need to make changes in you projects.
Thank you.
Problem in Silverlight Designer (client) constructor
Posted: Thu Dec 30, 2010 4:25 am
by LuisC.Costa
Hi,
Well, that's your decision of course, but I would say that since the IsolatedStorageSettings object is a global object, you can not assume that it only contains objects placed there by your application, so you must be prepared to ignore those objects.
Anyway, I have discussed this internally and the decision was to explore other possibilities, meaning that the changes to the Framework are just too big, so we will not persue that path now.
So, if this is your final statement on the issue, unfortunately we will have to search for other products.
Thank you very much for your help.
Best Regards
Problem in Silverlight Designer (client) constructor
Posted: Thu Dec 30, 2010 10:53 am
by Andrew
Hello,
The IsolatedStorageSettings class is the only place where you can save the settings in Sivlerlight. We can offer you two ways:
1. We can make a static property which will completely disable using saving settings in the entire project. In this case, you will not have problems in your project
2. We can add two static events, which will work when saving and loading settings, and you do them processed and stored where you want.
Thank you.
Problem in Silverlight Designer (client) constructor
Posted: Mon Jan 03, 2011 4:22 am
by LuisC.Costa
Hi,
Thanks for the feedback.
One question: Where would those events be raised? I would need them on the client side in order for it to solve my problem...
Thank you.
Best Regards
Problem in Silverlight Designer (client) constructor
Posted: Mon Jan 03, 2011 7:35 am
by Alex K.
Hello,
We have added a property:
Stimulsoft.Report.StiOptions.ApplicationSettings.SaveSettingsByUser
If to set this to true, the events will work:
Stimulsoft.Report.StiOptions.ApplicationSettings.LoadingApplicationSettings
Stimulsoft.Report.StiOptions.ApplicationSettings.SavingApplicationSettings
Solution will be available in prerelease build from 03-Jan-2011.
Please see the sample in attachment.
Thank you.