Dear All ,
I want to create a simple menu(hiCreateSimleMenu) ,
which arg l_menuItems are fixed , //A -> B -> C
each A -> B -> C has it shape id // db:1111 db:2222 db:3333
How to let arg l_menuItemCallbacks follows the l_menuItems correspondence ?
e.g.
if choose A , it will select db:1111
if choose B , it will select db:2222
if choose C , it will select db:3333
hiCreateSimpleMenu( 'test "QQ" list("A" "B" "C") ????)
I don't know how to write ??? code , How to do it ?
Thank you,
Charley