Re: Hide stack change focus not supported 64bit

2020-04-09 Thread Bill Vlahos via use-livecode
Just to let everyone know I got it working and it is working great. Thanks, Bill > On Apr 3, 2020, at 3:59 PM, Bill Vlahos via use-livecode > wrote: > > Bob, > > What file(s) do I need to add? > > When I try adding to Stack Properties it won’t let me select macOStools.lcb. > > I can add

Re: Hide stack change focus not supported 64bit

2020-04-03 Thread Bill Vlahos via use-livecode
Bob, What file(s) do I need to add? When I try adding to Stack Properties it won’t let me select macOStools.lcb. I can add other files in the standalone builder I still don’t see macOStools.lcb in the Inclusions and it doesn’t hide. I think I need more complete instructions. Thank you, Bill

Re: Hide stack change focus not supported 64bit

2020-04-03 Thread Bob Sneidar via use-livecode
Open Stack Properties, add to the stackfiles. Also in the standalone builder you can add other files and folders that are not stack files. Bob S On Apr 2, 2020, at 9:33 PM, Bill Vlahos via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: I don’t see it in the inclusions tab. How

Re: Hide stack change focus not supported 64bit

2020-04-02 Thread Bill Vlahos via use-livecode
I don’t see it in the inclusions tab. How do I install your library? Thanks, Bill > On Apr 2, 2020, at 1:06 PM, Paul McClernan wrote: > > 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

Re: Hide stack change focus not supported 64bit

2020-04-02 Thread Paul McClernan via use-livecode
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,

Re: Hide stack change focus not supported 64bit

2020-04-02 Thread Bill Vlahos via use-livecode
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 > wrote: > > Paul, > > Your AppHide/AppUnhide sounds

Re: Hide stack change focus not supported 64bit

2020-03-30 Thread Bill Vlahos via use-livecode
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 > wrote: > > (Sorry, hit send too soon). > You can easily use AppleScript mixed with LiveCode script to change focus > to another app: > > *do

Re: Hide stack change focus not supported 64bit

2020-03-30 Thread Paul McClernan via use-livecode
(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

Re: Hide stack change focus not supported 64bit

2020-03-30 Thread Paul McClernan via use-livecode
You can easily use AppleScript mixed with LiveCode script to change focus to another app On Sun, Mar 29, 2020 at 5:18 PM Bill Vlahos via use-livecode < use-livecode@lists.runrev.com> wrote: > > I have a stack that needs to hide itself so a different window (other > application) is now the

Re: Hide stack change focus not supported 64bit

2020-03-30 Thread Paul Hibbert via use-livecode
Have you looked at the Launch command? launch [documentPath with] applicationPath Documentation: Description Use the launch command to start an application for the user to use. When the launch command executes, the application being launched comes to the foreground. When the user quits,

Re: Hide stack change focus not supported 64bit

2020-03-29 Thread Bob Sneidar via use-livecode
I just read the documentation. It seems to be talking about DontUseQT and DonUseQTEffects, not hide stack itself. Bob S On Mar 29, 2020, at 2:21 PM, Bob Sneidar mailto:bobsnei...@iotecdigital.com>> wrote: The documentation in 9.5.1 says that hide stack is not supported in 64bit. What is the

Re: Hide stack change focus not supported 64bit

2020-03-29 Thread Bill Vlahos via use-livecode
Sorry. That should read the newest version of LiveCode that behaves the way I want is 5.5.5. I haven’t had to rebuild this application until now due to Apple removing support for 32bit apps. Bill > On Mar 29, 2020, at 3:58 PM, Bill Vlahos wrote: > > I was hoping to avoid using AppleScript

Re: Hide stack change focus not supported 64bit

2020-03-29 Thread Terry Judd via use-livecode
You can certainly use AS to query the frontmost application but I'm guessing as soon as you click the button in your app then your app is it. You can also query the application processes - if they are sorted in order from frontmost to 'rearmost' then maybe you could tell the second process in

Re: Hide stack change focus not supported 64bit

2020-03-29 Thread Bill Vlahos via use-livecode
I was hoping to avoid using AppleScript but I might have to. The oldest version of LiveCode I have that behaves the way I want is 5.5.5. LiveCode must have changed this after version 5. Thank, Bill Vlahos > On Mar 29, 2020, at 3:38 PM, scott--- via use-livecode > wrote: > > This sounds like

Re: Hide stack change focus not supported 64bit

2020-03-29 Thread scott--- via use-livecode
This sounds like something AppleScript might be able to solve… > On Mar 29, 2020, at 3:01 PM, Bill Vlahos via use-livecode > wrote: > > Mark, > > OK. That makes sense and matches the behavior as my window does hide. > > However, the Mac doesn’t give any window the focus. My application

Re: Hide stack change focus not supported 64bit

2020-03-29 Thread Bill Vlahos via use-livecode
Mark, OK. That makes sense and matches the behavior as my window does hide. However, the Mac doesn’t give any window the focus. My application doesn’t really hide. It just closes the window but staying as the frontmost application. I need my whole application to hide to give the target window

Re: Hide stack change focus not supported 64bit

2020-03-29 Thread Bill Vlahos via use-livecode
Bob, I want my stack to completely hide not make another window of my application the frontmost. I want the target application (like a web browser page) that was underneath my app to now have focus. Thanks, Bill > On Mar 29, 2020, at 2:21 PM, Bob Sneidar via use-livecode > wrote: > >

Re: Hide stack change focus not supported 64bit

2020-03-29 Thread J. Landman Gay via use-livecode
On 3/29/20 4:17 PM, Bill Vlahos via use-livecode wrote: When I issue the command hide this stack my application window disappears but doesn’t lose focus. The target application that was behind my floating window doesn’t become the frontmost application. Hiding doesn't change anything but the

Re: Hide stack change focus not supported 64bit

2020-03-29 Thread Mark Wieder via use-livecode
On 3/29/20 2:17 PM, Bill Vlahos via use-livecode wrote: The documentation in 9.5.1 says that hide stack is not supported in 64bit. What is the alternative for MacOS X 64bit to temporarily hide my application? Er... no. The documentation says Additionally QuickTime does not include 64 bit

Re: Hide stack change focus not supported 64bit

2020-03-29 Thread Bob Sneidar via use-livecode
Whaaa?? That is what I was seeing! In my case I used go invisible . The stack I went to got focus, but going back to the calling stack did NOT return focus. What I ended up doing is using set the defaultStack to Bob S On Mar 29, 2020, at 2:17 PM, Bill Vlahos via use-livecode