Open Side Menu Go to the Top
Register
PlaceMint: Window Positioning Tool PlaceMint: Window Positioning Tool

02-01-2010 , 08:39 AM
Turbo double ups have this window title:
<username>: "Turbo" $10 NLH DoubleUp *10:<tourney number> Texas Hold'em NL - 30/60
and window spy sees this:
"Turbo" $10 NLH Double Up *10 - 30/60 - <table number>

A normal speed, normal payout sng has this window title:
<username>: <table name>: <tourney number> Texas Hold'em NL - 10/20
but window spy sees:
<table name> - 10/20 - <table number>

table name being something like Brisbane or Tallinn
for some reason they display the tourney number but always report the table number to window spy
As you can see from the second example, they don't give you a lot of text to work with
PlaceMint: Window Positioning Tool Quote
02-01-2010 , 09:15 AM
Thanks pelerin!

This actually works for all sngs with "Turbo" in the name. What a simple solution, now i can go back to grinding again
PlaceMint: Window Positioning Tool Quote
02-01-2010 , 10:11 AM
Ok, well that is annoying that the displayed "title" and the actual title are different. PlaceMint cares about the title that you get from Window Spy, so I will have to redo the expression.
PlaceMint: Window Positioning Tool Quote
02-02-2010 , 08:35 AM
here is my quick and dirty solution for new ipoker client (betfred - cash game no limit hold'em)

Code:
^(.)+:\s(.)+\s-\sTexas\sHold'em,\sNo\slimit\s-\s(€|\$|£){1}\d/(€|\$|£){1}\d$
PlaceMint: Window Positioning Tool Quote
02-02-2010 , 09:49 PM
Great program! I was able to set up the slots and get it to recognize pokerstar cash game tables without too much hassle. However I couldn't get the window resizing right.

Each table was in the correct size I wanted but it was cropped from the original size version. I need to use mouse to resize it manually a little bit before it displayed the whole table. Please help.
PlaceMint: Window Positioning Tool Quote
02-02-2010 , 11:59 PM
i have no ****ing clue how to use this or where to begin. help ??? r there instructions somewhere
PlaceMint: Window Positioning Tool Quote
02-03-2010 , 12:04 AM
Use the link I just posted and then look around at the setup guide linked from the main page of the wiki.
PlaceMint: Window Positioning Tool Quote
02-03-2010 , 12:40 AM
ok i made slots using full tilt predefined templates for the sizing. i ticked all the sites however under settings. it only picks up full tilt tables now. is that meant to happen???

nvm i restarted and now it works good : awesme
PlaceMint: Window Positioning Tool Quote
02-03-2010 , 12:46 AM
oh it doesnt pick up party though
PlaceMint: Window Positioning Tool Quote
02-03-2010 , 12:49 AM
also if i want to make a second layout and togglefreely between the how do i do that?

add a new group?
PlaceMint: Window Positioning Tool Quote
02-03-2010 , 04:10 AM
Hey Thug

I just loaded up some Rush tables seems they have some weird overlay and different ahk_class they switch between them a ton stupid FTP

The Full Tilt RegEx catches them fine while you are sitting out/about to play then loses them while playing.

I tried using
Code:
overlay$
and the standard Full Tilt RegEx got jumps

So examples....pre/post

Code:
Apollo - $0.10/$0.25 - No Limit Hold'em - Logged In As username
ahk_class QWidget
during rush

Code:
Apollooverlay
ahk_class Afx:00400000:20:00010005:00000000:00000000
PlaceMint: Window Positioning Tool Quote
02-03-2010 , 07:52 AM
jcl,
Save as will make a second config file. You can then Load that second file with the File menu and then use the Recent File menu for quick switching.
Follow the instructions on the wiki about fixing support for Party.

madlion,
Ok, it'll go on the list of things to look at.
PlaceMint: Window Positioning Tool Quote
02-03-2010 , 10:30 AM
Very cool programm. thanks for your excellent work!
PlaceMint: Window Positioning Tool Quote
02-03-2010 , 10:37 AM
Quote:
Originally Posted by Rhibee
Thanks for a great program. I've written a RegEx for Ladbrokes (Prima/Microgaming) in case anyone else needs it:

Code:
^Ladbrokes\sPoker\s-\s(Sit\s&\sGo|Multi\sTable|5\sCard\sDraw|5\sStud|7\sStud|Razz|Hold'em|Omaha\sH/L|Omaha)\s
If I've missed out a table you play at then let me know what it is and I'll add it.
great..by the way, what I will need to change if I want to make it work for unibt or purple lounge, thanks a lot
PlaceMint: Window Positioning Tool Quote
02-03-2010 , 11:18 AM
Quote:
Originally Posted by Mylife0115
great..by the way, what I will need to change if I want to make it work for unibt or purple lounge, thanks a lot
it also seems that it doesn't work properly on 100NL 6max tables...
PlaceMint: Window Positioning Tool Quote
02-03-2010 , 01:15 PM
Just wondering how to get the client aspect ratio (ignoring the windows borders) to be 1.4526
PlaceMint: Window Positioning Tool Quote
02-03-2010 , 02:20 PM
Quote:
Originally Posted by Mylife0115
it also seems that it doesn't work properly on 100NL 6max tables...
Just saying that is not helpful. Please follow the instructions on the wiki on how to fix support for an expression.

Quote:
Originally Posted by KJM
Just wondering how to get the client aspect ratio (ignoring the windows borders) to be 1.4526
You will need to find out the sizes of the boarders for your OS/theme, and then use them to do the math.

Last edited by TheIrishThug; 02-03-2010 at 02:21 PM. Reason: Clarify that the boarder size is dependant on your setup.
PlaceMint: Window Positioning Tool Quote
02-03-2010 , 07:28 PM
Quote:
Originally Posted by TheIrishThug
Just saying that is not helpful. Please follow the instructions on the wiki on how to fix support for an expression.


You will need to find out the sizes of the boarders for your OS/theme, and then use them to do the math.
you are definitely right. I am just not very good at this. But if you have any link of wiki where I can learn and try, i will do so.

At the end, I really like this piece of software...thanks..
PlaceMint: Window Positioning Tool Quote
02-04-2010 , 04:51 AM
Anyone can give me a unibet regex?

windows are in following format

Unibet - Hold'em (6 Seat Table) - ***random stuff with sn and stakes etc *** [Hold'em Real Money No Limit]

so that's two expressions you can use??
PlaceMint: Window Positioning Tool Quote
02-04-2010 , 04:55 AM
Quote:
Originally Posted by Mylife0115
you are definitely right. I am just not very good at this. But if you have any link of wiki where I can learn and try, i will do so.

At the end, I really like this piece of software...thanks..
Have a look back in the thread a wee bit the link is there we don't want TheIrishThug to start punching kittens
PlaceMint: Window Positioning Tool Quote
02-04-2010 , 09:20 AM
jcl,
Please post the actual window titles and not your interpretation of them. All of that "random stuff" can be used when writing the expression. Let us do the work of trying to figure out how the titles differ and all oyu have to do is copy and paste. If you want to change your screenname to SCREENNAME, that is fine, but the other stuff is what we use to make sure an expression only matches what it should match.

madlion,
Haha. I don't think I have access to any kittens, but my sister does have a puppy. But you are right, it is frustrating when you tell lots of people two go read the wiki for instructions and only two of them actually do.
PlaceMint: Window Positioning Tool Quote
02-04-2010 , 09:36 AM
Unibet - Hold'em (6 Seat Table) - Screenname - $10/20 Watching TV 2 [Hold'em Real Money No Limit]


