> From: Gaurav Palvia [mailto:[EMAIL PROTECTED]] > 1. Whenever i use FrmPopupForm and the pass the symbolic > id that i had used while creating the form using FrmNewForm > It gps( it gives me the following error .Resource for form 5000 > is not found ) The form id i used is 5000. Are you calling FrmInitForm to handle the frmLoad event? Because... > The same problem occurs with FrmInitForm. That won't work. FrmInitForm is only for loading actual form resources that are built into your application. FrmNewForm doesn't create a resource, but it basically "loads" the form out of thin air. You want to use FrmNewForm as a replacement for FrmInitForm in this case. > Has anyone got experience creating forms dynamically > and assigning controls to them dynamically . > Can u please share the problems faced or the handing of > such forms is as good as of those forms created using Constructor. The dynamic UI APIs work reliably only on Palm OS 3.5.3 or higher. -slj- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
