Hide stack change focus not supported 64bit

Paul McClernan paulmcclernan at gmail.com
Thu Apr 2 16:06:14 EDT 2020


Glad to hear that someone finds it useful!

>>I can’t figure out how to get it into my standalone.

You have to include the library it in the standalone settings, in the
inclusions tab. If it is greyed-out then go to the "general" tab and click
"select inclusions for standalone"

On Thu, Apr 2, 2020 at 10:33 AM Bill Vlahos <bvlahos at mac.com> wrote:

> Paul,
>
> Very nice! I see you have some other useful tools as well.
>
> It is working in the IDE but I can’t figure out how to get it into my
> standalone.
>
> Thank you,
> Bill Vlahos
>
> On Mar 30, 2020, at 9:52 PM, Bill Vlahos via use-livecode <
> use-livecode at lists.runrev.com> wrote:
>
> Paul,
>
> Your AppHide/AppUnhide sounds perfect. I will try it.
>
> Thank you,
> Bill Vlahos
>
> On Mar 30, 2020, at 7:58 PM, Paul McClernan via use-livecode <
> use-livecode at lists.runrev.com> wrote:
>
> (Sorry, hit send too soon).
> You can easily use AppleScript mixed with LiveCode script to change focus
> to another app:
>
> *do *"tell application "& quote& "PhotoShop"& quote& " to activate"as
> AppleScript
>
> You could also use AppHide / AppUnhide from my LCB Library macOSTools
> to minimize your stack which automatically switches to whatever the next
> running app is. See the test stack, which uses the above AppleScript to
> switch focus back to LiveCode after the AppHide command.
> Download from here:
> https://github.com/PaulMcClernan/LCB_macOSTools
>
>
>



More information about the use-livecode mailing list