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

05-20-2009 , 08:30 AM
There is a bug in the recent update that causes PlaceMint to fail when you try to configure a slot with a negative X or Y. It has been fixed, but I haven't put up a patch yet.

Explorer windows are tricky because the title is always changing with the folder you are viewing.
PlaceMint: Window Positioning Tool Quote
05-20-2009 , 06:59 PM
Is the title just the user > Documents part or is it something else? It's not really in the title bar/where most titles are. I tried WindowSpy, is it C:\Users\user\Documents even though it only shows user > Documents? Don't know how to test cause that just moves my Notepad++ since that starts w/ the same thing. Is there a way to make a RegEx that says look for this and only this so it wouldn't also move Notepad++ since that ends w/ - Notepad++?

Ty.
PlaceMint: Window Positioning Tool Quote
05-20-2009 , 07:04 PM
What about using something like QT Tab Bar so you can have multiple folders open in a tabbed view, in one instance of explorer (that placemint controls)?
PlaceMint: Window Positioning Tool Quote
05-20-2009 , 07:44 PM
I use QT Tab Bar and it is amazing. But still updates the window's title with the active folder. So it is still the same problem of guess the name.
PlaceMint: Window Positioning Tool Quote
05-20-2009 , 08:33 PM
I don't open that many folders. Is there a way to control a specific folder? If I open a folder first that PlaceMint controls and I use QT Tab Bar, it would just stay in the same location on the screen even when I changed to another folder, no?
PlaceMint: Window Positioning Tool Quote
05-20-2009 , 09:06 PM
There is no reason the window to be moved after you navigated to a different folder. So you could be able to just set one basic folder as one that PlaceMint will look for and position the window when it finds it.
PlaceMint: Window Positioning Tool Quote
05-21-2009 , 05:33 AM
Awesome program, should be quite useful once I figure out how to use it. =) Looking forward to the negative pixel position patch too, it makes a fairly big difference in my setup and I'll need ahk until then.

