I do direct manipulation of frm and control stuctures to create them dynamically. Palm definitely advises against this, but the code hasn't broken up to PalmsOS 3.5. Directly manipulating structures gives you large speed improvements and better control(of your controls :) ). I fully expect my dynamic control code to break in a future OS, so I'm encapsulating all my critical functions in dependent files that I can change for different OS versions. Take a good look at the structures for Forms and Controls, and it should be pretty obvious how to write your own dynamic API. Greg Riddick [EMAIL PROTECTED] Trans/Form Bebop Software -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
