Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #111  
Old 10-06-2007, 11:20 AM
Soulman Soulman is offline
Senior Member
 
Join Date: Mar 2006
Location: On the FT bubble
Posts: 3,609
Default Re: PartySNGHelper v1.13 is now available

Hey juk,

just found this script - thanks so much, it's really incredibly helpful! Much love!

I got a question though - when I use the mouse wheel to increase bet sizes, it goes back to zero if the amount gets above 1,000. This might have to do with how I've got the numbers formatted - neither with the "." or ",", but rather with an open space (so 10.000 would be displayed "10 000"). Tried editing the script to replace "," with " ", but predictably, that didn't work.

Presumably, the formatting is the reason why it doesn't work with amounts over 1,000? I've been searching aaaaall over, and I just can't find where I can alter this in the PP client or on my account web site, swear I've used like an hour and going crazy here [img]/images/graemlins/smile.gif[/img] Any clues? Thanks in advance!
Reply With Quote
  #112  
Old 10-06-2007, 03:48 PM
donkraft donkraft is offline
Senior Member
 
Join Date: Sep 2005
Location: donkraftpoker.com
Posts: 316
Default Re: PartySNGHelper v1.13 is now available

Did you get the latest version from overcards.com?
Reply With Quote
  #113  
Old 10-07-2007, 05:04 PM
Soulman Soulman is offline
Senior Member
 
Join Date: Mar 2006
Location: On the FT bubble
Posts: 3,609
Default Re: PartySNGHelper v1.13 is now available

[ QUOTE ]
Did you get the latest version from overcards.com?

[/ QUOTE ]
Yup, have 1.13.
Reply With Quote
  #114  
Old 10-09-2007, 05:28 PM
Vrange Vrange is offline
Senior Member
 
Join Date: Jan 2006
Posts: 146
Default Re: v1.07 now available

This script is so nice! Tyvm!!
Reply With Quote
  #115  
Old 10-11-2007, 04:16 AM
jukofyork jukofyork is offline
Senior Member
 
Join Date: Sep 2004
Location: Leeds, UK.
Posts: 2,551
Default Re: PartySNGHelper v1.13 is now available

[ QUOTE ]
Hey juk,

just found this script - thanks so much, it's really incredibly helpful! Much love!

I got a question though - when I use the mouse wheel to increase bet sizes, it goes back to zero if the amount gets above 1,000. This might have to do with how I've got the numbers formatted - neither with the "." or ",", but rather with an open space (so 10.000 would be displayed "10 000"). Tried editing the script to replace "," with " ", but predictably, that didn't work.

Presumably, the formatting is the reason why it doesn't work with amounts over 1,000? I've been searching aaaaall over, and I just can't find where I can alter this in the PP client or on my account web site, swear I've used like an hour and going crazy here [img]/images/graemlins/smile.gif[/img] Any clues? Thanks in advance!

[/ QUOTE ]
Sorry for the slow reply. I'm not sure if this will work, but you can try editing this bit of code to look like this:

<font class="small">Code:</font><hr /><pre>RemoveCommaInNumber(n)
{
If (InStr(n, " ") &lt;&gt; 0)
{
StringReplace, n, n, ` , .
}
If (InStr(n, ".") &lt;&gt; 0)
{
n := n*1000
}
If (InStr(n, ",") &lt;&gt; 0)
{
StringReplace, n, n, `,, .
n := n*1000
}
return n
}
</pre><hr />

Juk [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #116  
Old 10-12-2007, 03:51 AM
Soulman Soulman is offline
Senior Member
 
Join Date: Mar 2006
Location: On the FT bubble
Posts: 3,609
Default Re: PartySNGHelper v1.13 is now available

Juk,

that didn't help I'm afraid. Trying to get Party support to alter my formatting choices is not a picnic either, but I'll keep trying that avenue. Appreciate the help [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #117  
Old 10-12-2007, 06:50 PM
jukofyork jukofyork is offline
Senior Member
 
Join Date: Sep 2004
Location: Leeds, UK.
Posts: 2,551
Default Re: PartySNGHelper v1.13 is now available

[ QUOTE ]
Juk,

that didn't help I'm afraid. Trying to get Party support to alter my formatting choices is not a picnic either, but I'll keep trying that avenue. Appreciate the help [img]/images/graemlins/smile.gif[/img]

[/ QUOTE ]
There must be another way to get rid of spaces using AHK, but I'm not sure what else to try?

Juk [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #118  
Old 11-03-2007, 01:40 PM
donkraft donkraft is offline
Senior Member
 
Join Date: Sep 2005
Location: donkraftpoker.com
Posts: 316
Default Re: PartySNGHelper v1.13 is now available

I just did a 5 minute video-demonstration about PartySngHelper in my blog, if anyone is interested. [img]/images/graemlins/smile.gif[/img]

http://donkraftpoker.com/partysnghel...onstration/15/
Reply With Quote
  #119  
Old 11-03-2007, 06:45 PM
jukofyork jukofyork is offline
Senior Member
 
Join Date: Sep 2004
Location: Leeds, UK.
Posts: 2,551
Default Re: PartySNGHelper v1.13 is now available

[ QUOTE ]
I just did a 5 minute video-demonstration about PartySngHelper in my blog, if anyone is interested. [img]/images/graemlins/smile.gif[/img]

http://donkraftpoker.com/partysnghel...onstration/15/

[/ QUOTE ]
Cool! I just watched it and thought it was pretty good.

Feel free to edit the PartySNGHelper wiki page and provide a link to your video.

Juk [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #120  
Old 11-07-2007, 07:33 AM
donkraft donkraft is offline
Senior Member
 
Join Date: Sep 2005
Location: donkraftpoker.com
Posts: 316
Default Re: PartySNGHelper v1.13 is now available

Have you ever looked into reading the names of the players sitting down at the table, before the game is started?

I tried using the window spy, but apparently the name is not written in text (not available as a readable control anyway).

Since the letters are variable in width size (ie an M is widers than an I), I guess using image search would be very hard...
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:24 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.