RE: FrmPopupForm not clearing

2001-12-12 Thread jacky Cheung

I think it may have something to do with the Save behind flag (can be set in
constructor for CW).  I am not sure (haven't done palm programming for
awhile).  May be someone can give you better advice.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Richard
Good
Sent: Thursday, December 13, 2001 11:06 AM
To: Palm Developer Forum
Subject: FrmPopupForm not clearing


I have a problem using FrmPopupForm.  When I execute the
FrmReturnToForm(0); to return to the originating form,  portions of
the popup form remain on the screen.  I can explicitly rewrite the
returned to form but from the documentation it would seem that this
should not be necessary.  Am I missing something?  Palm OS 3.5.2H3.0
Same effect on POSE or on the real device.
--
Richard Good
True Image Management Systems, Inc.
http://www.schoolid.com
School Security Systems and Services

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


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



Re: FrmPopupForm not clearing

2001-12-12 Thread Robert Purcell

Hi Richard,

I have seen a problem similar to this in the past.  If I remember correctly, it had 
something to
do with my popup form's width.  A popup form must have a width no less than 160 (the 
full width of
the screen).  Try running your app thru one of the debug roms and see if that produces 
any
valuable debug information.

Hope that helps...  :)

-Robert



__
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com

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



RE: FrmPopupForm not clearing

2001-12-12 Thread Michael Glickman

A proper way to do it is processing frmUpdateEvent:
see discussions in Form must be full width... thread.

You can rely on Save Behind assuming you have enough
memory. For Pilrc Save Behind is a default feature,
but you can disable it. Don't know about CW.

M.


-Original Message-
From: Richard Good [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 13 December 2001 9:06 AM
To: Palm Developer Forum
Subject: FrmPopupForm not clearing


I have a problem using FrmPopupForm.  When I execute the 
FrmReturnToForm(0); to return to the originating form,  portions of 
the popup form remain on the screen.  I can explicitly rewrite the 
returned to form but from the documentation it would seem that this 
should not be necessary.  Am I missing something?  Palm OS 3.5.2H3.0 
Same effect on POSE or on the real device.
-- 
Richard Good
True Image Management Systems, Inc.
http://www.schoolid.com
School Security Systems and Services

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

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