Hi Justin Are you looking for something simple or efficient but tricky ?
Here you got both: 1. Simple solution: Define the maximum possible number of controls you might need, set them all to "usable" and use FrmShowObject for the ones you need. 2. A tricky solution (but closer to VB idea) You use CtlNewControl to create popup triggers. You need a single copy of the corresponding list, declared as unusable. When the trigger is tapped, you get ctlEnter event. You process it by locating the list in the appropriate position and make it usable - effectively this is what PalmOS does, However you can have only one-to-one trigger-list relation, this is why you can't use the standard routine. Again, this might not be developer-friendly, but PalmOS is designed to be compact. M. -----Original Message----- From: Justin Holman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 12 December 2001 15:45 To: Palm Developer Forum Subject: Dynamically creating UI objects I am building an application and I want to create UI objects as I need them. For instance, say I want to have 4 Popup Triggers one time, and 5 the next time. I have have been able to do this with Visual Basic and need to do this with my Palm app. Any suggestions?? Thanks Justin -- 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/
