Re: Can't trap Quit

2007-09-19 Thread Bill Vlahos
Arrrg! So if I put a button on the card and click it after the stack just closed with this script: on mouseUp put the defaultStack into vTempStack set the defaultStack to vTempStack end mouseUp It works. However, that would require a user to click on it. I put it into the following han

Re: ANN: LibKiosk External (was Re: Kiosk Question - Lock User In)

2007-09-19 Thread Mark Wieder
Sarah- Tuesday, September 18, 2007, 6:34:23 PM, you wrote: > Anyway, I build the first example and when I try to use the external > function in the stack, I just get "error in function handler". Any > ideas Andre? That error sounds like your stack can't find the external lib properly. What happe

Re: UnZip application not working?

2007-09-19 Thread Sarah Reichelt
On 9/20/07, Ton Kuypers <[EMAIL PROTECTED]> wrote: > Is this a bug or am I missing something? > > I use the unzip command in Revolution Enterprise 2.8.1 to unzip a > "zipped" application on OS-X. > > After unzipping, the package content is identical to the original, > the size is the same, but I ca

UnZip application not working?

2007-09-19 Thread Ton Kuypers
Is this a bug or am I missing something? I use the unzip command in Revolution Enterprise 2.8.1 to unzip a "zipped" application on OS-X. After unzipping, the package content is identical to the original, the size is the same, but I can't open the unzipped application... It opens and close

Re: supported audio formats in the play command.

2007-09-19 Thread Scott Rossi
Recently, Peter T. Evensen wrote: > What audio formats does the play command support? Evidently it doesn't > support mp3. For audioClips, WAV and AU are good choices. MP3 is only supported by the player object. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design _

supported audio formats in the play command.

2007-09-19 Thread Peter T. Evensen
What audio formats does the play command support? Evidently it doesn't support mp3. "play soundFilename" plays a lot more quickly than "set the filename of player "x" to soundFilename; start player "x"' I was looking at replacing my players with the play command, but it appears that I won't

Re: Print All Cards

2007-09-19 Thread Mark Wieder
Devin- My thanks as well. I can put that to use right away. -- Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Print All Cards

2007-09-19 Thread Jim Carwardine
Thanks, Devin... Jim on 9/19/07 2:27 PM, Devin Asay wrote: > > On Sep 19, 2007, at 10:15 AM, Jim Carwardine wrote: > >> Hi Folks... Anybody have a code snippet that will print multiple >> cards on a >> page? Jim > > Jim, > > This handler will print all the cards in the stack, four to a page

Re: custom "Type-ahead" function

2007-09-19 Thread FlexibleLearning
I do so like being able to help without actually having to do anything! I also wrote a google-filter someplace (as in using + and - to force includes and excludes). Must try and track that one down. It should be in the Scrapbook. /H Hugh Senior FLCo Home of The Scripter's Scrapbook On 19

Re: Print All Cards

2007-09-19 Thread Devin Asay
On Sep 19, 2007, at 10:15 AM, Jim Carwardine wrote: Hi Folks... Anybody have a code snippet that will print multiple cards on a page? Jim Jim, This handler will print all the cards in the stack, four to a page: on mouseUp set the printRotated to true open printing with

Print All Cards

2007-09-19 Thread Jim Carwardine
Hi Folks... Anybody have a code snippet that will print multiple cards on a page? Jim Jim Carwardine, President & CEO OYF Consulting Ph. 902.823.2339 / 866.601.2339 Fx. 902.823-2139 StrategicDoing: Execution depends on employees. -- ___

Re: LibKiosk External (was Re: Kiosk Question - Lock User In)

2007-09-19 Thread Mark Wieder
Luis- > Proper sound control comes to mind... ...actually, it does. Some time ago I started down the road of building a rev external interface to Audio Units with the goal of having some plugin widget things, but I never followed up on it after getting the initial stuff working... -- Mark W

Re: custom "Type-ahead" function

2007-09-19 Thread Devin Asay
On Sep 18, 2007, at 5:11 PM, Ton Kuypers wrote: Hi gang, A while ago I saw a RR stack wich allows me to filter a field with values of another field, the more you typed in, the more exact the filter worked... This allows a user to start typing and get somekind of a "type-ahead". The big p

Re: LibKiosk External (was Re: Kiosk Question - Lock User In)

2007-09-19 Thread Luis
Hiya, Proper sound control comes to mind... Cheers, Luis. On 19 Sep 2007, at 03:57, Andre Garzia wrote: Mark, thanks for the tip, I didn't knew that! :-) I've fixed the external and updated both the bundle and the source files on the net. Now... whats the next external I will build...

Re: custom "Type-ahead" function

2007-09-19 Thread Ton Kuypers
Mark, thats EXACTLY what I ment :-) Thanks! Warm regards, Ton Kuypers Digital Media Partners bvba Tel. +32 (0)477 / 739 530 Fax +32 (0)14 / 71 03 04 http://www.dmp-int.com On 19-sep-07, at 06:05, Mark Swindell wrote: Could this be what you saw? Mark _ From FlexibleLearning at aol.com