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.
-
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).
>
>
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.
..
>
> 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
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
.
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
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
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-