Vesselin Bontchev wrote:
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).
Hi Vesselin,
in my opinion, it's not the purpose of a news group to give full qualified step-by-step tutorials. That's why please excuse my short finger points to the solution.
Regards, Henk
-- ------------------------------------------------------------------------- Henk Jonas [EMAIL PROTECTED] Palm OS Â certified developer
Please contact me, if you need an off-side contract worker. -------------------------------------------------------------------------
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
