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

06-16-2009 , 07:52 PM
Any help w Ongame's new client?!
PlaceMint: Window Positioning Tool Quote
06-18-2009 , 12:20 AM
Quote:
Originally Posted by Luisma
Any help w Ongame's new client?!
Far from understanding what I am doing, this one is working for Ongame P5's engine at SNG's tables.

Think MTT should be fine also. Cash is a no go with this RegEx.


^(Table #[0-9]+),\s.*
PlaceMint: Window Positioning Tool Quote
06-18-2009 , 08:35 AM
Quote:
Originally Posted by arrumador
Far from understanding what I am doing, this one is working for Ongame P5's engine at SNG's tables.

Think MTT should be fine also. Cash is a no go with this RegEx.


^(Table #[0-9]+),\s.*

Thx,this seems to work ok,
shame about that annoying chat box side bar tho,guess i can resize and maybe get rid of that
PlaceMint: Window Positioning Tool Quote
06-18-2009 , 09:48 AM
Quote:
Originally Posted by Dsm124
Thx,this seems to work ok,
shame about that annoying chat box side bar tho,guess i can resize and maybe get rid of that
Well, that's true. I had tables at their smallest size whithout chat/History box (516 x 402) and had a slot with the size needed to see it (766 x 402).

As the smallest size makes it hard to play, even modded, i ended sizing all slots to (550 x 428), getting a row of 3 tables on a 1650 x ... monitor, around the same size I use on PS before the cards go less readable.

Hope it helps.

BTW, I heard that Ongame (from heypoker support actually) is reviewing the CPU usage in a couple of weeks and getting mini tables back in July. Hope so =)
PlaceMint: Window Positioning Tool Quote
06-18-2009 , 10:43 AM
Quote:
Originally Posted by arrumador
Well, that's true. I had tables at their smallest size whithout chat/History box (516 x 402) and had a slot with the size needed to see it (766 x 402).

As the smallest size makes it hard to play, even modded, i ended sizing all slots to (550 x 428), getting a row of 3 tables on a 1650 x ... monitor, around the same size I use on PS before the cards go less readable.

Hope it helps.

BTW, I heard that Ongame (from heypoker support actually) is reviewing the CPU usage in a couple of weeks and getting mini tables back in July. Hope so =)

I play with 1920x1200 res and changed to 600x464 and have 2 rows of 3 without the chatbar now just the arrow shows.Tables are a little smaller then i like but the tradeoff is worth it as it looks much nicer without the chat.Just need an update for the cash now and their new software advancement(lol) would be bearable.
PlaceMint: Window Positioning Tool Quote
06-18-2009 , 08:03 PM
Quote:
Originally Posted by GrandChamp21
HELPPPPPPPPP........SOMEBODY FIX POKERSTARS PLEASE!!! THANKS!!!
Well, I spent a few minutes looking at it (since I want it to work too)

