I am facing a rather strange issue.
I was given a root file that contains a couple of TTrees and a couple of TCanvas objects.
When I get the a TCanvas from the file using file->GetObject("Canvas;1", c1) and try to draw c1 using c1->Draw() the TCanvas really pops-out but the menu bar is not there!
FYI, in this TCanvas constructor, you can see that: wtopx,wtopy are the pixel coordinates of the top left corner of the canvas (if wtopx < 0) the menubar is not shown)