<div dir="ltr">But do you use this event to save values?<br><br>Public Sub TableView1_Save(Row As Integer, Column As Integer, Value As 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">http://gambaswiki.org/wiki/comp/gb.form/tableview/editwith</a><br><div><a href="http://gambaswiki.org/wiki/comp/gb.form/tableview/.save">http://gambaswiki.org/wiki/comp/gb.form/tableview/.save</a></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 08:24 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">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, 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 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>
</blockquote></div>