Thanks Mike and Mark for your suggestions!
Sent from my iPad
On Jun 11, 2013, at 8:18 PM, "Mike Bonner [via Runtime Revolution]"
wrote:
> Yeah, as mark said, you can do the snapshot thing. If you want to just get
> the text you'd have to loop through the fields in each group, grab the text
Yeah, as mark said, you can do the snapshot thing. If you want to just get
the text you'd have to loop through the fields in each group, grab the text
and assemble it however you need it in a variable, then put it into the
clipboarddata["text"] or .. well something like that.
On Tue, Jun 11, 201
Charles,
If you want to copy two groups at once, you can temporarily group the
groups or create a rect from the topleft of one and the bottomright of
the other group:
put the topleft of grp 1 & comma & the bottomright of grp 2 into myRect
--
Best regards,
Mark Schonewille
Economy-x-Talk Co
Hi Charles,
I wonder what you have tried to far and why it didn't work?
One solution is
on mouseUp
export snapshot from grp 1 to myPict as PNG
set the clipboarddata["image"] to myPict
end mouseUp
but because this doesn't always give nice results, you might try
on mouseUp
export snaps