Re: [Gambas-user] load contents of a TreeView from a file

2008-08-16 Thread Doriano Blengino
joshiggins ha scritto: > Hello. > > I'm just starting out with gambas and need some help. I have a file > formatted as follows: > > itemkey [SPACE] itemname [SPACE] path/to/icon > itemkey1 [SPACE] itemname [SPACE] path/to/iconetc...etc... > > I need to load this data from a file into a treeview

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

2008-08-16 Thread HARADA Kazutaka
Benoit Minisini worte: > Arg. Yes... Did you read the changelog? :-) > Hmm... Many canges. > Which desktop do you use? > I'm using Gnome-2.22.3, showing notification area applet in standard panel. I have tested with creating simple project like this, - Create GTK+ graphical application with

Re: [Gambas-user] Stack Overflow

2008-08-16 Thread Jason Hackney
Thank you. Obviously I overlooked that one. Your humble servant ;-) Jason On Sat, Aug 16, 2008 at 2:10 PM, Kari Laine <[EMAIL PROTECTED]> wrote: > Hi Jason, > > I found the problem. It is yours not Benoit's :-) > > txtBaggageWeight is stored wrong value. The propably right sub is > following.

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

2008-08-16 Thread Benoit Minisini
On samedi 16 août 2008, HARADA Kazutaka wrote: > Hi, > > After upgrading to gambas2-2.8.0, My project coundn't show > tray icons in notification area with gb.gtk. > > It still works fine with gb.qt. > > I'm using gnome-2.22.3 with gtk2-2.12.11. > > # Anything changed??? Arg. Yes... Did you read th

[Gambas-user] load contents of a TreeView from a file

2008-08-16 Thread joshiggins
Hello. I'm just starting out with gambas and need some help. I have a file formatted as follows: itemkey [SPACE] itemname [SPACE] path/to/icon itemkey1 [SPACE] itemname [SPACE] path/to/iconetc...etc... I need to load this data from a file into a treeview. I figure that I need to load the fi

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

2008-08-16 Thread HARADA Kazutaka
Hi, After upgrading to gambas2-2.8.0, My project coundn't show tray icons in notification area with gb.gtk. It still works fine with gb.qt. I'm using gnome-2.22.3 with gtk2-2.12.11. # Anything changed??? -- -- Kazutaka HARADA e-mail:[EMAIL PROTECTED]

Re: [Gambas-user] Stack Overflow

2008-08-16 Thread Kari Laine
Hi Jason, I found the problem. It is yours not Benoit's :-) txtBaggageWeight is stored wrong value. The propably right sub is following. PUBLIC SUB txtBaggageWeight_Change() update_weight() txtBaggageWeight.text = hBaggageWeight txtBaggageMoment.text = (hBaggageWeight * Val(lblBaggageArm.

Re: [Gambas-user] Stack Overflow

2008-08-16 Thread Kari Laine
On Sat, Aug 16, 2008 at 8:05 PM, Jason Hackney <[EMAIL PROTECTED]> wrote: > I am a most humble user as well :-) I do appreciate the input from testing > however, it can lead me in the right direction. > > > This is how it breaks: > > 1) Uncomment the code block dealing with the baggage weight. It

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

2008-08-16 Thread Benoit Minisini
On samedi 16 août 2008, joshiggins wrote: > I'm making a menu replacement which I will call from a launcher on the xfce > panel, and if it doesnt exit after starting the selected program it will > still be running, then pressing the launcher again will make two menu > processes, but only 1 will be

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

2008-08-16 Thread joshiggins
I'm making a menu replacement which I will call from a launcher on the xfce panel, and if it doesnt exit after starting the selected program it will still be running, then pressing the launcher again will make two menu processes, but only 1 will be visible to the user. This is my problem. My gam

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

2008-08-16 Thread Benoit Minisini
On samedi 16 août 2008, joshiggins wrote: > Hello, > > I need my gambas program to execute another program then close itself, > leaving the other program running. Using the SHELL command then Me.Close in > the startup form doesnt work, my gambas app keeps on running. I have also > tried using EXEC

[Gambas-user] Changes in GB.DB.MYSQL

2008-08-16 Thread David Villalobos Cambronero
Hi all, As some of you know there will be a new component for MySQL in Gambas 3, I don't know if some of you are using that component right now. But any way I just upload some mayor changes to the component, almost rewrite the entire component, so maybe your projects will not work with the new

[Gambas-user] execute shell command then exit

2008-08-16 Thread joshiggins
Hello, I need my gambas program to execute another program then close itself, leaving the other program running. Using the SHELL command then Me.Close in the startup form doesnt work, my gambas app keeps on running. I have also tried using EXEC to the same effect. How can this be achieved? Thank

Re: [Gambas-user] Stack Overflow

2008-08-16 Thread Jason Hackney
I am a most humble user as well :-) I do appreciate the input from testing however, it can lead me in the right direction. On Sat, Aug 16, 2008 at 12:37 PM, Kari Laine <[EMAIL PROTECTED]> wrote: > Hi, > > I tested project in Gambas 2.7 SUSE 10.3 x86 and I did not get stack error > or any others.

Re: [Gambas-user] Stack Overflow

2008-08-16 Thread Kari Laine
Hi, I tested project in Gambas 2.7 SUSE 10.3 x86 and I did not get stack error or any others. Can you be more spesific in what situation the error occurs. I can test it but not fix as I am a humble user :-) Best Regards Kari Laine On Sat, Aug 16, 2008 at 3:04 AM, Jason Hackney <[EMAIL PROTECTED

[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] Embed xfce4 panel into gambas application

2008-08-16 Thread joshiggins
hi all I'm trying to embed an xfce4 panel into my gambas application but cannot figure out how to do it. I looked at the application embedder example but I do not know what the title of the xfce4 panel window is. any ideas? thanks. -- View this message in context: http://www.nabble.com/Embed-

[Gambas-user] Using flat files in Gambas?

2008-08-16 Thread Pramod Dematagoda
Hello there, I am a new user to both BASIC and GAMBAS, although I did use to use BASIC through Visual Basic before, I've found that interface to be almost nothing compared to GAMBAS. However, I've faced a problem, I need to use flat files for this program I am creating, however the instructions on