Mega Search
23.2 Million


Sign Up

Make a donation  
wxPostEvent question  
News Group: comp.soft-sys.wxwindows

Hi gurus:
    I wanna post an event from within a wxScrolledWindow  like following:
    eventCustom.SetString(wxT("from OnSize"));
    wxPostEvent(this, eventCustom);
   it's ok, and I can catch the event in the wxScrolledWindow,howerver , I wanna post the even to another Frame like following:
    eventCustom.SetString(wxT("from OnSize"));
    wxPostEvent(xxxFrame, eventCustom);
    the xxxFrame can't catch the event, why?
    who could point me out?

Vote for best question.
Score: 0  # Vote:  0
Date Posted: 21-Jun-2013, at 7:46 PM EST
From: Alexander Zen