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

[Gambas-user] Gambas 2.13.0 on FreeBSD

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] Feature Request - Package Management

2009-05-21 Thread programacion
Hi :) is italian. you can download the package deb of the version 2.12 of Gambas. Regards El mié, 20-05-2009 a las 19:55 -0700, KhurramM escribió: > Sir the page is in French, I dont understand what to do here? > > Best Regards > > > > programacion wrote: > > > > Hi. > > > > Look this l

Re: [Gambas-user] Web site translations

2009-05-21 Thread David Villalobos Cambronero
Don't worry, it is done, but thanks Regards -- David - Original Message From: Sergio A. Hernandez To: mailing list for gambas users Sent: Wednesday, May 20, 2009 7:18:56 PM Subject: Re: [Gambas-user] Web site translations David, Do you need some help with the Spanish translation

Re: [Gambas-user] Feature Request - Package Management

2009-05-21 Thread Ron_1st
On Thursday 21 May 2009, KhurramM wrote: > > Well I again search the same site to find gambas2.12 for my hardy. Thanks a > lot. Still need to try it, yet. > > I experimented the file on my testing jaunty: > (see attachment) > > To gambas forum: I installed gambas via on jaunty (just for trial).

[Gambas-user] Using masks

2009-05-21 Thread M. Cs.
I want to enhance the look of my application. I need some instructions about the masks. I have some ideas, but need confirmation. 1. So if I have a form sized 1024x768, and I want to create skins for it, I'll have to create a same sized .png image with transparent areas over the text boxes, buttons

Re: [Gambas-user] C Code character manipulation - alternatives

2009-05-21 Thread KhurramM
The code below works a okay on a console, after I make its exe file. Currently, I am solcving my C programs into Gambas, in terminal mode only. Next I will try these in gui. Currently it is my first experience in gui, but I like basic more than C/C++/Java. It is the first language I started to le