>The Palm OS Reference says to use FrmHideObject and FrmShowObject (in
>certain cases) in the description of FrmSetTitle.


The docs are wrong about this; I have already told the writers about this
bug and they'll correct it the next time they open up that chapter.

In fact, FrmHideObject and FrmShowObject don't know anything about the
title object, so they're no-ops, even if you do guess the right index for
the title object.  Their code looks to see what sort of object they're
being told to show or hide, and there's no case in the switch statements
for frmTitleObjects.

And the form will draw its title in FrmDrawForm regardless.  So the short
answer is that forms don't support hiding their titles.

-David Fedor
Palm Developer Support



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to