Is there a way to add an item to
an existing group without first
un-grouping?
Had a strange experience trying to
do this - lost a couple of objects
way off-screen, couldn't retrieve
them and had to "make" them again
and delete the originals.
Adding to a group
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Adding to a group
Life is just a bowl of cherries.
for loosing stuff:
for putting stuff into groups:
Code: Select all
set the loc of image "I'm lost" to 0,0
set the loc of field "I'm also lost" to 0,0
Code: Select all
copy button "relevant name" to group "name of a group"
set the name of button id it to "relevant name 2"
delete button "relevant name"
Various teststacks and stuff:
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
Adding to a group
Thanks BvG.
I assume I could do this in the "Message Window"
(which I think should be called "Command Window"
to avoid confusion with Win msg windows).
Except that I haven't really got the "Message Window"
figured out. Seems everything I put in there
either does nothing or returns an error.
Note to self - "Must try harder"
I assume I could do this in the "Message Window"
(which I think should be called "Command Window"
to avoid confusion with Win msg windows).
Except that I haven't really got the "Message Window"
figured out. Seems everything I put in there
either does nothing or returns an error.
Note to self - "Must try harder"
Life is just a bowl of cherries.