Re: [Gambas-user] TableView.Edit: Save event not triggered by ENTER key

2014-03-24 Thread Benoît Minisini
Le 19/03/2014 23:59, T Lee Davidson a écrit : > In the Gambas3 Documentation at > http://www.gambasdoc.org/help/comp/gb.form/tableview?v3 it says: > "Hitting the ENTER or the RETURN key moves to the next cell like the > right arrow key. But if the end of the TableView is reached, the Insert > event

[Gambas-user] How editing more than 1024 bytes in a field of the DataBrowser

2014-03-24 Thread Ru Vuott
Hello, our friend, member of Gambas-it.org forum, asks how he can edit (or paste) more than 1024 bytes in a field of type 'text' using a control DataBrowser connected to a mysql db that comes to hold up 64 Kb. He says that the databrowser cuts the text to 1024 characters, thereby preventing the

Re: [Gambas-user] ncurses help texts missing

2014-03-24 Thread Rolf-Werner Eilert
Am 24.03.2014 16:15, schrieb Tobias Boege: > On Mon, 24 Mar 2014, Rolf-Werner Eilert wrote: >> Am 05.02.2014 18:15, schrieb Tobias Boege: >>> On Tue, 04 Feb 2014, Tobias Boege wrote: On Tue, 04 Feb 2014, Tobias Boege wrote: > On Tue, 04 Feb 2014, Rolf-Werner Eilert wrote: >> >> >

Re: [Gambas-user] ncurses help texts missing

2014-03-24 Thread Benoît Minisini
Le 24/03/2014 16:15, Tobias Boege a écrit : >> If there is no Quit at the end of the program, it will never end. Only >> ^C helps then. >> > > This is a known side-effect. gb.ncurses uses an interpreter API to catch the > terminal's SIGWINCH signal but using this API keeps the program running > bey

Re: [Gambas-user] ncurses help texts missing

2014-03-24 Thread Tobias Boege
On Mon, 24 Mar 2014, Rolf-Werner Eilert wrote: > Am 05.02.2014 18:15, schrieb Tobias Boege: > > On Tue, 04 Feb 2014, Tobias Boege wrote: > >> On Tue, 04 Feb 2014, Tobias Boege wrote: > >>> On Tue, 04 Feb 2014, Rolf-Werner Eilert wrote: > > > Am 04.02.2014 09:46, schrieb Tobias Boege:

Re: [Gambas-user] ncurses help texts missing

2014-03-24 Thread Rolf-Werner Eilert
Am 05.02.2014 18:15, schrieb Tobias Boege: > On Tue, 04 Feb 2014, Tobias Boege wrote: >> On Tue, 04 Feb 2014, Tobias Boege wrote: >>> On Tue, 04 Feb 2014, Rolf-Werner Eilert wrote: Am 04.02.2014 09:46, schrieb Tobias Boege: > On Tue, 04 Feb 2014, Rolf-Werner Eilert wrote: >