2025r2.1 vs 2025r3.1

I’m using JSPanel SDK adopted by @Attilio_Punzi for Xojo. I’m attaching a test project here that works well in version 2025r2.1 but does not in v2025r3.1. Need help. Thanks a lot!

modelprojectlatest.zip (34.1 KB)

Are there any errors in the browsers development tools?

I’m not sure if this the one. Chrome catches this.

Thank you for your attention, Greg!

Not sure what could be causing this on 2025r3.1, but it seems to be working fine, unmodified, on an early 2026r1 beta.

The workaround I can provide is to move the things you have inside the Shown event to Open, and set the display CSS value to “block”.

modelprojectlatest-workaround.xojo_binary_project.zip (34.1 KB)

1 Like

Thank you, Ricardo!