Re: [Gambas-user] problems in trie class

2014-11-21 Thread Karl Reinl
Am Donnerstag, den 20.11.2014, 16:24 +0100 schrieb Tobias Boege: On Thu, 20 Nov 2014, Charlie Reinl wrote: Am Donnerstag, den 20.11.2014, 15:54 +0100 schrieb Tobias Boege: On Tue, 18 Nov 2014, Charlie Reinl wrote: It is a #11, CRASH REPORT windows opens Thanks. I'm sure I can

Re: [Gambas-user] Issue 578 in gambas: Quiting a program while Showmodal window open segfaults

2014-11-21 Thread gambas
Updates: Status: Accepted Labels: -Version Version-3.6.0 Comment #1 on issue 578 by benoit.m...@gmail.com: Quiting a program while Showmodal window open segfaults https://code.google.com/p/gambas/issues/detail?id=578 I will try to fix it. If you want to avoid it, never use QUIT

Re: [Gambas-user] Issue 578 in gambas: Quiting a program while Showmodal window open segfaults

2014-11-21 Thread gambas
Updates: Status: Fixed Comment #2 on issue 578 by benoit.m...@gmail.com: Quiting a program while Showmodal window open segfaults https://code.google.com/p/gambas/issues/detail?id=578 Crash fixed in revision #6661. As for the non freed allocations, it may be normal. Please open another

Re: [Gambas-user] Issue 581 in gambas: Progressbar and mouse events are gone

2014-11-21 Thread gambas
Updates: Status: Fixed Labels: -Version Version-3.6.0 Comment #1 on issue 581 by benoit.m...@gmail.com: Progressbar and mouse events are gone https://code.google.com/p/gambas/issues/detail?id=581 Fixed in revision #6652. -- You received this message because this project is

Re: [Gambas-user] Issue 537 in gambas: (Exec - for Read Write As Process) Don't work

2014-11-21 Thread gambas
Updates: Status: NeedsInfo Comment #13 on issue 537 by benoit.m...@gmail.com: (Exec - for Read Write As Process) Don't work https://code.google.com/p/gambas/issues/detail?id=537 mplayer may need a virtual terminal (FOR INPUT OUTPUT instead of FOR READ WRITE). Any news about that

[Gambas-user] DnsClient not working?

2014-11-21 Thread T Lee Davidson
Greetings, Either I am doing something wrong, my network config is amiss (LAN with DNS server set to router's IP), or DnsClient is not working. Exec [host, Domain] works. But, both DnsClient.GetHostName and DnsClient.GetHostIP return null for a valid, resolvable host. Project attached. By

Re: [Gambas-user] DnsClient not working?

2014-11-21 Thread Benoît Minisini
Le 21/11/2014 23:06, T Lee Davidson a écrit : Greetings, Either I am doing something wrong, my network config is amiss (LAN with DNS server set to router's IP), or DnsClient is not working. Exec [host, Domain] works. But, both DnsClient.GetHostName and DnsClient.GetHostIP return null for a

Re: [Gambas-user] DnsClient not working?

2014-11-21 Thread T Lee Davidson
On 11/21/2014 05:19 PM, Benoît Minisini wrote: Le 21/11/2014 23:06, T Lee Davidson a écrit : Greetings, Either I am doing something wrong, my network config is amiss (LAN with DNS server set to router's IP), or DnsClient is not working. Exec [host, Domain] works. But, both

[Gambas-user] Issue 583 in gambas: GridView.Select does not behave as documented

2014-11-21 Thread gambas
Status: New Owner: Labels: Version-3.6.0 Type-Bug Priority-Medium OpSys-Linux Dist-Other Arch-X86 Desktop-KDE GUI-QT4 New issue 583 by t.lee.da...@gmail.com: GridView.Select does not behave as documented https://code.google.com/p/gambas/issues/detail?id=583 1) Describe the problem. The