stayontop Questions
2
Solved
I've been learning python recently and now I wanted to (try to) create my first real application, a subtitle player for Linux. So far I've been using the Greenfish subtitle player, which is aimed a...
4
Solved
I want to create an app, where the user will decide it the main window will stay always on top of the other apps.
In PyQt4 it is easy to create a window that will stay always on top. This is cover...
2
In Delphi XE Update 1, I’m getting seemingly random behavior of modal forms if the parent (main) form’s FormStyle is set to fsStayOnTop.
1) With MainFormOnTaskbar := False (the old way), everythi...
Willywilly asked 22/9, 2011 at 16:2
1
Solved
Summarization:
Please see the helpful comments below from Craig and Sertac.
======================================================
As shown in the following minimized code, TForm10 is set to be ...
Embroideress asked 22/3, 2011 at 18:23
1
Solved
In Delphi 2009, I do a simple:
FindDialog.Execute;
The FindDialog window stays on top of my program's main window as it should.
However, if I open another window from some other program over my...
2
Solved
My program is doing a time consuming task, and I would like to display a TImage in the middle of the application window, but it will not stay on top - my VST is always on top. However, when I use a...
4
I have a form (TBigForm in the example below) which allows to manipulate some complex data and needs additional information to be shown. I put this info in a fsStayOnTop form (OnTopForm in the exam...
Execration asked 4/8, 2010 at 18:29
1
© 2022 - 2024 — McMap. All rights reserved.