Is there's a bug with PopupMenus ?

A working project that runs on El Capitan / Windows crash when a PopupMenu is on a window.

I populate the PopupMenu either by code or from a text file (actually beside the application).

The application folder resides in the Downloading Directory.

Idea ?

Do you have permission to read the text file?

[quote=333103:@Emile Schwarz]A working project that runs on El Capitan / Windows crash when a PopupMenu is on a window.

I populate the PopupMenu either by code or from a text file (actually beside the application).

The application folder resides in the Downloading Directory.

Idea ?[/quote]
Have you run your project to see if the debugger stops anywhere?

That is a good question. As everyone knows, a good question must have an answer. :wink:

Unfortunately, I do not know, but since both the application and the text file resides in the Download (Downloading ?) folder…

On the other hand, when I was able to install Xojo on that Linux, I was able to make more checkings and I found that Linux does not like when I populate a PopupMenu in the WIndow’s Open Event. Cut / Paste the Open Event into the PopupMenu and the NilObjectException disappears.

Thank you David.