Community Tip - You can change your system assigned username to something more personal in your community settings. X
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?
Solved! Go to Solution.
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`;
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`;