Is it possible to open an modeless standard Edit dialog?
I have tried to create a modeless dialog method in GSA like this and specify the dlgName as the standard dialog ‘edit’.
But I only get an empty dialog.
I attempt to build a procedure where the user from the edit dialog can fetch a property from another element. The property will automatically be updated into the current dialog that needs to remain there during the procedure.
This include some VBA code to fetch that information but I would prefer to use the standard edit dialog for updating the properties.
I am using Bentley Map SS4 08.11.09.882
Any help is highly appreciated.
Thanks.
BR Jens
Hello Jens,
Building your own custom edit tool may be the better way to go.
Your New button could be conflicting with the modeless state that this dialog opens in. Please open a Service Request if you would like to pursue this further.
Hi Dan,
Thank you for your reply.
I think we will either use a different approach where the dialog does not have to be modeless or build our own edit tool.
BR
Jens