Re: [Gambas-user] Gambas3 Debian Package

2011-08-17 Thread Ian Haywood
On Wed, Aug 17, 2011 at 9:30 AM, rrivett wrote: > Hi, > > I'm a new Gambas user. Does anyone know if or when Gambas3 will show up > in a Debian package, or if the Debian maintainer is likely to package > one of the release candidates for the Debian Experimental repository > prior to the full relea

Re: [Gambas-user] gb3 example MusicPlayer: app hangs

2011-08-17 Thread Matti
This has nothing to do with Gambas, sorry for the post. Seems to be a KDE bug in 4.6.0 and affects many apps. Anyone with KDE will have to wait for an update, I'm afraid. Am 16.08.2011 22:26, schrieb Matti: > If I open any sound file, there is this message in console: > > "KGlobal::locale::Warnin

[Gambas-user] Gambas3 Debian Package

2011-08-17 Thread rrivett
Hi, I'm a new Gambas user. Does anyone know if or when Gambas3 will show up in a Debian package, or if the Debian maintainer is likely to package one of the release candidates for the Debian Experimental repository prior to the full release of Gambas3? For that matter, is there a timeline for rel

Re: [Gambas-user] write to file question

2011-08-17 Thread Jussi Lahtinen
Or, put "Open" outside of the loop. Jussi On Wed, Aug 17, 2011 at 16:43, Jesus wrote: > El 15/08/11 14:03, wally escribió: > > Hi, > > > > i try to write data to a new file in the following way: > > > > Public hFile As File 'because i need to write in a > serial_read_event > > > > h

Re: [Gambas-user] write to file question

2011-08-17 Thread Jesus
El 15/08/11 14:03, wally escribió: > Hi, > > i try to write data to a new file in the following way: > > Public hFile As File 'because i need to write in a serial_read_event > > hFile = Open Application.Path &/ "prot.log" For Write Create > > Write #hFile, Hex$(iByte, 2) > > hFile

Re: [Gambas-user] HSPlit problem

2011-08-17 Thread Dag-Jarle Johansen
lol, it was a direct translation, yes, but one uses that exactly the same way in Germany and Norway, where I come from, so I thought by myself, in the anglo-german language area it would be known. My fault. And thank you. 2011/8/16 Fabien Bodard > 2011/8/16 Dag-Jarle Johansen : > > Hi out ther

Re: [Gambas-user] HSPlit problem

2011-08-17 Thread Dag-Jarle Johansen
so easy :-) thanks a lot 2011/8/16 charlesg > > Hi > > > Dag-Jarle Johansen wrote: > > > > How can I set the position of the split > > > > hsplit1.Layout = [100, 200] > > -- > View this message in context: > http://old.nabble.com/HSPlit-problem-tp32272420p32272651.html > Sent from the gambas-use

Re: [Gambas-user] write to file question

2011-08-17 Thread nando
I agree. The code looks correct. -- Original Message --- From: Jussi Lahtinen To: mailing list for gambas users Sent: Tue, 16 Aug 2011 19:31:19 +0300 Subject: Re: [Gambas-user] write to file question > What is your Gambas version and operating system? > Can you send demonstrat