StrokesPlus.net
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
parrottm  
#1 Posted : Thursday, December 12, 2019 7:37:33 AM(UTC)
parrottm

Rank: Member

Reputation:

Groups: Approved
Joined: 7/11/2019(UTC)
Posts: 10
United States
Location: Tennessee

Thanks: 1 times
Forgive me if this is always a feature. I have looked over the in app help and new script options, but can't find what I'm after.

I would like to be able to hit a hot key and make the active window/app be 'always on top'. Am I just missing something?
Rob  
#2 Posted : Thursday, December 12, 2019 1:47:52 PM(UTC)
Rob

Rank: Administration

Reputation:

Groups: Translators, Members, Administrators
Joined: 1/11/2018(UTC)
Posts: 1,349
United States
Location: Tampa, FL

Thanks: 28 times
Was thanked: 416 time(s) in 354 post(s)
This will toggle the topmost flag on/off:

Code:
sp.ForegroundWindow().TopMost = !sp.ForegroundWindow().TopMost;


In the next release, I'll have a few topmost commands added:

StepsToggleTopmost.jpg (56kb) downloaded 4 time(s).

Yes, I've already fixed the help tip typo

Edited by user Thursday, December 12, 2019 2:41:30 PM(UTC)  | Reason: Not specified

parrottm  
#3 Posted : Thursday, December 12, 2019 9:37:54 PM(UTC)
parrottm

Rank: Member

Reputation:

Groups: Approved
Joined: 7/11/2019(UTC)
Posts: 10
United States
Location: Tennessee

Thanks: 1 times
You ARE the best! Wahoo! Thanks for this.
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.