Re: [Gambas-user] Using special method _unknown for object properties

2011-06-26 Thread Benoît Minisini
>To the group: > Here is my problem. I need to use the "_unknown" special function to >simulate object methods and properties at runtime. I coded an > "_unknown" method in a class called DITEM If ditem is an instance of > DITEM and I refer to ditem.A() where A is NOT a method in DI

Re: [Gambas-user] Using special method _unknown for object properties

2011-06-23 Thread Fabien Bodard
2011/6/23 Gary D Walborn : > >   To the group: >      Here is my problem.  I need to use the "_unknown" special function to >   simulate object methods and properties at runtime.  I coded an "_unknown" >   method in a class called DITEM  If ditem is an instance of DITEM and I refer >   to ditem.A()

[Gambas-user] Using special method _unknown for object properties

2011-06-23 Thread Gary D Walborn
To the group: Here is my problem. I need to use the "_unknown" special function to simulate object methods and properties at runtime. I coded an "_unknown" method in a class called DITEM If ditem is an instance of DITEM and I refer to ditem.A() where A is NOT a method in DITEM