The JADE 2022 release meets tomorrow’s business demands.
HistoricalComments
Software Medical Infomatics Limited 18/12/2017 8:50:15 AM
Being able to define a button on the toolbar (and perhaps an associated hotkey) that would run a specific JadeScript method would provide a lot of benefit and would cover a lot of scenarios. Brian Johnstone 16/12/2017 9:02:28 AM This would be very useful. I could then remove all the A_RunMainApp application definitions we have sprinkled around our schemas. Having said that, it is so nice not to have to swap schema contexts to run the main application that you may want to consider using that work-around in the interim. These applications simply launch the main application and then terminate in their initialize methods. They use the result of app.isBeingDebugged() to determine whether to call app.startApplication(, ) or app.debugApplication(,) prior to the terminate statement. |