From: "Dave Lippincott" <[EMAIL PROTECTED]>
> So I guess within a draw callback and on OS 3.3+ I can't get any
> object pointers because FrmGetActiveForm only returns NULL.
> Whats an engineer to do?

Why not use this:    FormPtr frm = FrmGetFormPtr( YourForm );
As you have seen, FrmGetActiveForm doesn't always return what you expect
because your form may not be the active form.



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

Reply via email to