--- Michel Schrameck <[EMAIL PROTECTED]> wrote: > > I would like to know how I can display two forms (or more), one > under the other (such that no part of any form is on top of another), > and be able to interact with them directly, without problem. >
First off, that description makes no sense. If one form is "under the other" then some part of a form must be "on top of another". Second, assuming that what you are asking about is how to have multiple, non-overlapping, forms on the screen at the same time -- The simple advice is: don't do it. With a tiny 160x160 screen, the OS was not designed to have multiple forms active "at the same time". In fact, all forms must be bottom justified and full-screen width (including the border, if it is a modal form) or the OS has problems. Just use one form and divide it into multiple areas. Use a gadget to define each area if that is convenient. __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
