• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

together: select the only component shown

  • Thread starter Thread starter poli.mattia04
  • Start date Start date

poli.mattia04

Guest
Good morning, everyone.
I am trying to make a personal macro for which I need to select a component, previously shown with command "show only".
the idea is to find a command that allows me to select in any situation that only component visible to video.
I tried to find a component but I don't really find a suitable solution.
Do you have any more ideas? Thank you very much in advance.
 
Good morning, everyone.
I am trying to make a personal macro for which I need to select a component, previously shown with command "show only".
the idea is to find a command that allows me to select in any situation that only component visible to video.
I tried to find a component but I don't really find a suitable solution.
Do you have any more ideas? Thank you very much in advance.
prova con questro mapkey:

mapkey x ~ command `procmdmdltreesearch` ;\
mapkey(continued) ~ open `selspecdlg0` `seloptionradio`;~ close `selspecdlg0` `seloptionradio`;\
mapkey(continued) ~ select `selspecdlg0` `seloptionradio` 1 `prt_or_asm`;\
mapkey(continued) ~ select `selspecdlg0` `ruletab` 1 `misc`;\
mapkey(continued) ~ select `selspecdlg0` `ruletab` 1 `status`;\
mapkey(continued) ~ select `selspecdlg0` `ruletypes` 1 `display`;\
mapkey(continued) ~ open `selspecdlg0` `extruleslayout.extdisplaylayout.dispcategorylist`;\
mapkey(continued) ~ close `selspecdlg0` `extruleslayout.extdisplaylayout.dispcategorylist`;\
mapkey(continued) ~ select `selspecdlg0` `extruleslayout.extdisplaylayout.dispcategorylist` 1 \
mapkey(continued) `visib_state`;\
mapkey(continued) ~ open `selspecdlg0` `extruleslayout.extdisplaylayout.displayvaluelist`;\
mapkey(continued) ~ close `selspecdlg0` `extruleslayout.extdisplaylayout.displayvaluelist`;\
mapkey(continued) ~ select `selspecdlg0` `extruleslayout.extdisplaylayout.displayvaluelist` 1 \
mapkey(continued) `show`;~ activate `selspecdlg0` `evaluatebtn`;\
mapkey(continued) ~ select `selspecdlg0` `resultlist` 1 `-1:69:[277][537]`;\
mapkey(continued) ~ select `selspecdlg0` `selecteditemslist` 1 `-1:69:[277][537]`;\
mapkey(continued) ~ activate `selspecdlg0` `selectbutton`;

ciao
arni
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top