Aha, CtlGlueSetFrameStyle seems to be doing exactly what I want, thanks!

Some caveats:

1) Don't forget to include

#include <CtlGlue.h>

because the default <PalmOS.h> doesn't include it.

2) Configure your linker to link with libPalmOSGlue.a, libPalmOSGlue-debug.a or 
PalmOSGlue.lib, depending on how exactly this library is called in your 
environment, because the linker doesn't link with it by default.

3) Call CtlGlueSetFrameStyle *before* you call FrmDrawForm, not afterwards - 
and don't forget to call FrmDrawForm after the call to CtlGlueSetFrameStyle 
(doh! Got me this one).

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

Reply via email to