PDA

View Full Version : AHK didnt work when hm running



icon
04-12-2011, 06:58 AM
ahk hotkeys didnt work when hm running.

Sarek
04-12-2011, 11:42 AM
Which windows?
Antivirus/firewall?

icon
04-12-2011, 11:44 AM
w7-64 - german. windows firewall. windows microsoft security essentials 2 default settings.

Fool
04-12-2011, 11:55 AM
Is .ahk crashing or is your script not working like you would expect? I'm afraid .ahk isn't supported. If you'll explain whats supposed to happen and what isn't though we may be able to help troubleshoot the problem.

icon
04-12-2011, 12:06 PM
.ahk doesnt work > rightclick all-in ... its the stars.ahk and one which i can move tables.

Fool
04-12-2011, 12:13 PM
The only .ahk betting I'm familiar with with is BetPot by Dave (yes, I guess I'm old). Do you mean you set bets in TableNinja? There didn't used to be any conflicts between BetPot and Hold'em Manager. The script hasn't been updated in a while though so its difficult to say for sure. Have you tried assigning the same hotkey(s) in one of the TableNinja products to see if also fails? You should have a 30 day trial to test. If not please PM me and I'll see what I can do.

icon
04-12-2011, 12:22 PM
SetTitleMatchMode, 2

XPos1 = 0
XPos2 = 885
YPos1 = 0
YPos2 = 0


mbutton::
WinGetActiveTitle, Title1
WinGetClass, ahkclass, %Title1%

if (ahkclass = "PokerStarsTableFrameClass") {
WinGetPos, Xpos, Ypos,,,A
if (Xpos = XPos1 and Ypos = YPos1) {
WinMove, %Title1%,, %XPos2%, %Ypos2%
}
else {
WinMove, %Title1%,, %XPos1%, %Ypos1%
}
}
else {
Send {Home}
}
return

LWin::
MouseGetPos,,,tableID
IfWinExist, ahk_id %tableID%
WinMove,,, 0, 525
return

alt::
MouseGetPos,,,tableID
IfWinExist, ahk_id %tableID%
WinMove,,, 885, 525
return

Fool
04-12-2011, 12:28 PM
ahh ... sorry, I didn't realize you made this yourself. This will be almost impossible to troubleshoot from a HM perspective. This is also not supported in any way. That being said please PM me your skype or other messenger contact info. I'll do what I can to solve this using teamviewer and google translate.

icon
04-12-2011, 12:32 PM
Stars Hotkeys (http://www.wickss.com/ahk/starshotkeys/readme.html)

Fool
04-12-2011, 12:35 PM
If this is an excerpt from an existing script I'm afraid you'll need to contact its developer for more information about software conflicts. Hold'em Manager is tested with our apps and supported sites only. Sorry for the inconvenience.

icon
04-12-2011, 12:59 PM
wow. so no ahk hotkeys work with holdemmanager. buy ninja and all is nice?

Fool
04-12-2011, 01:04 PM
Sorry, thats not what I said. TableNinja is a HM app and therefore supported software. .AHK's are custom and designed by a third party. We can't offer support for third party software. I'd be happy to go over any .ahk concepts I have an understanding of but I can't work through someone else's code.

icon
04-12-2011, 01:09 PM
im not a programer. but i showed you the simplest of all ahk codes you and i have ever seen. can you please help me. sorry its very important that ahk works with hm for me.

Fool
04-12-2011, 01:22 PM
Was this the entire script? I thought I may have been able to work through this with you over a messenger but if its part of larger script I may not be able to wrap my head around it. Please PM me your skype or other messenger contact info. I can't promise anything as this is completely unsupported but I'll see what I can do.

icon
04-12-2011, 01:58 PM
i pm´éd you.

icon
04-12-2011, 02:48 PM
fool can you please help me i need ahk hotkeys.
i buy tabelninja (which i dont need) but can you help me please?

icon
04-12-2011, 03:14 PM
ok. got help in german forum. thank you fool.

Fool
04-12-2011, 04:30 PM
responded via PM ...