turdturtle
Newbie level 3
Does anyone know how to add a Skill-created GUI component (ie pulldown menu) to the menu of ADE ?
Something like:
hiCreatePulldownMenu( 'myMenu
"myMenu"
list( myItem )
) ;hiCreatePulldownMenu
hiInsertBannerMenu(hiGetCurrentWindow() 'myMenu 99)
but instead of "hiGetCurrentWindow()", how do you specify you want ADE ?
I'm loading this in .cdsinit so that every new ADE window will have my custom menu.
Thanks!
Something like:
hiCreatePulldownMenu( 'myMenu
"myMenu"
list( myItem )
) ;hiCreatePulldownMenu
hiInsertBannerMenu(hiGetCurrentWindow() 'myMenu 99)
but instead of "hiGetCurrentWindow()", how do you specify you want ADE ?
I'm loading this in .cdsinit so that every new ADE window will have my custom menu.
Thanks!