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

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

Translate the entire conversation x

Mapkey to select two cable locations for create branch bundle feature

wang666Tk
10-Marble

Mapkey to select two cable locations for create branch bundle feature

  • I want to implement a macro to select two location points and create a branch bundle feature. However, the selection tool doesn't seem to be working properly, as shown in the figure below. Each time, only one location point can be added, and it's impossible to add two location points to the selected list.
  • The help documentation states that when creating a branch bundle, you need to hold down the CTRL key to select two locations. Is there any way to programmatically select two locations? Or is it possible to create a branch bundle using Toolkit?
  • The macro content is as follows, but it doesn't work as expected.
  • ~ Command `ProCmdMdlTreeSearch` ;
  • ~ Select `selspecdlg0` `RuleTab` 1 `Misc`;\
  • ~ Select `selspecdlg0` `RuleTypes` 1 `All`;\
  • ~ Activate `selspecdlg0` `EvaluateBtn`;\
  • ~ Select `selspecdlg0` `ResultList` 1 `5:67:[6375]`;\
  • ~ Activate `selspecdlg0` `ApplyBtn`;\
  • ~ Select `selspecdlg0` `ResultList` 1 `70:67:[6375]`;\
  • ~ Activate `selspecdlg0` `ApplyBtn`;\
  • ~ Activate `selspecdlg0` `CancelButton`;\
2 REPLIES 2
Chris3
21-Topaz I
(To:wang666Tk)

Are you aware that you can insert a pause in the mapkey? From there the user can CTRL select the points and then resume the mapkey

 

mapkey(continued) @MANUAL_PAUSEGive the user instructions here.\nNew Line \
mapkey(continued) Then resume the mapkey;

Thanks for the reply, I'll try it.

Announcements

Top Tags