--- Andy Black <[EMAIL PROTECTED]> wrote: > > Thanks, that fixed it. However, in constructor those five > items are always showing. Is that normal? Makes it a real > pain to have to change all my lists to display 0 when I > want to move things around. Just wondering.
Constructor is designed as a WYSIWYG (What You See Is What You Get) editor. So, if you intend to show 5 lines of a list when your app runs, that's what you'll see when you open your rsrc file in Constructor. Most of the time, that makes it easier to position your controls on the form. If you are having a problem with overlapping items, use the Layout | Show Object Hierarchy menu item (Ctrl+H on Windows) to select the object you want. You shouldn't have to resize anything that way. __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
