Ask a Question related to Macromedia Director Lingo, Design and Development.
-
aflint webforumsuser@macromedia.com #1
Can we make an alert appear upon selecting quit?
Can we make an alert appear upon selecting quit?
I have a student who wishes to be able to use the quit function applied to a button as usual, except she wants an alert box to pop up that asks, "Are you sure?" If the user chooses OK or its equivalent, the app would quit, but if they choose no, the app would not quit, and the user would be able to continue with the application.
Can anyone suggest the right code to use here? I've tried a few things, but I haven't been able to get it to work.
Thanks,
[email]aflint@hotmail.com[/email]
aflint webforumsuser@macromedia.com Guest
-
Slow to quit, force quit sometimes necessary
Has anyone else experienced general slowness in starting and quitting the application? My users are on Acrobat Pro 7.08, using OS 10.4.6 on Dual... -
Have to quit and restart Distiller 6 to make additional PDF's
I must be missing something because I have tried everything to figure this one out. Never had this problem in previous versions but upgrading to 6 I... -
Cannot Force Quit
Peter, Steve's problem is that his internal HD is full. I don't think removing applications from it is a wise solution for recovering free space. ... -
quit
How can i make my presentation close if i press on a sprite that says quit..... any help... thanks also, i posted about sound, and ive checked... -
How to make projector quit if user ejects cd from dirve
Hi all, Just wondering if there is a way to make the projector quit if the user ejects the cd. At the moment it hangs the machine and a... -
Ned #2
Re: Can we make an alert appear upon selecting quit?
you need to set the exitLoc = true at the beginning of your movie (look in
lingo help about it)
use quitMsg xtras to trap alt+F4 (it's free and very easy to use, comes with
an example)
and for the dialog box, many solutions : xtras like buddyAPI, MUI, otherwise
you can do it in pure director, stage and lingo :o)
--
----------------
-- Ned
----------------------------------------
Bien faire et laisser braire
----------------------------------------
"aflint" <webforumsuser@macromedia.com> a écrit dans le message de
news:bqhaad$6uv$1@forums.macromedia.com...
| Can we make an alert appear upon selecting quit?
|
| I have a student who wishes to be able to use the quit function applied to
a button as usual, except she wants an alert box to pop up that asks, "Are
you sure?" If the user chooses OK or its equivalent, the app would quit,
but if they choose no, the app would not quit, and the user would be able to
continue with the application.
|
| Can anyone suggest the right code to use here? I've tried a few things,
but I haven't been able to get it to work.
|
| Thanks,
| [email]aflint@hotmail.com[/email]
|
|
Ned Guest



Reply With Quote

