<div dir="ltr"><div>Your program (testtableview) works well here, also with gb.qt4 & gb.qt4.ext.</div><div><br></div><div>Regards</div><div>Gianluigi<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno mer 29 mag 2019 alle ore 15:53 Rolf-Werner Eilert <<a href="mailto:rwe-sse@osnanet.de">rwe-sse@osnanet.de</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I hope you see this, Gianluigi:<br>
<br>
In at least one of my projects where the TableView editor function could <br>
be applied, I cannot switch neither to gb.gui nor gb.gui.qt because I <br>
need the editor from gb.qt4 + gb.qt4.ext.<br>
<br>
So what now?<br>
<br>
Regards<br>
Rolf<br>
<br>
<br>
Am 27.05.19 um 12:37 schrieb Rolf-Werner Eilert:<br>
> Ok... and do you think it can be easily fixed, or will it take longer? <br>
> For the latter case it might still make sense to mention it in the docs.<br>
> <br>
> Regards<br>
> Rolf<br>
> <br>
> Am 23.05.19 um 09:56 schrieb Fabien Bodard:<br>
>> So this a bug in the gb gtk compnents...<br>
>><br>
>> Le jeu. 23 mai 2019 09:44, Rolf-Werner Eilert <<a href="mailto:rwe-sse@osnanet.de" target="_blank">rwe-sse@osnanet.de</a> <br>
>> <mailto:<a href="mailto:rwe-sse@osnanet.de" target="_blank">rwe-sse@osnanet.de</a>>> a écrit :<br>
>><br>
>>     Ah, that works indeed! Thanks so much, Gianluigi!<br>
>><br>
>>     Hm... Shouldn't that be mentioned in the docs?<br>
>><br>
>>     Regards<br>
>>     Rolf<br>
>><br>
>><br>
>>     Am 22.05.19 um 13:06 schrieb Gianluigi:<br>
>>      > If I change from gb.gui (which in Ubuntu means GTK) to <br>
>> gb.gui.qt in<br>
>>      > Project> Properties ...> Components here with Ubuntu 18.04 and<br>
>>     Gambas<br>
>>      > master, your project works fine.<br>
>>      ><br>
>>      > Regards<br>
>>      > Gianluigi<br>
>>      ><br>
>>      > Il giorno mer 22 mag 2019 alle ore 10:38 Rolf-Werner Eilert<br>
>>      > <<a href="mailto:rwe-sse@osnanet.de" target="_blank">rwe-sse@osnanet.de</a> <mailto:<a href="mailto:rwe-sse@osnanet.de" target="_blank">rwe-sse@osnanet.de</a>><br>
>>     <mailto:<a href="mailto:rwe-sse@osnanet.de" target="_blank">rwe-sse@osnanet.de</a> <mailto:<a href="mailto:rwe-sse@osnanet.de" target="_blank">rwe-sse@osnanet.de</a>>>> ha scritto:<br>
>>      ><br>
>>      >     Am 22.05.19 um 10:04 schrieb Gianluigi:<br>
>>      >      > But do you use this event to save values?<br>
>>      >      ><br>
>>      ><br>
>>      >     Yes, I do :) I mainly use the code from Italy, see the<br>
>>     attached project.<br>
>>      ><br>
>>      >     When you run it, click into a cell and type some letters,<br>
>>     then click on<br>
>>      >     the button. What does the TableView editor do?<br>
>>      ><br>
>>      >      > Public Sub TableView1_Save(Row As Integer, Column As <br>
>> Integer,<br>
>>      >     Value As<br>
>>      >      > String)<br>
>>      >      > ' It is used to save the written text inside the cells.<br>
>>      >      ><br>
>>      >      >    TableView1[row, column].text = value<br>
>>      >      ><br>
>>      >      > End<br>
>>      >      ><br>
>>      >      > See:<br>
>>      >      > <a href="http://gambaswiki.org/wiki/comp/gb.form/tableview/editwith" rel="noreferrer" target="_blank">http://gambaswiki.org/wiki/comp/gb.form/tableview/editwith</a><br>
>>      >      > <a href="http://gambaswiki.org/wiki/comp/gb.form/tableview/.save" rel="noreferrer" target="_blank">http://gambaswiki.org/wiki/comp/gb.form/tableview/.save</a><br>
>>      >      ><br>
>>      >      > Regards<br>
>>      >      > Gianluigi<br>
>>      >      ><br>
>>      >      > Il giorno mer 22 mag 2019 alle ore 08:24 Rolf-Werner Eilert<br>
>>      >      > <<a href="mailto:rwe-sse@osnanet.de" target="_blank">rwe-sse@osnanet.de</a> <mailto:<a href="mailto:rwe-sse@osnanet.de" target="_blank">rwe-sse@osnanet.de</a>><br>
>>     <mailto:<a href="mailto:rwe-sse@osnanet.de" target="_blank">rwe-sse@osnanet.de</a> <mailto:<a href="mailto:rwe-sse@osnanet.de" target="_blank">rwe-sse@osnanet.de</a>>><br>
>>      >     <mailto:<a href="mailto:rwe-sse@osnanet.de" target="_blank">rwe-sse@osnanet.de</a> <mailto:<a href="mailto:rwe-sse@osnanet.de" target="_blank">rwe-sse@osnanet.de</a>><br>
>>     <mailto:<a href="mailto:rwe-sse@osnanet.de" target="_blank">rwe-sse@osnanet.de</a> <mailto:<a href="mailto:rwe-sse@osnanet.de" target="_blank">rwe-sse@osnanet.de</a>>>>> ha scritto:<br>
>>      >      ><br>
>>      >      >     Hi folks!<br>
>>      >      ><br>
>>      >      >     Now this is an issue with TableView I experienced last<br>
>>     week.<br>
>>      >     When you<br>
>>      >      >     started editing a cell and then click somewhere else<br>
>>     in the<br>
>>      >     program,<br>
>>      >      >     not<br>
>>      >      >     only the focus of the cell gets lost (standard <br>
>> behaviour),<br>
>>      >     but its<br>
>>      >      >     contents disappeares completely unless you click it <br>
>> back.<br>
>>      >      ><br>
>>      >      >     But it will only reappear for a second or so and<br>
>>     disappear,<br>
>>      >     only being<br>
>>      >      >     displayed while you move the mouse, while the editor <br>
>> still<br>
>>      >     keeps going.<br>
>>      >      ><br>
>>      >      >     When issuing a click on any other element in the<br>
>>     program, I would<br>
>>      >      >     expect<br>
>>      >      >     the editor to close editing either like with Return or<br>
>>     Esc.<br>
>>      >      ><br>
>>      >      >     So, did I miss here? Thanks for any input!<br>
>>      >      ><br>
>>      >      >     Regards<br>
>>      >      >     Rolf<br>
>>      >      ><br>
>>      >      >     ----[ Gambas mailing-list is hosted by<br>
>>      > <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
>>      >      ><br>
>>      >      ><br>
>>      >      ><br>
>>      >      > ----[ Gambas mailing-list is hosted by<br>
>>      > <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
>>      >      ><br>
>>      ><br>
>>      ><br>
>>      >     ----[ Gambas mailing-list is hosted by<br>
>>     <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
>>      ><br>
>>      ><br>
>>      ><br>
>>      > ----[ Gambas mailing-list is hosted by<br>
>>     <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
>>      ><br>
>><br>
>><br>
>>     ----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> <br>
>> ]----<br>
>><br>
>><br>
>><br>
>> ----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
>><br>
> <br>
> <br>
> ----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
> <br>
> <br>
<br>
<br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
</blockquote></div>