Then maybe these methods should be something like this?
- Code: Select all Expand view
- METHOD Hide() INLINE ::lVisibile:=.F., ShowWindow( ::hWnd, SW_HIDE )
METHOD Show() INLINE ::lVisible:=.T., ShowWindow( ::hWnd, SW_SHOWNA )
However, I have not looked at the code to see how the var lVisible is actually used.
James