from time to time I receive a strange error log on class ttray.
- Code: Select all Expand view RUN
DEFINE WINDOW ::oWnd STYLE NOR( WS_POPUP, WS_DISABLED ) FROM 0,0 TO 0,0 OF oWnd
ACTIVATE WINDOW ::oWnd ON INIT ::oWnd:Hide()
The second line crashes the program with:
class NIL has no exported method :Hide()
How could that happen ?
Hi,
Davide