I watch MIP Sample [Plug-in Integration Sample]-[Smart Client Workspace].
I want to not reset selected camera when moving tab.
I attach the PPT document for explanation.
In document,
No01:Select camera.
No02:Move tab.
No03:Return tab.And reset camera.
Could you please tell me how to not reset selected camera when moving tab?
No. The Smart Client will close and initialize the workspace plugin when you go out and in of the workspace.
I am thinking that you cannot avoid the reset but you can use the Close() event to persist all setting and Init() to rebuild the workspace using the persisted values.
Hello Bo-san,
Thank you for your reply.
I understand your answer.