[Gambas-user] IDE 100% CPU and never loads project

2012-11-28 Thread Bruce
This is a FYI and a hope for a fix. Today I had a very nasty thing happen. Inadvertently, I made a class inherit itself and started to compile the project. This resulted in an endless compile so I killed the IDE. Here's where the nasty starts. It has already updated the .info file and the bad c

Re: [Gambas-user] Question about gb.args

2012-11-28 Thread Bruce
On Thu, 2012-11-29 at 05:30 +0100, Willy Raets wrote: > I has a quick look at the documentation of gb.args. > > As I understand it gb.args is able to return version of an applicatiosn. > Like if I have a GUI Gambas app named MyApp in /usr/bin/ a MyApp > --version should return version of the insta

[Gambas-user] Question about gb.args

2012-11-28 Thread Willy Raets
I has a quick look at the documentation of gb.args. As I understand it gb.args is able to return version of an applicatiosn. Like if I have a GUI Gambas app named MyApp in /usr/bin/ a MyApp --version should return version of the installed application. Documentation says: Automatically handle --ve

Re: [Gambas-user] Gtk-CRITICAL

2012-11-28 Thread Benoît Minisini
Le 28/11/2012 23:18, Juan a écrit : > > > this is the code that happens the problem > > Public Sub Form_Open() > >GridView1.Columns.Count = 7 >GridView1.Rows.Count = 1 > >GridView1.Columns[0].Width = 50 >GridView1.Columns[1].Width = 70 >GridView1.Columns[2].Width = 70 >GridV

Re: [Gambas-user] Gtk-CRITICAL

2012-11-28 Thread Juan
Bill-Lancaster lineone.net> writes: > > > Benoît, > > Have just got round to making a small example but I can't reproduce the > error. > > I'll add to this thread if it happens again! > > Regards > > Bill this is the code that happens the problem Public Sub Form_Open() GridView1.Co

Re: [Gambas-user] gbx3: no project file in current directory

2012-11-28 Thread Jussi Lahtinen
Uninstall Gambas ("sudo apt-get purge gambas3" if installed from repos), then: 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 rm -f /usr/local/bin/gambas3 sudo rm -f /usr/local/

[Gambas-user] gbx3: no project file in current directory

2012-11-28 Thread Willy Raets
A user on a forum has this problem: Typing gambas3 at command line generates: "gbx3: no project file in current directory" Distro: openSuSe Desktop: KDE 3.5 Gambas3 version 3.3.3 installed from RPM That is all info I have. Any ideas what could be causing this or what I should ask him to

Re: [Gambas-user] llvm compiling - how to (your millage may vary)

2012-11-28 Thread RICHARD WALKER
Life is too short. I'll just wait for the Mageia 3 release (shouldn't be too long now) and with a bit of luck it will have a "recent" Gambas 3. The last time I looked at the MGA3 alpha it was at 3.3.4 so things are looking good! R --

Re: [Gambas-user] Dialog.OpenFile raises signal #6

2012-11-28 Thread Benoît Minisini
Le 28/11/2012 18:16, bill-lancaster a écrit : > Apologies, I meant that I don't have a problem with my Gambas installation > any more but the original issue still remains. > > If I switch the project type from QT to GTK then everything behaves properly > I can't reproduce your problem. Everything

Re: [Gambas-user] Dialog.OpenFile raises signal #6

2012-11-28 Thread bill-lancaster
Apologies, I meant that I don't have a problem with my Gambas installation any more but the original issue still remains. If I switch the project type from QT to GTK then everything behaves properly -- View this message in context: http://gambas.8142.n7.nabble.com/Dialog-OpenFile-raises-signal

Re: [Gambas-user] Debian repository

2012-11-28 Thread konaexpress
I know that this will not fix evereything but has anyone thought of making a Debian distro with the runtime pre installed? This would allow users to use Gambas made apps without a lot of fuss. -John -- View this message in context: http://gambas.8142.n7.nabble.com/Debian-repository-tp40024p401

Re: [Gambas-user] Issue 359 in gambas: ScrollBar fails in the new version

2012-11-28 Thread gambas
Comment #5 on issue 359 by flynetin...@gmail.com: ScrollBar fails in the new version http://code.google.com/p/gambas/issues/detail?id=359 not a serious problem that can not wait a while to solve. is inconvenient for the user to resize the row to see the scroll bar but can wait Thanks --

Re: [Gambas-user] Big change in revision #5382

