Hi George,
actually this is where I struggle, I don't have much knowledge than that
I had a look at the Acrobat JavaScript Reference to see how to use app.popUpMenuEx
I've tried to write something but...
var reply = app.popUpMenuEx
(
{cName: "-"},
{cName: "Year 1", oSubMenu:
[{cName: "Surname1 + "|" + Name1"}, {cName: "Surname2 + "|" + Name2"},]
},
{cName: "Year 2", oSubMenu:
[{cName: "Surname3 + "|" + Name3"}, {cName: "Surname4 + "|" + Name4"},]
},
)
as for the return value, I do not know how to do
I would appreciate further help, thank you