Greetings,
Is it possible for a Web standalone (i.e., a Revolution stack running via the browser plugin) to not only "quit" the application but close the browser window it's running in?
Currently, the "quit" command just freezes the current card in the browser's window.
I've been exploring shell commands, but have not yet found anything that will accomplish this.
Thanks,
Steve Alessi
close browser of a web standalone?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
close browser of a web standalone?
Steve Alessi
Associate Professor
The University of Iowa
Associate Professor
The University of Iowa
-
- VIP Livecode Opensource Backer
- Posts: 10045
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: close browser of a web standalone?
I had to so a similar task in straight JavaScript recently (no plugin) and as far as I could turn up it's only possible to close a window from JavaScript if that window was opened by JavaScript (as opposed to the user opening a new window). This may be for security reasons.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn