April 20, 201015 yr In the past the PopUpMenu function works OK in FMPA10. After Update to MacOSX 10.6 there is a problem to make this function work in german localized and now also in the english Version of FMPA10 and also 11. By implementing in a script there is an error as shown in the enclosed screenshot. Has anyone any idea to make this function run properly? Thanks in advance HB
April 20, 201015 yr Author OK, for everyone with the same problem: It's solved. Apparently the name "PopupMenu" is reserved by somewhat else in the system or in FileMaker itself. Just register the function with another name and it works. i.e. RegisterGroovy( "PuM( choices )" ; "package swing;¶ ¶ import javax.swing.*;¶ import javax.swing.event.PopupMenuEvent;¶ [...] Greetings HB
April 20, 201015 yr Thank you for posting the solution. We will test and update the file for future releases.
Create an account or sign in to comment