Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3695

Window.Show method behavior change in 2024r4

$
0
0

Ok, I’ve narrowed down the issue that I was noticing here. The actual problem was a change in how Window.Show behaves on macOS when the window being shown is a Sheet.

Consider the following code in the Opening event of Window1:

dim w as new SheetWindow // SheetWindow is a window with its Type set to "Sheet Window"
w.show(self)

Break

Depending on the version of Xojo you are using, the behavior is different:

  • In 2024r3.1 and below, the window is shown and the IDE breaks
  • In 2024r4 and above, the window is shown but you don’t reach the breakpoint

https://tracker.xojo.com/xojoinc/xojo/-/issues/78145

Please review and upvote if you’re seeing the same behavior. I’m running macOS 15.2 on
Apple Silicon M1

5 posts - 4 participants

Read full topic


Viewing all articles
Browse latest Browse all 3695

Trending Articles