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

06-17-2011 , 02:22 PM
This is the expression I have for PS SnGs

Code:
(\$|€)[\d,.]+.*?\s((NL|NLHE|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?((\[.+?\])?|.*?\.\.\.)\s-\s(Blinds|Stakes)\s(\$|€)\d+/(\$|€)?\d+(\sAnte\s(\$|€)\d+)?\s-\sTournament\s\d+\sTable\s\d+(\s-\s1\son\s1\s-\s)?
What I would like to know is where and what do I have to input so it only moves for example the 180s. They say [180 Players, Turbo] but don't know where should I add that.

Thanks
PlaceMint: Window Positioning Tool Quote
06-17-2011 , 02:33 PM
Quote:
Originally Posted by TheIrishThug
orangepeeleo,
PokerStars .01/.02
Code:
\s-\s([$€]?0\.01/[$€]?0\.02\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+)?
PokerStars .02/.05
Code:
\s-\s([$€]?0\.02/[$€]?0\.05\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+)?
In the future, if you need to make a different set of blinds, what you edit is the "([$€]?0\.02/[$€]?0\.05\s)" part. So if you start playing .05/.10, you would change that to "([$€]?0\.05/[$€]?0\.10\s)".

Law Player,
Please follow these instructions to ask for regex help.
Didnt think you'd get round to this before you disappeared, thanks a lot!
PlaceMint: Window Positioning Tool Quote
06-17-2011 , 03:02 PM
Hi TheIrishThug,

Thanks for the response. I checked the regex list and didn't find code for ladbrokes. The window title for heads up tables is Ladbrokes Poker - Hold'em (2 Seat Table) The window title for 6max tables are Ladbrokes Poker - Hold'em (6 Seat Table)

I hope that is what you meant...sorry to act incompetent.

Nathan
PlaceMint: Window Positioning Tool Quote
06-17-2011 , 05:33 PM
Sorry I didn't post the entire window earlier

Ladbrokes Poker - Hold'em (6 Seat Table) - PLAYERNAME - €0.25/0.50 - Position 272 (Deep) - €25 Min [Hold'em Real Money No Limit]

Ladbrokes Poker - Hold'em (6 Seat Table) - PLAYERNAME - €0.25/0.50 - Position 3 - €50 Max [Hold'em Real Money No Limit]

Ladbrokes Poker - Hold'em (2 Seat Table) - PLAYERNAME - €0.25/0.50 - Position HU 101 - €50 Max [Hold'em Real Money No Limit]

Ladbrokes Poker - Hold'em (2 Seat Table) - PLAYERNAME - €0.50/1 - Hijack HU 1 (Deep) - €50 Min [Hold'em Real Money No Limit]
PlaceMint: Window Positioning Tool Quote
06-18-2011 , 09:28 AM
+1 for ladbrokes
PlaceMint: Window Positioning Tool Quote
06-20-2011 , 10:08 AM
can anyone tell me why when i look at the expressions i can only see $ signs. the euro and poun signs show up at diamonds with question marks in them. i just the text file for the reg but from within the program they just show as the diamonds.

Thanks for any help
PlaceMint: Window Positioning Tool Quote
06-20-2011 , 06:54 PM
Quote:
Originally Posted by teddyFBI
New Placemint user here; I've searched as best I could in this thread and can't find the answer, and I can't get it to work with Ongame.

I'm setting up the SLOTS, but when I run Placemint and open an Ongame table, it puts the table in the right place, but collapses it to an "invisible" size...so that all that I can see is the status bar of the table collapsed to the smallest possible size...none of the table is viewable. And I can't drag the corner to expand the table...it just auto RE-collapses it to the "invisible" size.

What am I doing wrong? What size do I have to set the SLOT to so that it will resize the table appropriately.

>>At first I thought it was because I was making the SLOT size too small -- smaller than the smallest you can make the Ongame tables -- so Placemint didn't know how to handle the table...but then I tried making the slot size much BIGGER (like, half my screen), and it STILL collapsed the Ongame table to the "invisible" size.

What do I do?
Ongame needs mouseclick-drag to resize table which i believe is something PlaceMint isnt doing(its sending simple resize system messages to the windows)
PlaceMint: Window Positioning Tool Quote
06-20-2011 , 06:59 PM
Quote:
Originally Posted by Law Player
Hi TheIrishThug,

