DOWNLOADING REV 4.0.0

Björnke von Gierke bvg at mac.com
Fri Nov 19 07:56:06 EST 2010


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
> 
> 
> On Nov 17, 2010, at 11:59 PM, Joseba Aguayo wrote:
> 
>> No Jacqueline, no.
>> The support team respond me this:
>> ------------
>> Dear Joseba Aguayo,
>> 
>> Thank you for your request. If you are referring to the old DreamCard Revolution Player, it is no longer supported or available.
>> 
>> If you mean the Web Plugin, that is here:
>> 
>> http://revweb.runrev.com
>> 
>> I hope this helps,
>> 
>> Regards,
>> 
>> Heather
>> -------------------------
>> 
>> Is incredible !!!!
>> 
>> Un saludo.
>> 
>> Joseba Aguayo Fernández
>> (jaguayo at telur.es)
>> 
>> 
>> On Nov 17, 2010, at 8:58 PM, use-revolution-request at lists.runrev.com wrote:
>> 
>>> DOWNLOADING REV 4.0.0
>> 
>> _______________________________________________
>> use-revolution mailing list
>> use-revolution at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-revolution
> 
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list