Lister with "Stay on Top" function

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
HolgerS
Junior Member
Junior Member
Posts: 2
Joined: 2007-05-15, 14:05 UTC

Lister with "Stay on Top" function

Post by *HolgerS »

Sometimes I think it would be comfortable, if I could activate
a Stay on Top function at the lister. If I want to compare or
transfer some content to large windows, it is necessary to
switch between them. To avoid this, the Lister could just
implement such a Stay on Top MenuItem and then stays in
front of the other windows, even if it loses the focus.

But it's just an idea :D
User avatar
petergus
Member
Member
Posts: 164
Joined: 2003-02-06, 16:28 UTC
Location: Sweden, Enköping
Contact:

Re: Lister with "Stay on Top" function

Post by *petergus »

HolgerS wrote:Sometimes I think it would be comfortable, if I could activate
a Stay on Top function at the lister. If I want to compare or
transfer some content to large windows, it is necessary to
switch between them. To avoid this, the Lister could just
implement such a Stay on Top MenuItem and then stays in
front of the other windows, even if it loses the focus.

But it's just an idea :D
I agree! And it's not difficult to add it:

Code: Select all

SetWindowPos(Handle, hwnd_TopMost, 0, 0, 0, 0, swp_NoMove + swp_NoSize);
Some Delphi version even has it built-in.
Peter, Personal licence #84319
StatusQuo
Power Member
Power Member
Posts: 1524
Joined: 2007-01-17, 21:36 UTC
Location: Germany

Post by *StatusQuo »

Would be nice, especially for files not in plain text.
Support.

But it should only be valid for the current window and cleared when closing it.

2HolgerS:
For plain text you can also use File / Compare by content.
With version 7 you can even edit the files there and copy parts with one click/key.
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
HolgerS
Junior Member
Junior Member
Posts: 2
Joined: 2007-05-15, 14:05 UTC

Post by *HolgerS »

For plain text you can also use File / Compare by content.
With version 7 you can even edit the files there and copy parts with one click/key.
That's right, but compare by content just compares files. It is ok, but I get TODO lists from our customers and I just thought, it would be comfortable to keep this on top, while I handle it.

And as you said, it is so simple to implement 8) [/quote]
Sob
Power Member
Power Member
Posts: 941
Joined: 2005-01-19, 17:33 UTC

System-wide solution

Post by *Sob »

It is comfortable to activate Stay on Top function not only with lister, but with several other application windows too. And why handle it differently in every application when it can be the same in all of them? The answer to this problem is PowerMenu:

http://www.veridicus.com/tummy/programming/powermenu/
User avatar
SanskritFritz
Power Member
Power Member
Posts: 3693
Joined: 2003-07-24, 09:25 UTC
Location: Budapest, Hungary

Post by *SanskritFritz »

... or AutoHotkey!
;-)
I switched to Linux, bye and thanks for all the fish!
User avatar
m^2
Power Member
Power Member
Posts: 1413
Joined: 2006-07-12, 10:02 UTC
Location: Poland
Contact:

Re: System-wide solution

Post by *m^2 »

Sob wrote:It is comfortable to activate Stay on Top function not only with lister, but with several other application windows too. And why handle it differently in every application when it can be the same in all of them? The answer to this problem is PowerMenu:

http://www.veridicus.com/tummy/programming/powermenu/
PowerPro does the same....and it's way more powerful
Post Reply