All,

I have a need to create a dynamic form, and I can't find this particular issue
addressed in the archives.

Under some conditions, I create the form without a title bar.  Under OS4+, it
works fine to pass NULL as the pointer to the title string.  Under OS 3.5, this
causes a "just read from memory location 0xFFFFFFFF..." error.  I tried using a
pointer to an ascii 0 byte, but that creates a short title with no text, instead
of no title bar.

What is the trick to getting no title bar under OS3.5 in a dynamically generated
form?

Secondly, under OS3.5, for each control and field I add to the form, POSE is
reporting an attempt to read from 0x00000000 in low memory.  The same code works
correct on OS4+, and on a device you don't see any anomalies regardless of OS
version.  But I can't spot any reason for it, and I prefer my POSE sessions to
run clean.

Is this just another one of the issues with dynamic UI in OS3.5?  

I do make sure to always use the (potentially) updated form pointer after each
addition, and this occurs on the first object added too.

TIA,
Doug

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

Reply via email to