[Gambas-user] [SPAM] SVN-Problem

2010-04-27 Thread Dag Jarle Johansen
Hi, I installed the latest SVN from the scratch, now having a problem starting Gambas. Removed all existing files as follows: sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3 /usr/local/bin/gbi3 sudo rm -rf /usr/local/lib/gambas3 sudo rm -rf /usr/local/share/gambas3 sudo r

Re: [Gambas-user] oxygen border theme and gb.qt4 component visual issues

2010-04-27 Thread Leandro Santiago
Ow, I forgot to say: I saw this behavior in the gambas3 IDE. 2010/4/27 Leandro Santiago : > Thanks very much. > Now it looks better :-) > > But now there is another problem :-) When menubar is hidden, it looks > "below" of toolbar. The toolbar buttons work fine, but I can see the > menubar yet, be

Re: [Gambas-user] oxygen border theme and gb.qt4 component visual issues

2010-04-27 Thread Leandro Santiago
Thanks very much. Now it looks better :-) But now there is another problem :-) When menubar is hidden, it looks "below" of toolbar. The toolbar buttons work fine, but I can see the menubar yet, below them. 2010/4/27 Benoît Minisini : >> > Hello to all. >> > >> > In gambas3 (qt4 component), the ma

Re: [Gambas-user] Problem to use a TextArea

2010-04-27 Thread linus
Thank's Fabien it works fine now. so cool.. Olivier Le mercredi 28 avril 2010 à 01:09 +0200, Fabien Bodard a écrit : > it's utf8 use : > > String.Instr instead Intr > > http://gambasdoc.org/help/comp/gb/string/instr > > 2010/4/28 linus : > > > > Hi all, > > > > I'm using a TextArea in a litt

[Gambas-user] ERRATUM: Problem to use a TextArea

2010-04-27 Thread linus
Hi all, I'm using a TextArea in a little project like a Text Editor. When I add the part of code to search in the text of this TextArea, I have a problem during search text whith the command 'instr'. In fact, when this command find accented characters, it count 2 characters instead of 1 and the

Re: [Gambas-user] Problem to use a TextArea

2010-04-27 Thread Fabien Bodard
it's utf8 use : String.Instr instead Intr http://gambasdoc.org/help/comp/gb/string/instr 2010/4/28 linus : > > Hi all, > > I'm using a TextArea in a little project like a Text Editor. > > When I add the part of code to search in the text of this TextArea, I > have a problem during search text wh

[Gambas-user] Problem to use a TextArea

2010-04-27 Thread linus
Hi all, I'm using a TextArea in a little project like a Text Editor. When I add the part of code to search in the text of this TextArea, I have a problem during search text whith the command 'instr'. In fact, when this command find accented characters, it count 2 characters instead of 1 and the

Re: [Gambas-user] GamBas3

2010-04-27 Thread craf
-Mensaje original- De: Benoît Minisini Reply-to: mailing list for gambas users Para: mailing list for gambas users Asunto: Re: [Gambas-user] GamBas3 Fecha: Tue, 27 Apr 2010 23:43:45 +0200 > -Mensaje original- > De: Benoît Minisini > Reply-to: mailing list for gambas users > >

Re: [Gambas-user] GamBas3

2010-04-27 Thread Benoît Minisini
> -Mensaje original- > De: Benoît Minisini > Reply-to: mailing list for gambas users > > Para: mailing list for gambas users > Asunto: Re: [Gambas-user] GamBas3 > Fecha: Tue, 27 Apr 2010 23:28:30 +0200 > > > > > Well, my name is Cristian. I live in Chile. > > > > I was looking for a sol

Re: [Gambas-user] GamBas3

2010-04-27 Thread craf
-Mensaje original- De: Benoît Minisini Reply-to: mailing list for gambas users Para: mailing list for gambas users Asunto: Re: [Gambas-user] GamBas3 Fecha: Tue, 27 Apr 2010 23:28:30 +0200 > > > Well, my name is Cristian. I live in Chile. > > > I was looking for a solution for hard links

Re: [Gambas-user] GamBas3

2010-04-27 Thread Benoît Minisini
> > > Well, my name is Cristian. I live in Chile. > > > I was looking for a solution for hard links that are created when > > > compiling glibc with Gambas and found this page: > > > > > > http://www.bitwagon.com/rtldi/rtldi.html > > > > > > I think there the road goes, but I do not know very wel

Re: [Gambas-user] GamBas3

2010-04-27 Thread Benoît Minisini
> > Well, my name is Cristian. I live in Chile. > > I was looking for a solution for hard links that are created when > > compiling glibc with Gambas and found this page: > > > > http://www.bitwagon.com/rtldi/rtldi.html > > > > I think there the road goes, but I do not know very well C, not find

Re: [Gambas-user] GamBas3

2010-04-27 Thread Benoît Minisini
> > Well, my name is Cristian. I live in Chile. > I was looking for a solution for hard links that are created when > compiling glibc with Gambas and found this page: > > http://www.bitwagon.com/rtldi/rtldi.html > > I think there the road goes, but I do not know very well C, not find a > way to

Re: [Gambas-user] Mouse Clicks become unresponsive on form?

2010-04-27 Thread Dr.Diesel
Benoît Minisini wrote: > >> Benoît Minisini wrote: >> >> Benoît Minisini wrote: >> >> >> Running SVN 2910. After a few mouse click, either switching a few >> >> >> >> >> >> >> >> >> Many Thanks! >> >> > >> >> > Your main form has the Type property set to "Menu". It should be set >> >> > to

Re: [Gambas-user] oxygen border theme and gb.qt4 component visual issues

