Position of TRootHelpDialog

Paul Nord (PNORD@exodus.valpo.edu)
Thu, 17 Jun 1999 14:27:04 -0500 (CDT)


Good Day,

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