| View previous topic :: View next topic |
| Author |
Message |
Rhys
Joined: 17 Apr 2007 Posts: 722 Location: Florida
|
Posted: Mon Jul 30, 2007 10:00 pm Post subject: |
|
|
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 |
|
 |
Guest Lar Guest
|
Posted: Tue Jul 31, 2007 5:54 pm Post subject: Title Button, instructions |
|
|
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
|
Posted: Fri Sep 14, 2007 4:29 pm Post subject: |
|
|
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...  _________________ .o0[ corey ]0o. |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 3626 Location: Belgrade
|
Posted: Fri Sep 14, 2007 5:51 pm Post subject: |
|
|
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 |
|
 |
freakkk
Joined: 29 Jul 2005 Posts: 130
|
Posted: Fri Sep 14, 2007 6:08 pm Post subject: |
|
|
| 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.  _________________ .o0[ corey ]0o. |
|
| Back to top |
|
 |
freakkk
Joined: 29 Jul 2005 Posts: 130
|
Posted: Fri Oct 12, 2007 6:10 pm Post subject: |
|
|
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 |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 3626 Location: Belgrade
|
Posted: Fri Oct 12, 2007 7:56 pm Post subject: |
|
|
I will see what I can do. I noticed similar issues occasionaly. _________________
 |
|
| Back to top |
|
 |
Andreone
Joined: 20 Jul 2007 Posts: 257 Location: Paris, France
|
Posted: Tue Nov 06, 2007 9:31 pm Post subject: |
|
|
| 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.
I'm a little allergic with such kind of dependencies, unless it is unavoidable (which is no (more) the case )
I don't want to put pressure on you, but just know if you have news about that.
Thank you |
|
| Back to top |
|
 |
Erittaf
Joined: 03 Nov 2007 Posts: 182
|
Posted: Sat Nov 10, 2007 2:49 am Post subject: |
|
|
@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 |
|
 |
viciouskinid
Joined: 23 Jun 2007 Posts: 136
|
Posted: Tue Feb 26, 2008 3:16 am Post subject: |
|
|
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 |
|
 |
GotScript? Guest
|
Posted: Sat Apr 19, 2008 4:17 pm Post subject: |
|
|
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
|
Posted: Sat Apr 19, 2008 4:20 pm Post subject: |
|
|
and one more thing.
it should not follow tooltips as it's supposed.  |
|
| Back to top |
|
 |
|