Re: [Gambas-user] Problems with the IDE and Stream buffering

2013-08-30 Thread Benoît Minisini
Le 30/08/2013 18:04, Tobias Boege a écrit : > On Wed, 21 Aug 2013, Tobias Boege wrote: >> Hi folks, >> >> is anyone else having trouble with the latest revision(s)? I observed two >> things: >> >> 1) Stream buffering broken. If I have a Process (it may equivalently well >> be only a Process pro

Re: [Gambas-user] Console shows only a text-lines of many.

2013-08-30 Thread Ru Vuott
Yes, I updated my Gambas. Now it's Ok Bye vuott Ven 30/8/13, Tobias Boege ha scritto: Oggetto: Re: [Gambas-user] Console shows only a text-lines of many. A: "mailing list for gambas users" Data: Venerdì 30 agosto 2013, 11:13 On Fri, 30 Aug

Re: [Gambas-user] Problems with the IDE and Stream buffering

2013-08-30 Thread Tobias Boege
On Wed, 21 Aug 2013, Tobias Boege wrote: > Hi folks, > > is anyone else having trouble with the latest revision(s)? I observed two > things: > > 1) Stream buffering broken. If I have a Process (it may equivalently well >be only a Process problem (not a general Stream one) as it is the Process

Re: [Gambas-user] accessing mdb files

2013-08-30 Thread Fabien Bodard
is your converter free ? (GPL ?) 2013/8/30 Fernando Martins > On 08/29/2013 07:51 PM, Caveat wrote: > > It's perhaps a little off-topic as this is a Gambas mailing list, but I > > have written a .mdb to mysql|postgresql|hsqldb|mssqlserver converter in > > java. I tried using mdbtools but never

Re: [Gambas-user] accessing mdb files

2013-08-30 Thread Fernando Martins
On 08/29/2013 07:51 PM, Caveat wrote: > It's perhaps a little off-topic as this is a Gambas mailing list, but I > have written a .mdb to mysql|postgresql|hsqldb|mssqlserver converter in > java. I tried using mdbtools but never got very satisfactory results, > so I wrote my own conversion software.

Re: [Gambas-user] Issue 461 in gambas: Revision 5812 doesn't compile on Raspbian Linux

2013-08-30 Thread gambas
Comment #2 on issue 461 by uale...@gmail.com: Revision 5812 doesn't compile on Raspbian Linux http://code.google.com/p/gambas/issues/detail?id=461 Issue can be closed, it compiles succesfully now :-) -- You received this message because this project is configured to send all issue notificat

Re: [Gambas-user] SQL query for DB.Exec() question

2013-08-30 Thread Willy Raets
On Thu, 2013-08-29 at 11:39 +0930, Bruce wrote: > On Thu, 2013-08-29 at 01:56 +0200, Willy Raets wrote: > > On Thu, 2013-08-29 at 09:17 +0930, Bruce wrote: > > > On Thu, 2013-08-29 at 01:25 +0200, Willy Raets wrote: > > > > On Wed, 2013-08-28 at 22:28 +0200, Tobias Boege wrote: > > > > > On Wed, 28

Re: [Gambas-user] Console shows only a text-lines of many.

2013-08-30 Thread Tobias Boege
On Fri, 30 Aug 2013, Ru Vuott wrote: > Hello, > > lately I noticed that if I want to print repeatedly to console something, I > see only ONE line. The console'll show all text-lines, only when the program > is closed. > > This problem happens whether I click on a button repeatedly: > > Public

Re: [Gambas-user] Why is LCDNumber deprecated?

2013-08-30 Thread Tobias Boege
On Fri, 30 Aug 2013, Beno?t Minisini wrote: > Le 30/08/2013 09:22, Tobias Boege a ?crit : > > On Fri, 30 Aug 2013, Beno?t Minisini wrote: > >> Le 23/08/2013 13:50, Tobias Boege a ?crit : > >>> Hi Benoit, > >>> > >>> the docs say that LCDNumber is deprecated and that one should use LCDLabel > >>> in

Re: [Gambas-user] Why is LCDNumber deprecated?

2013-08-30 Thread Benoît Minisini
Le 30/08/2013 09:22, Tobias Boege a écrit : > On Fri, 30 Aug 2013, Beno?t Minisini wrote: >> Le 23/08/2013 13:50, Tobias Boege a ?crit : >>> Hi Benoit, >>> >>> the docs say that LCDNumber is deprecated and that one should use LCDLabel >>> instead. I can partly understand the reason: each number can

[Gambas-user] Console shows only a text-lines of many.

2013-08-30 Thread Ru Vuott
Hello, lately I noticed that if I want to print repeatedly to console something, I see only ONE line. The console'll show all text-lines, only when the program is closed. This problem happens whether I click on a button repeatedly: Public Sub Button1_Click() Print "abcdefg" End whether t

Re: [Gambas-user] Why is LCDNumber deprecated?

2013-08-30 Thread Tobias Boege
On Fri, 30 Aug 2013, Beno?t Minisini wrote: > Le 23/08/2013 13:50, Tobias Boege a ?crit : > > Hi Benoit, > > > > the docs say that LCDNumber is deprecated and that one should use LCDLabel > > instead. I can partly understand the reason: each number can be converted to > > a string so no need to hav

Re: [Gambas-user] make install problem svn 5818

2013-08-30 Thread wally
On Friday 30 August 2013 08:52:31 Benoît Minisini wrote: > Le 30/08/2013 07:03, wally a écrit : > > Hi, > > i get following error output on > > sudo make install of svn 5818 > > on Opensuse 12.3 > > > > hope the following output is sufficient to see whats up. > > Let me know if more info is necess

Re: [Gambas-user] Issue 461 in gambas: Revision 5812 doesn't compile on Raspbian Linux

2013-08-30 Thread gambas
Updates: Status: Fixed Comment #1 on issue 461 by benoit.m...@gmail.com: Revision 5812 doesn't compile on Raspbian Linux http://code.google.com/p/gambas/issues/detail?id=461 It should be fixed in revision #5814. -- You received this message because this project is configured to send a

Re: [Gambas-user] Why is LCDNumber deprecated?

2013-08-30 Thread Benoît Minisini
Le 23/08/2013 13:50, Tobias Boege a écrit : > Hi Benoit, > > the docs say that LCDNumber is deprecated and that one should use LCDLabel > instead. I can partly understand the reason: each number can be converted to > a string so no need to have a LCDNumber. (Or is there any other reason?) > > Howev