Feedback
Inline subroutines and functions should not be allowed within method bodies
- Status
- Fixed
- Fixed in
- v26.5.3
- Source discussion
- https://forum.objo.dev/d/11-window-crash
- Last updated
- 2026-05-14
Public summary
Something like this:
Sub agreeBox_CheckedChanged()
submitBtn.Enabled = agreeBox.Checked
End Sub
Within a window's Opening() event should be a compile-time error.