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

09-28-2010 , 08:42 PM
It sounds like you are looking for a stack. A stack is a slot that can hold multiple windows all stacked perfectly on top of each other. When a table comes up in the stack that you want to work with, you can move it to a second slot. When you are done, you can move it back to the slot. Also, if you are just talking normal slots, a swap only happens when there is already a window in the slot you are moving to.
PlaceMint: Window Positioning Tool Quote
09-28-2010 , 11:51 PM
Quote:
Originally Posted by TheIrishThug
It sounds like you are looking for a stack. A stack is a slot that can hold multiple windows all stacked perfectly on top of each other. When a table comes up in the stack that you want to work with, you can move it to a second slot. When you are done, you can move it back to the slot. Also, if you are just talking normal slots, a swap only happens when there is already a window in the slot you are moving to.
I would do that except i prefer the windows cascaded.

I dont think i need a hotkey as long as i can put a window to one area for a moment, and then back to another area without having to swap it wit another window.
PlaceMint: Window Positioning Tool Quote
09-29-2010 , 05:16 PM
I've been using placemint for over a year now but it just stopped working recently and I can't seem to find out the problem. It isn't finding any of the tables that are open, I've tried every regex I could find but so far nothing has worked. I'm 20+ tabling sngs on stars and I'm wondering if their size (638x464) has something to do with it. I don't need them sorted in any way as long as they are in their spots it's fine.
PlaceMint: Window Positioning Tool Quote
09-30-2010 , 02:14 PM
I'm using the newest regex list and the games I need it for are all levels of the 18s 45s and 180s.

$6.50 NL Hold'em [Turbo, 45 Players]

I'm also running tableninja if that has any effects on it.
PlaceMint: Window Positioning Tool Quote
09-30-2010 , 02:42 PM
What site are you talking about? What expression are you using? Only providing one title example limits the quality of the expression fix.
PlaceMint: Window Positioning Tool Quote
09-30-2010 , 06:15 PM
I'm playing on pokerstars and in the newest regex list there's one for pokerstars

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+)?
and pokerstars sngs

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+)?
I've tried both and neither have worked.

the games im looking for it to work for are

$6.50 NL Hold'em [Turbo, 45 Players]
from the $3.25 to the $60's

$12 NL Hold'em [Turbo, 180 Players]
and the 7.70s

$6.50 NL Hold'em [Turbo, 18 Players]
and the 3.40s up to the $38s
PlaceMint: Window Positioning Tool Quote
09-30-2010 , 07:10 PM
http://i55.tinypic.com/10payw9.jpg

what am i doing wrong?
PlaceMint: Window Positioning Tool Quote
10-01-2010 , 01:21 AM
Well I realized that all I needed was the most basic code so I used \$.*\s and thats all I needed.
PlaceMint: Window Positioning Tool Quote
10-01-2010 , 08:04 AM
felixvdp,
Read the Send F5 instructions on the wiki.

MWaterman11,
I'll try to take a look at that this weekend.
PlaceMint: Window Positioning Tool Quote
10-01-2010 , 03:54 PM
The only things that I would care to have changed would be for it not to recognize heads up games and full tilt games
PlaceMint: Window Positioning Tool Quote
10-05-2010 , 06:46 AM
it worked fin on vc poker but now its not working smooth on betfred with the same settings. on betfred while im playing starts not to recognize tables all of a sudden. and its creating me a mess. any advice will be helpfull ,. thanks
PlaceMint: Window Positioning Tool Quote
10-06-2010 , 07:18 AM
Soulfan,
Quote:
Originally Posted by TheIrishThug
PlaceMint: Window Positioning Tool Quote
10-06-2010 , 10:39 AM
@ irish....thanks for the quick reply....so the problem consists in : im playing, no new tables have to appear ...and suddenly it starts not to recognize my tables.it works fine for a couple of minutes .
eg. i have a window in a slot...when a new tables appears he puts it in that slot over my current window...or i play and suddenly he puts the window from sloit 2 over my window from slot 1 which i can move wherever i want(on the screen)

im just curious if anybody had this sort of problems on betfred...cause i have problems with the tile button also.sometimes it doesnt tile tables corectly.
im playing double ups and the title doesnt change ..it changes the level 50/100 , 75/150 etc
its curious because on vc poker it worked smooth

