Hi,
I have a program code like this:
        case CmdOk:
                {//Goddamn PODS local vars, protect from NULL
 
char*regcode=FldGetTextPtr(getObjectPtr(pForm,FldUnlockCode));
                if(regcode==NULL)
                        FrmCustomAlert(1000,"Sorry-this is an invalid serial
number!\n","","" );
                }
        case CmdCancel:
                FrmCustomAlert(1000,"Sorry-this is an invalid serial
number!\n", " ","" );
                FrmReturnToForm(MainForm);
                handled=true;
        break;  
Now, whenever I open the form via FrmPopupForm and click the OK or the
cancel button on my PODS GARNET 5.4 emulator, I get the following errors:
form.c, Line:903, Form must be full width-I click ignore
form.c, Line:237, Call FrmEraseForm first
What is happening here? The alert pops up, I click OK and then this.
Could anybody explain this?
Best regards
Tam Hanna-http://tamspalm.blogspot.com


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to