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

macro working in half

  • Thread starter Thread starter blubossa
  • Start date Start date

blubossa

Guest
Bye to all,

I have created a macro that does the tricky operations:

name = drawing
type = string
value = james
designa = selected

...... .
...... .
.... .

when I start the macro in a blank file it compiles all the data except the design that remains unchecked.

Does it work properly? :confused::confused

Thank you.
bb
 
in pratica all'interno di una macro ho inserito:

mapkey(continued) ~ focusin `relation_dlg` `paramsphlay.partable`;\
mapkey(continued) ~ arm `relation_dlg` `paramsphlay.partable`2 `rowptc_material_name` \
mapkey(continued) `attribute`;\
mapkey(continued) ~ disarm `relation_dlg` `paramsphlay.partable`2 `rowptc_material_name` \
mapkey(continued) `attribute`;\
mapkey(continued) ~ select `relation_dlg` `paramsphlay.partable`2 `rowptc_material_name` \
mapkey(continued) `attribute`;\
mapkey(continued) ~ trail `ui desktop` `ui desktop` `parameters_toggle` `'relation_dlg' \
mapkey(continued) 'paramsphlay.partable' 'rowptc_material_name' 'attribute'`;\

affinchè venga selezionata la casella designa, però nulla non funziona.

dove sbaglio?
grazie
bb
 

Forum statistics

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

Members online

No members online now.
ciao
Back
Top