Re: [Gambas-user] Beware of the recent changes in the development version

2015-05-19 Thread Rolf-Werner Eilert
Am 20.05.2015 03:18, schrieb Benoît Minisini: > Le 20/05/2015 02:20, Willy@develop a écrit : >> On wo, 2015-05-20 at 00:31 +0200, Benoît Minisini wrote: >>> Hi, >>> >>> Since revision #7089, the IDE uses the new TextEditor control that >>> replaced the Editor control. >> Will TextEditor and Editor

[Gambas-user] [Qt5] Window flags are not properly handled

2015-05-19 Thread Adrien Prokopowicz
Hello Benoît, As the title suggests, when setting the window flags of a form, these do not seem to properly apply when running. However, these work perfectly using Qt4. I tested a few, including Border, SkipTaskbar, Stacking, Sticky and TakeFocus. None of these work, using Qt 5.4.1 and latest

Re: [Gambas-user] ERROR in IDE with vers. #7089 !!!

2015-05-19 Thread Benoît Minisini
Le 20/05/2015 02:12, Ru Vuott a écrit : > Hello Benoît, > > I update vers. #7089, but now when I want to open a "New" project from IDE, I > obtain an Error notice. > > You can see it in attached file immage. > > Regards > vuott > Fixed in revision #7090. Regards, -- Benoît Minisini --

Re: [Gambas-user] Beware of the recent changes in the development version

2015-05-19 Thread Benoît Minisini
Le 20/05/2015 02:20, Willy@develop a écrit : > On wo, 2015-05-20 at 00:31 +0200, Benoît Minisini wrote: >> Hi, >> >> Since revision #7089, the IDE uses the new TextEditor control that >> replaced the Editor control. > > Will TextEditor and Editor be code compatible? > I mean when changing from Edit

Re: [Gambas-user] Beware of the recent changes in the development version

2015-05-19 Thread Willy@develop
On wo, 2015-05-20 at 00:31 +0200, Benoît Minisini wrote: > Hi, > > Since revision #7089, the IDE uses the new TextEditor control that > replaced the Editor control. Will TextEditor and Editor be code compatible? I mean when changing from Editor to TextEditor would the same code for Editor still

[Gambas-user] ERROR in IDE with vers. #7089 !!!

2015-05-19 Thread Ru Vuott
Hello Benoît, I update vers. #7089, but now when I want to open a "New" project from IDE, I obtain an Error notice. You can see it in attached file immage. Regards vuott-- One dashboard for servers and applications acro

Re: [Gambas-user] Beware of the recent changes in the development version

2015-05-19 Thread Benoît Minisini
Le 20/05/2015 01:42, richard terry a écrit : > On 20/05/15 08:31, Benoît Minisini wrote: >> Hi, >> >> Since revision #7089, the IDE uses the new TextEditor control that >> replaced the Editor control. >> >> The TextEditor control has not all the features of the old Editor >> control yet, and it sur

Re: [Gambas-user] Beware of the recent changes in the development version

2015-05-19 Thread richard terry
On 20/05/15 08:31, Benoît Minisini wrote: > Hi, > > Since revision #7089, the IDE uses the new TextEditor control that > replaced the Editor control. > > The TextEditor control has not all the features of the old Editor > control yet, and it surely still have bugs. So please report any problem! > >

[Gambas-user] Beware of the recent changes in the development version

2015-05-19 Thread Benoît Minisini
Hi, Since revision #7089, the IDE uses the new TextEditor control that replaced the Editor control. The TextEditor control has not all the features of the old Editor control yet, and it surely still have bugs. So please report any problem! One advantage: TextEditor is entirely written in Gamba