At 21:20 22/01/2005, you wrote:
Hi Bob,
Hi Malte and Klaus
Thanks for the tips and scripts.
I modifies Malte's slightly to this
on mouseUp
repeat with i=1 to the number of controls of card 1 of stack "yourStack"
put the long ID of control i of cd 1 of stack "yourStack"&&"and"&space after theControls
end repeat
delete word -1 of theControls
put "group"&&theControls into toDoList
do toDoList
set the backgroundbehavior of the last group of cd 1 of stack "yourStack" to true
end mouseUp
The above script works perfectly.
All the best Bob; sunny Scotland :-)
This is off the top of my head but should work:
repeat with i=1 to the number of controls of card 1 of stack "yourStack" put the long ID of control i of cd 1 of stack "yourStack"&&"and"&space after theControls end repeat delete word -1 of theControls put "group"&&the controls into toDoList do toDoList set the backgroundbehavior of the last group of cd 1 stack "yourStack" to true
Best,
Malte
No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.7.2 - Release Date: 21/01/2005
-- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.7.2 - Release Date: 21/01/2005
_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
