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: 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

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