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

08-16-2010 , 11:49 PM
Quote:
$\sTableNinja
or

Quote:
$TableNinja
depending on if that is actually a space

Have you enabled F5 and added the line to the stars config.
PlaceMint: Window Positioning Tool Quote
08-16-2010 , 11:56 PM
yes the F5 stuff all works fine.

Dont know if it matters, but the exact sngs i wanna play are...

$6.50 NL Hold'em [Turbo, 45 Players] - Tournament 34543etc etc
$3.25 same as above

Also thanks for the TableNinja effort but neither worked.
PlaceMint: Window Positioning Tool Quote
08-17-2010 , 01:19 AM
opps replace the $ with ^
PlaceMint: Window Positioning Tool Quote
08-17-2010 , 01:31 AM
Any idea why i can't get a turbo sng to work like the cash games?

The Tableninja worked perfect! Thanks a lot. Shame its my secondary issue lol

Last edited by eyeraiseyou3; 08-17-2010 at 01:36 AM.
PlaceMint: Window Positioning Tool Quote
08-17-2010 , 02:29 AM
I have no idea what i'm doing or if its even code related.. but if my tournaments always have say..

$6.50 NL Hold'em [Turbo, 45 Players] - Tournament 999999999 Table 5 - Blinds $15/$30 Ante $50

and my regex is..

^$.*\sNL\sH.*m\s\[Turbo\,\s\d+\sPlayers\]\s-\sTournament\s\d+\sTable\s\d+\s-\sBlinds\s\$\d+/\$\d+(\sAnte\s\$\d+)?

Shouldn't that work? Mind you i'm clueless but working hard.
PlaceMint: Window Positioning Tool Quote
08-17-2010 , 02:36 AM
If you have not yet checked the last few pages of this thread for an updated stars SNG regex I would do that. The ones included with the poker regex list is probably old/broke.
PlaceMint: Window Positioning Tool Quote
08-17-2010 , 03:11 AM
I've read all 143 pages and found nothing of value regarding pokerstars sngs
PlaceMint: Window Positioning Tool Quote
08-17-2010 , 03:25 AM
Quote:
Special Characters

