James Hurley wrote:
RIght now I have a collection of fields arranged in a grid--5 across
and 31 down. They were created by script and run off the bottom of the
screen. I would like to group them and put in a vertical scrollbar,
but I can't get at them to select those off the bottom of the screen.

Any thoughts? Is it possible to select a collection of controls by
script and then group them?

One of the great things about Rev is that if the IDE can do it you can do it too. :)

repeat with i = 1 to the number of fields
  set the selected of fld i to true
end repeat
group


--
 Richard Gaskin
 Fourth World
 Rev training and consulting: http://www.fourthworld.com
 Webzine for Rev developers: http://www.revjournal.com
 revJournal blog: http://revjournal.com/blog.irv
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to