Re: [Gambas-user] [GambasMag] Articles for Feb 2015 issue

2014-11-29 Thread Kevin Fishburne
On 11/28/2014 09:22 AM, Fabien Bodard wrote: > Yes Kevin it's a great idea !! > > 2014-11-28 6:55 GMT+01:00 Kevin Fishburne : >> On 11/24/2014 09:33 AM, Randall Morgan wrote: >>> Hi Tobi, >>> >>> I have had some health issues and so I haven't been able to put much time >>> into the magazine. I have

Re: [Gambas-user] Problem with Process_Read

2014-11-29 Thread Jussi Lahtinen
> > > Nothing happens there after having run the test an hundred times. >> >> Can you try revision #6686 and tell me if it changes anything? >> > > > Sorry to tell but something is still not right. But things are already > better, GUI version works perfectly, but command-line version reported > err

Re: [Gambas-user] Problem with Process_Read

2014-11-29 Thread Jussi Lahtinen
> Nothing happens there after having run the test an hundred times. > > Can you try revision #6686 and tell me if it changes anything? > Sorry to tell but something is still not right. But things are already better, GUI version works perfectly, but command-line version reported error after 40 run

Re: [Gambas-user] A good idea? Revisited again.

2014-11-29 Thread B Bruen
Woops, I chopped off the notes. Notes 1] This concept can also provide with minimal effort your own industry specific virtual menu items. For example, say your system has a EditCustomer form that you want to be able to access from mulitple other forms in your system. By wrapping that form in a

Re: [Gambas-user] New behaviour for the Split() instruction

2014-11-29 Thread Benoît Minisini
Le 29/11/2014 22:53, B Bruen a écrit : > > Yes, I would like to see an example of before and after as well. > > I think I had a need for exactly this the other day. I wanted to > split a comma delimited list except where the comma is immediately > followed by a space. Will this change help that? >

Re: [Gambas-user] A good idea? Revisited again.

2014-11-29 Thread B Bruen
So far, and ignoring our own "industry specific" (see Note 1) virtual menu items, I have produced the following general popup forms as virtual menu items (custom controls): * Help|About Me : A virtual custom control that implements a "standard" popup form showing information about the

Re: [Gambas-user] New behaviour for the Split() instruction

2014-11-29 Thread B Bruen
On Sat, 29 Nov 2014 22:22:23 +0100 Tobias Boege wrote: > On Sat, 29 Nov 2014, Beno??t Minisini wrote: > > I'm currently a new behaviour for the Split() instruction, that is > > normally backward-compatible. > > > > Split("abcd",";","\\;") > > > > splits the "abcd" string with the ";" chara

Re: [Gambas-user] problems in trie class

2014-11-29 Thread Charlie Reinl
Am Samstag, den 29.11.2014, 20:05 +0100 schrieb Tobias Boege: > On Tue, 18 Nov 2014, Karl Reinl wrote: > > Salut Tobi, > > > > played with you trie example (trietest) it crash if > > p = h.GetPrefix("texte") find nothing (p=null), even when change > > to p = h.GetPrefix("Texte") > > > > My chang

Re: [Gambas-user] New behaviour for the Split() instruction

2014-11-29 Thread Benoît Minisini
Le 29/11/2014 22:22, Tobias Boege a écrit : > On Sat, 29 Nov 2014, Beno??t Minisini wrote: >> I'm currently a new behaviour for the Split() instruction, that is >> normally backward-compatible. >> >> Split("abcd",";","\\;") >> >> splits the "abcd" string with the ";" character, and uses the ba

Re: [Gambas-user] New behaviour for the Split() instruction

2014-11-29 Thread Tobias Boege
On Sat, 29 Nov 2014, Beno??t Minisini wrote: > I'm currently a new behaviour for the Split() instruction, that is > normally backward-compatible. > > Split("abcd",";","\\;") > > splits the "abcd" string with the ";" character, and uses the backslash > character for escaping it. > > This

Re: [Gambas-user] New behaviour for the Split() instruction

2014-11-29 Thread Benoît Minisini
Le 29/11/2014 22:13, Benoît Minisini a écrit : > I'm currently a new behaviour for the Split() instruction, that is . /|\ defining --' > normally backward-compatible. > > Split("abcd",";","\\;") > > splits the "abcd" string with the ";" character, and uses

[Gambas-user] New behaviour for the Split() instruction

2014-11-29 Thread Benoît Minisini
I'm currently a new behaviour for the Split() instruction, that is normally backward-compatible. Split("abcd",";","\\;") splits the "abcd" string with the ";" character, and uses the backslash character for escaping it. This behaviour is enabled when the escape string (the third argume

Re: [Gambas-user] Scrollarea Graphics

2014-11-29 Thread Tobias Boege
On Mon, 17 Nov 2014, Fabien Bodard wrote: > 2014-11-17 22:47 GMT+01:00 Tobias Boege : > > On Mon, 17 Nov 2014, Fabien Bodard wrote: > >> This is the hexdump > >> > > > > Yep, it has those weird 0xd 0xa sequences, a.k.a. Windows-style newlines, > > which my original file didn't have... Can't be too

Re: [Gambas-user] problems in trie class

2014-11-29 Thread Tobias Boege
On Tue, 18 Nov 2014, Karl Reinl wrote: > Salut Tobi, > > played with you trie example (trietest) it crash if > p = h.GetPrefix("texte") find nothing (p=null), even when change > to p = h.GetPrefix("Texte") > > My change is h["texte"] to h["Texte"] (source attached) Can you run your tests with #

Re: [Gambas-user] problems in trie class

2014-11-29 Thread Tobias Boege
On Tue, 18 Nov 2014, Karl Reinl wrote: > Salut Tobi, > > played with you trie example (trietest) it crash if > p = h.GetPrefix("texte") find nothing (p=null), even when change > to p = h.GetPrefix("Texte") > > My change is h["texte"] to h["Texte"] (source attached) Good news: I can reproduce th

[Gambas-user] compiling trunk with jit

2014-11-29 Thread rolf
Hi some weeks ago I reported, that gb.jit will not be build. Today I tried again and found in the log file a notice, that "llvm-config" is not found. After searching I found, that it is named "llvm-config-3.1" in debian wheezy - I make a symlink from that to "llvm-config" and now it compiles co

Re: [Gambas-user] Problem with Process_Read

2014-11-29 Thread Benoît Minisini
Le 28/11/2014 23:30, Jussi Lahtinen a écrit : > Now something else happens... again with command line version. > > mTest.Process_Read.1623: #47: Read error > mTest.DoTests.1543 mTest.Main.1832 > > > Jussi > Nothing happens there after having run the test an hundred times. Can you try revision #66

Re: [Gambas-user] Cannot download OfflineHelp because Desktop.NetworkAvailable incorrectly returns False

2014-11-29 Thread Benoît Minisini
Le 28/11/2014 23:32, Benoît Minisini a écrit : > Le 28/11/2014 22:47, T Lee Davidson a écrit : >> I couldn't download the offline Help and wanted to know why. >> >> I have found that NetworkAvailable_Read() in Desktop.class is relying on >> '/sbin' being configured in the user's path. On my system,