Re: silent alert boxes in Shockwave

2003-05-27 Thread Howdy-Tzi
On Tuesday, May 27, 2003, at 11:47 America/Chicago, Slava Paperno wrote: Since MUI can't be used in Shockwave movies, what do you good people use for silent alert boxes and simple user-input queries? Umm, nothing? As you say MUI's out of the question. Roll your own, or is there something quick a

Re: silent alert boxes in Shockwave

2003-05-27 Thread grimmwerks
Doesn't just the old 'alert' work as well? [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programmin

Re: silent alert boxes in Shockwave

2003-05-27 Thread Cole Tierney
Doesn't just the old 'alert' work as well? It's pretty noisy, though. -- Cole [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for lea

Re: silent alert boxes in Shockwave

2003-05-28 Thread Valentin Schmidt
hi slava, as far as i remember it doesn't work in some (old?) browsers, but there is also the javascript-solution for alerts and prompts: for alert: on mouseUp me gotoNetPage("javascriptalert('Hello world!')") end for prompts: on mouseUp me gotoNetPage("javascriptdoPrompt();") end and

Re: silent alert boxes in Shockwave

2003-05-29 Thread Valentin Schmidt
strange, for some reason all the colons dissapeared in my mail, although it was direct copy/paste from lingo. of course it's javascript: alert... (or, if they dissapear again, javascript alert... ;-) valentin [To remove yourself from this list, or to change to digest mode, go to http://www.penwor

Re: silent alert boxes in Shockwave

2003-05-31 Thread Valentin Schmidt
better not start another OS dispute :-) i think xp's alright, especially if you develop mainly for the win32-platform, and mac isn't that much better anymore, you won't convince me, i've seen and had to much g4 trouble... but maybe you're right, outlook has some serious problems, especially in the

Re: Re: silent alert boxes in Shockwave

2003-05-30 Thread Mark A. Boyd
At 10:25 2003-05-28, Valentin Schmidt wrote: strange, for some reason all the colons dissapeared in my mail, although it was direct copy/paste from lingo. That's the way it works with top-post centric, Outlook Express. I think it usually uses double line spacing, too - at least in the newsreader c

Re: Re: silent alert boxes in Shockwave

2003-05-30 Thread Howdy-Tzi
On Thursday, May 29, 2003, at 10:13 America/Chicago, Mark A. Boyd wrote: At 10:25 2003-05-28, Valentin Schmidt wrote: strange, for some reason all the colons dissapeared in my mail, although it was direct copy/paste from lingo. That's the way it works with top-post centric, Outlook Express. I th

Re: Re: silent alert boxes in Shockwave

2003-05-31 Thread Howdy-Tzi
On Friday, May 30, 2003, at 11:37 America/Chicago, Valentin Schmidt wrote: better not start another OS dispute :-) i think xp's alright, especially if you develop mainly for the win32-platform, and mac isn't that much better anymore, you won't convince me, i've seen and had to much g4 trouble..