Re: [Gambas-user] First look at Gambas 3

2010-12-12 Thread Benoît Minisini
> Benoit > Thanks for your help. I attach 2 screenshots showing the color selectors > which appear from Form/Properties/Background. > They appear to use different color palettes. Gambas2 palette is similar > to the default Desktop theme used in Ubuntu Maverick which was valid > when I installed Gam

Re: [Gambas-user] First look at Gambas 3

2010-12-04 Thread Benoît Minisini
> Hi Benoit, > Sorry to bother you again. I have installed QtConfig and found I could > change my default 'Background' color, which I did to HD3DFEB. This then > appeared in my Gambas3 color dialog but the behaviour is very different > with QT4 and GTK components. This explains my earlier problem w

Re: [Gambas-user] First look at Gambas 3

2010-12-04 Thread Michael
Hi Benoit, Sorry to bother you again. I have installed QtConfig and found I could change my default 'Background' color, which I did to HD3DFEB. This then appeared in my Gambas3 color dialog but the behaviour is very different with QT4 and GTK components. This explains my earlier problem with di

Re: [Gambas-user] First look at Gambas 3

2010-12-04 Thread Benoît Minisini
> Benoit, > The output from Valgrind is attached. I added the leak-check option to > give you more information. Thanks, but there is no memory access error reported in your valgrind log. Can you check that you ran it in the same context? > The application was just automatically > generated by G

Re: [Gambas-user] First look at Gambas 3

2010-12-03 Thread Fabien Bodard
http://0pointer.de/lennart/projects/libcanberra/ nothing more that google can tell us... i think it's a gnome lib ... but what is the link between that and qt :/... it's a mystery -- Increase Visibility of Your 3D Game Ap

Re: [Gambas-user] First look at Gambas 3

2010-12-03 Thread Benoît Minisini
> the same problem on qt than me, > Apparently there is something weird in "libcanberra". Do you know what is that library? -- Benoît Minisini -- Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! T

Re: [Gambas-user] First look at Gambas 3

2010-12-03 Thread Fabien Bodard
the same problem on qt than me, fab...@maison:~/Documents/Projets/Composants/gb.form.widgets$ valgrind --tool=memcheck --track-origins=yes --num-callers=50 gbx3 ==2477== Memcheck, a memory error detector ==2477== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al. ==2477== Using Val

Re: [Gambas-user] First look at Gambas 3

2010-12-03 Thread Michael
Benoit, Here is an important piece of additional information. If I change my project components from gb.qt4 to gb.gtk then the error #11 disappears. Also my desktop height is correctly reported as 1050 when using GTK. Also the font of a GTK frame does not automatically go bold. I was using QT in

Re: [Gambas-user] First look at Gambas 3

2010-12-03 Thread Michael
Thanks Rolf, I did consider that but why would it change from Gambas 2 and make upgrading so tiresome? Also with the change in colors I mentioned, I thought this might be because I had a basically blue desktop theme when I installed Gambas2 but a different desktop theme when I installed Gambas3

Re: [Gambas-user] First look at Gambas 3

2010-12-03 Thread Rolf-Werner Eilert
Just reading by... > resolution. My system is 1680*1050 resolution and G2 reports > Desktop.height as 1050. G3 reports desktop height as 1002! The desktop Maybe Gambas deducts the height for the... gosh what was its name... "kicker" or whatever... control bar at the lower screen edge? :-) Regar

Re: [Gambas-user] First look at Gambas 3

2010-12-02 Thread Benoît Minisini
> Thanks Benoit, > This enabled me to run in the IDE. I still have other mods to do as the > components do not fit on the form but I will work on this. > The error#11 did not happen with the V2.0 project. I started Gambas 3, > select File/New Project/QT4. > Get a project with FMain. Press F5 and r

Re: [Gambas-user] First look at Gambas 3

2010-12-02 Thread Michael
Thanks Benoit, This enabled me to run in the IDE. I still have other mods to do as the components do not fit on the form but I will work on this. The error#11 did not happen with the V2.0 project. I started Gambas 3, select File/New Project/QT4. Get a project with FMain. Press F5 and runs ok. CL

Re: [Gambas-user] First look at Gambas 3

2010-12-02 Thread Benoît Minisini
> I have been successfully running Gambas 2.2.1 and have just successfuly > installed V3. using: > $ svn checkout > https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/ > > I loaded a V2 project into V3 and it wouldn't run.Error was "Bad form > file version in class...". > I modified al

[Gambas-user] First look at Gambas 3

2010-12-02 Thread Michael
I have been successfully running Gambas 2.2.1 and have just successfuly installed V3. using: $ svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/ I loaded a V2 project into V3 and it wouldn't run.Error was "Bad form file version in class...". I modified all my form fil