Dynamic Stamps / Dialog Box with Popup Menu (or List Box)
Hi folks,
i have been experimenting with dynaimc stamps for a while and I got pretty far with this topic. What i cant get working are popup menus (or list boxes) in dialog boxes. The popup menu is displayed properly in the dialog box, but there is no content although its defined. The javascript of the content definition looks like:
// This maps to a Popup Group in the PDF named 'Test'
popupGroup: "Test",
listItems :
[
{popupItems :
{
//list of items of Popup menu, positive number indicates default selection
"Test 1": +1,
"Test 2": -1,
"Test 3": -1,
"Test 4": -1,
"Test 5": -1
}
}
]
Do u got any idea whats wrong with the code above?
