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
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
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
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
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
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
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
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
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"