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 19 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Unoccupiable space?
drmartell

Replies: 15
Views: 620

PostForum: Ask for Help   Posted: Mon Nov 23, 2009 5:31 pm   Subject: Unoccupiable space?
Try this:

; Credit: shimanov - www.autohotkey.com/forum/viewtopic.php?p=40066#40066
WinGetPos, GX,GY,GW,GH, ahk_class Shell_TrayWnd
VarSetCapacity( OWA,16,0 ), VarSetCapacity( NWA ...
  Topic: attenuate DTMF tones in realtime
drmartell

Replies: 3
Views: 84

PostForum: Ask for Help   Posted: Thu Nov 12, 2009 4:20 pm   Subject: attenuate DTMF tones in realtime
OK yes, manually lowering the volume has the desired effect, now just need a way for the computer to do the work Smile
  Topic: PixelGetColor help please - if/else = same action :(
drmartell

Replies: 7
Views: 159

PostForum: Ask for Help   Posted: Thu Nov 12, 2009 12:04 am   Subject: PixelGetColor help please - if/else = same action :(
I've been working with PixelSearch lately and I like to use this small script just to see if it is finding / not finding the target color correctly:

This makes the assumption that Notepad is your t ...
  Topic: attenuate DTMF tones in realtime
drmartell

Replies: 3
Views: 84

PostForum: Ask for Help   Posted: Wed Nov 11, 2009 9:21 pm   Subject: attenuate DTMF tones in realtime
Right,

In this case I am looking for an unattended solution that allows the intermixing of voice and DTMF at differing volumes.

For example, you call a company and have to navigate their phone t ...
  Topic: attenuate DTMF tones in realtime
drmartell

Replies: 3
Views: 84

PostForum: Ask for Help   Posted: Wed Nov 11, 2009 9:09 pm   Subject: attenuate DTMF tones in realtime
Skype has this well documented issue where it repeats (i.e. doubles) DTMF tones that it receives in an audio stream. The result is that the DTMF tones do not arrive on the receiving end of the call a ...
  Topic: PixelSearch only working with certain window locations
drmartell

Replies: 2
Views: 126

PostForum: Ask for Help   Posted: Fri Nov 06, 2009 6:45 pm   Subject: PixelSearch only working with certain window locations
Correctamundo, thanks Leef_me Very Happy
  Topic: PixelSearch only working with certain window locations
drmartell

Replies: 2
Views: 126

PostForum: Ask for Help   Posted: Fri Nov 06, 2009 4:11 am   Subject: PixelSearch only working with certain window locations
I am trying to use PixelSearch to find a window control regardless of the window location on the screen.

The window is a Citrix application.

Strangely (at least to me) I have a small test script ...
  Topic: [SOLVED] ControlSend interfering with keystrokes.
drmartell

Replies: 5
Views: 227

PostForum: Ask for Help   Posted: Thu Nov 05, 2009 3:32 am   Subject: [SOLVED] ControlSend interfering with keystrokes.
thanks to IRC channel, here is full working script:

SetTitleMatchMode, 2
Menu, Tray, Icon, record.ico

; Automatically closes handle when a new (or null) program is indicated
; Otherwis ...
  Topic: [SOLVED] ControlSend interfering with keystrokes.
drmartell

Replies: 5
Views: 227

PostForum: Ask for Help   Posted: Wed Nov 04, 2009 11:26 pm   Subject: [SOLVED] ControlSend interfering with keystrokes.
use Cheatening to search string text "There are no active calls at this time" address
see if its static
if it is, u can make a loop to check if that address has changed to another text, if ...
  Topic: [SOLVED] ControlSend interfering with keystrokes.
drmartell

Replies: 5
Views: 227

PostForum: Ask for Help   Posted: Wed Nov 04, 2009 8:26 pm   Subject: [SOLVED] ControlSend interfering with keystrokes.
Thanks for the reply,

I started playing with cheat engine to see if there was a memory address I could identify to easily determine whether a call is in progress. No success with that so far.

I ...
  Topic: A working Skype API client
drmartell

Replies: 10
Views: 3840

PostForum: Scripts & Functions   Posted: Wed Nov 04, 2009 4:32 pm   Subject: A working Skype API client
I am preferring call duration output to StatusBar:
;tooltip, %TextReceived%
;sleep, 999
;Tooltip ;clear tooltip
SB_SetText(TextReceived)
  Topic: A working Skype API client
drmartell

Replies: 10
Views: 3840

PostForum: Scripts & Functions   Posted: Sat Oct 31, 2009 6:57 am   Subject: A working Skype API client
Does anyone have a version of the API that works. The ones I am finding in these threads all give errors within AHK as written.

UPDATE: My bad, I had an outdated installation of AHK, upgrading has ...
  Topic: [SOLVED] ControlSend interfering with keystrokes.
drmartell

Replies: 5
Views: 227

PostForum: Ask for Help   Posted: Sat Oct 31, 2009 1:06 am   Subject: [SOLVED] ControlSend interfering with keystrokes.
I'm sure there is a better way to do this. I have a script that helps me to automatically record phone calls using the ShoreTel Advanced Call Manager Software.

The keyboard shortcut in ShoreTel is ...
  Topic: Resize one window based on MinMax state of another
drmartell

Replies: 2
Views: 138

PostForum: Ask for Help   Posted: Mon Mar 09, 2009 2:47 pm   Subject: Resize one window based on MinMax state of another
Thank you Montu, those suggestions worked. Very Happy
  Topic: Resize one window based on MinMax state of another
drmartell

Replies: 2
Views: 138

PostForum: Ask for Help   Posted: Sun Mar 08, 2009 9:48 pm   Subject: Resize one window based on MinMax state of another
I have a multimonitor setup for stock trading. On one of my monitors I like to view my charts (one window) and my order entry software (separate window).

When my order entry window is minimized, m ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group