Prompt To Save Changes On Exit
-
- Posts: 40
- Joined: Tue Mar 04, 2014 5:37 pm
Prompt To Save Changes On Exit
Hey,
Is there a way to prompt confirmation of saving changes on exit in StiMobileDesigner?
Cheers
Is there a way to prompt confirmation of saving changes on exit in StiMobileDesigner?
Cheers
Re: Prompt To Save Changes On Exit
Hello.
We are working on this confirmation and will add it soon.
We will let you know when it will be available.
Thank you.
We are working on this confirmation and will add it soon.
We will let you know when it will be available.
Thank you.
Re: Prompt To Save Changes On Exit
Hello.
We have made an improvement.
The confirmation message will be shown in our next prerelease build which will be available on June 13.
Thank you.
We have made an improvement.
The confirmation message will be shown in our next prerelease build which will be available on June 13.
Thank you.
-
- Posts: 40
- Joined: Tue Mar 04, 2014 5:37 pm
Re: Prompt To Save Changes On Exit
Good news, thankyou
Re: Prompt To Save Changes On Exit
Hello.
Let us know if you need any additional help.
Thank you.
Let us know if you need any additional help.
Thank you.
-
- Posts: 40
- Joined: Tue Mar 04, 2014 5:37 pm
Re: Prompt To Save Changes On Exit
Hey Aleksey
I've setup the latest pre-release in my project, but cant seem to find the option to prompt for saving. The change log doesnt mention it either. Am I missing something?
Regards
I've setup the latest pre-release in my project, but cant seem to find the option to prompt for saving. The change log doesnt mention it either. Am I missing something?
Regards
Re: Prompt To Save Changes On Exit
Hello.
Could you specify which browser do you use?
Here is a confirmation message on closing tab in Chrome browser. Thank you.
Could you specify which browser do you use?
Here is a confirmation message on closing tab in Chrome browser. Thank you.
-
- Posts: 40
- Joined: Tue Mar 04, 2014 5:37 pm
Re: Prompt To Save Changes On Exit
Hey Aleksey,
Looks like its my code thats caused the problem. I run the report designer in a popup window and the only way I could make the window close was to use a jquery script.
I had attach a click event to the exit button.
I've fixed it with the following code
$(document).ready(function () {
$("#ReportDesignerControlmessageFormButtonYes").click(ExitDesignerButtonClicked);
});
Looks like its my code thats caused the problem. I run the report designer in a popup window and the only way I could make the window close was to use a jquery script.
I had attach a click event to the exit button.
I've fixed it with the following code
$(document).ready(function () {
$("#ReportDesignerControlmessageFormButtonYes").click(ExitDesignerButtonClicked);
});
Re: Prompt To Save Changes On Exit
Hello.
Great!
Let us know if you need any additional help.
Thank you.
Great!
Let us know if you need any additional help.
Thank you.
-
- Posts: 40
- Joined: Tue Mar 04, 2014 5:37 pm
Re: Prompt To Save Changes On Exit
I've had some testing results come in today.
The testing was done on a iMac and there seems to be a few problems
Safari: Does not prompt user to Save on exit (e.g after adding / changing a field)
Firefox: Does prompt save correctly
Chrome: Does not open Stimulsoft at all
This all works on a Windows OS with IE, Chrome and Firefox.
The testing was done on a iMac and there seems to be a few problems
Safari: Does not prompt user to Save on exit (e.g after adding / changing a field)
Firefox: Does prompt save correctly
Chrome: Does not open Stimulsoft at all
This all works on a Windows OS with IE, Chrome and Firefox.