Okay try this: put "tell application Finder" & cr into theCommand put "set visible of process Finder to false" & cr after theCommand put "end tell" after theCommand replace "Finder" with quote & "Finder" & quote in theCommand do theCommand as appleScript
Put this as the last thing that runs after your kiosk app launches. Bob S > On Dec 29, 2014, at 16:41 , Jeff Reynolds <[email protected]> wrote: > > I have an older kiosk livecode application that is now being installed on a > new mac mini with yosemite (old imac running it finally died after 8 years in > a visitor center!). There is one odd thing now with setting startup > applications with the user account on Yosemite as after all of the start up > applications are loaded (in this case just the exhibit app) finder is brought > to the front. I've tested this with a number of apps and finder always comes > up on top at the end of startup. Anyone know of a work around so that after > startup the app does not need to be clicked on to bring it to the front? > > thanks > > jeff > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
