Mark,

Thanks that worked with just one correction:

on mouseUp pMouseBtnNo
  export snapshot from grc "Fill 1" to grcVar as PNG
  set the text of image "TEST" to grcVar
set the imagesource of char 1 of line 1 of field "Sample" to the id of image "TEST"
end mouseUp


Thank you so much,

Tom McGrath III
Lazy River Software
[EMAIL PROTECTED]

iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html


On Dec 3, 2008, at 4:17 PM, Mark Schonewille wrote:

on mouseUp pMouseBtnNo
  export snapshot from grc "Fill 1" to grcVar as PNG
  set the text of image "TEST" to grcVar
set the imagesource of char 1 of line 1 of field "Sample" to image "TEST"
end mouseUp

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

Reply via email to