Re: [Gambas-user] integer / string file IO issue

2009-06-05 Thread Beren Scott
On Fri, 2009-06-05 at 20:01 +0200, Benoît Minisini wrote: > > This one has been making me pull hair out :P > > > > On Fri, 2009-06-05 at 10:06 +0200, Benoît Minisini wrote: > > > > I am sending the project source. > > > > > > Can you send the exact *.dat file too? > > Well, everything works correc

Re: [Gambas-user] Release of Gambas 2.13.1

2009-06-05 Thread Laurent Carlier
Le vendredi 05 juin 2009 23:49:47 Leonardo Miliani, vous avez écrit : > Another bug in SVN version 2002. > This is related to a DB component too (gb.corba)... > > > CCorbaApplication.cpp: In function ‘CORBA::Object* > getObjectReference(CORBA::ORB*, CCORBA_COSNAMING*)’: > CCorbaApplication.cpp:135:

[Gambas-user] Strange behavior NEW

2009-06-05 Thread Victor Sidorov
If a constructor call with the parameter-object is not the type for which it is declared, the error "Type mismatch" does not occur. Constructor is not running. But destructor is called. Program execution is break on the line with the NEW. Version - 2.13.1. A small project is attached. Sorry for

Re: [Gambas-user] OT way back when

2009-06-05 Thread richard terry
On Fri, 5 Jun 2009 05:54:34 pm Ron wrote: > Benoît Minisini wrote: > > A few megabytes used there. It reminds me my Amstrad CPC464 when I had > > 48K memory free... :-) > > 48K wow! Hey, on my first computer a T1994 there was 16K memory, but one could purchase an expansion box the size of a small

Re: [Gambas-user] Release of Gambas 2.13.1

2009-06-05 Thread Leonardo Miliani
Another bug in SVN version 2002. This is related to a DB component too (gb.corba)... CCorbaApplication.cpp: In function ‘CORBA::Object* getObjectReference(CORBA::ORB*, CCORBA_COSNAMING*)’: CCorbaApplication.cpp:135: error: exception handling disabled, use -fexceptions to enable CCorbaApplicatio

Re: [Gambas-user] integer / string file IO issue

2009-06-05 Thread Benoît Minisini
> This one has been making me pull hair out :P > > On Fri, 2009-06-05 at 10:06 +0200, Benoît Minisini wrote: > > > I am sending the project source. > > > > Can you send the exact *.dat file too? Well, everything works correctly and as expected on my machine, both with Gambas 2 and the development

Re: [Gambas-user] list:drag + double click together.

2009-06-05 Thread Benoît Minisini
> I notice on the drag sample the event is on the mouse down event. > > This seems to make it impossible to then use the double click event on the > same list. (I'm dragging from a list to a textbox). > > Any ideas/experience. > > Regards > > Richard > Sorry, I'm not sure to really understand. Can

Re: [Gambas-user] integer / string file IO issue

2009-06-05 Thread Beren Scott
To fix this issue I have changed all file reading varibles to strings, and will convert them afterwards, but it makes very little sense why it is having trouble reading integers, some work, some don't, very intermittent, take for example, for me, the df.dat words, the vf.dat sometimes works, and th

Re: [Gambas-user] Very OT way back when

2009-06-05 Thread Ron_1st
On Friday 05 June 2009, Ron wrote: > Benoît Minisini wrote: > >> > > > > A few megabytes used there. It reminds me my Amstrad CPC464 when I had 48K > > memory free... :-) > > > > > 48K wow! > > I had a Sinclair ZX81 once, used it on a camping holiday, it worked on > the car battery of my

Re: [Gambas-user] OT way back when

2009-06-05 Thread Steven James Drinnan
Poor boy, at least I started on Sinclair spectrum 16kb. On Fri, 2009-06-05 at 09:54 +0200, Ron wrote: > Benoît Minisini wrote: > >> > > > > A few megabytes used there. It reminds me my Amstrad CPC464 when I had 48K > > memory free... :-) > > > > > 48K wow! > > I had a Sinclair ZX81 onc

[Gambas-user] New name not shown in IDE at first (Gambas2)

2009-06-05 Thread Rolf-Werner Eilert
Just had this again: - an existing form with some gadgets on it - one of the drop-down lists wasn't used yet in code - the first time I type the name of this drop-down list (in this case it was just "Names"), the name is not offered in auto-completion. Only when I write it completely AND a ful

Re: [Gambas-user] OT way back when

2009-06-05 Thread Ron
Benoît Minisini wrote: >> > > A few megabytes used there. It reminds me my Amstrad CPC464 when I had 48K > memory free... :-) > > 48K wow! I had a Sinclair ZX81 once, used it on a camping holiday, it worked on the car battery of my dads car. And it had 1K of memory, thats a lot if you ne

Re: [Gambas-user] integer / string file IO issue

2009-06-05 Thread Beren Scott
This one has been making me pull hair out :P On Fri, 2009-06-05 at 10:06 +0200, Benoît Minisini wrote: > > I am sending the project source. > > > > Can you send the exact *.dat file too? > en37.tribalwars.net 152 659 8 30 35 41 47 55 64 74 86 100 117 136 158 184 214 249 289 337 391 455 530 616 7

Re: [Gambas-user] integer / string file IO issue

2009-06-05 Thread Benoît Minisini
> I am sending the project source. > Can you send the exact *.dat file too? -- Benoît -- OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that incl

Re: [Gambas-user] integer / string file IO issue

2009-06-05 Thread Beren Scott
I am sending the project source. On Fri, 2009-06-05 at 09:40 +0200, Benoît Minisini wrote: > > Dear users, > > > > I am having a strange issue in relation to gambas. > > > > First I have: > > > > DIM farmid AS NEW Integer[10] > > DIM farmx AS NEW Integer[10] > > DIM farmy AS NEW Inte

Re: [Gambas-user] integer / string file IO issue

2009-06-05 Thread Benoît Minisini
> Dear users, > > I am having a strange issue in relation to gambas. > > First I have: > > DIM farmid AS NEW Integer[10] > DIM farmx AS NEW Integer[10] > DIM farmy AS NEW Integer[10] > DIM farmwo AS NEW Integer[10] > DIM farmcl AS NEW Integer[10] > DIM farmir AS NEW

[Gambas-user] integer / string file IO issue

2009-06-05 Thread Beren Scott
Dear users, I am having a strange issue in relation to gambas. First I have: DIM farmid AS NEW Integer[10] DIM farmx AS NEW Integer[10] DIM farmy AS NEW Integer[10] DIM farmwo AS NEW Integer[10] DIM farmcl AS NEW Integer[10] DIM farmir AS NEW Integer[10] DIM