Re: [Gambas-user] how get a project version?

2011-09-17 Thread Oliver Etchebarne Bejarano
Use the Application.version to get that property in your program, something like mylabel.text = "MyApp version" & Application.version /Oliver Etchebarne Bejarano/ Gerente General *Paperclip X10 SRL* Web :http://x10.pe

[Gambas-user] how get a project version?

2011-09-17 Thread Alexis Sanchez
In projects properties i can stablish the version of the project, how i can show this value in a label -- Alexis Sanchez 0416-2584008 Linux Counter User: 484046 http://alexissanchez.net Ubuntu 10.10 & Kernel: 2.6.35-25 Twitter: @aasanchez facebook: facebook.com/aasanchez -

[Gambas-user] Read a binary file

2011-09-17 Thread Oliver Etchebarne Bejarano
Hi everyone I'm doing a little webserver in Gambas. Everything is ok so far, but I'm having a hard time dealing with binary files (like images). Is there a way to read a file in a raw fashion? I've tried to do an OPEN file FOR READ, and using a "byte" variable as buffer. But the bytes are read

Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream....

2011-09-17 Thread Ian Haywood
On Sun, Sep 18, 2011 at 3:34 AM, Ru Vuott wrote: >> The reopening of the same file should be checked and >> confirmed (you know it), because the opening could provide a >> "different" file descriptor from fd of ALSA; if instead it >> provides the same fd, then the program'ld enter into >> competi

[Gambas-user] Issue 106 in gambas: IDE crash on menu Tools/Shortcuts

2011-09-17 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 106 by adamn...@gmail.com: IDE crash on menu Tools/Shortcuts http://code.google.com/p/gambas/issues/detail?id=106 1) Describe the problem. This application has raised an u

Re: [Gambas-user] Release of Gambas 3 RC3. But I have a dream....

2011-09-17 Thread Ru Vuott
> Hello Benoît, > > well, I cannot send you a source code, because, what I need > and... wish, it doesen't exist in Gambas. > > I 'ld like to specify that ALSA provides only the "file > descriptors". > Stop ! > The reopening of the same file should be checked and > confirmed (you know it), becau

Re: [Gambas-user] Eval error

2011-09-17 Thread Ron
Robi, you need to use the version from svn, not the tarball. You can check your svn revision with svn info. These are my results (I didn't have the bugs you have, but I know some of my users are) Ubuntu Natty 64Bits with rev 4129 PUBLIC SUB Main() PRINT Eval("3 * 2") PRINT Eval("3 - 2")

Re: [Gambas-user] Eval error

2011-09-17 Thread Benoît Minisini
> Hello, > > I don't know how to check the revision but I downloaded the source > yesterday afternoon (4PM CET) so it should be the latest one. > > Robi > When you issue an "svn update", it prints the last revision. Didn't you see it? -- Benoît Minisini -

Re: [Gambas-user] Eval error

2011-09-17 Thread JUHASZ Robert
Hello, I don't know how to check the revision but I downloaded the source yesterday afternoon (4PM CET) so it should be the latest one. Robi -Original Message- From: Benoît Minisini Reply-to: mailing list for gambas users To: mailing list for gambas users Subject: Re: [Gambas-user] Ev

Re: [Gambas-user] Eval error

2011-09-17 Thread Benoît Minisini
> Merci Benoit! > FYI: my system is 32 bit version (ignore if not relevant). > > Robi > The bug should have been fixed in revision #4131. Please confirm, as I thought only 64 bits systems were affected. Regards, -- Benoît Minisini