-
Yes, that's what I expected. Thanks.
2009-10-14 20:10:18 UTC in wxPropertyGrid
-
Excellent, thanks for that (and the quick response(s)). I had hesitated to ask for full font support, because I didn't know what changing the font size would do to the layout/drawing of the grid.
2009-10-14 18:24:29 UTC in wxPropertyGrid
-
It would be nice to be able to set the font weight and style per grid cell.
2009-10-13 23:41:11 UTC in wxPropertyGrid
-
Excellent, thanks. I can see the point about not using sizers in custom controls. Hopefully a fully expanded box sizer with one control will have predictable behavior.
I've attached a screenshot of one of the two conditions this fixed. The grid is embedded in a wxAUI frame. Resizing the frame causes the grid to move up to wherever the current top of the panel is (so if the scrollbar is...
2009-10-13 18:43:28 UTC in wxPropertyGrid
-
As the summary says, calling Thaw() causes the grid to jump back to the currently selected item, even if nothing was selected during the frozen period. I don't know if this is a bug or not, as it seems to be intended behavior, but perhaps making it an extra style would work?
I've changed Thaw() locally to pass wxPG_SEL_NONVISIBLE to DoSetSelection, which works for my purposes but may not...
2009-10-13 03:57:31 UTC in wxPropertyGrid
-
I've been having a lot of problems with removing properties from the tree with wxGTK 2.8.7/9 and wxPropertyGrid 1.4.6/7. In 1.4.6 it was causing crashes, while in 1.4.7 it was causing very strange scrollbar problems. I didn't manage to track down the problems with the current scrollbar solution, but did get things working perfectly by switching wxPropertyGrid to use a sizer, add m_canvas to it,
2009-10-13 03:20:52 UTC in wxPropertyGrid
-
jfaustwg committed revision 6128 to the Robot Operating System SVN repository, changing 1 files.
2009-09-15 01:09:09 UTC in Robot Operating System
-
jfaustwg committed revision 6123 to the Robot Operating System SVN repository, changing 1 files.
2009-09-10 20:40:20 UTC in Robot Operating System
-
jfaustwg committed revision 6122 to the Robot Operating System SVN repository, changing 1 files.
2009-09-10 19:52:35 UTC in Robot Operating System
-
jfaustwg committed revision 6120 to the Robot Operating System SVN repository, changing 9 files.
2009-09-10 02:54:03 UTC in Robot Operating System