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

02-23-2011 , 06:48 PM
I am willing to pay if someone can make this program move HEM notes and HEM hand history box to another place without messing with other programs that use the same class ( pokerstars filter,cashier...etc ) am not sure if it is even possible since those two windows don't have any titles - For example title of HEM notes box is the name of the player and nothing more.
PlaceMint: Window Positioning Tool Quote
02-23-2011 , 09:48 PM
Quote:
Originally Posted by Budhud
I am willing to pay if someone can make this program move HEM notes and HEM hand history box to another place without messing with other programs that use the same class ( pokerstars filter,cashier...etc ) am not sure if it is even possible since those two windows don't have any titles - For example title of HEM notes box is the name of the player and nothing more.

I posted this request several months ago and they said it wasn't possible for that reason. but PM me if u do get that done and i'll chip in some $$$

what i do though for now that might be helpful for you is use Active Players Window in HEM to do the notes...u can use placemint for that
PlaceMint: Window Positioning Tool Quote
02-23-2011 , 10:46 PM
budhud and gene fish,

look at my post a few posts up for the history window, post #2592.

and budhud, i sent u a pm.
PlaceMint: Window Positioning Tool Quote
02-23-2011 , 11:03 PM
Quote:
Originally Posted by Gene Fish
I posted this request several months ago and they said it wasn't possible for that reason. but PM me if u do get that done and i'll chip in some $$$
me too
PlaceMint: Window Positioning Tool Quote
02-24-2011 , 11:57 PM
Quote:
Originally Posted by TX86s
budhud and gene fish,

look at my post a few posts up for the history window, post #2592.

and budhud, i sent u a pm.

hmmm...didn't seem to work for me

I did make $1.99 playing 2 cent 5 cent though to test it out !!
PlaceMint: Window Positioning Tool Quote
02-25-2011 , 12:12 AM
Quote:
Originally Posted by TheIrishThug
iPoker,
[code]

Mylife0115,
There are a number of problems with the expression you posted.
A dash -, a slash / and a quote ' do not need to be escaped.
"[NL|PL|Hold\'em|Omaha|Omaha\sHi\/Lo\s]{5,}" This is doing a mix and match of various different rules. If you want "This" or "That", you need to group with parenthesis instead of square brackets."(This|That)". My guess is that you want the "NL|PL" to be separated from the "Hold'em|Omaha|Omaha\sHi/Lo\s". "{5,}" is saying at least 5 instances. This does not make sense as you are grouping full text segments and not repeating a group of possible characters.
Inside of a character group "[HERE]", you only need to escape a dash -. Or a caret ^ if it is the first character of the group.
thanks but it might sound stupid but indeed i still could not get it work so what is the correct one then?
PlaceMint: Window Positioning Tool Quote
02-25-2011 , 01:57 AM
Quote:
Originally Posted by Gene Fish
hmmm...didn't seem to work for me

I did make $1.99 playing 2 cent 5 cent though to test it out !!
did u set it up properly for your version of hem?
PlaceMint: Window Positioning Tool Quote
02-25-2011 , 02:04 AM
Quote:
Originally Posted by TX86s
did u set it up properly for your version of hem?
I think I did it right. Where do you Plug in the version?
PlaceMint: Window Positioning Tool Quote
02-25-2011 , 01:19 PM
I tile 9 tables and then stack 9 tables behind those 9. Is there any way to switch between the front and back tables of a slot?
PlaceMint: Window Positioning Tool Quote
02-25-2011 , 06:26 PM
Quote:
Originally Posted by TheIrishThug
jcl,
Then post more examples of titles that are not matching. Based on what you posted, the expressions work. It is also possible you have something else misconfigured. Do any of your groups match the expressions you selected?
what does this mean?
PlaceMint: Window Positioning Tool Quote
02-26-2011 , 08:41 PM
Mylife0115,
If you post full window titles as examples, I can make an regex for them. Based on your regex, what you posted was not a full window title.

