Re: [Gambas-user] problems in trie class

2014-11-20 Thread Charlie 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 > > > > > > > > > > Tha

[Gambas-user] DateChooser mouse_scroll

2014-11-20 Thread abbat81
Hi in DateChooser control, as I think it must be fixed a vector of scrolling. Scrolling_UP_Month = Scrolling_UP_Day Scrolling_UP_Month -= 1 Scrolling_UP_Day-= 1 Scrolling_DOWN_Month += 1 Scrolling_DOWN_Day+= 1 Or invert. -- View this message in context: http://gambas.8142.n7.nabb

Re: [Gambas-user] problems in trie class

2014-11-20 Thread 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 work with this but give me a little time; I have a > > busy

Re: [Gambas-user] problems in trie class

2014-11-20 Thread Charlie Reinl
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 work with this but give me a little time; I have a > busy week lying ahead... > > As it is a NULL pointer derefe

Re: [Gambas-user] problems in trie class

2014-11-20 Thread Tobias Boege
On Tue, 18 Nov 2014, Charlie Reinl wrote: > It is a #11, CRASH REPORT windows opens > Thanks. I'm sure I can work with this but give me a little time; I have a busy week lying ahead... As it is a NULL pointer dereference bug (apparently), I can commit a "quick fix", that is one which cures the s

Re: [Gambas-user] How do I pass a user parameter from a dialog form?

2014-11-20 Thread Tobias Boege
On Thu, 20 Nov 2014, Martin McGlensey wrote: > Thanks, Tobi. That answered my question. Yes I could use some help with the > German comments. > The translated project is attached. Please refer to the mailing list archive if you don't receive it. It will be there at least. > > Are there any limits

Re: [Gambas-user] Seek problem

2014-11-20 Thread Benoît Minisini
Le 20/11/2014 11:33, roberto a écrit : > Dear All, > > I have a problem with a seek on a mbox file (thunderbird) > > After open the file (size 3764088424 byte) without error with > > hfile = Open mbox For Input > > I have seek with: > > Seek #hfile, SeekPoint > > where SeekPoint is a Long with valu

Re: [Gambas-user] How do I pass a user parameter from a dialog form?

2014-11-20 Thread Martin McGlensey
Thanks, Tobi. That answered my question. Yes I could use some help with the German comments. Are there any limits on the number of data items that can be returned? Marty -- Download BIRT iHub F-Type - The Free Enterpri

[Gambas-user] Seek problem

2014-11-20 Thread roberto
Dear All, I have a problem with a seek on a mbox file (thunderbird) After open the file (size 3764088424 byte) without error with hfile = Open mbox For Input I have seek with: Seek #hfile, SeekPoint where SeekPoint is a Long with value 3687556402, gambas stop and return error "Bad argument"