Right click IDE Crash

Raspberry pi 5. 2025r3
I opened the desktop grid with three containers.
I wanted to add an event to the track list such that if someone clicked the track it would ‘play’ it.
I go to the ListBox control, right click and the IDE dumps.

Basically I wanted to add the event definition and handling to the container control and have that event bubble up from the grid to the window…

@Brian_O_Brien

Please upload a zip of your project

Launch the IDE from the command line, then do the same thing again to get the crash. Then see what the crash spooled out to the command line.

(It might give clues if you missing some library for example)

1 Like

Good advise

I was just asking for a sample project since OP asked for communities help

The example project is available to all, so, I won’t upload it…

/usr/local/bin $ ./xojo ~/xojoexamples/Platforms/Desktop/DesktopGrid\ with\ Three\ Containers/DesktopGrid\ with\ Three\ Containers.xojo_binary_project

Segmentation fault

I changed the permissions on the projects and resources…

chmod +w -R *

Yea its not missing library at least when it gives Segmentation fault.

So now that I am passed that… I am not sure how to get the selectionchanged event ‘up’ from the listbox into the Grid1 event handler….

I think I am missing a delegate.

I think you need to file a bug report and hope that they fix it quick.

I think there is a bug that if you right click on something on the weekend the ide crashes. :wink:

Last weekend it was copy from one window and paste to a second IDE window and the IDE would crash. I filed a bug, it was a duplicate. I went back on Monday and tried again and couldn’t reproduce and nor could the developer, but the issue is resolved.