set
Hi,
Active.Templates.Text.prototype.setEvent ("oncontextmenu", oncontextmenu );
Active.Templates.Text.prototype.setEvent ("onclick", onclick );
openmodelinggrid = Active.Controls.Grid.subclass();
Later on in some removegrid routine:
this.setOpenmodelingProperty("columndata", new Array () );
and after a few routines columndata property is not the way I want it.
Can someone or Alex explain?
John Ophof http://open-modeling.sourceforge.net
Active.Templates.Text.prototype.setEvent ("oncontextmenu", oncontextmenu );
Active.Templates.Text.prototype.setEvent ("onclick", onclick );
openmodelinggrid = Active.Controls.Grid.subclass();
Later on in some removegrid routine:
this.setOpenmodelingProperty("columndata", new Array () );
and after a few routines columndata property is not the way I want it.
Can someone or Alex explain?
John Ophof http://open-modeling.sourceforge.net
John Ophof http://open-modeling.sourceforge.net
July 3,