I have gotm with a standard list that comes up in response to a click on a 
popup trigger.

When I display that form from one part of my app, it works fine.  From 
another part, however, when I select from the list, the list doesn't go 
away.  That is, the underlying form is not redrawn.

Why does that happen?

Should I be calling FrmDrawForm() like this?

         case popSelectEvent:
             FrmDrawForm(m_pDialog);
             if (HandleSelectEvent(event->data.popSelect.listID, 
event->data.popSelect.selection, event->data.popSelect.priorSelection))
                 FrmReturnToForm(m_ParentDialogID);
             break;

Thanks,


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to