[Gambas-user] I need a shell script

2009-04-26 Thread jbskaggs
I am having a sudo (permission) problem in my gamemaker program. It creates the code and writes it to the MMain.Module and creates the .Project file. Now I need to be able to shell from my program to a directory and run the gbc2 and gba2 commands. I have tried several different shell comman

[Gambas-user] Pb with transparency?

2009-04-26 Thread Simonart Dominique
Hi, Gambas 2.12 with QT I had a prog that worked well in Gambas 2.11 but now it doesn't work correctly for all the images with transparent areas. Here is a very short illustration of the problem DIM PicSac AS Picture DIM PicCase AS Object[] Dim i AS Integer PicCase.Resize(2) FOR i = 0 TO 1

Re: [Gambas-user] Creating a menu at runtime.(Solved sort of)

2009-04-26 Thread richard terry
On Mon, 27 Apr 2009 12:44:21 am you wrote: > the code is good but why did you use an observer ??? You just need to > set the handle in the new request. Thanks, I'll do that. I looked everywhere trying to figure this out, perhaps there should be this type of example in the help file. Regards Rich

Re: [Gambas-user] Creating a menu at runtime.(Solved sort of)

2009-04-26 Thread Fabien Bodard
the code is good but why did you use an observer ??? You just need to set the handle in the new request. An observer is mde to catch an event before or after the objet observed. to change the event parent and handle : Object.Attach(... http://gambasdoc.org/help/comp/gb/object/attach?en

Re: [Gambas-user] Gambas server pages

2009-04-26 Thread Jesus Guardon
Many thanks, Steven. It now works. Although my gbs2 path is /usr/local/bin/gbs2 Regards Jesus Steven James Drinnan escribió: > Create a symbolic link like this > > ln -s /usr/bin/gbs2 /usr/bin/gbw2 > -- Crystal Repor