| Author |
Message |
Forum: Scripts Topic: A working Skype API client |
| jpjpjp |
|
Posted: April 12th, 2011, 9:33 pm
|
|
Replies: 14 Views: 9066
|
| @ColdFlo I ran into the same problems when I went to Windows 7. I played for about a day with no luck in trying to deal with the 64 bit version of lparam with no luck. Loaded 32 bit verison of AHK and the script worked again nicely. I've got both versions installed and simply invoke my Skype script ... |
|
 |
Forum: Support Topic: WinActivate, ahk_class two words |
| jpjpjp |
|
Posted: December 6th, 2010, 10:55 pm
|
|
Replies: 2 Views: 361
|
| I'm not trying to use the title, I'm using the class. Here's the AutoSpy Output: >>>>>>>>>>( Window Title & Class )<<<<<<<<<<< Trillian ahk_class icoTrilly Generally, I try to avoid the title since it somehow seems more dynamic to me, depending on the state of the application. On the other hand,... |
|
 |
Forum: Support Topic: WinActivate, ahk_class two words |
| jpjpjp |
|
Posted: December 6th, 2010, 8:59 pm
|
|
Replies: 2 Views: 361
|
| This seems like such a simple problem, but I can't seem to lick it. I recently got the most recent version of the Trillian IM client installed on a Windows 7 box. When I run AutoIt Windows Spy the ahk_class for the main Trillian window is: ico Trilly With a space in the name. Since it got this new a... |
|
 |
Forum: Support Topic: migrate pointer manipulation code for 64 bit (lParam) |
| jpjpjp |
|
Posted: December 2nd, 2010, 8:40 pm
|
|
Replies: 3 Views: 174
|
| I gave this a try. When I ran this with autohotkey_L i got an error that says I need to use the builtin StrGet (which surprised me since i thought it was included natively with AutoHotkey_L which i downloaded and installed yesterday as a 64 bit unicode version.) Is something other than installing th... |
|
 |
Forum: Support Topic: migrate pointer manipulation code for 64 bit (lParam) |
| jpjpjp |
|
Posted: December 1st, 2010, 11:28 pm
|
|
Replies: 3 Views: 174
|
| Hi. I've got some code that I picked up from this forum (originally posted by "buddy" here: http://www.autohotkey.com/forum/topic42247.html) and have been happily using for years. Today I got a new Windows 7 box and installed the the 64 bit version of AHK and found that this barfed pretty ... |
|
 |
Forum: Scripts Topic: Mousefree and easy conference bridge login client for Skype |
| jpjpjp |
|
Posted: October 9th, 2010, 7:25 pm
|
|
Replies: 0 Views: 1758
|
| A couple of years ago I got very frustrated by skype for two reasons: 1) It is almost impossible to navigate the Skype GUI by keyboard 2) When sending long DTMF strings to an existing call (say to login to a conference bridge or voicemail system) if you cut and paste into the DTMF area, the tones ar... |
|
 |
Forum: Support Topic: Don't show previous text in a GUI edit field |
| jpjpjp |
|
Posted: June 14th, 2010, 7:47 pm
|
|
Replies: 7 Views: 298
|
| hugov, anonymous and jaco0646, thanks for the advice. I first tried anonymous' advice to do a GUI destroy in my button press handler. The problem I had with this approach is that my GUI which was created in my autoexec section at the top of the .ahk file, so on subsequent strikes of the hotkey, no G... |
|
 |
Forum: Support Topic: Don't show previous text in a GUI edit field |
| jpjpjp |
|
Posted: June 11th, 2010, 3:36 pm
|
|
Replies: 7 Views: 298
|
| Here's a simple problem that I just can't seem to solve. I have a very simple GUI that I pop up to collect the name of a Skype contact to call: ; Configure the Gui Box that will pop up with the Windows+Shift+P hotkey Gui, 2:Add, Text,, Skype Contact: Gui, 2:Add, Edit, vSkypeContact WantReturn ym ; T... |
|
 |
Forum: Scripts Topic: Synchronizing "Threads" in AHK |
| jpjpjp |
|
Posted: August 19th, 2009, 10:34 am
|
|
Replies: 5 Views: 808
|
| I've had a lot of success using the Skype client provided by Buddy on this thread: http://www.autohotkey.com/forum/topic36712.html. This client essentially provides the ability to send a Skype phone messages (such as "call someone") and has a message handler that allows me to do things lik... |
|
 |
Forum: Scripts Topic: Running commands on standby, hibernation and resume events |
| jpjpjp |
|
Posted: August 13th, 2009, 4:17 pm
|
|
Replies: 23 Views: 13294
|
| I'm not having luck with this. Can you do something like a MsgBox in the handler to tell if it is excecuting? I tried to do the following: OnMessage(0x218, "WM_POWERBROADCAST") Return WM_POWERBROADCAST(wParam, lParam) { MsgBox Got a Windows Power Event: %wParam% RunWai... |
|
 |
Forum: Scripts Topic: A working Skype API client |
| jpjpjp |
|
Posted: August 3rd, 2009, 8:49 pm
|
|
Replies: 14 Views: 9066
|
| @GeeNeeYes I asked the same question in a different thread (http://www.autohotkey.com/forum/viewtopic.php?t=42247&highlight=skype). What I was hoping to use this script for was to find a way to send DTMF (ie: TouchTone) input to calls from the clipboard. Once I got the hang of it I found that I ... |
|
 |
Forum: Scripts Topic: A working Skype API client |
| jpjpjp |
|
Posted: June 26th, 2009, 6:06 pm
|
|
Replies: 14 Views: 9066
|
| I started playing this today and I found that when a skype call is active and the client is getting regular status messages that I can't switch the focus to another application without the cursor constantly jumping down to the bottom of the page. The net effect of this is that once I've initiated a ... |
|
 |
Forum: Support Topic: Send Skype command without API GUI |
| jpjpjp |
|
Posted: June 20th, 2009, 10:06 pm
|
|
Replies: 3 Views: 2751
|
| This is an old thread, but is anyone using this? Could someone provide an example of a script that uses this API (ie: dial phone number on the clipboard?) |
|
 |
| Sort by: |