![]() |
|
#111
|
|||
|
|||
|
[ QUOTE ]
Problem soved most likely. We must be running different versions of PP? Mine says 91/91. I should change the code to check for text I guess. These updates are a pain. [/ QUOTE ]Maybe. I was running 90/90. I downloaded the installer again, ran it (it erased my table-mod but saved my card-mod), re-pushed Party icons all over my computer, and gave me the "Here's how to use PartyPoker" screen when I started-up. However, in the version info, it says "90/91". WTF? Am I going to have to uninstall and reinstall? I heard there were image errors every once in a while on uninstalls. (Like, it deletes every .jpg on your harddrive.) -Sam P.S. Oh, and the buttons are still wrong in WindowSpy. Although it opened $5/$10 when I asked first tried, when I stopped and asked for $15/$30, it opened a bunch of $10/$20. [img]/images/graemlins/frown.gif[/img] |
|
#112
|
|||
|
|||
|
No no no - don't go though all that install crap. That sucks, I don't want your image files to get eaten up or anything. [img]/images/graemlins/shocked.gif[/img]
Just change the control ids so that it clicks on tourneys then on cash, that should fix it. Or did you already try that? I hope not... [img]/images/graemlins/confused.gif[/img] We'll have to find a way to check on these buttons... ControlGetText failed for starters. [img]/images/graemlins/mad.gif[/img] |
|
#113
|
|||
|
|||
|
[ QUOTE ]
I heard there were image errors every once in a while on uninstalls. (Like, it deletes every .jpg on your harddrive.) [/ QUOTE ] Really, or am I just being gullible and sleepy? [img]/images/graemlins/smile.gif[/img] Juk [img]/images/graemlins/smile.gif[/img] |
|
#114
|
|||
|
|||
|
[ QUOTE ]
[ QUOTE ] I heard there were image errors every once in a while on uninstalls. (Like, it deletes every .jpg on your harddrive.) [/ QUOTE ]Really, or am I just being gullible and sleepy? [/ QUOTE ]Um, it's a rumor I heard and believed enough to mention here. (That's not the same as "really", I suppose. [img]/images/graemlins/blush.gif[/img]) So if you're being gullible, I am, too. -Sam |
|
#115
|
|||
|
|||
|
Hmmm... I better be more careful then as reinstalled it a few times to see if a new build available yet.
I wondered why somebody was asking for a zipped copy of the images the other day and didn't want to re-install... makes sense now! [img]/images/graemlins/smile.gif[/img] Juk [img]/images/graemlins/smile.gif[/img] |
|
#116
|
|||
|
|||
|
[ QUOTE ]
No no no - don't go though all that install crap. That sucks, I don't want your image files to get eaten up or anything. [img]/images/graemlins/shocked.gif[/img] Just change the control ids so that it clicks on tourneys then on cash, that should fix it. Or did you already try that? I hope not... [img]/images/graemlins/confused.gif[/img] We'll have to find a way to check on these buttons... ControlGetText failed for starters. [img]/images/graemlins/mad.gif[/img] [/ QUOTE ]I realized my desktop is 91/91. I still get the same bug. [img]/images/graemlins/frown.gif[/img] If I focus the lobby on $5/$10 (or higher) and tell iWitness to start observing $3/$6, it opens $2/$4. If I then stop and go, it starts mining $1/$2. Again, and it opens $1/$2. -Sam |
|
#117
|
|||
|
|||
|
So it clicks on tourneys and then on cash and it still doesn't work? Did you check if it's closing all the trees?
I just can't think of anything else that could go wrong - especially since the rest of the code is working for you (which uses the same ControlSend technique). [img]/images/graemlins/confused.gif[/img] |
|
#118
|
|||
|
|||
|
[ QUOTE ]
So it clicks on tourneys and then on cash? [img]/images/graemlins/confused.gif[/img] [/ QUOTE ]Apparently not. [img]/images/graemlins/frown.gif[/img] I changed the elegant ControlClicks to kludgy MouseClicks.[ QUOTE ] ; ControlClick, AfxWnd4210 ; ControlClick, AfxWnd429 IfWinNotActive, ahk_id %lobby_id% WinActivate, ahk_id %lobby_id% WinWaitActive, ahk_id %lobby_id% MouseClick, left, 312, 500 Sleep, 100 MouseClick, left, 265, 500 ;I'm so ashamed. [/ QUOTE ] That seems to fix it. Recording mouse locations sorta hurts my soul, but it seems the best way to get around these renaming buttons; I suppose everybody's Party screen looks identical, so there won't be problems. I just hope anybody who reads the code can forgive us. If this fixes the limit bug, what other bugs do we have to work on?<ul type="square">[*]Minimizing tables still doesn't work well. (I think we need to wait till table%num_tables% has loaded, and THEN start minimizing.)[*]There's a bug where it records the table name as "table1||table2", mushing 2 tables together. (I assume it's just a read-speed error, but I'm not sure how to fix it.)[*]Networking was having issues last time I played with it.[/list]Anything else? -Sam |
|
#119
|
|||
|
|||
|
[ QUOTE ]
That seems to fix it. Recording mouse locations sorta hurts my soul, but it seems the best way to get around these renaming buttons; I suppose everybody's Party screen looks identical, so there won't be problems. I just hope anybody who reads the code can forgive us. [/ QUOTE ] I’ll have to think of something better to support MiniLobby I guess. Besides, mouse locations hurt my soul, too. [ QUOTE ] [*]Minimizing tables still doesn't work well. (I think we need to wait till table%num_tables% has loaded, and THEN start minimizing.)[*]There's a bug where it records the table name as "table1||table2", mushing 2 tables together. (I assume it's just a read-speed error, but I'm not sure how to fix it.)[*]Networking was having issues last time I played with it.[/LIST]Anything else? [/ QUOTE ] Hmm, how about we just minimize every table right after we open it? The speed is a bit scary anyway - I always think “this is gonna crash for sure." [img]/images/graemlins/laugh.gif[/img] I noticed the table name merging problem too - maybe it occurs when the lobby updates at the exact moment the script retrieves the text? I still a bit lost with the net-working stuff - guess I’ll have to take another look at that code. Then there’s the ListView that still looks a bit crappy… I wanted to add SNG support but I’ll have to work with the filters to do that probably and that is a bitch. Besides, we’d better make sure the limit code is working first. Then there’s the stuff with the favourites folder… jackpot tables… |
|
#120
|
|||
|
|||
|
[ QUOTE ]
Hmm, how about we just minimize every table right after we open it? [/ QUOTE ]I fixed the minimize bug. I like the speed. [img]/images/graemlins/smile.gif[/img] [ QUOTE ] I noticed the table name merging problem too - maybe it occurs when the lobby updates at the exact moment the script retrieves the text? [/ QUOTE ]I guess. Seems unlikely. [ QUOTE ] Then there’s the ListView that still looks a bit crappy [/ QUOTE ]Do you mean the Table list or the Client list? How do you want to change them? [ QUOTE ] I wanted to add SNG support … the favourites folder… jackpot tables… [/ QUOTE ]Ugh. I guess those are worth doing. At some point, we should announce this as Version1, and make an announcement. I can't imagine anybody is reading this far into the thread except for you and me. [img]/images/graemlins/smile.gif[/img] -Sam |
![]() |
|
|