Re: [Gambas-user] Strange error after switching PopUpMenu

2014-10-11 Thread Benoît Minisini
Le 06/10/2014 08:33, Rolf-Werner Eilert a écrit : > > Ooops - yes :) Ok, what property should I use instead? I could set it > directly in the file, not going the way via the IDE. > > Thanks for drilling into it so deeply! > > Rolf > Replace "LeftRight" by "Row". The conversion of these constants

Re: [Gambas-user] Strange error after switching PopUpMenu

2014-10-05 Thread Rolf-Werner Eilert
Am 06.10.2014 02:49, schrieb Benoît Minisini: > Le 30/09/2014 16:42, Rolf-Werner Eilert a écrit : >> >> >> Am 30.09.2014 16:11, schrieb Tobias Boege: >>> On Tue, 30 Sep 2014, Tobias Boege wrote: On Tue, 30 Sep 2014, Rolf-Werner Eilert wrote: > I tried to set the PopUpMenu property in the

Re: [Gambas-user] Strange error after switching PopUpMenu

2014-10-05 Thread Benoît Minisini
Le 30/09/2014 16:42, Rolf-Werner Eilert a écrit : > > > Am 30.09.2014 16:11, schrieb Tobias Boege: >> On Tue, 30 Sep 2014, Tobias Boege wrote: >>> On Tue, 30 Sep 2014, Rolf-Werner Eilert wrote: I tried to set the PopUpMenu property in the IDE to the (one and only) menu "mnDatei" in the pr

Re: [Gambas-user] Strange error after switching PopUpMenu

2014-09-30 Thread Rolf-Werner Eilert
Am 30.09.2014 15:28, schrieb Benoît Minisini: > Le 30/09/2014 11:41, Rolf-Werner Eilert a écrit : >> I tried to set the PopUpMenu property in the IDE to the (one and only) >> menu "mnDatei" in the project. Suddenly I get this error: >> >> This application has raised an unexpected >> error and mus

Re: [Gambas-user] Strange error after switching PopUpMenu

2014-09-30 Thread Rolf-Werner Eilert
Am 30.09.2014 16:11, schrieb Tobias Boege: On Tue, 30 Sep 2014, Tobias Boege wrote: On Tue, 30 Sep 2014, Rolf-Werner Eilert wrote: I tried to set the PopUpMenu property in the IDE to the (one and only) menu "mnDatei" in the project. Suddenly I get this error: This application has raised an u

Re: [Gambas-user] Strange error after switching PopUpMenu

2014-09-30 Thread Tobias Boege
On Tue, 30 Sep 2014, Tobias Boege wrote: > On Tue, 30 Sep 2014, Rolf-Werner Eilert wrote: > > I tried to set the PopUpMenu property in the IDE to the (one and only) > > menu "mnDatei" in the project. Suddenly I get this error: > > > > This application has raised an unexpected > > error and must a

Re: [Gambas-user] Strange error after switching PopUpMenu

2014-09-30 Thread Tobias Boege
On Tue, 30 Sep 2014, Rolf-Werner Eilert wrote: > I tried to set the PopUpMenu property in the IDE to the (one and only) > menu "mnDatei" in the project. Suddenly I get this error: > > This application has raised an unexpected > error and must abort. > > Unable to load image. > CFamily.DrawIcon.2

Re: [Gambas-user] Strange error after switching PopUpMenu

2014-09-30 Thread Benoît Minisini
Le 30/09/2014 11:41, Rolf-Werner Eilert a écrit : > I tried to set the PopUpMenu property in the IDE to the (one and only) > menu "mnDatei" in the project. Suddenly I get this error: > > This application has raised an unexpected > error and must abort. > > Unable to load image. > CFamily.DrawIcon.2

[Gambas-user] Strange error after switching PopUpMenu

2014-09-30 Thread Rolf-Werner Eilert
I tried to set the PopUpMenu property in the IDE to the (one and only) menu "mnDatei" in the project. Suddenly I get this error: This application has raised an unexpected error and must abort. Unable to load image. CFamily.DrawIcon.258 and the IDE crashes each time I go into the Form editor. As