Is anyone else having this problem? I have to replace some controls after the update to bootstrap 5. When I drag the old controls down to the open area of the layout editor, so that I can move new ones into the window, Xojo crashes. It’s happened at least 7 times now. What can I do to fix it? I did file an issue.
For people that wants more info, here is the Issue: https://tracker.xojo.com/xojoinc/xojo/-/issues/74824
Are you talking about the Xojo controls? I don’t understand why you need to move the old and move new ones into the window.
Can you replicate this problem with another computer or another user account? Sorry I haven’t seen this but I don’t move old/new controls and I don’t use a M2 mac.
Im moving from some customized controls to the built in controls. I was able to get a closer to what I need with just the bootstrap stylings so I don’t need the custom controls that I was previously using. I will try from my son’s MBP tomorrow and see if it happens on there as well.
I did the same thing from the MacBook Pro and it crashed just the same. I will try to capture a video of it.
Here is a link to the video I captured of it happening. https://drive.google.com/file/d/1qmc6jHLx-ptDKGY5PDFH9qw6LofTN2w6/view?usp=share_link
Is this happening with Web projects only? Can you please also try to run the project without plugins?
If it’s failing with simpler projects, it would be useful if you could upload a sample project to the reported issue.
Thank you.
I will make an example project to see if it happens there. It is in web only that I noticed. I don’t use the desktop part. I am dependent on plugins and my project will not run if the plugins are not there. I suppose I could load up just to see if it crashes without even trying to compile it. I will test and let you know. Thank you.
I created a window in a new project with the exact same number of items on the window. Performed the same action of moving them all at once and it did NOT crash. I removed the plugins from the plugins folder and reran the larger project again and performed the same actions and it DID crash. I put the plugins back in and retested and it crashed again. After that, I individually replaced all of the old controls with new controls, then tried the same action and it did NOT crash with the new controls and moving them all at once. I went to another window with a lot of old custom controls and moved them all at once and it DID crash. Seems to be a problem moving a bunch of subclassed controls all at once.
Base classes should land first, and subclasses after.
Seems to be fixed in test version 2023 r4.61692. Works perfect, doesn’t crash.