cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Replace Component By Family Table - Family Tree Show Table by default

ME_CADADMIN
12-Amethyst

Replace Component By Family Table - Family Tree Show Table by default

Does anyone know if there is a config.pro param that can be set to Show Table by default when Replacing a Component by Family Table in an asm?

REPLACE_COMPONENT_FAM_TAB_SHOW_TAB.png

ACCEPTED SOLUTION

Accepted Solutions

Here's a mapkey that you can start from. You'll need to replace the bold text with the parameter name that you want to show in the table. 

 

!!!REPLACE SELECTED BY FAMILY TABLE
mapkey RFT @MAPKEY_LABELREPLACE SELECTED BY FAMILY TABLE;\
mapkey(continued) ~ Command `ProCmdReplComp@PopupMenuTree` ;\
mapkey(continued) ~ Activate `gen_repl_dlg` `PB_NewComp`;\
mapkey(continued) ~ Activate `mdlbrowser` `SwitchCol`;\
mapkey(continued) ~ Update `column` `InpName` `desc`;\
mapkey(continued) ~ Activate `column` `AddBtn`;\
mapkey(continued) ~ Activate `column` `OKBtn`;

View solution in original post

2 REPLIES 2
StephenW
23-Emerald II
(To:ME_CADADMIN)

I don't think so.

You can probably automate most of the picks with a mapkey that would get you right to that screen that you want it to be.

 

Here's a mapkey that you can start from. You'll need to replace the bold text with the parameter name that you want to show in the table. 

 

!!!REPLACE SELECTED BY FAMILY TABLE
mapkey RFT @MAPKEY_LABELREPLACE SELECTED BY FAMILY TABLE;\
mapkey(continued) ~ Command `ProCmdReplComp@PopupMenuTree` ;\
mapkey(continued) ~ Activate `gen_repl_dlg` `PB_NewComp`;\
mapkey(continued) ~ Activate `mdlbrowser` `SwitchCol`;\
mapkey(continued) ~ Update `column` `InpName` `desc`;\
mapkey(continued) ~ Activate `column` `AddBtn`;\
mapkey(continued) ~ Activate `column` `OKBtn`;

Announcements
NEW Creo+ Topics: Real-time Collaboration


Top Tags