dynamically created event separation
Vadim Zeitlin
vadim at wxwidgets.org
Sun Feb 3 06:49:47 PST 2008
On Sun, 3 Feb 2008 06:47:15 -0800 (PST) szurilo <szurilo at sch.bme.hu> wrote:
s> Maybe i totally misunderstood event handling but here is my code:
s> const long SRC_SRM_apiDialog::ID_FREQTEXTCTRL = wxNewId();//this create a
s> new, unique integer number to this ID, isnt it?
It does. But you can use it for one control only. So your example as given
is ok but if you use the same id for more than one text control, then it is
not.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list