Opening customized dialog window instead of property window

Opening customized dialog window instead of property window

sakamoto_ryosuke
Collaborator Collaborator
5 Views
4 Replies
Message 1 of 5

Opening customized dialog window instead of property window

sakamoto_ryosuke
Collaborator
Collaborator

[ FlexSim 20.2.2 ]

Hello, is it possible to open customized dialog window upon double clicking the 3D objects? Currently, when you double click the objects, property window pops up. But we want to change this if possible. If it needs to be created with SDK, that's also fine.

Accepted solutions (1)
6 Views
4 Replies
Replies (4)
Message 2 of 5

mischa_spelt
Advisor
Advisor
Accepted solution

When you double click an object, the GUI that opens is the view that is referenced in the subnode >special/guifocusclass of the object's tree.

34806-1606899594197.png

You can create your own view, for example in VIEW:/modules/YourModule, and update the guifocusclass accordingly.

Message 3 of 5

sakamoto_ryosuke
Collaborator
Collaborator

@Mischa Spelt, Thank you for your reply. Is it possible to specify custom GUI created in ToolBox? I try to find the custom GUI (GUI 1 in this case) created it in the tree, but I couldn't...

34865-capture001.png

0 Likes
Message 4 of 5

Ben_WilsonADSK
Community Manager
Community Manager

@Ryosuke S,

If you're using the GUI builder, you can use the option "Redirect selected objects to this GUI":

34868-1607008424255.png

Just make sure that whatever objects you want to use your custom GUI are highlighted RED, then choose that option.

Message 5 of 5

sakamoto_ryosuke
Collaborator
Collaborator

@Ben Wilson Thank you for your reply. It's perfect.

0 Likes