Thanks for the response. I checked the regex list and didn't find code for ladbrokes. The window title for heads up tables is Ladbrokes Poker - Hold'em (2 Seat Table) The window title for 6max tables are Ladbrokes Poker - Hold'em (6 Seat Table)

I hope that is what you meant...sorry to act incompetent.

Nathan
- (.*)2\sSeat\sTable

- (.*)6\sSeat\sTable
PlaceMint: Window Positioning Tool Quote
06-20-2011 , 07:03 PM
Quote:
Originally Posted by Player!
Tell me please. What I need to write in RegEx for tournaments Double or Nothing in Ongame network.
Quote:
Originally Posted by AlexGC
Silly question but can't figure it out. What do I have to change in PS SnG RegEx for it to only grab the 180s?

thanks
When you ask for help always post example of title with regex you use(if you do)
PlaceMint: Window Positioning Tool Quote
06-22-2011 , 09:09 AM
I have a request for a new regex, I got these details from the details grabber. Is there any chance I could get some help with this? Thanks!


Party Waitlist pop-up

Title: Seat Available

Class: #32770

372x246
PlaceMint: Window Positioning Tool Quote
06-22-2011 , 12:50 PM
and a request for FTP

Full Tilt Waitlist pop-up

title: Seat Available - Trout - $2/$4 NL Hold'em, 6max

class: QWidget

size: 523x367
PlaceMint: Window Positioning Tool Quote
06-22-2011 , 07:52 PM
Quote:
Originally Posted by Andrew Boccia
I have a request for a new regex, I got these details from the details grabber. Is there any chance I could get some help with this? Thanks!


Party Waitlist pop-up

Title: Seat Available

Class: #32770

372x246
Code:
Seat Available
Quote:
Originally Posted by Andrew Boccia
and a request for FTP

Full Tilt Waitlist pop-up

title: Seat Available - Trout - $2/$4 NL Hold'em, 6max

class: QWidget

size: 523x367
dunno about classes but...

Code:
Seat Available\s-\s.*\s-.*
PlaceMint: Window Positioning Tool Quote
06-23-2011 , 11:07 AM
party regex also grabs Stars waitlist popup, thank you!
PlaceMint: Window Positioning Tool Quote
06-23-2011 , 01:16 PM
If all you have in title is: Seat Available then i have no idea what you can do.

Your only hope is validating it with classes or something else or doing only partial regex matches which is something i have no idea if PlaceMint can do since i barely ever used it.

p.s. it doesnt help if you dont post stars popup title
PlaceMint: Window Positioning Tool Quote
06-23-2011 , 09:01 PM
For Ongame I am using simple "regex" : table
I am playing tournaments only and it works well (STT/MTT), nothing more is needed :-)

