![]() |
|
#261
|
|||
|
|||
|
[ QUOTE ]
Thanks. Also, is there any way to get it to know the size of the BB in tourneys? At party, the bet pot, and bet 1/2 pot controls work in tourneys, but the analog stick doesn't work to adjust the bet up or down. [/ QUOTE ] Hmph. It used to work - I'll look into it. Edit: Are we talking SNGs or "real" tourneys? |
|
#262
|
|||
|
|||
|
PartyPoker
|
|
#263
|
|||
|
|||
|
[ QUOTE ]
[ QUOTE ] Thanks. Also, is there any way to get it to know the size of the BB in tourneys? At party, the bet pot, and bet 1/2 pot controls work in tourneys, but the analog stick doesn't work to adjust the bet up or down. [/ QUOTE ] Hmph. It used to work - I'll look into it. Edit: Are we talking SNGs or "real" tourneys? [/ QUOTE ] "real" |
|
#264
|
|||
|
|||
|
Excuse me, I made an ahk script works fine (mouse-wheel to size the bet) but I don't understand how TableNavigator works. I must do like with any other script, copy & paste the code in a ahk file ? Because when I run the script nothing happens !
Is there a tutorial somewhere ? |
|
#265
|
|||
|
|||
|
[ QUOTE ]
Because when I run the script nothing happens ! [/ QUOTE ] Right-click on the icon in your system tray [img]/images/graemlins/smile.gif[/img] There is no real tutorial but there are some instructions on the Wiki page (where you got the code from). |
|
#266
|
|||
|
|||
|
I don't have any icon in my system tray [img]/images/graemlins/confused.gif[/img] except if you're talking about the autohotkey icon, but when I right-click on it there's nothing interesting. Can you give me a link of the code I must paste because I'm confused and not sure I pasted the good one.
BTW do you have a link to the wiki page that you're talking about ? Sorry again, I'm french so I have some difficulties to understand some parts of this thread which is a little bit "technical" for me. |
|
#267
|
|||
|
|||
|
[ QUOTE ]
Sorry again, I'm french so I have some difficulties to understand some parts of this thread which is a little bit "technical" for me. [/ QUOTE ] No problem. Here's your link - I bet you were using some old code. |
|
#268
|
|||
|
|||
|
I get an error when I use the left or right error keys. I usually play 4 tables in a 2x2 formation (tiled).
The up/down works, and lets me select the active table on one side of the screen, but without the left/right working I can't access my other two tables. My error is "target label does not exist" Suggestions on what might be causing this and how I would fix it? |
|
#269
|
|||
|
|||
|
[ QUOTE ]
I get an arrow when I use the left or right error keys. I usually play 4 tables in a 2x2 formation (tiled). [/ QUOTE ] FYP. Oh wait... [img]/images/graemlins/laugh.gif[/img] Please press Ctrl+C while the Msgbox (that reports the error) is active and paste here. I need to know which label is [censored] up. |
|
#270
|
|||
|
|||
|
---------------------------
Table Navigator.ahk --------------------------- Error: Target label does not exist. The current thread will exit. Specifically: ERROR Line# 2532: if a_index = %tn_mode% 2533: thisMode := a_loopfield 2535: IniRead,thisCommand,TableNavigator.ini,%thisInput% ,Key%thisKeyNum% %thisMode% Command 2537: if thisCommand <> 2538: { 2539: StringReplace,subRoutine,thisCommand,%A_space%,,Al l 2540: StringReplace,subRoutine,subRoutine,',,All ---> 2541: Gosub,%subRoutine% 2542: } 2543: Return 2552: if (WinExist("PartyPoker.com:") <> 0 AND add_group <> "no") 2553: { 2555: WinGet,pid,pid 2556: WinGet,lobby_id 2557: GroupAdd,Dialog,ahk_class #32770 ahk_pid%pid%,,,Good Luck --------------------------- OK --------------------------- |
![]() |
|
|