Re: [Gambas-user] Probable bug with "_unknown" method when used for properties

2011-07-03 Thread Benoît Minisini
> > > Benoit, > > > > > > Done! Here you go! > > > > > > gwalborn > > > > OK, the problem is worse than I thought. It is a deep design error in > > Gambas, that prevent _unknown from dealing with properties in all > > possible cases. > > > > I will search again for a solution, but I am not

Re: [Gambas-user] Probable bug with "_unknown" method when used for properties

2011-07-02 Thread Benoît Minisini
> > Benoit, > > > > Done! Here you go! > > > > gwalborn > > OK, the problem is worse than I thought. It is a deep design error in > Gambas, that prevent _unknown from dealing with properties in all possible > cases. > > I will search again for a solution, but I am not optimistic! :-/ > >

Re: [Gambas-user] Probable bug with "_unknown" method when used for properties

2011-07-02 Thread Benoît Minisini
> Benoit, > > Done! Here you go! > > gwalborn OK, the problem is worse than I thought. It is a deep design error in Gambas, that prevent _unknown from dealing with properties in all possible cases. I will search again for a solution, but I am not optimistic! :-/ Regards, -- Benoît Mini

Re: [Gambas-user] Probable bug with "_unknown" method when used for properties

2011-06-30 Thread Fabien Bodard
Le 30 juin 2011 16:10, Benoît Minisini a écrit : >> Benoit, >> >>    I'd be happy to provide you with the project, but I don't think it will >> do much good without the data files (which are not small).  Is it >> permissible to send a 4MB attachment thru the mailing list? >> >> gwalborn > > If you

Re: [Gambas-user] Probable bug with "_unknown" method when used for properties

2011-06-30 Thread Fabien Bodard
2011/6/30 Gary D Walborn : > Benoit, > >   I'd be happy to provide you with the project, but I don't think it will > do much good without the data files (which are not small).  Is it > permissible to send a 4MB attachment thru the mailing list? > > gwalborn hum no ! we're currently working on a sha

Re: [Gambas-user] Probable bug with "_unknown" method when used for properties

2011-06-30 Thread Benoît Minisini
> Benoit, > >I'd be happy to provide you with the project, but I don't think it will > do much good without the data files (which are not small). Is it > permissible to send a 4MB attachment thru the mailing list? > > gwalborn If you can, just create a small project that reproduce the probl

[Gambas-user] Probable bug with "_unknown" method when used for properties

2011-06-30 Thread Gary D Walborn
Benoit, I'd be happy to provide you with the project, but I don't think it will do much good without the data files (which are not small). Is it permissible to send a 4MB attachment thru the mailing list? gwalborn -- Gary D. Walborn gwalb...@gmail.com --

Re: [Gambas-user] Probable bug with "_unknown" method when used for properties

2011-06-30 Thread Benoît Minisini
> Benoit, > >Here is more detail on the problem... What I'm attempting to do is > read/write CISAM files from Gambas3. I am using the external VBISAM > library "libvbisam.so". I have a VBISAM class and a driver program. Here > is the VBISAM Class: > > --

[Gambas-user] Probable bug with "_unknown" method when used for properties

2011-06-30 Thread Gary D Walborn
Benoit, Here is more detail on the problem... What I'm attempting to do is read/write CISAM files from Gambas3. I am using the external VBISAM library "libvbisam.so". I have a VBISAM class and a driver program. Here is the VBISAM Class: -Begin VBI