%% %% seems to work in principle, though the QTk module issues errors and there are occasional crashes!! %% %% I can in principle even show HTML pages with a standard Browser (uses BrowserControl -- which I need to get running on recent machines first..) %% declare [Help QTk]={ModuleLink ['x-ozlib://anders/strasheela/Prototyper/grolaux-help-1.0/Help.ozf' 'x-oz://system/wp/QTk.ozf']} declare Hlp={New Help.helpClass init} /* P={Application.getCmdArgs plain} if P\=nil then {Hlp parseHelpFile(P.1)} else {Hlp parseHelpFile("Help.txt")} end */ {Hlp parseHelpFile("Help.txt")} {Hlp openHelpWindow(home)}