Page 1 of 1
custom popUp on save
Posted: Sun Dec 08, 2013 8:58 am
by Wedyan
can i hide the built in save popUp and show custom one on save click on the designer ?
Re: custom popUp on save
Posted: Mon Dec 09, 2013 7:06 am
by Vladimir
Hello,
Please see the attached sample projects. They should be useful to you.
Thank you.
Re: custom popUp on save
Posted: Fri Jan 17, 2014 1:30 pm
by thalescouto
Hello Vladimir,
I need to do something similiar with this in my project. The difference is that I need the "save window" to be opened as a popup in the same page as the designer is. Also, I need that as soon as the user clicks on the save button, the report saved is opened with the Stimulsoft Web Viewer.
I was searching the forum looking for an answer, and I found that screenshot:
This is exactly what I need, but I couldnt figure out how to do this.
Thanks in advance,
Thales Couto
Re: custom popUp on save
Posted: Mon Jan 20, 2014 8:00 am
by Vladimir
Hello,
We have added new StiWebDesignerOptions.Appearance.showsavefiledialog option, which allows you to display a specified above dialogue for WebDesigner. Update will be available in the next prerelease build.
Thank you.
Re: custom popUp on save
Posted: Mon Jan 20, 2014 1:34 pm
by thalescouto
Do you have an idea of when this update will be avaliable?
Re: custom popUp on save
Posted: Tue Jan 21, 2014 4:02 am
by Andrew
Hello,
Thank you for the question.
The next prerelease build will be on Friday January 24, 2014.
Thank you.
Re: custom popUp on save
Posted: Tue Jan 28, 2014 2:03 pm
by thalescouto
Hello Andrew,
I just downloaded the update and I cant find the ShowSaveFileDialog option for StiWebDesigner.
The version I'm using is 1808.
Could you please help me here?
Thanks in advance,
Thales
Re: custom popUp on save
Posted: Wed Jan 29, 2014 6:19 am
by Alex K.
Hello,
You need set the following option:
Code: Select all
StiWebDesignerOptions.Appearance.ShowSaveFileDialog = true;
Thank you.