Re: [Gambas-user] Gambas Scripting Language - Some Questions

2009-05-21 Thread Sergio A. Hernandez
Yes, the gb.xml is installed on my system, it is visible under the tab COMPONENTS. Actually, I have the Gambas application that runs this example, and works fine as an application. 2009/5/21 Benoît Minisini > > 2009/5/18 Benoît Minisini > > > > > > Hello all, > > > > I have some questions about

Re: [Gambas-user] Gambas Scripting Language - Some Questions

2009-05-21 Thread Alonso Cardenas Marquez
Hi everybody The gambas was updated to 2.13.0 on FreeBSD ports tree, It compiles/runs without problems on i386/amd64 (I use it on i386), The previous version had some problems on amd64 (missing info files, some problems on pointyhat build package system, etc). If some FreeBSD user could test it o

Re: [Gambas-user] Gambas Scripting Language - Some Questions

2009-05-21 Thread Benoît Minisini
> 2009/5/18 Benoît Minisini > > > > Hello all, > > > I have some questions about the scripting language. I need a little > > > help. Question > > > > > > Thanks in advance, and have a nice weekend. > > > > The scripter works by creating a temporary project from your script, by > > compiling it, an

Re: [Gambas-user] Gambas Scripting Language - Some Questions

2009-05-20 Thread Sergio A. Hernandez
2009/5/18 Benoît Minisini > > Hello all, > > I have some questions about the scripting language. I need a little help. > > Question > > > > Thanks in advance, and have a nice weekend. > > > > The scripter works by creating a temporary project from your script, by > compiling it, and by running it

Re: [Gambas-user] Gambas Scripting Language - Some Questions

2009-05-18 Thread Benoît Minisini
> Hello all, > I have some questions about the scripting language. I need a little help. > Question > > Thanks in advance, and have a nice weekend. > The scripter works by creating a temporary project from your script, by compiling it, and by running it. The compiled project is cached so that it

Re: [Gambas-user] Gambas Scripting Language - Some Questions

2009-05-16 Thread Garulfo Unix
Hum well, first of all, i think the best man to answer you is Fabien Bodard. He is the creator of GBS. Mainly, i see GBS like a administrator language to manage some tasks over your system. If you don't like Bash for instance, you can without problem use it in replacement. However i don't really

[Gambas-user] Gambas Scripting Language - Some Questions

2009-05-15 Thread Sergio A. Hernandez
Hello all, I have some questions about the scripting language. I need a little help. Question 1- The gbs2 scripter only have access to the gb. internal native class? 2- How can I use other components as the gb.XML? 3- Why my scripts dont run directly even when I am including the first line #!/usr/b