<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 17, 2015 at 5:04 PM, 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:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">On Thu, Sep 17, 2015 at 7:13 PM, Vaclav Petras <<a href="mailto:wenzeslaus@gmail.com">wenzeslaus@gmail.com</a>> wrote:<br>
> On Thu, Sep 17, 2015 at 6:42 AM, Markus Neteler <<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>> wrote:<br>
>><br>
>> - wxpython3_textfield_bug.jpg: this is in the bulk raster import, the<br>
>> change of name during import is not readable (the text field is of one<br>
>> pixel height, see red ellipsis in the screenshot<br>
><br>
> What do you think is the "actual text".<br>
<br>
</span>We tried to replace the upper name. But it remains while a few pixels,<br>
as highlighted in red, got shown (of course unreadable).<br>
<span class=""><br>
> I see the names there, they are<br>
> perhaps wrong (split by first dot) but they are there (in your screenshot).<br>
<br>
</span>No, that are the old names we wanted to change.<br>
<span class=""><br>
> The marked thing looks like some rendering glitch.<br>
<br>
</span>Indeed that is the textfield at editing time :(<br>
<span class=""><br>
>> - the selector button is not much readable in the map layer manager as<br>
>> well as some other places (red indication in screenshot) but there is<br>
>> a nice tick box in the same bulk raster import dialog which might be<br>
>> used everywhere (green indication). This would help a lot.<br>
><br>
> The difference is caused by simple native versus some advanced rendering. As<br>
> with many other bugs you've reported earlier, the only way I see is to look<br>
> to wxPython demo application which contains all possible widgets and see if<br>
> the issue is there as well<br>
<br>
</span>ok done:<br>
<br>
dnf -y install wxPython-docs<br>
<br>
python /usr/share/doc/wxPython-docs/demo/CheckBox.py<br>
Python 2.7.10 (default, JulĀ  5 2015, 14:15:43)<br>
[GCC 5.1.1 20150618 (Red Hat 5.1.1-4)]<br>
wx.version: 3.0.2.0 gtk3 (classic)<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></blockquote><div><br></div><div>It's not the standard native checkbox, you should look for CheckListCtrlMixin. For the editing issue, look for ListCtrl_edit in the demo (I used 2.8 demo, so hopefully it has the same name in wpython 3 demo).</div><div><br></div><div><br></div><div>Anna</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<span class=""><font color="#888888"><br>
Markus<br>
</font></span><br>_______________________________________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br></blockquote></div><br></div></div>