"New Table Object" (sort of) Problem

Len Morgan len-morgan at crcom.net
Tue Apr 3 14:02:19 EDT 2007


Well, I'm getting close!  Between locking the size and position and 
setting vScroll to true, I can now create a variable length table that 
will scroll if it get too large.

Next Problem:

How do I remove the groups when I do the next query?  Can I get a list 
of the groups that are within another group?  Something like:

repeat with g in (the groups in group "resultsGroup"
remove group g
end repeat

I realize that the repeat command isn't "legal" but I think you get the 
idea.  I KNOW I've seen a command that will give you the list of fields 
in a group (although I can't seem to find that either) but I want a list 
of groups that are contained within another group.

Thanks again!!!!  I'm getting there!

len



More information about the use-livecode mailing list