Re: [Gambas-user] Pre-release of Gambas 3.8.4

2015-12-13 Thread Benoît Minisini
Le 14/12/2015 08:17, Benoît Minisini a écrit : > Le 14/12/2015 05:46, Sebastian Kulesz a écrit : >> I'm getting the following error when building the Beta PPA. >> >> Installing the development environment... >> Compiling gambas3... >> CControl.class:767: error: Unknown identifier: sVal >> >> >> The

Re: [Gambas-user] Pre-release of Gambas 3.8.4

2015-12-13 Thread Benoît Minisini
Le 14/12/2015 05:46, Sebastian Kulesz a écrit : > I'm getting the following error when building the Beta PPA. > > Installing the development environment... > Compiling gambas3... > CControl.class:767: error: Unknown identifier: sVal > > > The error is in this [0] file. Sorry I can't link to SourceF

Re: [Gambas-user] Pre-release of Gambas 3.8.4

2015-12-13 Thread Sebastian Kulesz
I'm getting the following error when building the Beta PPA. Installing the development environment... Compiling gambas3... CControl.class:767: error: Unknown identifier: sVal The error is in this [0] file. Sorry I can't link to SourceForge, but it won't allow me to select a line. [0] http://baz

Re: [Gambas-user] Variation in output

2015-12-13 Thread zainudin ahmad
may be you can try option -Z (instead -z) (attach pic) On Sat, Dec 12, 2015 at 1:47 PM, Charlie wrote: > Thanks for looking at this. > Regarding the 'Esc' colour characters, the code posted does remove them. I > also discovered that when run as an executable there are lots of other > characters

[Gambas-user] [Gambas Bug Tracker] Bug #854: IDE Crash when "Double Click" the Publish button on Publis Software Dialog

2015-12-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.854&from=L21haW4- Zainudin AHMAD added an attachment: test-segFault-MessageForm-0.0.1.tar.gz -- ___ Gambas-user mailing list

[Gambas-user] [Gambas Bug Tracker] Bug #854: IDE Crash when "Double Click" the Publish button on Publis Software Dialog

2015-12-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.854&from=L21haW4- Comment #13 by Zainudin AHMAD: I am not alone now :) (attach project) with some sysinfo files inside project -- ___

Re: [Gambas-user] need tests together, I get segfault

2015-12-13 Thread zainudin ahmad
Of course (attach project) Thanks, I think this is enough :) On Sun, Dec 13, 2015 at 6:14 AM, Jussi Lahtinen wrote: > OK I can confirm this with revision 7516. > Change "sleep 8" to "sleep 0.5", and click on the test button again if it > doesn't crash on first try. > > Can you file a bug report

[Gambas-user] [Gambas Bug Tracker] Bug #869: Borderless form shows border in qt4

2015-12-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.869&from=L21haW4- Comment #5 by gbWilly GAMBOS: I can confirm it works. Thanks -- ___ Gambas-user mailing list Gambas-user@l

Re: [Gambas-user] Class header features

2015-12-13 Thread Fabien Bodard
2015-12-13 21:33 GMT+01:00 Benoît Minisini : > Le 13/12/2015 21:28, Fabien Bodard a écrit : >> Just i've said before ... i'll never accept it too :-). it's just for >> inline code. >> >> But Tobias idea sound good... no ? >> > > Mmm, yes. But I must find how to implement it correctly... > > -- > Be

Re: [Gambas-user] Class header features

2015-12-13 Thread Benoît Minisini
Le 13/12/2015 21:28, Fabien Bodard a écrit : > Just i've said before ... i'll never accept it too :-). it's just for > inline code. > > But Tobias idea sound good... no ? > Mmm, yes. But I must find how to implement it correctly... -- Benoît Minisini

Re: [Gambas-user] Class header features

2015-12-13 Thread Fabien Bodard
Just i've said before ... i'll never accept it too :-). it's just for inline code. But Tobias idea sound good... no ? 2015-12-13 19:37 GMT+01:00 Benoît Minisini : > Le 13/12/2015 19:33, Tobias Boege a écrit : >> On Sat, 12 Dec 2015, Fabien Bodard wrote: >>> gbs3 -e -p '{long[]}a=[1,1]:for {i}ii =

Re: [Gambas-user] Class header features (was: Declaring variables in class header without Public/Private is possible...)

2015-12-13 Thread Fabien Bodard
2015-12-13 19:33 GMT+01:00 Tobias Boege : > On Sat, 12 Dec 2015, Fabien Bodard wrote: >> gbs3 -e -p '{long[]}a=[1,1]:for {i}ii = 0 to >> 50:{l}i=a[0]+a[1]:a[0]=a[1]:a[1]=i:print i:next' >> >> hermetics >> > > I don't know what this has to do with the thread but I'm amazed that this > works. As I re

Re: [Gambas-user] Class header features

2015-12-13 Thread Benoît Minisini
Le 13/12/2015 19:33, Tobias Boege a écrit : > On Sat, 12 Dec 2015, Fabien Bodard wrote: >> gbs3 -e -p '{long[]}a=[1,1]:for {i}ii = 0 to >> 50:{l}i=a[0]+a[1]:a[0]=a[1]:a[1]=i:print i:next' >> >> hermetics >> > > I don't know what this has to do with the thread but I'm amazed that this > works. As I

Re: [Gambas-user] Class header features (was: Declaring variables in class header without Public/Private is possible...)

2015-12-13 Thread Tobias Boege
On Sat, 12 Dec 2015, Fabien Bodard wrote: > gbs3 -e -p '{long[]}a=[1,1]:for {i}ii = 0 to > 50:{l}i=a[0]+a[1]:a[0]=a[1]:a[1]=i:print i:next' > > hermetics > I don't know what this has to do with the thread but I'm amazed that this works. As I read it '{i}ii', e.g., is a crude way to declare an in

[Gambas-user] Pre-release of Gambas 3.8.4

2015-12-13 Thread Benoît Minisini
Hi, As usual, I have uploaded a pre-version of the Gambas 3.8.4 sources so you can test it before the official release. Download it at: https://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.8.4.tar.bz2/download And please report any problem! Thanks in advance. Regards, -- Benoît