Thanks, John!

I'll try to address this problem to wxWidgets authors...



John Labenski <jlaben...@gmail.com> писал(а) в своём письме Sun, 08 Sep 2013 07:14:20 +0400:

On Sat, Sep 7, 2013 at 7:41 AM, ND <nad...@mail.ru> wrote:

When I run gridtable.wx.lua sample I saw checkboxes in Opened column draws
differently in currently editing cell and other cells.
In currently editing cell checkbox is exactly as Windows 7 system one (in
attached screen I point to it with red arrow). But checkboxes in other
cells (all lower checkboxes in that column) have ugly big and discrete
drawing.


This is unfortunately how the grid control draws the check marks. The good looking checkbox is the native control which is only shown as needed for efficiency.
 
Is there a way to draw non-edited cells in one manner with edited ones?

Not in wxLua, this is something that should be fixed upstream in wxWidgets itself.


And is there a way to check/uncheck all boolean cells in wxGrid by only
one click?


You can catch a wxEVT_GRID_CELL_CHANGED and take action from there.

Regards,
    John
 



------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to