2012-11-28 Thread Rolf-Werner Eilert
Am 28.11.2012 17:06, schrieb Benoît Minisini: > Le 28/11/2012 16:52, Rolf-Werner Eilert a écrit : >>> I was talking about the Draw class compatibility, not the Printer class. >>> The new Printer class is different and will stay different. >> >> That's kinda shame because it means I have to organi

Re: [Gambas-user] Big change in revision #5382

2012-11-28 Thread Benoît Minisini
Le 28/11/2012 16:52, Rolf-Werner Eilert a écrit : >> I was talking about the Draw class compatibility, not the Printer class. >> The new Printer class is different and will stay different. > > That's kinda shame because it means I have to organize two different > ways of drawing with two separate d

Re: [Gambas-user] Big change in revision #5382

2012-11-28 Thread Rolf-Werner Eilert
Am 28.11.2012 16:00, schrieb Benoît Minisini: > Le 28/11/2012 10:12, Rolf-Werner Eilert a écrit : >> Hi Benoit, >> >> I was curious and tried the latest trunk on my biggest project which has >> the old printing code. Just fyi: >> >> Two errors stopped it: >> >> - In TreeView, the .Item delivers N

Re: [Gambas-user] Issue 359 in gambas: ScrollBar fails in the new version

2012-11-28 Thread gambas
Updates: Status: Accepted Labels: -Version-TRUNK Version-3.3.0 Comment #4 on issue 359 by benoit.m...@gmail.com: ScrollBar fails in the new version http://code.google.com/p/gambas/issues/detail?id=359 Well... I guess the problem is fixed in the development version, but I can't

Re: [Gambas-user] Dialog.OpenFile raises signal #6

2012-11-28 Thread Benoît Minisini
Le 28/11/2012 10:43, bill-lancaster a écrit : > Yes, you're right. Removed all previous versions and now all is OK! > Have made a simple project that shows the problem. MusicPlayer2-0.0.1.tar.gz > > I don't understand: do yo

Re: [Gambas-user] Dialog.OpenFile raises signal #6

2012-11-28 Thread Benoît Minisini
Le 28/11/2012 12:26, bill-lancaster a écrit : > Sorry - have just noticed that this is reported (in terminal):- > QSpiAccessible::accessibleEvent not handled: "8008" obj: QObject(0x0) " > invalid interface!" > QSpiAccessible::accessibleEvent not handled: "8008" obj: > QSidebar(0x8863f08, name

Re: [Gambas-user] Big change in revision #5382

2012-11-28 Thread Benoît Minisini
Le 28/11/2012 10:12, Rolf-Werner Eilert a écrit : > Hi Benoit, > > I was curious and tried the latest trunk on my biggest project which has > the old printing code. Just fyi: > > Two errors stopped it: > > - In TreeView, the .Item delivers NULL instead of the object clicked on, > but only two nodes

Re: [Gambas-user] hsplit.layout settings under gtk

2012-11-28 Thread charlesg
Benoît Minisini wrote > I cannot reproduce any problem, so please give more details : which GTK+ > theme you use, which desktop you use, screenshots... Here is a link to a short video showing the problem. It's short: only 400K ftp://ftp.drivehq.com/charlesg628/PublicFolder/out.ogv

Re: [Gambas-user] Dialog.OpenFile raises signal #6

2012-11-28 Thread bill-lancaster
Sorry - have just noticed that this is reported (in terminal):- QSpiAccessible::accessibleEvent not handled: "8008" obj: QObject(0x0) " invalid interface!" QSpiAccessible::accessibleEvent not handled: "8008" obj: QSidebar(0x8863f08, name = "sidebar") "sidebar" FIXME: handle dialog start.

Re: [Gambas-user] Dialog.OpenFile raises signal #6

2012-11-28 Thread bill-lancaster
Yes, you're right. Removed all previous versions and now all is OK! Have made a simple project that shows the problem. MusicPlayer2-0.0.1.tar.gz -- View this message in context: http://gambas.8142.n7.nabble.com/Dialog-O

Re: [Gambas-user] Big change in revision #5382

2012-11-28 Thread Rolf-Werner Eilert
Hi Benoit, I was curious and tried the latest trunk on my biggest project which has the old printing code. Just fyi: Two errors stopped it: - In TreeView, the .Item delivers NULL instead of the object clicked on, but only two nodes down. The other nodes above run fine. - So I tried to call pr