Re: [Gambas-user] Fwd: Some screenshots of my current work on Terminal forms

2016-11-13 Thread Cam Era
Fabien, that's looking like interesting work. Nice On Sun, Nov 13, 2016 at 9:04 PM, Fabien Bodard wrote: > This a first preview of some terminal windows with VBoxes Hboxes, > Buttons, and Labels. > > -- > Fabien Bodard > > > --

Re: [Gambas-user] Columnview "collapse" function

2016-11-13 Thread adamn...@gmail.com
On Thu, 10 Nov 2016 13:59:11 +0100 Gianluigi wrote: > I probably did not understand the problem, but: > This discussion could help? [0] > or perhaps starting with: > tvwDoc.MoveFirst > hNode = $hDoc.Index[tvwDoc.Key] > iLevel = hNode.Level > > Regards > Gianluigi > > [0] > http://gambas.8

Re: [Gambas-user] gb.web.form: Preserve state of dialog window

2016-11-13 Thread Tobias Boege
On Sun, 13 Nov 2016, Benoît Minisini wrote: > Le 13/11/2016 à 17:02, Tobias Boege a écrit : > > On Sun, 13 Nov 2016, Benoît Minisini wrote: > >> Le 13/11/2016 à 16:11, Benoît Minisini a écrit : > >>> > >>> I found another bug: the static instance is not correctly kept between > >>> requests. > >>>

Re: [Gambas-user] gb.web.form: Multiple main forms

2016-11-13 Thread Benoît Minisini
Le 13/11/2016 à 17:47, Tobias Boege a écrit : > Hi Benoit, > > in revision #7958 you removed support for multiple main forms in gb.web.form. > I have two webforms, a Login.webform and a MainSite.webform, the latter of > which is my startup class. If the user is not logged in yet, according to the >

Re: [Gambas-user] gb.web.form: Preserve state of dialog window

2016-11-13 Thread Benoît Minisini
Le 13/11/2016 à 17:02, Tobias Boege a écrit : > On Sun, 13 Nov 2016, Benoît Minisini wrote: >> Le 13/11/2016 à 16:11, Benoît Minisini a écrit : >>> >>> I found another bug: the static instance is not correctly kept between >>> requests. >>> >>> At each request, all GUI object are re-created. But wh

[Gambas-user] gb.web.form: Multiple main forms

2016-11-13 Thread Tobias Boege
Hi Benoit, in revision #7958 you removed support for multiple main forms in gb.web.form. I have two webforms, a Login.webform and a MainSite.webform, the latter of which is my startup class. If the user is not logged in yet, according to the session, I used to Response.Redirect("/Login") which

Re: [Gambas-user] gb.web.form: Preserve state of dialog window

2016-11-13 Thread Tobias Boege
On Sun, 13 Nov 2016, Benoît Minisini wrote: > Le 13/11/2016 à 16:11, Benoît Minisini a écrit : > > > > I found another bug: the static instance is not correctly kept between > > requests. > > > > At each request, all GUI object are re-created. But when one of them is > > an automatic static instanc

Re: [Gambas-user] gb.web.form: Preserve state of dialog window

2016-11-13 Thread Benoît Minisini
Le 13/11/2016 à 16:11, Benoît Minisini a écrit : > > I found another bug: the static instance is not correctly kept between > requests. > > At each request, all GUI object are re-created. But when one of them is > an automatic static instance, it is recreated as a normal instance. > > Regards, > D

Re: [Gambas-user] gb.web.form: Preserve state of dialog window

2016-11-13 Thread Benoît Minisini
Le 13/11/2016 à 16:06, Tobias Boege a écrit : > On Sun, 13 Nov 2016, Benoît Minisini wrote: >> Le 13/11/2016 à 15:39, Tobias Boege a écrit : >>> Hi, >>> >>> I would like to have a dialog window (containing settings for the current >>> session, say) which I want to show when the user clicks a button

Re: [Gambas-user] gb.web.form: Preserve state of dialog window

2016-11-13 Thread Tobias Boege
On Sun, 13 Nov 2016, Benoît Minisini wrote: > Le 13/11/2016 à 15:39, Tobias Boege a écrit : > > Hi, > > > > I would like to have a dialog window (containing settings for the current > > session, say) which I want to show when the user clicks a button on some > > webform, with the following behaviou

Re: [Gambas-user] gb.web.form: Preserve state of dialog window

2016-11-13 Thread Benoît Minisini
Le 13/11/2016 à 15:39, Tobias Boege a écrit : > Hi, > > I would like to have a dialog window (containing settings for the current > session, say) which I want to show when the user clicks a button on some > webform, with the following behaviour: > > - the application should be usable while the win

[Gambas-user] gb.web.form: Preserve state of dialog window

2016-11-13 Thread Tobias Boege
Hi, I would like to have a dialog window (containing settings for the current session, say) which I want to show when the user clicks a button on some webform, with the following behaviour: - the application should be usable while the window is visible, - it should not be possible to have the w

Re: [Gambas-user] Gambas2 Grab in Gambas3

2016-11-13 Thread Fabien Bodard
2016-11-11 20:16 GMT+01:00 Richard Welch : > Fabien, right on the button. > > Cached now seems to work for me - when the code was first written in G2 > some years ago, minimising the window blanked the DrawingArea to > background and overlaying it with a window from another application > blanked th