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

05-19-2011 , 02:37 AM
Quote:
Originally Posted by __hope__
Has anyone got Placemint to work with a Merge client? I loved using this program with PS and FT but so far no luck on Merge.
These have worked for me:

Carbon\sPoker\s-\s(Bad\sBeat\s-\s)?.+?\s\(\d+\)

Black Chip\sPoker\s-\s(Bad\sBeat\s-\s)?.+?\s\(\d+\)



Does anyone have a bodog expression? I havent played on there in ages but it seems they changed up their software recently so the old expressions arnt working.

This might be more effort than its worth since each table you open only has the table name in its title, so whatever with "bodog" in it wont work. I found this one: ^(.*\s\(max\s6\))$ but its not working for my 6max games even tho they all have the "(6max)" in the title.
PlaceMint: Window Positioning Tool Quote
05-19-2011 , 05:34 AM
Quote:
Originally Posted by TheIrishThug
9AM & blah99,
If you don't post titles that don't match the expression, I can't make the expression better. blah99: Just putting Texas as the expression will match any window with Texas in the title.
Here is an example:

Gao, No-limit Texas Hold'em, real money ($1/$2) [ID=R5-144596171-0]

I tried your new regexp as well as with just 'Texas' in the regexp and that didnt work either. I think I might have something misconfigured. I'll hack around and try get it working but if anyone else was having problems with the new ongame and got it working please let us know what you did.
PlaceMint: Window Positioning Tool Quote
05-19-2011 , 05:35 AM
Quote:
Originally Posted by ihopeyouwin
now ongame is working all of a sudden but my mod is not anymore... fml.
do you know what you changed to get it working 'all of a sudden'?
PlaceMint: Window Positioning Tool Quote
05-19-2011 , 05:44 AM
boom got it working! i had reinstalled placemint but not set the 'regular expression list' and 'slot template list' correctly under tools -> options. i assume those fields were reset or something when i reinstalled.

great program! glad to have it working again
PlaceMint: Window Positioning Tool Quote
05-19-2011 , 07:56 AM
Quote:
Originally Posted by NCSU07
Does anyone have a bodog expression? I havent played on there in ages but it seems they changed up their software recently so the old expressions arnt working.

This might be more effort than its worth since each table you open only has the table name in its title, so whatever with "bodog" in it wont work. I found this one: ^(.*\s\(max\s6\))$ but its not working for my 6max games even tho they all have the "(6max)" in the title.
Try using the Details Grabber to see if the windows all have the same class. It is likely that that is one consistent value for all tables.
PlaceMint: Window Positioning Tool Quote
05-19-2011 , 08:09 AM
it seems that for ongame if i set the size to less than the standard window size it just chops off some of the window instead of scaling it. anyone else have same problem?
PlaceMint: Window Positioning Tool Quote
05-19-2011 , 08:25 AM
Quote:
Originally Posted by blah99
it seems that for ongame if i set the size to less than the standard window size it just chops off some of the window instead of scaling it. anyone else have same problem?
same here
PlaceMint: Window Positioning Tool Quote
05-19-2011 , 08:28 AM
automatic resizing won't work after last update
current workaround is :

1. after launching the client, open 2 tables (placemint should be enabled)
2. resize one of the tables so that it matches 2nd one (yes, it might look stupid but it has to be resized)
3. close the other table
4. close the table you have resized

the client should remember table size now, placemint won't have to resize it

the client does not remember window size across restarts, so the procedure has to be repeted every time you start the client

Last edited by poziomka; 05-19-2011 at 08:33 AM.
PlaceMint: Window Positioning Tool Quote
05-19-2011 , 08:44 AM
Quote:
Originally Posted by poziomka
automatic resizing won't work after last update
current workaround is :

1. after launching the client, open 2 tables (placemint should be enabled)
2. resize one of the tables so that it matches 2nd one (yes, it might look stupid but it has to be resized)
3. close the other table
4. close the table you have resized

the client should remember table size now, placemint won't have to resize it

the client does not remember window size across restarts, so the procedure has to be repeted every time you start the client
ok, thanks. i couldnt quite get it working exactly the way you did it but i did something similar:

1. with placemint enabled opened a table
2. disabled placemint
3. opened another table and resized it to the same size as first table
4. enabled placemint and now all new windows i open are correct size and scaled correctly

Last edited by blah99; 05-19-2011 at 08:55 AM.
PlaceMint: Window Positioning Tool Quote
05-19-2011 , 05:28 PM
Quote:
Originally Posted by TheIrishThug
Try using the Details Grabber to see if the windows all have the same class. It is likely that that is one consistent value for all tables.
Never heard of this...

What is it a part of? I see nothing in placemint that looks like this.
PlaceMint: Window Positioning Tool Quote
05-19-2011 , 09:12 PM
Ongame... at around 5 or 6 tiled tables,

Placemint will suddently stack the last table to the first table. This happens all the time and I have to pause Placemint.

Is anyone else experiencing this?
PlaceMint: Window Positioning Tool Quote
05-20-2011 , 04:39 AM
So i have pretty much no idea how it works, but ive downloaded the regex list and the slot template list from the site. When i load it Placmint says: The Regex List could not be l oaded. There was an invalid value on line.

