Select a grid cell for direct input 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
ONeill
I live to help wx-kind
I live to help wx-kind
Posts: 152
Joined: Wed Oct 04, 2006 12:51 pm

Select a grid cell for direct input

Post by ONeill »

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
Experienced Solver
Posts: 72
Joined: Fri Feb 20, 2009 7:13 pm
Location: $(#wx)\src

Post by computerquip »

?????????????????????????????????????????????????????????
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
I live to help wx-kind
Posts: 152
Joined: Wed Oct 04, 2006 12:51 pm

Post by ONeill »

Thanks for that! ^^

I want that my program selects the grid, not the user! :lol:
ONeill
I live to help wx-kind
I live to help wx-kind
Posts: 152
Joined: Wed Oct 04, 2006 12:51 pm

Post by ONeill »

Ok, doesn't need that functionality anymore.
Post Reply