Screen Capture other software using RunRev application
mfstuart
mfstuart at cox.net
Thu May 29 19:38:08 EDT 2008
Terry, I can work with that.
Actually, I modified your "Capture" button script to:
on mouseUp
hide this stack
import snapshot
--position the image so that it doesn't overlap the Capture button at the
top left of the form
set the left of image 1 to 2
set the top of image 1 to 32
--cut image 1
set the clipboardData["image"] to image 1
show this stack
end mouseUp
Terry Judd wrote:
>
> How about this button script...
>
> ON mouseUp
> hide this stack
> import snapshot
> cut image 1
> show this stack
> END mouseUp
>
> Terry...
>
>
> On 30/5/08 9:06 AM, "mfstuart" <mfstuart at cox.net> wrote:
>
>>
>> Hi Mark.
>> That's unfortunate. But all I'm looking for is to grab screen shots of
>> the
>> software I build and then be able to paste the capture to any other
>> software, such as an email or Word.
>> I think Snapper would be an overkill?
>>
>> Regards,
>> Mark Stuart
>>
>>
>>
>> Mark Schonewille-3 wrote:
>>>
>>> Hi Mark,
>>>
>>> It doesn't work on Windows yet, but it should be possible. The
>>> EnhancedQT external crashed when I tried it and I haven't had time to
>>> figure out the reason for the crash yet.
>>>
>>> --
>>> Best regards,
>>>
>>> Mark Schonewille
>>>
>>> Economy-x-Talk Consulting and Software Engineering
>>> http://economy-x-talk.com
>>> http://www.salery.biz
>>>
>>> Benefit from our inexpensive hosting services. See
>>> http://economy-x-talk.com/server.html
>>> for more info.
>>>
>>> On 30 mei 2008, at 00:45, mfstuart wrote:
>>>
>>>>
>>>> Hi Mark, does Snapper work on the Windows XP platform?
>>>> Mark Stuart.
>>>
>>> _______________________________________________
>>> 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
>>>
>>>
>
> --
> Dr Terry Judd
> Lecturer in Educational Technology (Design)
> Biomedical Multimedia Unit
> Faculty of Medicine, Dentistry & Health Sciences
> The University of Melbourne
> Parkville VIC 3052
> AUSTRALIA
>
> 61-3 8344 0187
>
> _______________________________________________
> 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
>
>
--
View this message in context: http://www.nabble.com/Screen-Capture-other-software-using-RunRev-application-tp17547393p17548456.html
Sent from the Revolution - User mailing list archive at Nabble.com.
More information about the use-livecode
mailing list