![]() |
|
|||||||
| View Poll Results: poll | |||
| < 1K |
|
24 | 28.57% |
| 1-10K |
|
18 | 21.43% |
| 10-100K |
|
11 | 13.10% |
| 100-500K |
|
6 | 7.14% |
| 500-1000K |
|
3 | 3.57% |
| > 1000K |
|
22 | 26.19% |
| Voters: 84. You may not vote on this poll | |||
![]() |
|
|
Thread Tools | Display Modes |
|
#81
|
|||
|
|||
|
AEKDBet,
After studying your PNG image, something really weird is going on... All of the shades of blue in your Hyper-Simple theme are *ever so slightly darker* than on my PokerStars install. This of course means that anything checking the colours of areas or matching bitmaps of numbers etc. (like all of the Stars code) does not work as expected, if at all. I suspect this is the cause of failure for most in this thread having trouble with Hyper-Simple on Stars. I wonder if it is possible Stars have changed the colours slightly at some point, but did not feel it was sufficient a change to push the uppdate to all users? Open up a few of the large (6) pot or call images, and compare the the blues between my images and yours to see what I mean. This is not hard to fix (just needs a new folder full of pot/call images) but I have no idea how to make my client display the slightly different shades of blue [img]/images/graemlins/confused.gif[/img] Will think of something.... dave. |
|
#82
|
|||
|
|||
|
Hi King Spew,
Try this: Go to line 436 in the BetPot.ahk script, and uncomment (remove the preceding ; symbol) the line: Msgbox, %hh% This will cause the FullTilt Pot code to pop up waht it thinks is the current hand history. You do not need to be seated for this to work, so just open up a few random tables, wait for a hand or two to be polayed, and middle click - See if you are actually realtime hand-histories into the script, it sounds like for some reason you are not. So you have any software running that would prevent AHK access to the Windows clipboard (used for capturing the HH)? dave. |
|
#83
|
|||
|
|||
|
Dave I had noticed this and am working on a fix
I changed the code so that if (col = "0x00327F") { ThemeDir := "normal" } else if (col = "0xDDD7CC") { ThemeDir := "HyperSimple" } else { Msgbox, exiting`n%col% return } MSGbox exiting would come up if the colors didn't match, so that is the problem, I'm photoshoping now |
|
#84
|
|||
|
|||
|
[ QUOTE ]
On FTP it works but with a delay (this normal?) But Right click doesn't work for me, I get the option to change the background instead [/ QUOTE ] |
|
#85
|
|||
|
|||
|
AEKDBet,
you were getting a Msgbox saying your colour was 0xDED7CE ? [ QUOTE ] I'm photoshoping now [/ QUOTE ] Are you photoshopping the pot/call images, or trying to change your theme? |
|
#86
|
|||
|
|||
|
Dave: Script is working fine for me on Stars using Hyper Simple. When using my custom theme (basically just a black table) only the scroll functions work. Is there a way I can mod this so it works for my xtheme?
|
|
#87
|
|||
|
|||
|
[ QUOTE ]
Script is working fine for me on Stars using Hyper Simple. [/ QUOTE ] Glad to hear it [img]/images/graemlins/smile.gif[/img] [ QUOTE ] Is there a way I can mod this so it works for my xtheme? [/ QUOTE ] Absolutely, but what to do depends on what your custom theme is based on, i.e which pot/call images are used. I am presuming it is not just hyper-simple with a black background image? that should work as is... Post a screenshot if you like - it helps to see what you are thinking of.. dave. |
|
#88
|
|||
|
|||
|
Ahh im using the silver buttons as well. Heres a SS:
|
|
#89
|
|||
|
|||
|
Is there a way to change the color of the POT box?
The thing is I was changing the colors of the numbers in pot and call.... EG for the default theme your color is E0 D9 B5 (the tan / skin color) ...............VS my monitor the color is E7 DB B5 |
|
#90
|
|||
|
|||
|
I can tell from this screenshot that the "pot" images from the "normal" folder will work fine.
But since you are not sitting, I can't see your action buttons / slider. I presume they are not from the normal theme, due to your silver "leave table" / "Chat window" etc. Are the rest of the buttons from Hyper-Simple? |
![]() |
|
|