Hi,
What I am trying to do is, to launch 'Edit Material' dialog box from using bitmap button of a PropertyManagerPage.
I have used >
swApp.RunCommand swCommands_EditMaterial, ""
This works fine when used separately or even using a userform; but it seems not working with PMP.
Any help is appreciated.
Thanks in advance...
Try to create a locked PMP page. Use swPropertyManagerOptions_LockedPage option as the parameter of SldWorks::CreatePropertyManagerPage.