Carl Karsten wrote: > I have two ui issues with my grid. not too concerned, but if it is an easy > fix, > good. if I should trac it, i will. if it is a wx thing, ill drop it. > > 1. it takes 2 clicks to flip a check box, one to get focus to it, the 2nd to > actually flip the check.
wx thing. If you use the keyboard and not the mouse, it feels right IMO. But wx grids have renderers and editors, and it takes the first mouse click to activate the editor, and the second to check the box. I'm sure there's a really ugly workaround but I haven't had the desire to look into it. > 2. using the arrow keys to move up and down the column of checkboxes takes 2 > arrows to move one cell. This I haven't seen. > The DaboDemo grid also has a column of checkboxes. I see #1 in it, but not > #2. > my grid was build from a .cdxml - that seems like a good place to start > looking. Hmm.. build one from scratch (no cdxml) and see what you get. There really shouldn't be any difference though. -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
