Geometry Graphical User Interface : freeze when selection

Dear Rooters,

I installed ROOT v5.28 on windows XP with binaries.
I’m interested by using the Geometry GUI. I followed the notice :
root[] TGeoManager *geom = new TGeoManager(“MyGeom”, “TestBuilder”);
root[] geom->Edit();

I enter in the Geometry Editor and I’m creating a material, then i wanted to create a media attached to this material.
So I need to select my material with the “select one of the existing material” button next to the blue label.
I click on the button, a new window appear named “Material Dialog” appear, I select my material then I click on close button. The window disappear but i can no longer click on the items of the editor. No response when I click on “File”, “Edit”, “View”, “Option”, “Tools”. No response with all the items inside the editor’s window.
I can only move the window, resize it and close it… Then if i’m launching the TBrowser with my ROOT session, I have the same problem with the Browser window, no click possibilities inside the windows.
The problem disappear when i quit and restart my root session.
Any ideas to solve this?
Thank you.

Hi,
I am looking into this and let you know once fixed.

Cheers, Andrei

Thank you !

Hi,

This has been fixed in svn trunk (revision 37926). Thanks for the report and sorry for the trouble.

Cheers, Bertrand.

It works perfectly thanks for your help.