Re: [Gambas-user] ERROR: #49:

2008-08-22 Thread Francesco Xavier Kolly Mally
to install > it > by using your package manager. > However, if you meet some problems with these packages, try to compile > Gambas. > > But yes, Benoît is right, you should give us more information. > > François. > > 2008/8/16 Francesco Xavier Kolly Mally <[EMAIL PR

[Gambas-user] ERROR: #49:

2008-08-16 Thread Francesco Xavier Kolly Mally
can anyone help me with this error??? ERROR: #49: Not a directory: /usr/local/bin/gambas2/.project I use mandriva 2007 and try to install gambas2-2.7.0 thank you - This SF.Net email is sponsored by the Moblin Your Move Develop

[Gambas-user] packages for mandriva 2007

2008-08-14 Thread Francesco Xavier Kolly Mally
to mr. Rob Kudla do you make gambas urpmi packages for mandriva 2007.0.i586 thank you - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin S

[Gambas-user] Fwd: create button at runtime

2008-07-25 Thread Francesco Xavier Kolly Mally
http://gambasdoc.org/help/comp/gb.qt/button/_new?show DIM hButton as button hButton = new button(Your_Form_Here) With hButton .X = 4 .Y = 4 .Text = "Button" .height = 27 .width = 80 END WITH I found this Error message= gb.gui: unable to load 'gb.gtk' component where can i download gb.gtk ? I us