Summary
Objo Studio Version
26.5.3
Operating System
macOS
Steps To Reproduce
create projet
add nb properties type integer to window1
add a timer
add event "Tick" for timer1
hit this text:
nb = nb + 1
Self.Title = "timer " + nb.ToString()
If nb > 5 Then
Self.Timer1.Stop()
End If
Expected Result
Actual Result
run prog, when timer count > 5, try stop timer and crash
Screenshots, Logs, Or Sample Project