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.
-
ONeill
- I live to help wx-kind

- Posts: 152
- Joined: Wed Oct 04, 2006 12:51 pm
Post
by ONeill » Fri Mar 13, 2009 1:06 pm
Hello,
i've got a wxGrid component and i want to select a specific cell, so that the user can directly enter input without calling enter first or something.
How is that possible?
Thanks for help
-
computerquip
- Experienced Solver

- Posts: 72
- Joined: Fri Feb 20, 2009 7:13 pm
- Location: $(#wx)\src
Post
by computerquip » Fri Mar 13, 2009 1:40 pm
?????????????????????????????????????????????????????????
The wxGrid is similar to that in Excel. You simply click on it for focus, click again for input, and put your input in.
-
ONeill
- I live to help wx-kind

- Posts: 152
- Joined: Wed Oct 04, 2006 12:51 pm
Post
by ONeill » Sat Mar 14, 2009 12:43 pm
Thanks for that! ^^
I want that my program selects the grid, not the user!

-
ONeill
- I live to help wx-kind

- Posts: 152
- Joined: Wed Oct 04, 2006 12:51 pm
Post
by ONeill » Sat Mar 14, 2009 1:55 pm
Ok, doesn't need that functionality anymore.