Can this be used for stacking tables on software like Microgaming's that doesn't have a damn queue system for table action? (Ie. tables will just keep popping up on top as soon as it's your turn, without waiting for you to act first.) Or is resizing and tile slots the only option?

Last edited by Gondolin; 05-21-2009 at 05:41 AM.
PlaceMint: Window Positioning Tool Quote
05-21-2009 , 07:20 AM
I tried the latest regex but the ante tables on AP are still not getting recognized. Anyone have a solution?
PlaceMint: Window Positioning Tool Quote
05-21-2009 , 03:15 PM
I've tried the latest regex but it doensn't work with Ultimate Bet or with Eurolinx? Does anyone have a regex that works with these sites?
PlaceMint: Window Positioning Tool Quote
05-21-2009 , 10:30 PM
Gondolin,
PlaceMint does not do anything to activate a table unless you tell it to. Something that would activate a table when it is your turn would have to be a custom piece of software for that specific site.

Thinky & Antidote,
As I posted before, I am focusing on new development and am asking the community to develop the regular expressions. You might also be able to ask in the quick questions thread to see if you can get someone from there. If you do get a response, be sure to post back about it.
PlaceMint: Window Positioning Tool Quote
05-22-2009 , 03:36 AM
Awesome program, thank you so much. Sending PM for donation info, maybe it would be worthwhile to post up a PS or FT screename in this thread for all of us lazy bastards.

+1 for negative XY patch pls.
PlaceMint: Window Positioning Tool Quote
05-25-2009 , 09:21 PM
I've just downloaded this software because i would like to set up a stack of FTP on wide side of my screen and a stack of Pstars on the other but i've got no clue where to start..

is there any instructions or a step-by-step for using this software?

I've clearly never used window management scripts before thanks,
-Justin
PlaceMint: Window Positioning Tool Quote
05-25-2009 , 11:24 PM
Read through the documentation. If you have specific questions afterward, feel free to come back and ask.
PlaceMint: Window Positioning Tool Quote
05-25-2009 , 11:30 PM
Quote:
Originally Posted by TheIrishThug
Read through the documentation. If you have specific questions afterward, feel free to come back and ask.
thanks i'll check that out, would anybody want to go on skype and teamviewer and just set me up proper though(for $$ obv)?
-Justin
PlaceMint: Window Positioning Tool Quote
05-28-2009 , 09:44 PM
Hi,
Im having problems with PlaceMint at AP.
I downloaded RegexList_Poker and SlotTemplateList_Poker, configured them at Tools>Options>Files.
Then I used Tools>Configure and Added a New Group, select "Absolute Poker" who have this code: (PL|NL|Limit)\s(Holdem|Omaha\sH/L|Omaha|7\sCard\sStud\sH/L|7\sCard\sStud|Razz)\sReal(\s|\s Single\sTourney\s|\sMulti\sTourney\s)Table\s[0-9]+\s-.
Created Slots and saved it.

After all nothing happend. Placemint do not recognize my opened tables.

Could somebody help me at this?

Thank you very much.
PlaceMint: Window Positioning Tool Quote
05-29-2009 , 09:48 AM
Binhozao,

strange, it should work. I know it works for me on AP. Sorry, I don't think I can help you. Maybe somebody with more knowledge than I have can do a Teamviewer session with you. I could do that as well but it sounds like you did everything right so I doubt I could help.

Cheers,
CV
PlaceMint: Window Positioning Tool Quote
05-29-2009 , 10:31 AM
Hey guys,

I just started to play with this awesome programme and made some additional entries for the regex list. I tested them all to a certain degree but as I am completely new to RegEx there could always be errors. If you find that something doesn't work just let me know. I'll try to fix it then.

I think the easisest way to add these regex entries all at once is by directly appending them to your regex file. So I'll give you the appropriate code for that. Just open your regex file and append the code snippets to the end right before </RegExList>. (And make sure that </RegExList> is all by itself on the last line afterwards.) Next time you go to "Edit RegEx List" and "Save & Close" afterwards, the entries will be put into alphabetical order in the file.

Okay, here is the code for the Holdem/Omaha Manager and related windows:

Code:
  <PMRegex>
    <title>HEM</title>
    <match>(Hold'em|Omaha)\sManager.*www\.holdemmanager\.net\s+DATABASE:</match>
    <case-sensitive>false</case-sensitive>
  </PMRegex>
  <PMRegex>
    <title>HEM Active Players</title>
    <match>^All\sActive\sPlayers$</match>
    <case-sensitive>false</case-sensitive>
  </PMRegex>
  <PMRegex>
    <title>HEM Player Preferences</title>
    <match>^Player\sPreferences$</match>
    <case-sensitive>false</case-sensitive>
  </PMRegex>
  <PMRegex>
    <title>HEM Table Manager</title>
    <match>^Table\sManager</match>
    <case-sensitive>false</case-sensitive>
  </PMRegex>
PlaceMint: Window Positioning Tool Quote
05-29-2009 , 10:37 AM
Next one is for the Ongame client and related windows:

Code:
  <PMRegex>
    <title>Ongame</title>
    <match>^(Tournament:)?.*,\s(No\s|Pot\s)?Limit\s(Texas\sHold'em|Omaha|7\sCard\Stud|5\sCard\sDraw),\s\$.*(-|\+)\$.*\s\((Real|Play)\sMoney\)(,\sBlinds\s[0-9]+\s-\s[0-9]+)?\s\[ID=[0-9]+\]</match>
    <case-sensitive>false</case-sensitive>
  </PMRegex>
  <PMRegex>
    <title>Ongame Lobby</title>
    <match>^.*\s-\sWelcome.*!$</match>
    <case-sensitive>false</case-sensitive>
  </PMRegex>
  <PMRegex>
    <title>Ongame Player Notes</title>
    <match>^Player\snotes\sfor:</match>
    <case-sensitive>false</case-sensitive>
  </PMRegex>
  <PMRegex>
    <title>Ongame Session Browser</title>
    <match>^Session\sBrowser</match>
    <case-sensitive>false</case-sensitive>
  </PMRegex>
Please bear in mind that the Ongame tables are not resizable. The regular table is basically 800x600, the mini table is 512x392.
PlaceMint: Window Positioning Tool Quote
05-29-2009 , 10:50 AM
binhozao,
Absolute changed the way they name their tables. The following is the correct regex.
Code:
(^\D+\d{7}\)\s-\s\$\d?\.?\d+\/\$\d?\.?\d+\s-\s((NL|PL)\sHold'em|PL\sOmaha)$)|(^Tournament\s\d{7}\s-\sTable\s\d+)
Cardvark,
Thank you for posting those. Keeping the regex list up to date and growing is very important to the usefulness of PlaceMint. This is something that is a great way for the community to help the program work.
PlaceMint: Window Positioning Tool Quote
05-29-2009 , 10:58 AM
Thank you very much Irish and Cardvark!
God bless you
PlaceMint: Window Positioning Tool Quote
05-29-2009 , 11:09 AM
And the last one is for Bodog (Cash Games only). (Might work with some SNGs though. I'm not sure.) This one is a bit tricky and was already an issue on this forum. The title of Bodog tables consists usually only of the table name. The one exception is 6max tables which have "(max 6)" appended. So first of all, all tables with this appendix will be automatically matched. I also captured all visible cash game table names last night (about 270 I think) and use them as a matching list. That should already recognize an awful lot of tables. Should you encounter a table which is not recognized you can just add the table name to the list below. Table names are separated by "|" and spaces are exchanged for "\s". I will ask Bodog if they would give me a more comprehensive list of table names. But for now that's all we got

Code:
  <PMRegex>
    <title>Bodog (Cash Games Only)</title>
    <match>^(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|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\))$</match>
    <case-sensitive>false</case-sensitive>
  </PMRegex>
  <PMRegex>
    <title>Bodog Lobby</title>
    <match>^Bodog\sPoker$</match>
    <case-sensitive>false</case-sensitive>
  </PMRegex>
I have one caveat though. For some reason the Bodog tables keep on switching the slots automatically if Drag & Drop Swapping is enabled (at least for me, that is). In this context I also noticed that each of these table shows up twice in the tree view. Maybe IrishThug or somebody else can find a solution to this.

That's all for now.

Cheers,
CV
PlaceMint: Window Positioning Tool Quote
05-29-2009 , 11:59 AM
Sorry! A little typo crept up in the Ongame regex affecting 7 Card Stud tables. Here is the corrected regex:

Code:
  <PMRegex>
    <title>Ongame</title>
    <match>^(Tournament:)?.*,\s(No\s|Pot\s)?Limit\s(Texas\sHold'em|Omaha|7\sCard\sStud|5\sCard\sDraw),\s\$.*(-|\+)\$.*\s\((Real|Play)\sMoney\)(,\sBlinds\s[0-9]+\s-\s[0-9]+)?\s\[ID=[0-9]+\]</match>
    <case-sensitive>false</case-sensitive>
  </PMRegex>
  <PMRegex>
    <title>Ongame Lobby</title>
    <match>^.*\s-\sWelcome.*!$</match>
    <case-sensitive>false</case-sensitive>
  </PMRegex>
  <PMRegex>
    <title>Ongame Player Notes</title>
    <match>^Player\snotes\sfor:</match>
    <case-sensitive>false</case-sensitive>
  </PMRegex>
  <PMRegex>
    <title>Ongame Session Browser</title>
    <match>^Session\sBrowser</match>
    <case-sensitive>false</case-sensitive>
  </PMRegex>
PlaceMint: Window Positioning Tool Quote
05-29-2009 , 12:34 PM
Quote:
Originally Posted by TheIrishThug
binhozao,
Absolute changed the way they name their tables. The following is the correct regex.
Code:
(^\D+\d{7}\)\s-\s\$\d?\.?\d+\/\$\d?\.?\d+\s-\s((NL|PL)\sHold'em|PL\sOmaha)$)|(^Tournament\s\d{7}\s-\sTable\s\d+)
For some reason the old code worked on my limit tables. But the new code above leaves some game variants out, so I added what was missing. Should work with every table on Absolute (Cereus?) now.

Absolute tables:

Code:
(^\D+\d{7}\)\s-\s\$\d?\.?\d+\/\$\d?\.?\d+\s-\s(NL|PL|Limit)\s(Hold'em|Omaha(\sH/L)?|7\sCard\sStud(\sH/L)?|Razz)$)|(^Tournament\s\d{7}\s-\sTable\s\d+)
PlaceMint: Window Positioning Tool Quote
05-29-2009 , 12:50 PM
Wow thanks all, the last code for absolute worked for Ultimate Bet (same network now I know).
PlaceMint: Window Positioning Tool Quote
05-29-2009 , 01:26 PM
Just a quick update (... I know I'm the biggest spammer this thread has seen ... but hey ... I got some free time today ). The slot-switching tables prob on Bodog disappeared as suddenly as it came up in the first place. Search me ... So if you encounter this prob as well please let me know.
PlaceMint: Window Positioning Tool Quote

      
m