[Gambas-user] Print option for files in IDE

2008-08-18 Thread richard terry
Not that one does this very often, but I just wanted to print out one of the modules to paper, and found seemingly no print button. Yes, can open in external editor of course, but I thought perhaps a print option could come in handy. Regards Richard ---

[Gambas-user] Propertiers window scroll bar anomaly

2008-08-18 Thread richard terry
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 mention it. Regards Richard <>---

[Gambas-user] Database manager bug

2008-08-18 Thread richard terry
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 bugged out with the error message below. Regards Ri

[Gambas-user] Autoconf tools question

2008-08-18 Thread M0E Lnx
I've gotten my application to package with the autoconf tools creator from the IDE (very nice (in version 2.8 the DESTDIR is supported)). I have a question How can I make these scripts run additional tests?. My application for instance uses other things such as Python, CMake... etc, how can I make

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

2008-08-18 Thread richard terry
I tried to use the gb.chart component and got the error message enclosed. regards Richard <>- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin

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

2008-08-18 Thread Joshua Higgins
You'll never guess what the title was. Xfce Panel. :) Thanks again Benoit. On Mon, Aug 18, 2008 at 7:50 PM, Benoit Minisini < [EMAIL PROTECTED]> wrote: > On lundi 18 août 2008, joshiggins wrote: > > Yeah you are right, it is not decorated and does not have a title so i > > can't embed it :-(( Is

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

2008-08-18 Thread Benoit Minisini
On lundi 18 août 2008, joshiggins wrote: > Yeah you are right, it is not decorated and does not have a title so i > can't embed it :-(( Is the only way to embed a program by its title shown > by the window decorator? > A X11 window can be found from its name (the title), its class and its role, b

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

2008-08-18 Thread joshiggins
Yeah you are right, it is not decorated and does not have a title so i can't embed it :-(( Is the only way to embed a program by its title shown by the window decorator? M0E Lnx wrote: > > I'm not sure the xfce4 panel returns a title to the desktop... it is > not decorated... > > but you can t

Re: [Gambas-user] No tray icons displayed with gb.gtk

2008-08-18 Thread HARADA Kazutaka
Benoit Minisini wrote: > The bug is finally fixed in revision #1503. > This was not a so small bug... GTK+ is poorly documented, and I had to read > its source code to know what to do. But now, icons have the right size, and > are fully transparent (bonus). > I have got the patches from svn r

Re: [Gambas-user] execute shell command then exit

2008-08-18 Thread Steven Lobbezoo
OOffice does it like this : # execute soffice binary "$sd_prog/$sd_binary" "$@" & trap 'kill -9 $!' TERM wait $! Regads, Steven Le samedi 16 août 2008 à 19:30 +0200, Benoit Minisini a écrit : > On samedi 16 août 2008, joshiggins wrote: > > I'm making a menu replacement which I will call from

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

2008-08-18 Thread M0E Lnx
I'm not sure the xfce4 panel returns a title to the desktop... it is not decorated... but you can try looking for xfce4-panel (i haven't used xfce4 in a while, so this may not be accurate) On Sat, Aug 16, 2008 at 7:25 AM, joshiggins <[EMAIL PROTECTED]> wrote: > > hi all > > I'm trying to embed an

Re: [Gambas-user] Using Graphs in an application

2008-08-18 Thread Garulfo Unix
Yes, you have the gb.chart component made by ... Fabien himself. However, Fabien didn't made documentations about gb.chart on the official wiki. François. 2008/8/18 Fabien Bodard <[EMAIL PROTECTED]> > gb.chart... > > 2008/8/18 Garulfo Unix <[EMAIL PROTECTED]>: > > Hi Richard, > > > > What do you

Re: [Gambas-user] Using Graphs in an application

2008-08-18 Thread Fabien Bodard
gb.chart... 2008/8/18 Garulfo Unix <[EMAIL PROTECTED]>: > Hi Richard, > > What do you mean about "proper graping module" ? > > François. > > 2008/8/18 richard terry <[EMAIL PROTECTED]> > >> I notice there is a simple demo on drawing a bar chart, but wondered if >> there >> was any proper graphing

Re: [Gambas-user] No tray icons displayed with gb.gtk

2008-08-18 Thread Benoit Minisini
On dimanche 17 août 2008, Garulfo Unix wrote: > Hello HARADA Kazutaka, > > I use GNOME 2.22.3 as well, and i'm meeting the same problem. > Indeed, there is a problem with the Width property. > > That's a small bug which will be quickly fixed. > > Regards, > > François. > The bug is finally fixed i

Re: [Gambas-user] Using Graphs in an application

2008-08-18 Thread Garulfo Unix
Hi Richard, What do you mean about "proper graping module" ? François. 2008/8/18 richard terry <[EMAIL PROTECTED]> > I notice there is a simple demo on drawing a bar chart, but wondered if > there > was any proper graphing module for gambas? > > regards > > Richard > > -