If I do this:
root [0] hd = new TRootHelpDialog(gClient->GetRoot(),"Help Window", 400, 400); root [1] hd->Popup();
I get a help window that pops up on the far right edge of my screen. Why?
Paul