wxGetNumberFromUser(): input blocked Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
Gnawer
Experienced Solver
Experienced Solver
Posts: 65
Joined: Thu Jun 29, 2006 11:10 am
Location: Ahlen, Germany

wxGetNumberFromUser(): input blocked

Post by Gnawer »

Hello all,
I'm using VC 2008 Express Edition with wxWidgets 2.8.8.

I compiled the dialogs sample project supplied with wxWidgets.
When running and pressing Ctrl-N I invoke wxGetNumberFromUser().
But it accepts no input! Only the arrows beside the input field are active.
Is it a bug?
Best regards
Gnawer
User avatar
doublemax
Moderator
Moderator
Posts: 19160
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Post by doublemax »

this is a know bug that was introduced in 2.8.8, it requires one simple change to the wx sources to fix:
http://trac.wxwidgets.org/ticket/9637
Use the source, Luke!
Gnawer
Experienced Solver
Experienced Solver
Posts: 65
Joined: Thu Jun 29, 2006 11:10 am
Location: Ahlen, Germany

Post by Gnawer »

Yes, that´s it. Thanx doublemax.
Best regards
Gnawer
Post Reply