IDE deadlock when handling several windows

Working on new editor enhancements?
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

IDE deadlock when handling several windows

Post by AND51 »

Hello!

Having several windows opened (some of them with Sticky-flag), there can occur a deadlock under certain circumastances (if the windows overlap each other in a certain way).

I tried to compile this buggy code and I had Debugger-windows opened from the last session from another source. The Macro-error-window appears but does not have the Sticky-flag, so I cannot access it with the mouse to confirm it. Sure I can press Return, but I must also work with the mouse.

I cannot close the Debugger-windows, too, because I always get a sound from Windows ("ding"). I hope you know what I mean. Screenshot:
Image
Neither you can access the Macro error, nor can you close the debugger windows, when you have these windows opened in this constellation.

Suggestion: Give the Macro-Error-Window the Sticky-flag.
PB 4.30

Code: Select all

onErrorGoto(?Fred)
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

This is also a problem with normal compilation errors.
Post Reply