yup i know that
this is the function that popSelectEvent does

Boolean CCategoryForm::OnSelIcon(EventPtr pEvent, Boolean& bHandled) 
{ 
Int16 trgX,trgY; 
m_trgIcon.GetObjectPosition(trgX,trgY); 
RectangleType rect; 
rect.topLeft.x = trgX+12; 
rect.topLeft.y = trgY+1; 
rect.extent.x = 10; 
rect.extent.y = 9; 

WinPushDrawState(); 
WinSetForeColor(0); 
WinDrawRectangle(&rect,0); 
WinPopDrawState(); 
m_trgIcon.SetLabel(" "); 
DrawIcon(m_lstIcon.GetSelection(),trgX+12,trgY+1); 
m_iSelectedIcon = m_lstIcon.GetSelection(); 


bHandled = true; // <------ true!
return true; 
}
To unsubscribe send an email to  [EMAIL PROTECTED]
-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to