Populating popup menu from a list

Hi
i have a popup menu (property pdfPresetsMenu : missing value)
i get a list with many items
I would like to load all of those item to the menu so that i can select one
I tried with binding but make me error
I also find the fonction in the forum "“make menu item…” but i don’t make it working
Any help will be precious
Regards

Browser: Safari 537.36
Operating System: macOS 10.11

Try:

pdfPresetsMenu's addItemsWithTitles:listOfTitles

Thanks a lot !
works perfectly !