My understanding is that there is a bug in FrmGetObjectIndex which may cause problems 
here. If you're trying to get the index of a form object in order to call 
FrmHideObject or FrmShowObject on it, you'd expect to pass in the ID of the form 
object, but you need to pass in the ID of the bitmap family referenced by the form 
object instead. If you're not programmatically changing the bitmap shown by the form 
bitmap, then the best way around this bug is to use the same resource ID for the form 
bitmap as you do for the bitmap family it references.
--
Peter Epstein
Palm Inc. Developer


-- 
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