几何尺寸与公差论坛

 找回密码
 注册
查看: 712|回复: 0

【转帖】return to macro after runcommand

[复制链接]
发表于 2009-4-13 13:57:08 | 显示全部楼层 |阅读模式
return to macro after runcommand
i have a form with a button that, on the click event, hides the userform and executes this line of code:
model.extension.selectbyid2 "detailitem51@sheet format1", "note", 0, 0, 0, false, 0, nothing, 0
model.extension.runcommand swcommands_edit_text, "edit drawing notes"
gui.hide
after the user has finished editing or entering the notes, how do i resume the macro? i can run the command easy enough, my problem is how to return once the user clicks on the check box in the featmgr or deselects the note. should i add:
stop
gui.show
i'm not familiar with stop or doevents; but would those be in the right direction of what i need to do? thanks!
to defeat the wheat, go against the grain.
i did a little digging and found the "run solidworks commands example" in the api help; can this apply to userforms as well per my example above?
to defeat the wheat, go against the grain.
the example doesn't help much. i have been looking into using propertymanagerpage2handler5:nclose, but the api help doesn't tell me how to get a current/active property manager page, only how to create a stackable instance. when i execute runcommand swcommands_edit_text, the note propertymanagerpage shows, but i don't know how to:
1. stop the code,
2. let the user edit the notes accordingly, and
3. return to the vba macro and unhide the form. (well, i know how to unhide the form.)
the way the api help puts it, only an add-in can use the propertymanagerpage2 to create instances and not to get an instance of a property page. can anyone shed some light on this and help me to understand how i am supposed to do this properly? thank you.
to defeat the wheat, go against the grain.
quick
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|几何尺寸与公差论坛

GMT+8, 2024-12-22 23:48 , Processed in 0.036298 second(s), 19 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表