On Mon, 10 Dec 2001, Avilla, Dane wrote:
> Use the form functions for manipulating form objects:
>
> void FrmSetObjectBounds (FormType *formP, UInt16 objIndex, const
> RectangleType *bounds);
>
> and
>
> void FrmSetObjectPosition (FormType *formP, UInt16 objIndex, Coord x, Coord
> y);
>
> should get you what you need.

  that will move it around the screen :) not exactly the best UI
  design, but, doable.. just remember to redraw the form if the
  API's dont update the form for you

> > Is there any way to change scroll bar size or location
> > programmatically?

  void SclGetScrollBar(sclBar, &val, &min, &max, &pge);
  void SclSetScrollBar(sclBar, val, min, max, pge);

  to change the "contents" of the scrollbar, but, not move it around.

// az
[EMAIL PROTECTED]
http://www.ardiri.com/


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to