Re: [Gambas-user] port gambas1 to gambas2

2008-08-19 Thread Werner
Eldon Eller wrote: > I have a couple of old gambas1 projects. When I try to run them in > gambas2, I get this message: > > Version too old. Please recompile. > > I do not know how to recompile. This surely is in the documentation > somewhere, but I could not find it. I would be very grateful if s

[Gambas-user] port gambas1 to gambas2

2008-08-19 Thread Eldon Eller
I have a couple of old gambas1 projects. When I try to run them in gambas2, I get this message: Version too old. Please recompile. I do not know how to recompile. This surely is in the documentation somewhere, but I could not find it. I would be very grateful if someone could point me in the r

[Gambas-user] Gambas All Basic Moderator & Advocates Needed

2008-08-19 Thread admin
List, There is a new web site that is dedicated to All Basic languages. This site is not another support site but a Basic language information and code repository. (see Mission Statement) We need a representative from the Gambas camp to moderate the Gambas board on www.AllBasic.Info and wor

Re: [Gambas-user] Database manager bug

2008-08-19 Thread richard terry
On Tue, 19 Aug 2008 08:17:17 pm Benoit Minisini wrote: > On mardi 19 août 2008, richard terry wrote: > > I don't use this ever, but decided to give it a try. It came up with > > error that it couldn't find a table (which is there because I checked) > > and then the second time I repeated the action

Re: [Gambas-user] Error in gb.Chart (build 1502)

2008-08-19 Thread richard terry
On Tue, 19 Aug 2008 06:56:34 pm Garulfo Unix wrote: > Hum it's strange, but perhaps Fabien has worked on it recently. > Do you use the svn gambas version Richard ? > I build daily from svn currently build 1503 > Does the gb.chart example run correctly ? Yes! surprisingly. > François. > > 2008/

Re: [Gambas-user] Embed xfce4 panel into gambas application

2008-08-19 Thread M0E Lnx
My problem is that I'm embedding GParted into a gambas application. And the title property of the window changes depending on the type of hard drives present on the box... it could either be "/dev/sda - GParted" or "/dev/hda - GParted" I used xprop as suggested, and came up with the WM_CLASS strin

Re: [Gambas-user] Embed xfce4 panel into gambas application

2008-08-19 Thread Joshua Higgins
I'm not familiar with the way window managers and X work, but as Beniot said the only way I know how to find out the WM_CLASS of a window is using xprop. I have found out though whilst trying to get the Xfce Panel embedded is that the WM_CLASS is no more unique than the name. The two Xfce panels

Re: [Gambas-user] Embed xfce4 panel into gambas application

2008-08-19 Thread M0E Lnx
Ok... so this may be a more accurate method than the window title is in some cases... How does one go about finding and embedding an application using the WM_CLASS property instead of the title? Can someone give me a sample line? Desktop.Find("","APPCLASS") ' Will this work??? On Mon, Aug 18,

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

2008-08-19 Thread Garulfo Unix
How did you installed Gambas 2 ? If you use Mandriva, there is packages for it. The best way is 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. 20

Re: [Gambas-user] Propertiers window scroll bar anomaly

2008-08-19 Thread Benoit Minisini
On mardi 19 août 2008, richard terry wrote: > Not really a bug, but visually odd, but dosn't affect anything. > > If one has typed in a property and the scrolls the scroll bar, the textbox > containing the changed data scrolls up out of the property window > > Not important, but just thought I'd me

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

2008-08-19 Thread Benoit Minisini
On samedi 16 août 2008, Francesco Xavier Kolly Mally wrote: > 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 You should really give more information... -- Benoit Minisini -

Re: [Gambas-user] Database manager bug

2008-08-19 Thread Benoit Minisini
On mardi 19 août 2008, richard terry wrote: > I don't use this ever, but decided to give it a try. It came up with error > that it couldn't find a table (which is there because I checked) and then > the second time I repeated the action (clicking on the database name in the > tree control), it bugg

Re: [Gambas-user] Print option for files in IDE

2008-08-19 Thread charlesg
oops! you'll have to change /home/charles/... as appropriate. -- View this message in context: http://www.nabble.com/Print-option-for-files-in-IDE-tp19044250p19046970.html Sent from the gambas-user mailing list archive at Nabble.com. --

Re: [Gambas-user] Print option for files in IDE

2008-08-19 Thread charlesg
Hi, As usual, I cannot solve your problem but here is a simple program which prints FinePrint/Clickbook type A5 booklets from a Gambas Class file (or any text file I guess). It is W.I.P. and I am working on colour coding the words. It needs htmldoc, psutils and ps2pdf all of which are readily av

Re: [Gambas-user] Error in gb.Chart (build 1502)

2008-08-19 Thread Garulfo Unix
Hum it's strange, but perhaps Fabien has worked on it recently. Do you use the svn gambas version Richard ? Does the gb.chart example run correctly ? François. 2008/8/18 richard terry <[EMAIL PROTECTED]> > I tried to use the gb.chart component and got the error message enclosed. > > regards > >