Try this:
Code:
(Tournament\s?[\d,.]+\sTable\s?[\d,.]+(\s-\s(Blinds|Stakes))?\s\$?[\d,.]+/\$?[\d.,]+(\sAnte\s\$?[\d.,]+)?(\sPlay\sMoney)?(\s-\s\d+\sof\s\d+)?(\s-\sLogged\sIn\sas\s.+)?)|(\s-\s\$?[0-9]+(\.[0-9][0-9])?/\$?[0-9]+(\.[0-9][0-9])?\s(Ante\s\$?[\d.]+\s)?(Play\sMoney\s)?-\s(No\sLimit|Pot\sLimit|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-\sLogged\sIn\sas\s.+)?$)|((No\sLimit|Pot\sLimit|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\$?[0-9]+(\.[0-9][0-9])?/\$?[0-9]+(\.[0-9][0-9])?\s(Ante\s\$?[\d.]+\s)?(Play\sMoney\s)?-\s\d+\sof\s\d+)
If that doesn't work, this should be more permissive:
Code:
((\s-\s(Blinds|Stakes))?\s\$?[\d,.]+/\$?[\d.,]+(\sAnte\s\$?[\d.,]+)?(\sPlay\sMoney)?(\s-\s\d+\sof\s\d+)?(\s-\sLogged\sIn\sas\s.+)?)|(\s-\s\$?[0-9]+(\.[0-9][0-9])?/\$?[0-9]+(\.[0-9][0-9])?\s(Ante\s\$?[\d.]+\s)?(Play\sMoney\s)?-\s(No\sLimit|Pot\sLimit|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-\sLogged\sIn\sas\s.+)?$)|((No\sLimit|Pot\sLimit|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\$?[0-9]+(\.[0-9][0-9])?/\$?[0-9]+(\.[0-9][0-9])?\s(Ante\s\$?[\d.]+\s)?(Play\sMoney\s)?-\s\d+\sof\s\d+)
No guarantees it'll work, but it seems to be OK on my computer.
PlaceMint: Window Positioning Tool Quote
06-19-2009 , 02:09 PM
Quote:
Originally Posted by Lyrrad
Well, I spent a few minutes looking at it (since I want it to work too)

Try this:
Code:
(Tournament\s?[\d,.]+\sTable\s?[\d,.]+(\s-\s(Blinds|Stakes))?\s\$?[\d,.]+/\$?[\d.,]+(\sAnte\s\$?[\d.,]+)?(\sPlay\sMoney)?(\s-\s\d+\sof\s\d+)?(\s-\sLogged\sIn\sas\s.+)?)|(\s-\s\$?[0-9]+(\.[0-9][0-9])?/\$?[0-9]+(\.[0-9][0-9])?\s(Ante\s\$?[\d.]+\s)?(Play\sMoney\s)?-\s(No\sLimit|Pot\sLimit|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-\sLogged\sIn\sas\s.+)?$)|((No\sLimit|Pot\sLimit|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\$?[0-9]+(\.[0-9][0-9])?/\$?[0-9]+(\.[0-9][0-9])?\s(Ante\s\$?[\d.]+\s)?(Play\sMoney\s)?-\s\d+\sof\s\d+)
If that doesn't work, this should be more permissive:
Code:
((\s-\s(Blinds|Stakes))?\s\$?[\d,.]+/\$?[\d.,]+(\sAnte\s\$?[\d.,]+)?(\sPlay\sMoney)?(\s-\s\d+\sof\s\d+)?(\s-\sLogged\sIn\sas\s.+)?)|(\s-\s\$?[0-9]+(\.[0-9][0-9])?/\$?[0-9]+(\.[0-9][0-9])?\s(Ante\s\$?[\d.]+\s)?(Play\sMoney\s)?-\s(No\sLimit|Pot\sLimit|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-\sLogged\sIn\sas\s.+)?$)|((No\sLimit|Pot\sLimit|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\$?[0-9]+(\.[0-9][0-9])?/\$?[0-9]+(\.[0-9][0-9])?\s(Ante\s\$?[\d.]+\s)?(Play\sMoney\s)?-\s\d+\sof\s\d+)
No guarantees it'll work, but it seems to be OK on my computer.
Thanks a lot Lyrrad. The first one is doing the trick for me. Great work!!! Thanks again!!
PlaceMint: Window Positioning Tool Quote
06-19-2009 , 10:08 PM
Still nothing for new Ongame P5 software Cashgames?
PlaceMint: Window Positioning Tool Quote
06-20-2009 , 08:58 PM
If any1 is interested: use Texas as Regular expression and it will work for Ongame Holdem Cashgames
PlaceMint: Window Positioning Tool Quote
06-20-2009 , 10:01 PM
any reg ex for merge?
PlaceMint: Window Positioning Tool Quote
06-21-2009 , 03:21 AM
Quote:
Originally Posted by ubeticall
If any1 is interested: use Texas as Regular expression and it will work for Ongame Holdem Cashgames
can you be a little more specific please, im new to place mint
PlaceMint: Window Positioning Tool Quote
06-21-2009 , 07:28 AM
is there any way to get rid of the chat while using placeMint ?? (ongame)
PlaceMint: Window Positioning Tool Quote
06-21-2009 , 07:40 AM
Quote:
is there any way to get rid of the chat while using placeMint ?? (ongame)
Well, you can manually close the chat window. If you are looking for a way to do it automatically with PlaceMint, the answer would be "no".
PlaceMint: Window Positioning Tool Quote
06-21-2009 , 08:00 AM
yes but evrytime im doing it manualy it shows up again, i just cant close it couse PlaceMint restore it again and again
PlaceMint: Window Positioning Tool Quote
06-21-2009 , 08:13 AM
Quote:
Originally Posted by MiiKeEEe
yes but evrytime im doing it manualy it shows up again, i just cant close it couse PlaceMint restore it again and again
Im using the size of 640x500 and it cuts off the chat box for each table.
PlaceMint: Window Positioning Tool Quote
06-21-2009 , 08:23 AM
yep thanks it works in some way, i changed the width and it looks good
PlaceMint: Window Positioning Tool Quote
06-21-2009 , 08:40 AM
So can you guys post the reg ex for the Ongame cash tables please ?
PlaceMint: Window Positioning Tool Quote
06-21-2009 , 08:47 AM
i have pretty simple "No-limit" , whatever is in all poker windows u play u can put in there
PlaceMint: Window Positioning Tool Quote
06-21-2009 , 09:52 AM
Quote:
Originally Posted by MiiKeEEe
i have pretty simple "No-limit" , whatever is in all poker windows u play u can put in there
Sorry im just lost in the program First time i use it and i have no programming experience to top it all
PlaceMint: Window Positioning Tool Quote
06-21-2009 , 11:24 AM
If you are going to use a custom regular expression, you have to do the following.
Tools > Configure. Select the group you want to edit. Select the "Custom" option in the list of regular expressions. Then type in your custom expression in the text box below the list.
PlaceMint: Window Positioning Tool Quote
06-21-2009 , 11:55 AM
Quote:
Originally Posted by TheIrishThug
If you are going to use a custom regular expression, you have to do the following.
Tools > Configure. Select the group you want to edit. Select the "Custom" option in the list of regular expressions. Then type in your custom expression in the text box below the list.
If that was a reply for me thank you, i know how to add the expression but the problem is i dont know what expression to write for the new ongame software cash games. I would very much appreciate any help
PlaceMint: Window Positioning Tool Quote
06-21-2009 , 12:07 PM
u can put "No-limit" or "real money" or "Texas Hold'em" if u play onlt cash ot will work
PlaceMint: Window Positioning Tool Quote
06-21-2009 , 12:22 PM
Quote:
Originally Posted by MiiKeEEe
u can put "No-limit" or "real money" or "Texas Hold'em" if u play onlt cash ot will work
thanx it worked, really really great program you made TheIrishThug
Thanx a bunch for it

Last edited by HypnotiX; 06-21-2009 at 12:28 PM.
PlaceMint: Window Positioning Tool Quote
06-21-2009 , 02:46 PM
Thanks for fixing PokerStars, its really appreciated, this is a great program.
PlaceMint: Window Positioning Tool Quote
06-23-2009 , 01:59 PM
does the program work for Ongame new software cash tables now ? can some one send me a link of the version ? thx allot !!

Edit: I have 2 monitors can i also expand the program on the 2nd screen ? i havent found out yet how to do this
PlaceMint: Window Positioning Tool Quote

      
m