AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

WinSet Not Working For One Specific Application (Sciral)

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
ezuk



Joined: 04 Jun 2005
Posts: 122

PostPosted: Sat Mar 15, 2008 4:00 pm    Post subject: WinSet Not Working For One Specific Application (Sciral) Reply with quote

(I thought I posted this before, just can't find it anywhere. Don't know why.)

The following code works fine with Notepad, but does not work with Sciral Consistency (http://sciral.com/consistency/).

I just want to strip the window of borders and make it always-on-top. I'm using Vista Business 32 bit. I tried it with and without Aero, to no avail. And again, it does work with Notepad.

Code:

#Persistent
Window = Sciral
SetTitleMatchMode, 2
WinSet, AlwaysOnTop, toggle, %Window%
Winset, Style, -0xC00000, %Window%
Winset, Redraw,,%Window%
return


Waht am I doing wrong?
Back to top
View user's profile Send private message
ezuk



Joined: 04 Jun 2005
Posts: 122

PostPosted: Mon Mar 17, 2008 11:54 am    Post subject: Reply with quote

I apologize for bumping, but does anyone have an idea what might be wrong?

Edited 24 April: I still did not manage to resolve this. If there's a particular reason no one is replying, please do tell. I see many people get help, and I freely contribute my scripts here in the Scripts/Functions forum.
Back to top
View user's profile Send private message
ezuk



Joined: 04 Jun 2005
Posts: 122

PostPosted: Thu Apr 24, 2008 11:19 am    Post subject: Reply with quote

(editing does not bump. Sorry.)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group