Custom Events
-
- Earned some good credits
- Posts: 132
- Joined: Mon Apr 04, 2005 12:54 am
- Location: California
- Contact:
Custom Events
Hi! I know how to declare the custom event type after reading the faq but how do I process the event?
I see said the blind man to the deaf girl who was mute.
Visit my project at: http://vwp.sourceforge.net
wx version:2.6.2 and 2.6.3 on linux
OS's:Windows XP, Gentoo is the best!!!!!!
compiler:Codeblocks(MingW32) and gcc on linux
Visit my project at: http://vwp.sourceforge.net
wx version:2.6.2 and 2.6.3 on linux
OS's:Windows XP, Gentoo is the best!!!!!!
compiler:Codeblocks(MingW32) and gcc on linux
-
- Earned some good credits
- Posts: 120
- Joined: Sun Aug 29, 2004 3:09 pm
- Location: Grenoble, France
- Contact:
Simply use a ProcessEvent from wxEvtHandler (base class of all wxWindow and wxApp).
http://www.wxwidgets.org/manuals/2.6.0/ ... ocessevent
http://www.wxwidgets.org/manuals/2.6.0/ ... ocessevent
What is little and green, witch go up and down ??
Yoda playing with the force.
Yoda playing with the force.
-
- Earned some good credits
- Posts: 132
- Joined: Mon Apr 04, 2005 12:54 am
- Location: California
- Contact:
Hi!
should I pop the "parent" event handlers.
travfar
should I pop the "parent" event handlers.
travfar
I see said the blind man to the deaf girl who was mute.
Visit my project at: http://vwp.sourceforge.net
wx version:2.6.2 and 2.6.3 on linux
OS's:Windows XP, Gentoo is the best!!!!!!
compiler:Codeblocks(MingW32) and gcc on linux
Visit my project at: http://vwp.sourceforge.net
wx version:2.6.2 and 2.6.3 on linux
OS's:Windows XP, Gentoo is the best!!!!!!
compiler:Codeblocks(MingW32) and gcc on linux
-
- Earned some good credits
- Posts: 132
- Joined: Mon Apr 04, 2005 12:54 am
- Location: California
- Contact:
Example Code????
Also, can you provide me with some example code?
Thanks for all the help so far Cursor!
Thanks for all the help so far Cursor!
I see said the blind man to the deaf girl who was mute.
Visit my project at: http://vwp.sourceforge.net
wx version:2.6.2 and 2.6.3 on linux
OS's:Windows XP, Gentoo is the best!!!!!!
compiler:Codeblocks(MingW32) and gcc on linux
Visit my project at: http://vwp.sourceforge.net
wx version:2.6.2 and 2.6.3 on linux
OS's:Windows XP, Gentoo is the best!!!!!!
compiler:Codeblocks(MingW32) and gcc on linux
-
- Earned some good credits
- Posts: 132
- Joined: Mon Apr 04, 2005 12:54 am
- Location: California
- Contact:
Example Code????
Also, can you provide me with some example code?
Thanks for all the help so far Cursor!
Thanks for all the help so far Cursor!
I see said the blind man to the deaf girl who was mute.
Visit my project at: http://vwp.sourceforge.net
wx version:2.6.2 and 2.6.3 on linux
OS's:Windows XP, Gentoo is the best!!!!!!
compiler:Codeblocks(MingW32) and gcc on linux
Visit my project at: http://vwp.sourceforge.net
wx version:2.6.2 and 2.6.3 on linux
OS's:Windows XP, Gentoo is the best!!!!!!
compiler:Codeblocks(MingW32) and gcc on linux
-
- Earned some good credits
- Posts: 132
- Joined: Mon Apr 04, 2005 12:54 am
- Location: California
- Contact:
Hi! thanks that worked. And You dont have to pop an event handler if you derive a class from wxControl
I see said the blind man to the deaf girl who was mute.
Visit my project at: http://vwp.sourceforge.net
wx version:2.6.2 and 2.6.3 on linux
OS's:Windows XP, Gentoo is the best!!!!!!
compiler:Codeblocks(MingW32) and gcc on linux
Visit my project at: http://vwp.sourceforge.net
wx version:2.6.2 and 2.6.3 on linux
OS's:Windows XP, Gentoo is the best!!!!!!
compiler:Codeblocks(MingW32) and gcc on linux