How to add a pulldown menu in ciw?

Status
Not open for further replies.

shrbht

Full Member level 1
Joined
Mar 15, 2005
Messages
95
Helped
2
Reputation
4
Reaction score
0
Trophy points
1,286
Activity points
1,872
site:www.edaboard.com ciw customize

I want to adde a pulldown menu in CIW,what function to use in cadence ?
thank u
 

it is very easy. check in the cadence manual
 

Hi,
You can use hiInsertBannerMenu function to add your menu in CIW window.

Eg:

hiInsertBannerMenu( window( 1 ) TrPulldownMenu 0 )

Window(1) ---> CIW window.
TrPulldownMenu ---> Your custom function which creates the Menu.
0 ---> place where you want to keep your menu.

Hope this helps. If you need more info, please let me know.

Regards,
Kumar
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…