the $ sign above is actually euro symbol but i dont have it on my keyboard. watching tv 2 is the table name. all the table names seem to end in the 2 as well.
PlaceMint: Window Positioning Tool Quote
02-04-2010 , 09:58 PM
Hello TheIrishThug,
most of the express work with UB/AP but I can't get it to work with the NL SnG 1500 chips, 6seat.Can you please help me update?
I am using this expression:
Quote:
Tournament\s\d+\s-\sTable\s\d+\s-\s((Sniper\s)?\$?[\d.,K]+\s.*?)?((Step\s\d+|(Mini\s)?UBOC\s.*?|Touchdown\s Main\sEvent)\s-\s)?((NL\s)?Holdem|Omaha\sH/L|Omaha|7\sCard\sStud\sH/L|7\sCard\sStud|Razz|HORSE)?(\s-\s\d+\sChips\s*)?(\s-\s)?(Blinds|Stakes)\s\$?[\d.,]+/\$?[\d.,]+
window title:
Code:
Tournament 4976011 - Table 34318761 - Holdem  - Blinds 5/10  Logged in as SONYVAIONIGH
Tournament 4976011 - Table 34318761 - Holdem  - Blinds 10/20  Logged in as SONYVAIONIGH
Thank You Very Much.
PlaceMint: Window Positioning Tool Quote
02-05-2010 , 02:03 AM
Just started playing with this program and have a question.

I got the UB cash tables to stack how I wanted them to and those seem to be working correctly, but when I tried to do they same with sngs, none of those tables seemed to be registering.

Anybody know the reason and solution for this?
PlaceMint: Window Positioning Tool Quote

      
m