Ah, how foolish of me. The problem was that form B, the popup form, was not modal. I guess popping up a non-modal form allows the underlying form to stay semi-active, but not correctly. Anyway, making the form modal fixes the problem. Thanks very much for the clue. --Mark
----- Original Message ----- From: "ThuNguyet Nguyen" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, August 19, 2003 2:48 PM Subject: Re: Strange positioning problem with popup form > Hi Mark, > > From: "Mark Nudelman" <[EMAIL PROTECTED]> > > > Form A, a 160x160 form, is on screen. A menu item calls FrmPopupForm to > > bring up form B, which is a 160x103 form positioned near the bottom of the > > screen (it is positioned at 0,56). Everything works fine, except if I tap > > on the unobscured part of form A while form B is up, it acts like form B > > has suddenly been repositioned at the top of the screen (0,0). > > > I don't have an answer to your question because it hasn't happenned to me :) > Is form B modal form? With modal form, I always set the width to 156. It should stay at the bottom > of the screen. So, the biggest modal form is 156x156, positioned at (2,2) > If the height of your form is 103, may be you want to try 156x103 and position it at (2,55). Try > it, may be the strange problem disappear. > > tnn > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
