how to create a menu in CIW when the 'icfb' was started-up ?

S

sunkey

Guest
what i mean is , how to use the SKILL func of
hiInsertBannerMenu( (hiGetCIWindow) ...)
as well as the CIW window was loaded ??

for i put my skill in the .cdsinit, but it was
not correct work -- for the window was not build
yet when i the 'insert' func was load...

thx for help ~ !
 
thx all reply !! both 2 mothed are work well
and perfect!!!!
following is my pro:
procedure( sunInitCIWMenu()
let( (ciww ciwBannerMenus)

ciww = hiGetCIWindow()
if( ciwMenuInit()
then
ciwBannerMenus=hiGetBannerMenus(ciww)
sunCreateCIWPullDownMenu()
)

if( (member('sunCIWMenu ciwBannerMenus) == nil)
then
ciwBannerMenus=reverse(cons('rdaCIWMenu reverse(ciwBannerMenus)))
hiReplaceAllBannerMenus(ciww ciwBannerMenus )
)

/** this is more simple:
if( ciwMenuInit()
then
sunLoadCIWMenu()
)
**/

)
) ; proc

thx a lot !!!
 

Welcome to EDABoard.com

Sponsor

Back
Top