> From: Ralph Krausse
>
> OK, so I found this API but it blows up also....
>
> FrmSetObjectPosition (m_pFormPtr, BrowserEditField, 1,1);
>
I don't know exactly what your problem is. Is m_pFormPtr a valid FormPtr,
pointing to the current form? Is BrowserEditField the object index of the
field you want to move? Exactly what happens when "it blows up?"
I can move a field (objectID on the form pointed to by frmP) using this code
without crashing:
FrmHideObject(frmP, FrmGetObjectIndex(frmP, objectID));
FrmSetObjectPosition(frmP, FrmGetObjectIndex(frmP, objectID), x, y);
FrmShowObject(frmP, FrmGetObjectIndex(frmP, objectID));
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/