Hi,
I am using FB 5.5.0.348
I have configured FB to auto save the script
steps to reproduce :
1- change a script in an action
2- run the selected action with ALT-F5
the script is not saved : the old one is use for the run
Yves
Hi,
I am using FB 5.5.0.348
I have configured FB to auto save the script
steps to reproduce :
1- change a script in an action
2- run the selected action with ALT-F5
the script is not saved : the old one is use for the run
Yves
Hi Yves,
I’m not able to reproduce this one here, however we have had similar reports in the past. It seems like there is some other step which is required for this to be reproducible, please let us know if you work out what that is (or if you’re seeing it consistently.)
Regards,
Angus
Hi,
Strange you cannot reproduce it.
I’ll try to give you a more detail procedure :
1- From Finalbuilder options | Scripting, uncheck “Auto save scripts”
2- create a new script
3- add a message box action
4- SAVE
5- set a BeforeScript action [Action.Description = “test”;] in Javascript for example
6- do not click anywhere, just ALT+SHIFT+F5
7- it run the action AND after runing it , prompt for saving
=> saving is run on OnExit event on the component wich is not fired well when you compile using the shortcuts
hope it helps !
Regards
Yves