[Gambas-user] Control Properties - Align

2011-09-18 Thread Dag-Jarle Johansen
Hi, I have searched like crazy, but was not able to find the values for Alignment.Rather simple in fact, just the Alignment- values for f.exs. a Label or a Textbox. Any List or something helpful to this? Will be grateful for any help. Thanks in advance and regards, Dag-Jarle

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

2011-09-18 Thread Benoît Minisini
> Hello, > > about your new suggestion: > > 1) like I said, now I can open the fd in: /proc/self/fd/ > > e.g.: hFile = Open "/proc/self/fd/20" For read watch > > some fd (like 3,4,5,6, 16 and 20) gives data, others not. > > So, I don't understand what's the use of the trick. > > 2) how have I

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

2011-09-18 Thread Ru Vuott
Hello, about your new suggestion: 1) like I said, now I can open the fd in: /proc/self/fd/ e.g.: hFile = Open "/proc/self/fd/20" For read watch some fd (like 3,4,5,6, 16 and 20) gives data, others not. So, I don't understand what's the use of the trick. 2) how have I to use it ? maybe: hFil

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

2011-09-18 Thread gambas
Updates: Status: Fixed Comment #2 on issue 106 by benoit.m...@gmail.com: IDE crash on menu Tools/Shortcuts http://code.google.com/p/gambas/issues/detail?id=106 Fixed in revision #4139 -- BlackBerry® DevCon Ame

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

2011-09-18 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 106 by benoit.m...@gmail.com: IDE crash on menu Tools/Shortcuts http://code.google.com/p/gambas/issues/detail?id=106 (No comment was entered for this change.) -

Re: [Gambas-user] Eval error

2011-09-18 Thread JUHASZ Robert
In which folder should I type this? In /usr/src/gambas2-2.23.1/ (where the source file was unpacked) ? Robi -Original Message- From: Benoît Minisini Reply-to: mailing list for gambas users To: mailing list for gambas users Subject: Re: [Gambas-user] Eval error Date: Sat, 17 Sep 2011 12

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

2011-09-18 Thread Benoît Minisini
> ...I want to add that ALSA gives file descriptors by its functions..., but > Gambas doesn't allows me to interact with message loop. I'ld need a > "component" or "other" that allows me put in Gambas message loop these > file descriptors. Gambas has to give the opportunity, possibility to > person

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

2011-09-18 Thread Ru Vuott
...I want to add that ALSA gives file descriptors by its functions..., but Gambas doesn't allows me to interact with message loop. I'ld need a "component" or "other" that allows me put in Gambas message loop these file descriptors. Gambas has to give the opportunity, possibility to personalize

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

2011-09-18 Thread Ru Vuott
Well, I have 3 way for obtain by Gambas Midi data: (explained in (italian language): http://www.gambas-it.org/wiki/index.php/Gestione_del_MIDI_con_ALSA ) 1) receiving data FROM ALSA by an ALSA function and using a loop with "Timer" function (but I would not to use Timer because its inexorable l

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

2011-09-18 Thread Ron
Dont you have some c code to look at from a similar alsa using prog? Or one of its utils? Op 18 sep. 2011 13:25 schreef "Ian Haywood" het volgende: > On Sun, Sep 18, 2011 at 8:56 PM, Ru Vuott wrote: >> Hello, >> >> thank you for your statement. > >> hfile = OPEN "/proc/self/fd/num" for Read Wat

Re: [Gambas-user] Read a binary file

2011-09-18 Thread Benoît Minisini
> 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 b

Re: [Gambas-user] Read a binary file

2011-09-18 Thread Jussi Lahtinen
> 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 in t

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

2011-09-18 Thread Ian Haywood
On Sun, Sep 18, 2011 at 8:56 PM, Ru Vuott wrote: > Hello, > > thank you for your statement. >   hfile = OPEN "/proc/self/fd/num" for Read Watch > > Where " num " is a number. Well, I tried the little program changing the > number "num": > first with zero, then with 1, then with 2, and so on... u

[Gambas-user] Gambas2 error

2011-09-18 Thread Ron
FWIW, I just deleted a gridview from a tabstrip in the ide and got this: Gambas2 latest rev. Ubuntu Natty 64 bit, QT SetProperty: TabStrip.Count: CControl.SetProperty.475: Tab is not empty FForm.GetChildren.490: #29: Invalid object 0: FForm.GetChildren.490 1: CControl.Delete.684 2: FForm.DeleteSe