Last edited by Soulfan; 10-06-2010 at 10:49 AM.
PlaceMint: Window Positioning Tool Quote
10-06-2010 , 01:11 PM
The title on the table for SNGs at betfred isn't the same as the title that placemint sees (the ipoker title bar isn't a real windows title bar). You need to use Window Spy and then work out a regex from that. If you play turbos you should find that this works as a regex (it's what I use):
Code:
^"Turbo"\s
Seems odd though that you had it working at VC but it doesn't work at betfred.
PlaceMint: Window Positioning Tool Quote
10-06-2010 , 04:51 PM
yup...if i only knew where to write your code cause i play turbos too
PlaceMint: Window Positioning Tool Quote
10-07-2010 , 02:41 AM
Quote:
Originally Posted by Soulfan
yup...if i only knew where to write your code cause i play turbos too
Add a new regex to the list and use that instead of the one you currently use.
http://****************/apps/mediawik...dit_RegEx_List
PlaceMint: Window Positioning Tool Quote
10-07-2010 , 01:01 PM
i've done quite a bit of searching, reading, and downloading, and i'm stuck. I'm pretty sure the problem lies in regex. I have all my slots set up the way I want, but no windows are being put into slots. I've searched hundreds of posts, and links on **************** and cannot find where these regex lengthy things are even found??!?? once I get that figured out, where do i put them? tools > configure > edit regex list > <Add new> and put it in the "regular expression" box?
PlaceMint: Window Positioning Tool Quote
10-07-2010 , 01:11 PM
if this helps, i play on FTP, 90 man sgs, and i run table ninja and hem.

the screen titles for 90s go like this:

$6 + $0.50 KO Sit & Ho (189700156), Table 1 - 400/800 Ante 100 - No Limit Hold'em - Logged In As Twe...

$12 + $1 KO Sit & Go (189707031) Table 10 - 40/80 - No Limit Hold'em - Logged In As Tweak24
PlaceMint: Window Positioning Tool Quote
10-07-2010 , 01:13 PM
You can download the regex list from the website. Then you need to go into the Options menu and set the location of the regex list file. Then you will be able to select the expressions you want to use.

If you need help with a specific site, follow these instructions.
PlaceMint: Window Positioning Tool Quote
10-07-2010 , 01:19 PM
Ahhh as I was responding with "i've downloaded 'RegexList_Poker8.zip 4 or 5 times now and still nothing loads..." I see that I selected the wrong RegEx list Under options. Instead of selecting "RegexList_Poker" I incorrectly kept selecting "PlaceMint_regexList"

Thanks a million, Looking forward to using PlaceMint !
PlaceMint: Window Positioning Tool Quote
10-08-2010 , 12:31 PM
I don't have any request for support - I just want to say awesome work to TheIrishThug for a tool that makes multitabling much easier.
PlaceMint: Window Positioning Tool Quote
10-10-2010 , 02:14 PM
Anyone have working Party poker regex please????
PlaceMint: Window Positioning Tool Quote
10-10-2010 , 06:29 PM
Quote:
Originally Posted by pelerin
Add a new regex to the list and use that instead of the one you currently use.
http://****************/apps/mediawik...dit_RegEx_List
i use the latest regex...the thing is that now i wait for placemint to arrange my 12 tables and then i pause it . and all the new tables i put them manually into slots. the only solution so far.
another thing is that i played for half a year on vc and never had problems...so i imagined that it will be the same on betfred...i think there's a problem with the skin.
PlaceMint: Window Positioning Tool Quote
10-11-2010 , 06:38 AM
Ive searched this thread for pacific and it seems like some ppl has asked for the regex but only gotten answers to go to the wiki. The wiki tells them to post here so somebody could translate a regex code to them..

so lets see if I got this right.. I downloaded this AHK program. used the active window info on pacific pokers lobby, and all I could get as windowtitle is "Lobby". The other clients lobbys I get alittle more information.

Ive tried making a regex that only refeers to the word "Lobby" but pacific poker lobby does not react to this..
So Im hoping that anyone have already regexes for pacific poker lobby and tables and are willing to share them here.. Thx!
PlaceMint: Window Positioning Tool Quote

      
m