Kiosk App to Move Back on Top
Sivakatirswami
katir at hindu.org
Tue Dec 18 16:18:43 EST 2007
Sarah Reichelt wrote:
>> If so, how exactly do we do that? Infact I want to actually close
>> Safari's Top window (so that the next user comes into Safari with a
>> default page) I suppose that will require a touch of applescript.
>> (of which I know virtually zero)
>>
>
>
Ken, Sarah:
Thank you, great... it works!
> Here are the Applescripts you will need. Assembe them as usual and "do
> using AppleScript".
>
> To close the top window:
> tell application "Safari"
> close window 1
> end tell
>
> To close all windows:
> tell application "Safari"
> close the windows
> end tell
>
> HTH,
> Sarah
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
More information about the use-livecode
mailing list