AutoHotkey Community

It is currently May 23rd, 2012, 4:15 am

All times are UTC [ DST ]


Search found 7 matches
Search these results:

Author Message

 Forum: Support   Topic: PostMessage not working in a window

Posted: November 10th, 2009, 9:36 pm 

Replies: 8
Views: 1821


Sorry, that's not the Entraction network's webside, it's for a software that does what I try to do with ahk :) Most of what it does I already successfully replicated with ahk. I can do a lot of stuff to the active table, but I also want to extend the actions to the tables in the background. You can ...

 Forum: Support   Topic: PostMessage not working in a window

Posted: November 10th, 2009, 9:07 pm 

Replies: 8
Views: 1821


It is a poker table in the Entraction network. The application is written in Java, probably in AWT (some popups have SunAwtDialog class). I am trying to press the Fold, Call, Raise buttons.

 Forum: Support   Topic: PostMessage not working in a window

Posted: November 10th, 2009, 8:35 pm 

Replies: 8
Views: 1821


Sinkfaze, thanks for your reply. I tried your suggestions, but had the same result as before. Here is the uuSpy capture: WH_GETMESSAGE:[WM_LBUTTONDOWN,513], wParam:[0x00000001], lParam:[0x01f6017f] WH_CALLWNDPROC:[UnKnown,49940], wParam:[0x00000000], lParam:[0x00000000] WH_GETMESSAGE:[WM_LBUTTONUP,5...

 Forum: Support   Topic: PostMessage not working in a window

Posted: November 10th, 2009, 7:18 pm 

Replies: 8
Views: 1821


Hi. I have an application that tries to send a mouse click using messages WM_LBUTTONDOWN and WM_LBUTTONUP with PostMessage function. Here is a capture I made with uuSpy (I'm on Vista, with Aero on): Start: WH_CALLWNDPROC:[UnKnown,49940], wParam:[0x00000000], lParam:[0x00000000] WH_CALLWNDPROC:[WM_SE...

 Forum: Issues   Topic: Hotkeys inactive if a wnd with ahk_class containg dot active

Posted: September 27th, 2009, 9:55 am 

Replies: 1
Views: 623


The script works when executing the ahk file directly. However, in compiled form, the hotkeys are inactive when the window with ahk_class containing dot (l1l1.ur in this case) is active. Sample script that has this issue: ; Entraction Helper Version 0.22 ; General settings ; act on the active table,...

 Forum: Support   Topic: Compiled script has hotkeys disabled

Posted: September 26th, 2009, 7:27 pm 

Replies: 2
Views: 335


As I said, the hotkeys are disabled while the window with ahk_class l1l1.ur is active. When other windows are active, the hotkeys work.

If you replace l1l1.ur with Notepad for example, it also works.

 Forum: Support   Topic: Compiled script has hotkeys disabled

Posted: September 26th, 2009, 7:01 pm 

Replies: 2
Views: 335


I have an ahk script that tries to push some buttons on a table by sending mouse clicks to certain coordinates. Here is the script: ; Entraction Helper Version 0.22 ; General settings ; act on the active table, or the table under mouse actOnActiveTable := 1 ; percentage of the window width and heigh...
Sort by:  
Page 1 of 1 [ Search found 7 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group