Page 1 of 1

sysSuspend and PowerPac

PostPosted: Mon Jan 27, 2014 9:25 am
by Clifton
Please note that if you are creating native scripts that rely on sysSuspend = true, the PowerPac sbk does set this system value to false at initialization and each time reader mode is accessed.
We will explore removing this setting in a future version of the PowerPac.
Solution:
Place sysSuspend = true somewhere in the execution of scripts that rely on this setting.

Note: This does not affect native apps that are distributed to end users as the PowerPac sbk does not load at all in these instances. The PowerPac is a development tool only.

This issue has been fixed as of PowerPac v11.82.587.

Re: sysSuspend and PowerPac

PostPosted: Wed Jan 29, 2014 12:03 pm
by John Robin Dove
Thanks Clifton! I've downloaded and tested the new version.