--- Richard Coutts <[EMAIL PROTECTED]> wrote: > > My only problem is that a lot of the controls are in the same > location in my form, so when editing them with constructor, > they're all in the same place. I'd like to keep them on all > the same form, but maybe line them up in a grid in constructor > so they're not overlapping, and then when I "show" them, I can > adjust their (x,y) position to be where I want them. I did a > search through the Palm OS Programmers Reference but didn't > see any functions for adjusting a controls position -- can some > clue me in? >
If you have 2 (or more) controls that overlap, in Constructor use Layout | Show Object Hierarchy (or Ctrl-H) to open the Object Hierarchy window. Select a control from the Hierarchy list and its Layout Properties window will open. If you want to move a control at run-time, use FrmSetObjectPosition(). __________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
