Eheh. Of course. DOH!

Bob


On Nov 19, 2010, at 4:56 AM, Björnke von Gierke wrote:

> on startup
>  put the effective filename of me into thePath
>  put the files into theList
>  filter theList with "*.rev"
>  put line 1 of theList into theStack
>  put the short name of me into theStandalone
>  hide this stack
>  go stack theStack
>  if the result <> "" then
>    show stack theStack
>    put theStack & return into field "error"
>    put the result after field "error"
>    beep
>    pass startup
>  end if
>  send "closeme" to stack theStandalone in 1 second
> end startup
> 
> on closeMe
>  close this stack
> end closeMe
> 
> On 18 Nov 2010, at 18:19, Bob Sneidar wrote:
> 
>> Just thot I'd say, the player was one of the selling points for me. To be 
>> able to distribute a stack I made for the company I work for, along with a 
>> player, without having to futz with all the idiosyncrasies of standalones 
>> was very appealing. I was disappointed when support for the player went 
>> away. 
>> 
>> Bob

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to