On 5/2/02 2:23 pm, Steve Messimer <[EMAIL PROTECTED]> wrote: > I would really love to see the implementation of a scrolling container that > isn't a field. > > You've all seen these before. The are often used to store graphics or > icons. I suppose that this is a feature that could be added as a property of > a stack window.
Use a scrolling group (or even script this behavior using a scroll bar object depending on what you are doing). You can't scroll the window because you would scroll the menu bar off the screen on some platforms. You can scroll a scrolling group in pointer tool mode and access the controls inside using the select grouped controls feature on the toolbar. Kind regards, Kevin Kevin Miller <[EMAIL PROTECTED]> <http://www.runrev.com/> Runtime Revolution Limited - Power to the Developer! Tel: +44 (0) 870 747 1165. Fax: +44 (0)1639 830 707. _______________________________________________ improve-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/improve-revolution