Hand_Crasher,
Using the tree in the main window, you can send any window to the bottom of all windows. You can also set a hotkey to move all windows in a group to the bottom.

jcl,
You posted a number of window titles and asked for a regex that would match them. I gave you one that matched each category and you said they did not work. I was asking if you have been able to get PlaceMint to match any windows. If you haven't matched any windows, they it is likely that you do not have the window groups configured correctly to use the regular expression.
PlaceMint: Window Positioning Tool Quote
02-26-2011 , 08:58 PM
Full window title for NL table:

Udhampur15 - NL Hold'em - €0.25/€0.50 blinds - [Connection is very good+]

PL table:

Riga XII - PL Hold'em - €0.25/€0.50 blinds - [Connection is very good+]

the blind could be 0.50/1.00 too

thanks.
PlaceMint: Window Positioning Tool Quote
02-26-2011 , 09:59 PM
Quote:
Originally Posted by TheIrishThug
Mylife0115,
If you post full window titles as examples, I can make an regex for them. Based on your regex, what you posted was not a full window title.

Hand_Crasher,
Using the tree in the main window, you can send any window to the bottom of all windows. You can also set a hotkey to move all windows in a group to the bottom.

jcl,
You posted a number of window titles and asked for a regex that would match them. I gave you one that matched each category and you said they did not work. I was asking if you have been able to get PlaceMint to match any windows. If you haven't matched any windows, they it is likely that you do not have the window groups configured correctly to use the regular expression.
ftp and stars work. the rest dont
PlaceMint: Window Positioning Tool Quote
02-28-2011 , 05:13 PM
$5 on stars to the person who can do a very easy step to step how I set this up for 5050 poker, so it works. 5050 poker is a microgaming skin btw.
PlaceMint: Window Positioning Tool Quote
03-01-2011 , 07:42 AM
Hi, IrishThug!

This program is awesome, it really helps a lot. But I have some problems with FTP cap tables, they don't match this expression:

