<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 14, 2016 at 3:50 AM, Luca Delucchi <span dir="ltr"><<a href="mailto:lucadeluge@gmail.com" target="_blank">lucadeluge@gmail.com</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 14 January 2016 at 04:07, Anna Petrášová <<a href="mailto:kratochanna@gmail.com">kratochanna@gmail.com</a>> wrote:<br>
><br>
>> ok, in my case I'm speaking about a wx.combo.ComboCtrl but probably is<br>
>> the same. Could I add an option style (set by default to None) in<br>
>> Select class of gselect.py?<br>
>><br>
> Yes. I have some doubts it will work consistently across all platforms, but<br>
> I can test on Windows if you need.<br>
><br>
<br>
</span>Yes please, could you test the attached diff on Windows?<br>
Is there anyone could test it also on mac?<br>
<br>
I tested it on Linux/Debian with wx python version 3.0.1.1 and it<br>
works correctly.<br></blockquote><div><br></div><div>Hi,</div><div><br></div><div>I didn't even get to testing it on Windows, it doesn't work on my Ubuntu:</div><div><div>Traceback (most recent call last):</div><div>  File "/home/anna/dev/grass/trunk1/dist.x86_64-pc-linux-gnu/scripts/g.gui.tplot", line 135, in <module></div><div>    main()</div><div>  File "/home/anna/dev/grass/trunk1/dist.x86_64-pc-linux-gnu/scripts/g.gui.tplot", line 116, in main</div><div>    frame = TplotFrame(parent=None, giface=StandaloneGrassInterface())</div><div>  File "/home/anna/dev/grass/trunk1/dist.x86_64-pc-linux-gnu/gui/wxpython/tplot/frame.py", line 105, in __init__</div><div>    self._layout()</div><div>  File "/home/anna/dev/grass/trunk1/dist.x86_64-pc-linux-gnu/gui/wxpython/tplot/frame.py", line 230, in _layout</div><div>    self.datasetSelectV.Bind(wx.EVT_COMBOBOX_CLOSEUP,</div><div>AttributeError: 'module' object has no attribute 'EVT_COMBOBOX_CLOSEUP'</div></div><div><br></div><div><br></div><div>I have wxpython 2.8.12.1. EVT_COMBOBOX_CLOSEUP was added for wxpython 3, so I don't think we can use that yet. If you really want it there, you have to ask for wx version in the code and have two different codes.</div><div><br></div><div>Anna</div><div><br></div><div><br></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">
<div class=""><div class="h5"><br>
<br>
--<br>
ciao<br>
Luca<br>
<br>
<a href="http://gis.cri.fmach.it/delucchi/" rel="noreferrer" target="_blank">http://gis.cri.fmach.it/delucchi/</a><br>
<a href="http://www.lucadelu.org" rel="noreferrer" target="_blank">www.lucadelu.org</a><br>
</div></div></blockquote></div><br></div></div>