Bug with showing the IDE window

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

Bug with showing the IDE window

Post by AND51 »

Hello!

I can only describe it in german, but freak will understand it (i hope).
  • Wenn man das Strukturenverzeichnis anzeigen lässt und die Option "Immer im Vordergrund" aktiviert, kommt es zu Störungen, wenn man zwischen der PB IDE und anderen Anwendungen wechselt.
    Beispiel:
    IDE öffnen, Strukturenverzeichnis öffnen, immer im VOrdegrrund aktivieren, zu anderem Programm (z. B. IE) wechseln.
    Dann in der Taskleiste die IDE wieder anwählen => geht nicht
    Strukturenverzeichnis anwählen => geht nicht
    Die Option "Immer im Vordergrund" anklicken => holt die IDe endlich nach vorn
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 »

Le problème est dans Windows (Je pense). Tu clices deux fois et cela fonctionnera.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

AND wrote:If you activate the Structure-Viewer of the PB-IDE with topmost-flag,
there are problems with switching applications.
example:
open the IDE, open the Structure-Viewer, activate "stay on top", switch to another app via taskbar.
click on IDE in taskbar => doesn't work
click on Structure Viewer => doesn't work
click "stay on top"-option => finally works
this is a standard-win problem:

if you switch to another application via taskbar, the sub-win will still be topmost.
if you switch back to PB via taskbar, the topmost window of the app (PB)
will be refreshed and put top, but not the lower windows of the app.
this applies also for clicking on the topmost window.
there is (I presume) no message to put the IDE-window as background of the topmost again,
since the topmost IS already topmost.
only deactivating the "stay on top" recalls the back window of the IDE,
because then the whole app is recalled....

as I see it, it's not a specific PB-IDE problem, I discovered similar behaviour in other apps......

PS:
@trond
oui... xD... just what I said with more words...
oh... and have a nice day.
Post Reply