Accessing the inaccessible

Richard Gaskin ambassador at fourthworld.com
Fri Jan 8 20:17:26 EST 2010


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



More information about the use-livecode mailing list