Thanks John, the zorder is defined by the object ID. You can change the objects ID of the UI objects to suit the required zorder.
SB ----- Original Message ----- From: "John Cundall" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[email protected]> Sent: Thursday, September 28, 2000 11:49 AM Subject: Re: UI objects zorder? > I think it's based on the ObjectID - thus in a From, ID 1000 is farthest > back, ID 1001 draws in front, and so on. I just tried this with a simple > bitmap + button form and if the bitmap had a lower ID than the button, > it drew behind the button. Thus in constructor, put your backdrop bitmap > into the form first then add the other objects, so that the bitmap gets > ID 1000. > > John. > <[EMAIL PROTECTED]> > > Stephen Byatt wrote: > > > > Using constructor, how do you specify whih objects are "above" others? > > > > I ask because I have set a FormBitmap the size of the window that contains a > > backdrop I wish to use, but it is placed over the UI objects at run time. > > Any explanantion, or am I being dumb? > > > > TIA, > > Stephen Byatt > > -- > 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 ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
