<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 18, 2015 at 3:55 AM, Markus Neteler <span dir="ltr"><<a href="mailto:neteler@osgeo.org" target="_blank">neteler@osgeo.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Sep 17, 2015 at 11:47 PM, Anna Petrášová <<a href="mailto:kratochanna@gmail.com">kratochanna@gmail.com</a>> wrote:<br>
<br>
>> The demo looks perfect (see screenshot) as in the lower part of the<br>
>> bulk importer. So seems to be a GRASS issue. Perhaps the wx.CheckBox()<br>
>> changes the style somehow unintentionally?<br>
><br>
><br>
> It's not the standard native checkbox, you should look for<br>
> CheckListCtrlMixin.<br>
<br>
</span>Ah I see.<br>
<br>
# start overview page<br>
python /usr/share/doc/wxPython-docs/demo/Main.py<br>
<br>
Yes, it is CheckListCtrlMixin which is unreadable.<br>
<br>
I definitely like CheckBox better (also in the past) for the layer<br>
manager. Is there a reason to use CheckListCtrlMixin?<br>
At least I got some insights now how these checkboxes are called...<br></blockquote><div><br></div><div>We can't use normal checkboxes together with the tree view, you can look at the demo in CustomTreeCtrl. You can send the screenshot to wxpython user mailing list. But at least the checkboxes are working, they are just not nice, right?</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class=""><br>
> For the editing issue, look for ListCtrl_edit in the<br>
> demo (I used 2.8 demo, so hopefully it has the same name in wpython 3 demo).<br></span></blockquote><div><br></div><div>Again, ask on mailing list. They will probably suggest you to test newer wxpython version and then create a ticket, but maybe they have some more insights.</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
<br>
</span>Yes, the same name and yes it is broken, too bad. So that's not a GRASS issue.<br>
<span class="HOEnZb"><font color="#888888"><br>
Markus<br>
</font></span></blockquote></div><br></div></div>