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
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&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