<div dir="ltr"><div>If I change from gb.gui (which in Ubuntu means GTK) to gb.gui.qt in Project> Properties ...> Components here with Ubuntu 18.04 and Gambas master, your project works fine.</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 22 mag 2019 alle ore 10:38 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">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 attached project.<br>
<br>
When you run it, click into a cell and type some letters, then click on <br>
the button. What does the TableView editor do?<br>
<br>
> Public Sub TableView1_Save(Row As Integer, Column As Integer, 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>>> ha scritto:<br>
> <br>
>     Hi folks!<br>
> <br>
>     Now this is an issue with TableView I experienced last week. When you<br>
>     started editing a cell and then click somewhere else in the program,<br>
>     not<br>
>     only the focus of the cell gets lost (standard behaviour), but its<br>
>     contents disappeares completely unless you click it back.<br>
> <br>
>     But it will only reappear for a second or so and disappear, only being<br>
>     displayed while you move the mouse, while the editor still keeps going.<br>
> <br>
>     When issuing a click on any other element in the program, I would<br>
>     expect<br>
>     the editor to close editing either like with Return or 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 <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>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
</blockquote></div>