macro not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey Guys,
We recently installed 2016. And I can't get our menu-item to work like it did before.
What we have:
- custom menu item "bib"
- in our cui > menu > bib > there are several custom 'submenu's migrated from an earlier cui.
- these submenu items have several items or commands as you might wanna call 'm.
- so far nothing failing.
What it used to do:
- trigger a library directory which is a popup window with a tiled showcase of several items (dwg blocks).
Now I get the popup, but all is blank.
The macro which each command in these submenu have (all differ obviously)
^C^C^P(cond ((null i004) (menucmd (setq i004 "I=004USER")) (princ)) (T (menucmd i004) (princ))) ^P$I=*
I'm trying to figur out the point where things go wrong. Since I don't know that much from macro etc. It's a puzzle. Perhaps you can help me?
Autodesk's help guide is not that good (lack of examples etc).
so
- is this macro 'up 2 date'? I know it's written in r13 era ... (yup, we go back a looong time).
- T function is that a custom function or an autodesk one?