>
> Actually, Eric, he was asking for those controls *not* in a
> group, but your code works with one minor adjustment (and a
> name change):
Ken is right...
but in the "basic object address" form it's much easier to read...
put the long name of cd 1 of stack "StackPath/StackName.rev" into thiscd
put the number of controls in thiscd into controlcount
repeat with x = 1 to controlcount
get the long name of the owner of control x of thiscd
if it is not thiscd then
put it & cr after controllist
-- or
put it into cdcontrols[x]
end if
end repeat
and there more variations im sure ;)
just replace the long id|name for the id|name match ;)
Oh yes, all these types of things are already in GIM
since 2 months - available for the curious...
cheers
Xavier
http://monsieurx.com/taoo - 90% of your scripting is done...
isn't it time you started getting the application put together faster?
_______________________________________________
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