Arcade Engine.

Denis Fernández denis at ispcfg.rimed.cu
Thu Oct 13 07:58:03 EDT 2005


I need activate a Arcade Enigne for revolution,

Help me

Denis
----- Original Message -----
From: "Todd Geist" <tg.lists at geistinteractive.com>
To: <use-revolution at lists.runrev.com>
Sent: Wednesday, October 12, 2005 10:08 PM
Subject: Re: Image woes...


> Still having problems
>
> On 10/12/05 4:59 AM, "Klaus Major" <klaus at major-k.de> wrote:
> > Hmm, that does work actually, i use this almost everyday.
> >
> > Did you check the image on disk with an image viewer?
> > Maybe it got corrupted somehow...
>
> Here is what I am doing. Mac OSX 10.4.1 Rev 2.6.1
>
> I use button with the following handler to grab an image of the clipboard
> and place it in a file on my desktop.
>
> ON mouseUp
>
>     put the clipboardData["image"] into img "image"
>     put specialFolderPath("desktop") & "/test.png" into tPath
>     put "binfile:" & tPath into tURL
>     put img "image" into URL tURL
> END MouseUP
>
> -->  test.png is created on on the desktop and looks good when opened with
> "Preview".  And img "image" shows the image contents.
>
> I have a second button with this handler to copy the image back off the
disk
> into  a second image control.
>
> ON mouseUp
>     put specialFolderPath("desktop") & "/test.png" into tPath
>     put URL tURL into img "image2"
>     put the result
> END MouseUP
>
> -->  FAILS.  The second image control img "image2" is still empty.
>
> Any clues?
>
> Thanks very much
>
>
> Todd
> --
>
> Todd Geist
> ______________________________________
> g e i s t   i n t e r a c t i v e
>
>
> _______________________________________________
> 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
>
> --
> Este mensaje ha sido analizado por MailScanner
> en busca de virus y otros contenidos peligrosos,
> y se considera que está limpio.



-- 
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que está limpio.




More information about the use-livecode mailing list