2010-04-27 Thread Benoît Minisini
> > Hello to all. > > > > In gambas3 (qt4 component), the main space on apps window is opaque, > > and don't integrate very well with the oxygen theme (default in KDE). > > > > To has a good apparency, the space in window must follow the system > > style, like native qt4 applications. > > > > A

Re: [Gambas-user] Mouse Clicks become unresponsive on form?

2010-04-27 Thread Benoît Minisini
> Benoît Minisini wrote: > >> Benoît Minisini wrote: > >> >> Running SVN 2910. After a few mouse click, either switching a few > >> >> > >> >> > >> >> Many Thanks! > >> > > >> > Your main form has the Type property set to "Menu". It should be set > >> > to "Normal". > >> > > >> > Can you try w

Re: [Gambas-user] Mouse Clicks become unresponsive on form?

2010-04-27 Thread Dr.Diesel
Benoît Minisini wrote: > >> Benoît Minisini wrote: >> >> Running SVN 2910. After a few mouse click, either switching a few >> >> >> >> >> >> Many Thanks! >> > >> > Your main form has the Type property set to "Menu". It should be set to >> > "Normal". >> > >> > Can you try with the Type pro

Re: [Gambas-user] GamBas3

2010-04-27 Thread craf
-Mensaje original- De: Benoît Minisini Reply-to: mailing list for gambas users Para: karl.re...@fen-net.de, mailing list for gambas users Asunto: Re: [Gambas-user] GamBas3 Fecha: Tue, 27 Apr 2010 19:00:18 +0200 > > Salut, > > as Richard says, very stable or as stable as gambas2. > >

Re: [Gambas-user] GamBas3

2010-04-27 Thread Fabien Bodard
Le 27 avril 2010 19:00, Benoît Minisini a écrit : >> >> Salut, >> >> as Richard says, very stable or as stable as gambas2. >> >> But the main question will be, what deeper changes (like last components >> to library), Benoît has still planed ? > > I thought I had made a mail about that, but maybe

Re: [Gambas-user] oxygen border theme and gb.qt4 component visual issues

2010-04-27 Thread Benoît Minisini
> Hello to all. > > In gambas3 (qt4 component), the main space on apps window is opaque, > and don't integrate very well with the oxygen theme (default in KDE). > > To has a good apparency, the space in window must follow the system > style, like native qt4 applications. > > An image say more t

Re: [Gambas-user] GamBas3

2010-04-27 Thread Benoît Minisini
> > Salut, > > as Richard says, very stable or as stable as gambas2. > > But the main question will be, what deeper changes (like last components > to library), Benoît has still planed ? I thought I had made a mail about that, but maybe I am wrong. Now, as soon as the gb.report is usable (i.e.

Re: [Gambas-user] Cannot load class 'Balloon'

2010-04-27 Thread Fabien Bodard
odd? why ? 2010/4/27 charlesg : > > Fabien > > Thank you for that. Gambas 3 used to compile on Ubuntu 10.04 (lucid) using > the list of dependencies for 9.10 (Karmic) in the Gambas installation pages. > It now also needs intltool (or part of it?) as in sudo apt-get install > intltool. > > Gambas

Re: [Gambas-user] Cannot load class 'Balloon'

2010-04-27 Thread charlesg
Fabien Thank you for that. Gambas 3 used to compile on Ubuntu 10.04 (lucid) using the list of dependencies for 9.10 (Karmic) in the Gambas installation pages. It now also needs intltool (or part of it?) as in sudo apt-get install intltool. Gambas 3 now runs but looks odd. I am way out of my comf

Re: [Gambas-user] Cannot load class 'Balloon'

2010-04-27 Thread Fabien Bodard
have you selected the component ..; if yes ..; try do a make uninstall and make install if there is some problem then ... look in /usr/local/lib/gambas3 and /usr/share/gambas3/info and list if all the needed files are here you can try a gbi3 in console to see if there is no problem during the inf

[Gambas-user] oxygen border theme and gb.qt4 component visual issues

2010-04-27 Thread Leandro Santiago
Hello to all. In gambas3 (qt4 component), the main space on apps window is opaque, and don't integrate very well with the oxygen theme (default in KDE). To has a good apparency, the space in window must follow the system style, like native qt4 applications. An image say more than one thousand w

[Gambas-user] Cannot load class 'Balloon'

2010-04-27 Thread charlesg
hi, Gambas3 2918 compiles fine on Ubuntu 10.04 32bit release candidate. But gives: ERROR: #2: Cannot load class 'Balloon': Unable to load class file when run. any ideas? rgds -- View this message in context: http://old.nabble.com/Cannot-load-class-%27Balloon%27-tp28375384p28375384.html Sent

[Gambas-user] info...@spw.wallonie.be informs me , when answering gambas user mails

2010-04-27 Thread Karl Reinl
Salut, does other have that also, info...@spw.wallonie.be informs me (see attachment), when answering gambas user mails ? -- Amicalement Charlie --- Begin Message --- i. Le present message vous est adresse de maniere automatique par le serveur mail du Service Public de Wallonie. Votre message c

Re: [Gambas-user] GamBas3

2010-04-27 Thread Fabien Bodard
i think we are near to be able to write a full dictionnary (in size), with the change between gambas2 and 3. it's not great things often but a lot of hidden feature are here sugars, some other are more important as Paint Class, Reports, DBus support (not finished miss the signal connecting and

Re: [Gambas-user] GamBas3

2010-04-27 Thread Charlie Reinl
Am Dienstag, den 27.04.2010, 12:44 +1000 schrieb richard terry: > On Tuesday 27 April 2010 08:11:30 Jerry McBride wrote: > > A question for you all... :') > > > > > > Just "how usable" is Gambas3? > > > > I'm being pushed into dropping Gambas2 due to kde3 and qt3 being deprecated > > in Gentoo.