firefox widgets

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

firefox widgets

robin

hi list,

I have a subclass of widget,  w1 with:


renderOn: html

             ...
             w2 :=  Widget new parent: self.
             w2 renderOn: ...


So, it run with chrome.  And when I ask:   w2 parent accessor, I have
a value.

But, in firefox, when I ask, I have a doesntUnderstand in the
inspector for every methods except the "w2 accessor" in the w1 object.

Sorry for my english.

Is it possible to fix it ?  My current version of amber was cloned
yesterday.

Thanks