Re: [Gambas-user] Error compiling Gambas3

2010-05-05 Thread Leonardo Miliani
Il giorno mer, 05/05/2010 alle 19.11 +0200, Benoît Minisini ha scritto: > > Il giorno mer, 05/05/2010 alle 17.02 +0200, EA7DFH ha scritto: > > > #2934 Working flawlessly here (Ubuntu 10.04 32bit). > > > > Same for me on Arch 32 bit: > > Gambas 3 DOES compile and DOES create new projects XD > > >

Re: [Gambas-user] Toggle Button values

2010-05-05 Thread Fabien Bodard
ok, in gambas and others language True and false are not true value but two choiced value togglebutton.value = true set the toogle pressed if togglebutton.value then print "pressed" try this too :) print cint(true) print cint(false) 2010/5/5 Rolf-Werner Eilert : > Hi all, > > In Gambas 2 I u

Re: [Gambas-user] Error compiling Gambas3

2010-05-05 Thread Benoît Minisini
> Il giorno mer, 05/05/2010 alle 17.02 +0200, EA7DFH ha scritto: > > #2934 Working flawlessly here (Ubuntu 10.04 32bit). > > Same for me on Arch 32 bit: > Gambas 3 DOES compile and DOES create new projects XD > > Now it's almost perfect... the only annoying thing is that icons of the > IDE seem n

Re: [Gambas-user] Error compiling Gambas3

2010-05-05 Thread Leonardo Miliani
Il giorno mer, 05/05/2010 alle 17.02 +0200, EA7DFH ha scritto: > #2934 Working flawlessly here (Ubuntu 10.04 32bit). Same for me on Arch 32 bit: Gambas 3 DOES compile and DOES create new projects XD Now it's almost perfect... the only annoying thing is that icons of the IDE seem not to respect th

[Gambas-user] Toggle Button values

2010-05-05 Thread Rolf-Werner Eilert
Hi all, In Gambas 2 I used some ToggleButtons and found it difficult to make out what are the correct values to be set/returned. It turned out that only 0 for "not pressed" is reliable. I can set TRUE and FALSE to switch it on/off from code, but it will not return these but 1/0. I cannot set 1

Re: [Gambas-user] Error compiling Gambas3

2010-05-05 Thread EA7DFH
On 05/05/10 16:26, Benoît Minisini wrote: >> Il giorno mar, 04/05/2010 alle 11.54 +0200, Laurent Carlier ha scritto: >>> Just built it fine here (arch64) >>> >>> Looking at the error, i guess something is rotten with your Qt4 >>> installation, or got some corrupted memory/disk. >>> >>> Regards, >>

Re: [Gambas-user] Error compiling Gambas3

2010-05-05 Thread Benoît Minisini
> Il giorno mar, 04/05/2010 alle 11.54 +0200, Laurent Carlier ha scritto: > > Just built it fine here (arch64) > > > > Looking at the error, i guess something is rotten with your Qt4 > > installation, or got some corrupted memory/disk. > > > > Regards, > > No, nothing was broken... simply, there

Re: [Gambas-user] Error compiling Gambas3

2010-05-05 Thread Leonardo Miliani
Il giorno mar, 04/05/2010 alle 11.54 +0200, Laurent Carlier ha scritto: > Just built it fine here (arch64) > > Looking at the error, i guess something is rotten with your Qt4 installation, > or got some corrupted memory/disk. > > Regards, > No, nothing was broken... simply, there was some glit