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 

TitleButton 0.31
Goto page Previous  1, 2, 3
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Rhys



Joined: 17 Apr 2007
Posts: 722
Location: Florida

PostPosted: Mon Jul 30, 2007 10:00 pm    Post subject: Reply with quote

Very very cool! I have a question - Why would my icon be displaying no transparency? I see a black box around the star.
[Edit] Today I have no black box... Looks better!
[Edit] Now it is back again... How strange. No reboot between off, on and off again either. Not sure what could be causing this... If I find out I'll post!
_________________
[Join IRC!]
Back to top
View user's profile Send private message
Guest Lar
Guest





PostPosted: Tue Jul 31, 2007 5:54 pm    Post subject: Title Button, instructions Reply with quote

I clicked on the star with middle, left and right buttons, and on the Tray Icon but could not find a clue or starting point.

Seems this script, forum and AHK if for the exerienced programmers, and beginners are out of their league and should not be here.

But thanks for the realization what is possilbe out there.
Back to top
freakkk



Joined: 29 Jul 2005
Posts: 130

PostPosted: Fri Sep 14, 2007 4:29 pm    Post subject: Reply with quote

This is a brilliant piece of code.. & serves as an excellant example of Dock. Thanks for this!!
Although this has been here for a few months now.. I'm just now testing for first time. I hadn't realized that Dock_exclude was a built in part of dock module!

Once again-- thanks for this; many many applicable uses... Very Happy
_________________
.o0[ corey ]0o.
Back to top
View user's profile Send private message
majkinetor



Joined: 24 May 2006
Posts: 3626
Location: Belgrade

PostPosted: Fri Sep 14, 2007 5:51 pm    Post subject: Reply with quote

Thx freakkk.

This version of Dock is modification of orginal dock which doesn't have exclusion list.

Also, this should be updated based on the latest version of Dock, without dll, but I didn't found time for this yet, nor to solve some rare cases when button is lost somewhere on the screen.
_________________
Back to top
View user's profile Send private message MSN Messenger
freakkk



Joined: 29 Jul 2005
Posts: 130

PostPosted: Fri Sep 14, 2007 6:08 pm    Post subject: Reply with quote

majkinetor wrote:
This version of Dock is modification of orginal dock which doesn't have exclusion list.
O.. I gotcha. I did toy w/ dock-- i jus didn't remember seeing that.......

Quote:
Also, this should be updated based on the latest version of Dock, without dll, but I didn't found time for this yet, nor to solve some rare cases when button is lost somewhere on the screen.
No biggie.. its great as is anyway. I added tooltips_class32 to my exclusion list since i use tooltip to monitor/troubleshoot.. but other than that-- I havn't run into any issues yet. Very Happy
_________________
.o0[ corey ]0o.
Back to top
View user's profile Send private message
freakkk



Joined: 29 Jul 2005
Posts: 130

PostPosted: Fri Oct 12, 2007 6:10 pm    Post subject: Reply with quote

Quick question:

At the very end of Dock_HookHandler()..
Code:
   if (Dock_event=0x800B) ;or (Dock_event=0x800A) or (Dock_event = 23)
   {
 ;      OutputDebug AHK-Dock: %dock_event% %title% %dock_cls%
      gosub Dock_Update
      return
   }

Dock_event=0x800B seems to be responsible for making gui follow when window is resized/moved. The issue I'm encountering is that when using pspad-- gui likes to try to dock itself to a position relative to the most recent tab I've moused over rather than the top of the window. I wouldn't consider this a bug w/ titlebutton or dock.. but more of an editor quirk by design.
I realize I can just comment out the above as a work around.. but was wondering if anyone else has encountered/overcome this ?

majkinetor wrote:
..some rare cases when button is lost somewhere on the screen
I'm not sure if this is the same thing....
_________________
.o0[ corey ]0o.
Back to top
View user's profile Send private message
majkinetor



Joined: 24 May 2006
Posts: 3626
Location: Belgrade

PostPosted: Fri Oct 12, 2007 7:56 pm    Post subject: Reply with quote

I will see what I can do. I noticed similar issues occasionaly.
_________________
Back to top
View user's profile Send private message MSN Messenger
Andreone



Joined: 20 Jul 2007
Posts: 257
Location: Paris, France

PostPosted: Tue Nov 06, 2007 9:31 pm    Post subject: Reply with quote

Quote:
Also, this should be updated based on the latest version of Dock, without dll, but I didn't found time for this yet,
I was planning to use your script when I discovered the it requires an extra dll. Crying or Very sad
I'm a little allergic with such kind of dependencies, unless it is unavoidable (which is no (more) the case Smile )
I don't want to put pressure on you, but just know if you have news about that.
Thank you
Back to top
View user's profile Send private message
Erittaf



Joined: 03 Nov 2007
Posts: 182

PostPosted: Sat Nov 10, 2007 2:49 am    Post subject: Reply with quote

@Andreone

I have been working with another one of majkinetor's scripts that uses a similar docking scheme. It is far more expansive than the title button but I have modified it to do roughly the same thing. (and it's .dll free!)

Check it out here: (also in majkinetor's other thread)
http://www.autohotkey.com/forum/post-158641.html#158641

It's not 100% reliable yet but I think it will get you by nicely for now.

Please let me know how it goes!
Back to top
View user's profile Send private message Send e-mail
viciouskinid



Joined: 23 Jun 2007
Posts: 136

PostPosted: Tue Feb 26, 2008 3:16 am    Post subject: Reply with quote

I am having some trouble running this script. Could someone please zip it with everything i need. The download link doesn't work.

Thanks
Back to top
View user's profile Send private message
GotScript?
Guest





PostPosted: Sat Apr 19, 2008 4:17 pm    Post subject: Reply with quote

Thanks for great script majkinetor.
but i think it has some bugs.
i was trying to use it like pin button.
but the ico disappear after an window got +AlwaysOnTop attribute
so i can't get it back to normal window.
do you know why?
hope it can be solved.
cause it's the only way that ahk can control other windows via titlebar as far as i know
Back to top
GotScript?
Guest





PostPosted: Sat Apr 19, 2008 4:20 pm    Post subject: Reply with quote

and one more thing.
it should not follow tooltips as it's supposed. Sad
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
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