I call a popup from main with a menu selection
from the popup I have another menu
WHen I select an Item form the Popup's menu I want the 
current popup to close and open the new popup
here is the code im using and of course it's not working

// second menu call this
static Boolean mnuTheory_OnSelect(UInt16 menuID)
{
        FrmGotoForm(frmFlowTheory);
        return true;
}
//first menu calls this  menu in this form calls above procedure
static Boolean mnuFlow_OnSelect(UInt16 menuID)
{
        FrmPopupForm(frmFlow);
        return true;
}

as there both popups what am I doing wrong
Thanks

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

Reply via email to