J
John G
Guest
Hi,
I want to add a custom menu pulldown to ADE, loading my Skill code
in .cdsinit, and for every ADE instance I call, for the menu to be
auto-loaded.
Here's my code so far with assistance from others:
procedure( UserSchMenu()
hiCreatePulldownMenu( 'myMenu
"myMenu"
list( myItem )
) ;hiCreatePulldownMenu
hiInsertBannerMenu(hiGetCurrentWindow() 'myMenu 99)
) ;proc
Then, put a trigger for the procedure to load,
e.g.:
deRegUserTriggers("analogArtist-schematic" nil nil 'UserSchMenu)
My problem is that with the previous statement, it causes this error:
*Error* User post install trigger is not a symbol.
Can someone please give me some pointers?
Thanks!!!!!!
I want to add a custom menu pulldown to ADE, loading my Skill code
in .cdsinit, and for every ADE instance I call, for the menu to be
auto-loaded.
Here's my code so far with assistance from others:
procedure( UserSchMenu()
hiCreatePulldownMenu( 'myMenu
"myMenu"
list( myItem )
) ;hiCreatePulldownMenu
hiInsertBannerMenu(hiGetCurrentWindow() 'myMenu 99)
) ;proc
Then, put a trigger for the procedure to load,
e.g.:
deRegUserTriggers("analogArtist-schematic" nil nil 'UserSchMenu)
My problem is that with the previous statement, it causes this error:
*Error* User post install trigger is not a symbol.
Can someone please give me some pointers?
Thanks!!!!!!