help pls >_<
PlaceMint: Window Positioning Tool Quote
05-20-2011 , 05:30 AM
Quote:
Originally Posted by Style129
So i have pretty much no idea how it works, but ive downloaded the regex list and the slot template list from the site. When i load it Placmint says: The Regex List could not be l oaded. There was an invalid value on line.

help pls >_<
I had the same problem so I just deleted the line in question.
That particular line of code actually seems to be for the recognition of tables at Absolute Poker, so if you don't play there, you don't have to worry about it.

So, just open the RegEx list with notepad and delete lines #10-11. Save & exit.
It should (and seems to) work just fine providing you don't play at AP.


For clarity, I'll quote the code you should delete.

Quote:
<match>^Tour\sNLH\s\$[\d\.,]+\+\$[\d\.,]+\s\$[\d\.,]+\sGuaranteed(\s(Deep\sStack|1R|R&A))?\sID\s#\d+\s Table\s#\d+\sBlinds:\s\$[\d\.,]+/\$[\d\.,]+</match>

I'm sure someone can fix that line so it won't produce an error. This was just my hotfix.
PlaceMint: Window Positioning Tool Quote
05-20-2011 , 05:56 AM
thx man it seems to be running now. Could u just very briefly gimme some kind of tutorial. Doesnt have to be much just the basic shizzle. pls ^^
PlaceMint: Window Positioning Tool Quote
05-20-2011 , 08:10 AM
Quote:
Originally Posted by Style129
thx man it seems to be running now. Could u just very briefly gimme some kind of tutorial. Doesnt have to be much just the basic shizzle. pls ^^
You should check out the wiki page of PlaceMint http://****************/apps/mediawik...le=Quick_Setup.
PlaceMint: Window Positioning Tool Quote
05-20-2011 , 09:18 AM
NCSU07,
In the Configuration Window, there is a button labeled Details Grabber next to the Exit button.

Style129 & anyone who downloaded Rev.14 of the regex list,
Turns out ampersands need to be escaped in the xml file. Since I make most of the edits by hand, I did not catch this. It is fixed in Rev.15.
PlaceMint: Window Positioning Tool Quote
05-20-2011 , 09:52 AM
Is it possible to switch groups while running PlaceMint.

For example.

I'm playing on 1 monitor and my setup is 8 tables, 6 small, 2 big.. The group is called -> 8 tables

When i have 6 tables, i want to switch to group "6 tables" where my setup is different.

When I have 4 tables, I want to switch to group "4 tables"

If I want to play SNGs I want to switch to the SNG setup.
PlaceMint: Window Positioning Tool Quote
05-20-2011 , 10:01 AM
Make a different configuration file for each setup of tables. You can then switch using the Recent File menu.
PlaceMint: Window Positioning Tool Quote
05-20-2011 , 11:37 AM
yah the new ongame thing just cuts off the sides rather than resizes it for me
PlaceMint: Window Positioning Tool Quote
05-20-2011 , 03:18 PM
I'm playing on the raiseand fold skin of Everleaf and trying to use PlaceMint. I have everything working, except once I open a table and it resizes and moves, it won't give up focus. If I click on the lobby to open a second table, Table 1 immediately grabs focus back. If I do get a second table open, the 2 tables fight for focus back and forth. It's not an aspect ratio issue - I spent a lot of time fixing that problem. Any ideas?
PlaceMint: Window Positioning Tool Quote
05-20-2011 , 03:23 PM
Quote:
Originally Posted by 5204salty
I'm playing on the raiseand fold skin of Everleaf and trying to use PlaceMint. I have everything working, except once I open a table and it resizes and moves, it won't give up focus. If I click on the lobby to open a second table, Table 1 immediately grabs focus back. If I do get a second table open, the 2 tables fight for focus back and forth. It's not an aspect ratio issue - I spent a lot of time fixing that problem. Any ideas?
One additional bit of info that I should add - this does not happen if PlaceMint is not running. When running the poker client alone, the table does not steal focus from the lobby or any other tables.
PlaceMint: Window Positioning Tool Quote
05-21-2011 , 06:13 AM
can someone give me a regexp to match the holdem manager window?

Hold'em Manager Professional 1.11.06e-1 www.holdemmanager.com DATABASE: first

I tried with just 'Manager' as the regexp and that didnt seem to work.
PlaceMint: Window Positioning Tool Quote
05-21-2011 , 07:55 AM
Hi!

Placemint runs fine on new ongame, superb with cg, but there is something wrong with the sngs. Still cant get it work.

Anyone has the same problem here?

Echoes
PlaceMint: Window Positioning Tool Quote
05-22-2011 , 09:13 PM
When I try this now, I get a flicker on the borders and have trouble clicking on things. Also, some other non-poker windows get locked in place, like Chrome and Pandora. It used to work fine.
PlaceMint: Window Positioning Tool Quote
05-23-2011 , 03:15 AM
Quote:
Originally Posted by TheIrishThug
NCSU07,
In the Configuration Window, there is a button labeled Details Grabber next to the Exit button.
i dont see this anywhere. running v 3.0 beta 2. do i need to update?
PlaceMint: Window Positioning Tool Quote

      
m