Page 1 of 3

Prompt To Save Changes On Exit

Posted: Fri Jun 06, 2014 1:04 pm
by steve3squared
Hey,

Is there a way to prompt confirmation of saving changes on exit in StiMobileDesigner?

Cheers

Re: Prompt To Save Changes On Exit

Posted: Mon Jun 09, 2014 9:59 am
by HighAley
Hello.

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

Posted: Mon Jun 09, 2014 11:57 am
by HighAley
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.

Re: Prompt To Save Changes On Exit

Posted: Tue Jun 10, 2014 8:52 am
by steve3squared
Good news, thankyou

Re: Prompt To Save Changes On Exit

Posted: Tue Jun 10, 2014 10:10 am
by HighAley
Hello.

Let us know if you need any additional help.

Thank you.

Re: Prompt To Save Changes On Exit

Posted: Fri Jun 20, 2014 1:20 pm
by steve3squared
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

Re: Prompt To Save Changes On Exit

Posted: Mon Jun 23, 2014 9:41 am
by HighAley
Hello.

Could you specify which browser do you use?
Here is a confirmation message on closing tab in Chrome browser.
confirm.png
confirm.png (43.74 KiB) Viewed 2693 times
Thank you.

Re: Prompt To Save Changes On Exit

Posted: Mon Jun 23, 2014 10:13 am
by steve3squared
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);
});

Re: Prompt To Save Changes On Exit

Posted: Mon Jun 23, 2014 11:29 am
by HighAley
Hello.

Great!
Let us know if you need any additional help.

Thank you.

Re: Prompt To Save Changes On Exit

Posted: Mon Jun 30, 2014 2:51 pm
by steve3squared
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.