Re: [Gambas-user] catching errors

2009-04-09 Thread joshiggins
Just got back and tried it... only the catch in ihaserror() runs. Makes sense. -- View this message in context: http://www.nabble.com/catching-errors-tp22969154p22969611.html Sent from the gambas-user mailing list archive at Nabble.com. -

Re: [Gambas-user] using icons from system theme without specifiying full path

2008-12-02 Thread joshiggins
Found the answer: Image.Load("pathtoimage").Stretch(24, 24, TRUE).Picture joshiggins wrote: > > Okay, I've got a bash script which you hand a .desktop file and it > searches > and returns the path of the icon (i'll post if anyone else is interested). > >

[Gambas-user] gambas program to see screen resolution

2008-08-27 Thread joshiggins
Hello. Is there a built in routine for gambas to detect the current screen resolution? -- View this message in context: http://www.nabble.com/gambas-program-to-see-screen-resolution-tp19187146p19187146.html Sent from the gambas-user mailing list archive at Nabble.com.

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

2008-08-18 Thread joshiggins
.. > > 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 xfce4 pan

[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

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

2008-08-16 Thread joshiggins
. My gambas program strangely doesnt exit when the process it started exits. Is this normal behaviour? Benoit Minisini wrote: > > On samedi 16 août 2008, joshiggins wrote: >> Hello, >> >> I need my gambas program to execute another program then close itself, >> leavi

[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

[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-