I'm trying to drop the main KiXforms 2.3.0.44 GUI object. With 2.2.0 $object=0 was sufficient, but in the new version this dowsn't work. How do i get rid of the object completely ? I tried:
- $object.Hide()
- $object.Despose()
- $object=0
- $object.Clear()
Nothing seems to work..
_________________________
Kind regards,