Code:
(\s-\s\$[\d.,]+/\$[\d.,]\s-\s)?(Cap\sPot\sLimit|Cap\sNo\sLimit|Pot\sLimit|No\sLimit|Limit)\s(Hold'em|Omaha\sH/L|Omaha\sHi|Stud\sH/L|Stud\sHi|Razz)(\s\(\d+\sof\s\d+\))?(\s-\sEntry\s\d+)?\s-\sLogged\sIn\sAs
The example of title:

Vessel (6 max) - $5/$10 - $300 Cap No Limit Hold'em - Logged In As ...

thanks
PlaceMint: Window Positioning Tool Quote
03-01-2011 , 11:55 AM
Quote:
Originally Posted by brendons31
20BB Min #1771946 (No DP) - NL Hold'em - $0.50/$1
20BB Min Speed #1769314 (No DP) - NL Hold'em - $0.50/$1
If this could be fixed for Party 20bb tables I would be very grateful. Cheers.
PlaceMint: Window Positioning Tool Quote
03-04-2011 , 08:48 AM
i love the look of this program, but i am way 2 ******ed to set it up, even with the help listed.

I'll send someone $10 on ftp/stars if they can help me to set this up for ipoker in the next 2 hours
PlaceMint: Window Positioning Tool Quote
03-04-2011 , 09:58 AM
Quote:
Originally Posted by GobletTamer
Hi, IrishThug!

This program is awesome, it really helps a lot. But I have some problems with FTP cap tables, they don't match this expression:

Code:
(\s-\s\$[\d.,]+/\$[\d.,]\s-\s)?(Cap\sPot\sLimit|Cap\sNo\sLimit|Pot\sLimit|No\sLimit|Limit)\s(Hold'em|Omaha\sH/L|Omaha\sHi|Stud\sH/L|Stud\sHi|Razz)(\s\(\d+\sof\s\d+\))?(\s-\sEntry\s\d+)?\s-\sLogged\sIn\sAs
The example of title:

Vessel (6 max) - $5/$10 - $300 Cap No Limit Hold'em - Logged In As ...

thanks
That title is matched by the expression you posted.

Quote:
Originally Posted by brendons31
If this could be fixed for Party 20bb tables I would be very grateful. Cheers.
Party Poker
Code:
((\d\s-\sTable(\sSpeed)?|Step\s\d)\s+\(\d+\)\s)?(Table|(Beta\s)?Speed|Jackpot|Deep\sStack|Heads\sUp|Beginners|Turbo|Double\sor\sNothing\s(Speed\s)?\(10\spays\s5\)|(Beta\s)?HellKat\s(Random\s)?\d+|\d+BB\sMin).+#?\d+\s+(\(No\sDP\)\s+)?-\s+(Limit|NL|PL)?\s+(Hold'em|Omaha|7\s(Card\s)?Stud)(\sHi(-Lo)?)?\s-\s.*\$?[\d,.]+(/\$?[\d,.]+)?(\sBuy-in)?
PlaceMint: Window Positioning Tool Quote
03-04-2011 , 12:45 PM
just want to say to those who cant get HEM regex to work. edit the regex for HEM and change the www\.holdemmanager\.net\s+DATABASE:
to blabla .com ... it has the wrong adress in the original regex and thtas why it doesnt work.
cheers
PlaceMint: Window Positioning Tool Quote
03-04-2011 , 12:49 PM
That's very strange, b/c it doesn't match (see the pic)



Although Full Tilt is in a list (don't mind "Poker Stars" name of group)



What am I doing wrong?
PlaceMint: Window Positioning Tool Quote
03-04-2011 , 12:59 PM
I'm not sure how it is matching either of the first two tables, as none of the tables have " - Logged In As". Do you have any other title or class expressions selected?
PlaceMint: Window Positioning Tool Quote
03-04-2011 , 01:09 PM
Ooops, my bad. I have I group for both Stars and FTP tables (so non-cap tables matched Stars' expression). Is it OK, if I'm playing both sites at the same time?

idk why, but cap tables didn't work, while I was playing. Now I deleted & added FTP's expression to this group and all is fine.
PlaceMint: Window Positioning Tool Quote
03-04-2011 , 02:04 PM
It's ok to use multiple expressions in the same group. Alternatively, you should not use the same expression in two different groups as there is no 100% guarantee of which group the window will be placed in. The exception is when you use the same class expression in two groups, but use two different title expressions to ensure there is no overlap.
PlaceMint: Window Positioning Tool Quote
03-04-2011 , 07:50 PM
Quote:
Originally Posted by TheIrishThug
That title is matched by the expression you posted.


Party Poker
Code:
((\d\s-\sTable(\sSpeed)?|Step\s\d)\s+\(\d+\)\s)?(Table|(Beta\s)?Speed|Jackpot|Deep\sStack|Heads\sUp|Beginners|Turbo|Double\sor\sNothing\s(Speed\s)?\(10\spays\s5\)|(Beta\s)?HellKat\s(Random\s)?\d+|\d+BB\sMin).+#?\d+\s+(\(No\sDP\)\s+)?-\s+(Limit|NL|PL)?\s+(Hold'em|Omaha|7\s(Card\s)?Stud)(\sHi(-Lo)?)?\s-\s.*\$?[\d,.]+(/\$?[\d,.]+)?(\sBuy-in)?
Thanks a lot mate. Works well Very grateful.
PlaceMint: Window Positioning Tool Quote
03-04-2011 , 08:01 PM
Quote:
Originally Posted by Mylife0115
Full window title for NL table:

Udhampur15 - NL Hold'em - €0.25/€0.50 blinds - [Connection is very good+]

PL table:

Riga XII - PL Hold'em - €0.25/€0.50 blinds - [Connection is very good+]

the blind could be 0.50/1.00 too

thanks.
Hi TheIrishThug,

By any chance, could you help me out on this one?

Thanks a lot

Tom
PlaceMint: Window Positioning Tool Quote

      
m