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 

Search found 169 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Windows-7 Like Window Positioning for XP and Vista
Learning one

Replies: 1
Views: 46

PostForum: Scripts & Functions   Posted: Sun Mar 21, 2010 9:24 am   Subject: Windows-7 Like Window Positioning for XP and Vista
Nice. Maybe to add Win__FullSize()
Win__FullSize()
{
Win__GetDesktopPos(X, Y, W, H)
WinMove, A,, X, Y, W, H
}
  Topic: APNG Animated Portable Network Graphics
Learning one

Replies: 2
Views: 65

PostForum: Ask for Help   Posted: Sun Mar 21, 2010 12:27 am   Subject: APNG Animated Portable Network Graphics
Hi LiquidGravity,
Have you tried in RM ? Smile
  Topic: RADIAL MENU scripts --> New: RM Themes by LiquidGravity
Learning one

Replies: 226
Views: 21079

PostForum: Scripts & Functions   Posted: Sat Mar 20, 2010 11:59 pm   Subject: RADIAL MENU scripts --> New: RM Themes by LiquidGravity
@XionII & SgtPooki, thanks for kind words.

I also plan on editing it so you do not have to click on each circle to have the next menu appear. I do not encourage auto submenu open when you hover ...
  Topic: How to get the window id/title/whatever at a specific xy
Learning one

Replies: 6
Views: 255

PostForum: Ask for Help   Posted: Sat Mar 20, 2010 10:46 pm   Subject: How to get the window id/title/whatever at a specific xy
Altered.
  Topic: How to get the window id/title/whatever at a specific xy
Learning one

Replies: 6
Views: 255

PostForum: Ask for Help   Posted: Sat Mar 20, 2010 6:55 pm   Subject: How to get the window id/title/whatever at a specific xy
That's it! Very Happy Thank you! So here it is:
GetWinAtCoords(x,y,what="Title") ; by SKAN and Learning one
{
; Returns Title/ID/Class/PID of window at given coordinates
Wi ...
  Topic: How to get the window id/title/whatever at a specific xy
Learning one

Replies: 6
Views: 255

PostForum: Ask for Help   Posted: Sat Mar 20, 2010 12:03 am   Subject: How to get the window id/title/whatever at a specific xy
I tried to write a function based on SKAN's code that gets info about window at given coordinates
But this works more like GetControlAtCoords, not as GetWinAtCoords...
What's wrong?

GetWinAtCoor ...
  Topic: [Still not solved]Get transparency when WinGet fails
Learning one

Replies: 3
Views: 85

PostForum: Ask for Help   Posted: Wed Mar 17, 2010 7:04 pm   Subject: [Still not solved]Get transparency when WinGet fails
Any ideas?
I can't get degree of transparency of a window because of reason number 4:
other conditions (caused by OS behavior) such as the window having been minimized, restored, and/or resized sinc ...
  Topic: let user change default hotkey combination
Learning one

Replies: 3
Views: 71

PostForum: Ask for Help   Posted: Tue Mar 16, 2010 5:53 pm   Subject: let user change default hotkey combination
Example4you
;===Settings============================================================================
Hotkey = 1 ; default hotkey


;===Auto-execute continuation================================== ...
  Topic: [Still not solved]Get transparency when WinGet fails
Learning one

Replies: 3
Views: 85

PostForum: Ask for Help   Posted: Tue Mar 16, 2010 10:06 am   Subject: [Still not solved]Get transparency when WinGet fails
Yes I know, but I was hoping that some DllCall() could do the job...
And, I can eliminate 3) the window has no transparency level as well

P.S. "Teaching two" --> Smile
  Topic: [Still not solved]Get transparency when WinGet fails
Learning one

Replies: 3
Views: 85

PostForum: Ask for Help   Posted: Tue Mar 16, 2010 9:00 am   Subject: [Still not solved]Get transparency when WinGet fails
Command: WinGet, OutputVar, Transparent, %WinTitle%
OutputVar is made blank if: 1) the OS is older than Windows XP; 2) there are no matching windows; 3) the window has no transparency level; or 4) ot ...
  Topic: RADIAL MENU scripts --> New: RM Themes by LiquidGravity
Learning one

Replies: 226
Views: 21079

PostForum: Scripts & Functions   Posted: Mon Mar 15, 2010 7:10 pm   Subject: RADIAL MENU scripts --> New: RM Themes by LiquidGravity
@LiquidGravity: Radial menu v3.18 Themes = Great job!
Project Hosting on Google Code provides a free collaborative development environment for open source projects. Radial menu is proprietary softwar ...
  Topic: RADIAL MENU scripts --> New: RM Themes by LiquidGravity
Learning one

Replies: 226
Views: 21079

PostForum: Scripts & Functions   Posted: Sun Mar 14, 2010 10:06 pm   Subject: RADIAL MENU scripts --> New: RM Themes by LiquidGravity
With pleasure. Smile [url=http://www.autohotkey.com/forum/viewtopic.php?p=338692#338692]Permission granted.
I would like to put a link to your modification in the first post. Do you agree?
  Topic: RADIAL MENU scripts --> New: RM Themes by LiquidGravity
Learning one

Replies: 226
Views: 21079

PostForum: Scripts & Functions   Posted: Sat Mar 13, 2010 8:55 pm   Subject: RADIAL MENU scripts --> New: RM Themes by LiquidGravity
Upcoming RM v3.18 update will satisfy people who like mouse gestures (like me), and those who don't.
RMShowGesture is replaced with RMShowMethod (Radial menu show method). Can be 1) Mouse gesture or ...
  Topic: RADIAL MENU scripts --> New: RM Themes by LiquidGravity
Learning one

Replies: 226
Views: 21079

PostForum: Scripts & Functions   Posted: Thu Mar 11, 2010 11:55 pm   Subject: RADIAL MENU scripts --> New: RM Themes by LiquidGravity
I updated RM v3.18. Just one fix.
Sleep, 20 ; prevents high CPU loadThis line was on wrong place. Now it really prevents high CPU load.
+ additional credit to Tic in Description section

@Liqu ...
  Topic: GDI+ standard library 1.30 by tic
Learning one

Replies: 347
Views: 54462

PostForum: Scripts & Functions   Posted: Thu Mar 11, 2010 12:07 pm   Subject: GDI+ standard library 1.30 by tic
This library can be distributed for commercial and non-commercial use and I actively encourage both. I would appreciate it if people give acknowledgement for my work and would be nice to have pasted o ...
 
Page 1 of 12 Goto page 1, 2, 3 ... 10, 11, 12  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group