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