Is there any solution for autoresize on Ongame? To fix original size of table would be enough (to block any resize), does anyone know how to do it? I hate missclick resize when playing 10+ tournaments at the same time :-(
PlaceMint: Window Positioning Tool Quote
06-27-2011 , 05:55 PM
Quote:
Originally Posted by TheIrishThug
Unarmed,
The elipse at the end was causing problems because it was shortening the title.
iPoker
Code:
((Texas\sHold'[Ee]m|Omaha|Omaha\sHL|\d\sCard\sStud),?\s((No\s|Pot\s)?Limit|NL)|NLH\sDouble\sUp)\s-\s([$£€]?[\d.,]+/[$£€]?[\d.,]+|.+\.\.\.)
Thx for the updated regex Irish. Unfortunately, placemint still isn't recognizing the tables. Any other suggestions/things I can test for you?
PlaceMint: Window Positioning Tool Quote
06-28-2011 , 05:17 PM
how do i get bodog heads up tables to work? i have 6 max working using this ^(Osamon|Sea\sIsland|Athradio)$|^(.*\s\(max\s6\))$
PlaceMint: Window Positioning Tool Quote
06-29-2011 , 12:06 AM
Hi

I'am using this on bodog, but doesn't work

Code:
^(51s|Aeros|Albuquerque|Alphabet\sSoup|Altitude|America|Amigos|Anklam|Annandale|Annapolis|Arizona|Atlanta|Aviators|Awesome\sAgain|Azeri|Badgers|Bandon\sDunes|Barcelona|Bearcats|Beavers|Behrens|Belfast|Bellerive|Bendigo|Berlin|Bertrando|Better\sTalk\sNow|Bills|Bison|Blazers|Blue\sDevils|Bluejays|Bobcats|Brody|Buffalo|Caller\sOne|Cambridge|Candlestick\sPark|Cannons|Captain\sSteve|Captains|Cardiff|Cavaliers|Cerelima|Chanticleers|Charismatic|Charlotte|Chester|Cheyenne|Cigar|Clarence|Clencoe|Cleveland|Cloverleafs|Coffs\sHarbour|Colonial|Concern|Concord|Copperhead|Cowboys|Cyclones|Dance\sSmartly|Darwin|David\sWilliams|Daylami|Denver|Desert\sForest|Destroyers|Devil\sRays|Dolphins|Donkey\sClub|Dons|Drillers|Dunes|Durban|Eagles|East\sLake|Easy\sGoer|Emeralds|Evelyn\sNg_Table|Everblades|Ferdinand|Force|Gaels|Ganton|Garden\sCity|Gators|Gauchos|Gaylord\sEnt'ment\sCenter|Geelong|Generals|Gentlemen|Giggle|Glastonbury|Glen\sAbbey|Glendale|Gold|Gold\sCoast|Golden\sBears|Golden\sGophers|Golden\sGrizzlies|Golden\sHorseshoe|Golden\sHurricane|Grand\sNational|Grayhawk|Great\sDanes|Green\sWave|Greenbrier|Gulch|Gulls|Hanover|Hatters|Hawkeyes|Hervey\sBay|High\sChapparral|Highlanders|Highlands\sLinks|Hillcats|Hurricanes|Huskers|Indianapolis|Indians|Islanders|Jacobs\sField|Jean-Robert|Jim\sand\sTonic|Justin\sBonomo|Kalgoorlie|Kanawaki|Kazan|Kelso|Kixx|Knighthawks|Krems|Lebowski|Legnica|Limerick|Littlejohn\sColiseum|Logan\sCity|Loggerheads|Lost\sCanyons|Lumberjacks|Lumbermen|Madison\sSquare\sGarden|Magic|Maitland|Man-O-War|Maracana|Mariners|Marseille|Maryborough|Maryland|Mauna\sLani|Medaglia\sd'Oro|Middlesbrough|Mineshaft|Minutemen|Miracle|Mississippi|Modena|Monaco|Montecito|Moon\sBallad|Morfontaine|Mud\sHens|Muirfield\sVillage|Mulhouse|Mustangs|Naps|Nebraska|Nemacolin\sWoodlands|New\sOrleans\sArena|New\sSouth\sWales|New\sYork\sCity|North\sCarolina|Northern\sDancer|Ocean\sForest|Old\sTrafford|Olympiastadion|Opava|Operario|Osprey\sValley|Otters|Palace\sof\sAuburn\sHills|Pamplona|Panhandles|Paraparaumu\sBeach|Paseana|Patriots|Peaches|Phantoms|Phillies|Phoenix|Pilsudski|Point\sGiven|Port\sHedland|Portmarmnock|Prairie\sDunes|Quail\sHollow|Radio\sCity\sMusic\sHall|Ralph|Red\sStockings|Redstone|Reflection\sBay|Reynolds\sPlantation|Richelieu\sValley|Riddle|River\sHighlands|Riverside|Rock\sHounds|Rockets|Royal\sAdelaide|Royal\sDornoch|Rubber\sBowl|Sakhee|Samara|San\sFrancisco|San\sFrancisco|Sandpit|Sarajevo|Sea\sDogs|Seahawks|Sergipe|Shamrocks|Sharks|Showboats|Silverbulletday|Silverbulletday|Sky\sHawks|SkyChiefs|Smarty\sJones|Solin|Southampton|Spain|Spartans|Spiders|Spirit|Squires|Steam\sRoller|Steelers|Steinlen|Stingrays|Street\sCry|Sulamani|Sultans|Summerside|Sunday\sSilence|SuperSonics|Swain|Taiki\sBlizzard|T-Bones|The\sHague|Theatrical|Thessaloniki|Thoroughblades|Thunder\sGulch|Thunderbirds|Tiradentes|Tottenham|Trojans|Tubarao|Tver|Unbridled|Valkenburg|Victor\sHarbour|Vileyka|Vilnius|War\sEmblem|Wardogs|Washington|Wave|Whitecaps|Wildcatters|Worcester|Yankee\sStadium|Yankees|Zadar)$|^(.*\s\(max\s6\))$
I tried with this and nothing

Code:
^(Osamon|Sea\sIsland|Athradio)$|^(.*\s\(max\s6\))$
I use on FTP and works fine, but on Bodog doesn't
PlaceMint: Window Positioning Tool Quote
06-29-2011 , 08:07 AM
AlexGC,
Please give me the full windows title. Without knowing where in the title "[180 Players, Turbo]" appears, I can't do anything.

Law Player * Nitrub,
Ladbrokes Poker
Code:
Ladbrokes\sPoker\s-\sHold'em\s\(\d\sSeat\sTable\)\s-\s.+\s-\s[$£€][\d.,]+/[\d.,]+\s-\s.+\s\[Hold'em\sReal\sMoney\sNo\sLimit\]
msim,
Thanks for helpoing out in my absense.

Andrew Boccia
Party Waitlist Popup
Code:
^Seat Available$
Full Tilt Waitlist Popup
Code:
^Seat Available\s-\s.+\s-.+$
Wrapping the expression in ^___$ means that the entire title must be matched.

M0RGAN.cz,
There isn't much I can do if the client doesn't respond to me resizing the table.

r0eKY & kaliboz,
Without example window titles, I can't do anything. Please follow these instructions to ask for regex help.
PlaceMint: Window Positioning Tool Quote
06-29-2011 , 03:21 PM
Hi TheIrish, sorry 4 don't follow the instructions but I didn't read before

PlaceMint: Window Positioning Tool Quote
06-29-2011 , 08:09 PM
1. That image is too small for me to read any of the text.
2. Based on how the window is laid out, it is hard to tell what the actual window title is.

Use the Window Details Grabber and that will tell exactly what the title and class is.
PlaceMint: Window Positioning Tool Quote
06-29-2011 , 08:24 PM
Quote:
Originally Posted by kaliboz
Hi

I'am using this on bodog, but doesn't work

Code:
^(51s|Aeros|Albuquerque|Alphabet\sSoup|Altitude|America|Amigos|Anklam|Annandale|Annapolis|Arizona|Atlanta|Aviators|Awesome\sAgain|Azeri|Badgers|Bandon\sDunes|Barcelona|Bearcats|Beavers|Behrens|Belfast|Bellerive|Bendigo|Berlin|Bertrando|Better\sTalk\sNow|Bills|Bison|Blazers|Blue\sDevils|Bluejays|Bobcats|Brody|Buffalo|Caller\sOne|Cambridge|Candlestick\sPark|Cannons|Captain\sSteve|Captains|Cardiff|Cavaliers|Cerelima|Chanticleers|Charismatic|Charlotte|Chester|Cheyenne|Cigar|Clarence|Clencoe|Cleveland|Cloverleafs|Coffs\sHarbour|Colonial|Concern|Concord|Copperhead|Cowboys|Cyclones|Dance\sSmartly|Darwin|David\sWilliams|Daylami|Denver|Desert\sForest|Destroyers|Devil\sRays|Dolphins|Donkey\sClub|Dons|Drillers|Dunes|Durban|Eagles|East\sLake|Easy\sGoer|Emeralds|Evelyn\sNg_Table|Everblades|Ferdinand|Force|Gaels|Ganton|Garden\sCity|Gators|Gauchos|Gaylord\sEnt'ment\sCenter|Geelong|Generals|Gentlemen|Giggle|Glastonbury|Glen\sAbbey|Glendale|Gold|Gold\sCoast|Golden\sBears|Golden\sGophers|Golden\sGrizzlies|Golden\sHorseshoe|Golden\sHurricane|Grand\sNational|Grayhawk|Great\sDanes|Green\sWave|Greenbrier|Gulch|Gulls|Hanover|Hatters|Hawkeyes|Hervey\sBay|High\sChapparral|Highlanders|Highlands\sLinks|Hillcats|Hurricanes|Huskers|Indianapolis|Indians|Islanders|Jacobs\sField|Jean-Robert|Jim\sand\sTonic|Justin\sBonomo|Kalgoorlie|Kanawaki|Kazan|Kelso|Kixx|Knighthawks|Krems|Lebowski|Legnica|Limerick|Littlejohn\sColiseum|Logan\sCity|Loggerheads|Lost\sCanyons|Lumberjacks|Lumbermen|Madison\sSquare\sGarden|Magic|Maitland|Man-O-War|Maracana|Mariners|Marseille|Maryborough|Maryland|Mauna\sLani|Medaglia\sd'Oro|Middlesbrough|Mineshaft|Minutemen|Miracle|Mississippi|Modena|Monaco|Montecito|Moon\sBallad|Morfontaine|Mud\sHens|Muirfield\sVillage|Mulhouse|Mustangs|Naps|Nebraska|Nemacolin\sWoodlands|New\sOrleans\sArena|New\sSouth\sWales|New\sYork\sCity|North\sCarolina|Northern\sDancer|Ocean\sForest|Old\sTrafford|Olympiastadion|Opava|Operario|Osprey\sValley|Otters|Palace\sof\sAuburn\sHills|Pamplona|Panhandles|Paraparaumu\sBeach|Paseana|Patriots|Peaches|Phantoms|Phillies|Phoenix|Pilsudski|Point\sGiven|Port\sHedland|Portmarmnock|Prairie\sDunes|Quail\sHollow|Radio\sCity\sMusic\sHall|Ralph|Red\sStockings|Redstone|Reflection\sBay|Reynolds\sPlantation|Richelieu\sValley|Riddle|River\sHighlands|Riverside|Rock\sHounds|Rockets|Royal\sAdelaide|Royal\sDornoch|Rubber\sBowl|Sakhee|Samara|San\sFrancisco|San\sFrancisco|Sandpit|Sarajevo|Sea\sDogs|Seahawks|Sergipe|Shamrocks|Sharks|Showboats|Silverbulletday|Silverbulletday|Sky\sHawks|SkyChiefs|Smarty\sJones|Solin|Southampton|Spain|Spartans|Spiders|Spirit|Squires|Steam\sRoller|Steelers|Steinlen|Stingrays|Street\sCry|Sulamani|Sultans|Summerside|Sunday\sSilence|SuperSonics|Swain|Taiki\sBlizzard|T-Bones|The\sHague|Theatrical|Thessaloniki|Thoroughblades|Thunder\sGulch|Thunderbirds|Tiradentes|Tottenham|Trojans|Tubarao|Tver|Unbridled|Valkenburg|Victor\sHarbour|Vileyka|Vilnius|War\sEmblem|Wardogs|Washington|Wave|Whitecaps|Wildcatters|Worcester|Yankee\sStadium|Yankees|Zadar)$|^(.*\s\(max\s6\))$
I tried with this and nothing

Code:
^(Osamon|Sea\sIsland|Athradio)$|^(.*\s\(max\s6\))$
I use on FTP and works fine, but on Bodog doesn't
This should work on Bodog since their window title according to winapi for table is in format: Deneina (max 6)

I ll give a guess something else is your problem

Btw np TheIrishTHug
PlaceMint: Window Positioning Tool Quote
06-30-2011 , 11:36 AM
Quote:
Originally Posted by TheIrishThug
AlexGC,
Please give me the full windows title. Without knowing where in the title "[180 Players, Turbo]" appears, I can't do anything.
$2.50 NL Hold'em [180 Players, Turbo] - Blinds $3000/$6000 Ante $600 - Tournament 409399164 Table 10
PlaceMint: Window Positioning Tool Quote
06-30-2011 , 05:50 PM
PokerStars SNG [180 Players, Turbo]
Code:
(\$|€)[\d,.]+.*?\s((NL|NLHE|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?((\[180\sPlayers,\sTurbo\])?|.*?\.\.\.)\s-\s(Blinds|Stakes)\s(\$|€)\d+/(\$|€)?\d+(\sAnte\s(\$|€)\d+)?\s-\sTournament\s\d+\sTable\s\d+(\s-\s1\son\s1\s-\s)?
PlaceMint: Window Positioning Tool Quote
06-30-2011 , 11:15 PM
Quote:
Originally Posted by TheIrishThug
1. That image is too small for me to read any of the text.
2. Based on how the window is laid out, it is hard to tell what the actual window title is.

Use the Window Details Grabber and that will tell exactly what the title and class is.
I tried with the Window Details Grabber, but doesn't works. I don't know why this happens (I think this must be the problem)

The tiltle of the tables are

Nysdial (max 6) - $0.50/$1.00 - NL Texas Hold'em
Eldusto (max 6) - $0.50/$1.00 - NL Texas Hold'em
Tanqueana (max 6) - $0.50/$1.00 - NL Texas Hold'em
Lepoles (max 6) - $0.50/$1.00 - NL Texas Hold'em

Slu2
PlaceMint: Window Positioning Tool Quote

      
m