Because we want to do more than simply search for literal pieces of text, we need to reserve certain characters for special use. In the regex flavors discussed in this tutorial, there are 11 characters with special meanings: the opening square bracket [, the backslash \, the caret ^, the dollar sign $, the period or dot ., the vertical bar or pipe symbol |, the question mark ?, the asterisk or star *, the plus sign +, the opening round bracket ( and the closing round bracket ). These special characters are often called "metacharacters".

If you want to use any of these characters as a literal in a regex, you need to escape them with a backslash. If you want to match 1+1=2, the correct regex is 1\+1=2. Otherwise, the plus sign will have a special meaning.
This should help, meaning I think you need a \ before $
PlaceMint: Window Positioning Tool Quote
08-17-2010 , 04:35 AM
Right, i figured out the right regex to get it to recognize it, i'm able to move to smaller spots, however when it shrinks in size, the words get truncated, and it won't go back into the bigger size stack if i want.

Not quite sure how to get around that.

it may say $... etc etc Ante...
or $6.50... etc etc Ante 50

depending on how long the tournaments been going on.

Any suggestions? when it can read the full heading it behaves correctly.
PlaceMint: Window Positioning Tool Quote
08-17-2010 , 04:51 AM
Pretty sure you will need 2 regex then one to match each size.

Last edited by madlion; 08-17-2010 at 04:51 AM. Reason: or one that works for both obv
PlaceMint: Window Positioning Tool Quote
08-17-2010 , 07:56 AM
eyeraiseyou3,
PokerStars expressions I have that are newer than the download-able version.

Cash
Code:
\s-\s((\$|€)?[\d,.]+/(\$|€)?[\d,.]+\s)?(Ante\s(\$|€)?[\d.,]+\s)?(USD\s)?(Play\sMoney\s)?(-\s)?(No\s|Pot\s)?Limit\s(Hold'em|Omaha\sH/L|Omaha|Stud H/L|Stud|Razz|5-Card\sDraw|Single\sDraw\s2-7|Triple\sDraw\s2-7\sLowball|Badugi)(\s-\s(Blinds|Stakes))?\s?((\$|€)?[\d,.]+/\$?[\d.,]+\s)?(Ante\s(\$|€)?[\d.,]+\s)?(USD\s)?(Play\sMoney\s)?(-\s\d+\sof\s\d+)?
SNG
Code:
^(\$|€).*\s((NL|PL|(No\s|Pot\s)?Limit)\s)?(Hold'em(\sMixed)?|Omaha(\sH/L)?(\sMixed)?|Stud(\sH/L)?|Razz|5-(C|c)ard\sDraw|Badugi|HOR?SE|8-Game|Triple\sDraw\s2-7\sLowball)\s((\[((turbo|deep|6-max)?(\s-\s)?(heads-up\s-\s)?(\d+\splayers|6-max)?|Double\sor\sNothing(\s-\sturbo)?|6-max)\]\s)|\[hyper-turbo\s-\s+990\s...\s|\[heads-up\s-\s(deep\s-\s)?no\sblind\sinc(reases\]\s|...\s)\s)?-\sTournament\s\d+\sTable\s\d+\s-\s(1\son\s1\s-\s)?(Blinds|Stakes)\s(\$|€)\d+/(\$|€)\d+(\sAnte\s(\$|€)\d+)?
Tournament
Code:
(\s-\s)?Tournament\s\d+\sTable\s\d+\s-\s(1\son\s1\s-\s)?Blinds\s(\$|€)?[\d,.]+/\$?[\d.,]+(\sAnte\s(\$|€)?[\d.,]+)?
Tournament might also match SNG tables, I haven't tested them recently.
PlaceMint: Window Positioning Tool Quote
08-17-2010 , 12:32 PM
When using the show sample slot for setting a table size, must I use the redefined template for the site whose table I want to occupy the slot? for example, if i want to have an FTP table in slot x, must i use and FTP predefined template for FTP, and vice versa for stars?

Can I have just one group for stars and FTP tables, or must I create a new group for each?
PlaceMint: Window Positioning Tool Quote
08-17-2010 , 12:57 PM
Thanks for the posts. I checked them out and here are the results.

MTT and Cash seem to work.

SNG doesn't work. Tables don't move to new slots and don't resize.
PlaceMint: Window Positioning Tool Quote
08-17-2010 , 03:12 PM
konrad,
You don't have to use those. They are there as a helper to people that want to use the default size for the site.

eyeraiseyou3,
Ok, please post window titles of sngs that don't match so the expression can be refined.
PlaceMint: Window Positioning Tool Quote
08-17-2010 , 03:14 PM
Many thanks IrishThug. Just one more quick question: Can I have just one group for stars and FTP tables, or must I create a new group for each?
PlaceMint: Window Positioning Tool Quote
08-17-2010 , 03:52 PM
Thanks for helping Irish.

I want to play 18man 45man and 180mans

$2.20 NL Hold'em [Turbo, 180 Players] - Tournament 123456789 Table 5 - Blinds $10/$20 Ante $5

$6.50 same as above but 45 players
$3.40 same as above but 18 players

I wrote something small that worked. Meaning i could pull a table out of my main stack and place it to a smaller spot, but it wouldnt drag back into the main stack or resize on its own unless i manually made it bigger, mainly because it was reading the top line of the table and it was truncated when it was smaller and not showing the entire information. Also in cash, every new table would pop into the main stack even if i left a table from a smaller stack, what i have written doesn't. if i bust from a smaller spot, it shows up there for a second then jumps into the main stack.

Thanks for all your help.
PlaceMint: Window Positioning Tool Quote
08-17-2010 , 09:58 PM
This program really needs a hotkey to switch configs. For example, if I feel like playing 4 tables, I make them a little bigger than default and center them on my 30". If I feel like playing 6, I make 2 rows of 3 and tile them in the middle. I want to be able to quickly switch between those two configurations. That's not doable now is it?
PlaceMint: Window Positioning Tool Quote
08-17-2010 , 10:33 PM
konrad,
You can select any number of expressions to be used in one window group.

eyeraiseyou3,
I will take a look at it, but it might not be for a few days.

beaster,
The recent file menu will let you quickly select a configuration you previously had loaded. In v3.0 this menu will also be in the system tray.
PlaceMint: Window Positioning Tool Quote
08-18-2010 , 06:39 AM
Issue resolved...

Last edited by pureklas; 08-18-2010 at 06:52 AM.
PlaceMint: Window Positioning Tool Quote
08-18-2010 , 07:49 AM
Finally got this working. Took me a couple of hours :s. Couple of problems. 1 is that some of my stars tables that open weirdly show 3/4 of the table! Any solution? Second thing is that my betfair tables don't recognize the program. Is betfair2 not compatible?

Thank you. Great program!
PlaceMint: Window Positioning Tool Quote
08-18-2010 , 02:43 PM
Quote:
Originally Posted by TheIrishThug
beaster,
The recent file menu will let you quickly select a configuration you previously had loaded. In v3.0 this menu will also be in the system tray.
awesome. Will I be able to assign hotkeys to these?
PlaceMint: Window Positioning Tool Quote
08-18-2010 , 03:06 PM
IrishThug,

It took me a while to figure this out (because Im slow), but it is so worth it. Makes playing many tables a treat. Thanks for answering my questions and for this program!
PlaceMint: Window Positioning Tool Quote
08-18-2010 , 04:17 PM
Great thanks irish. I still can't figure out the 45mans.

I'd like to be able to stack 30, send to 3 ft spots, once they bust have new tables reopen straight to the main stack.

And have one spot i just drag out to thats smaller, then be able to drag it back in to the main stack and have it resize.

All stuff I can do with cash tables with that code but sngs don't do all those things.

Thanks again for your hard work. You are a genious.
PlaceMint: Window Positioning Tool Quote
08-19-2010 , 10:46 AM
Hey, i tried to setup placemint according to the instructions on the wiki but it doesn´t resize nor positions the (Party) tables. It does list them though so the regex should be fine. I created 9 slots with identical size but different positions, checked the boxes for enabled, size and move but nothing happens. Any ideas?
PlaceMint: Window Positioning Tool Quote
08-20-2010 , 06:44 AM
Quote:
Originally Posted by pureklas
Finally got this working. Took me a couple of hours :s. Couple of problems. 1 is that some of my stars tables that open weirdly show 3/4 of the table! Any solution? Second thing is that my betfair tables don't recognize the program. Is betfair2 not compatible?

Thank you. Great program!
All my problems where sorted by uodating to the beta and following the F5 instructions. I only noticed the beta by going back throught the thread. Maybe you should get it edited into the OP?

Thanks again for this program.
PlaceMint: Window Positioning Tool Quote

      
m