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

04-29-2013 , 01:06 PM
one of the defaults should work.
PlaceMint: Window Positioning Tool Quote
05-01-2013 , 08:25 AM
anyone else get this issue when opening the program:

'the default applications settings are being used: Attempt to read xml file that was incorrectly formated"

It just means I have to go back into options and set ripple etc back up. Anyone had this problem before and resolved it? I'm using the regex and other files from the sourceforge website. thanks
PlaceMint: Window Positioning Tool Quote
05-01-2013 , 12:25 PM
Any of you guys have this working with the newest version of Bwin/Party/WPT?
I tried last two expression suggestions I could find in this thread but no luck.

An example from Details Grabber:
Bouake - NL Hold'em - 0,05 $/0,10 $

Please halp!
PlaceMint: Window Positioning Tool Quote
05-02-2013 , 06:27 AM
Quote:
Any of you guys have this working with the newest version of Bwin/Party/WPT?
I tried last two expression suggestions I could find in this thread but no luck.

An example from Details Grabber:
Bouake - NL Hold'em - 0,05 $/0,10 $
Try:
\s-\sNL\sHold'em\s-\s
PlaceMint: Window Positioning Tool Quote
05-02-2013 , 06:31 AM
Hi,

my placemint keeps crashing. I get a lot of these error messages in the log file:

Quote:
4/12/2013 6:07:23 PM-Fatal: Exception Type: PlaceMint.Manager.PMException.HwndMissingException
4/12/2013 6:07:23 PM-Fatal: --- PlaceMint Fatal Exception ---
Version:3.0
System:Microsoft Windows NT 6.1.7601 Service Pack 1
.NET version:2.0.50727.5466
Thread:UI
Exception Type:PlaceMint.Manager.PMException.HwndMissingExce ption
Exception Message:0 is no longer in _windows, throwing exception
Stack Trace: at PlaceMint.Manager.WindowGroup.refresh(AppSettings appSetting, IDrawOverlay drawOverlay)
at PlaceMint.Manager.Configuration.refreshGroups(AppS ettings appSetting, IDrawOverlay drawOverlay)
at PlaceMint.Access.MainGUI.refreshTimer_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndPr oc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Target Site:Boolean refresh(PlaceMint.Manager.AppSettings, PlaceMint.Manager.IDrawOverlay)
Exception Data:

4/12/2013 6:07:23 PM-Fatal: End level log
Does anyone have a clue to what might cause this?
PlaceMint: Window Positioning Tool Quote
05-02-2013 , 07:24 AM
Quote:
Originally Posted by Matjo
Try:
\s-\sNL\sHold'em\s-\s
Thanks but that doesn't seem to work.

FWIW tables look like this:



And this is what DetailsGrabber gives me:



Ongame and 888 are working fine.
Somebody please tell what to do to get BWIN to work.
PlaceMint: Window Positioning Tool Quote
05-06-2013 , 06:17 AM
Quote:
Originally Posted by gobby888
anyone else get this issue when opening the program:

'the default applications settings are being used: Attempt to read xml file that was incorrectly formated"

It just means I have to go back into options and set ripple etc back up. Anyone had this problem before and resolved it? I'm using the regex and other files from the sourceforge website. thanks
This happens when you shutdown/restart the computer while placemint is still still running. Close placemint first before turning off your computer.
PlaceMint: Window Positioning Tool Quote
05-08-2013 , 10:38 AM
My Full Tilt stopped working today. Any fixes?
PlaceMint: Window Positioning Tool Quote
05-08-2013 , 01:09 PM
Quote:
Originally Posted by harangutang
My Full Tilt stopped working today. Any fixes?
same probleme here, after the update.
PlaceMint: Window Positioning Tool Quote
05-08-2013 , 01:41 PM
fulltil not working for me either
PlaceMint: Window Positioning Tool Quote
05-08-2013 , 03:07 PM
5$ on ftp or stars to whoever can fix my placemint for FTP normal NL tables, CAP and rush
PlaceMint: Window Positioning Tool Quote
05-09-2013 , 03:07 AM
Quote:
Originally Posted by NCSU07
5$ on ftp or stars to whoever can fix my placemint for FTP normal NL tables, CAP and rush
Code:
.*\s\-\s.*\s\-\s\$\d.*
keep the $
PlaceMint: Window Positioning Tool Quote
05-09-2013 , 06:06 AM
Quote:
Originally Posted by noImagination
Code:
.*\s\-\s.*\s\-\s\$\d.*
keep the $
How do i have to edit this code into my RegExlist. I set it at the begining of the Full Tilt regex but it didn't work.
PlaceMint: Window Positioning Tool Quote
05-09-2013 , 06:34 AM
Quote:
Originally Posted by Blackbird23
How do i have to edit this code into my RegExlist. I set it at the begining of the Full Tilt regex but it didn't work.
Put this at the end of current Title regEx
Code:
|.*\s\-\s.*\s\-\s\$\d.*
or just create a new one w/o
Code:
|
PlaceMint: Window Positioning Tool Quote
05-09-2013 , 06:50 AM
Code:
\s-\s\$?[\d.,]+/\$?[\d.,]+(\sAnte\s\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|.*\s\-\s.*\s\-\s\$\d.*
this is what my Title Reg Ex now looks like for Full Tilt. But it still doesn't work.
Thanks for your patience
PlaceMint: Window Positioning Tool Quote
05-09-2013 , 06:54 AM
Quote:
Originally Posted by Blackbird23
Code:
\s-\s\$?[\d.,]+/\$?[\d.,]+(\sAnte\s\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|.*\s\-\s.*\s\-\s\$\d.*
this is what my Title Reg Ex now looks like for Full Tilt. But it still doesn't work.
Thanks for your patience
Are you playing cash games; if so this should work.
PlaceMint: Window Positioning Tool Quote
05-09-2013 , 07:01 AM
no i'm playing MTTS Mtsngs and SNGs. But you're right it's working with cg tables.
PlaceMint: Window Positioning Tool Quote
05-09-2013 , 07:28 AM
Try this
Code:
\s-\s\$?[\d.,]+/\$?[\d.,]+(\sAnte\s\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|.*\s\-\s.*\s-\s.*\s-\s\d.*\-\s.*|\$\d.*\s-\s.*\s-\s\d.*\/\d.*\s-\s.*\d.*\s.*
PlaceMint: Window Positioning Tool Quote
05-09-2013 , 07:35 AM
Quote:
Originally Posted by noImagination
Try this
Code:
\s-\s\$?[\d.,]+/\$?[\d.,]+(\sAnte\s\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|.*\s\-\s.*\s-\s.*\s-\s\d.*\-\s.*|\$\d.*\s-\s.*\s-\s\d.*\/\d.*\s-\s.*\d.*\s.*

Yeaaah it works. Thanks a lot :-)
PlaceMint: Window Positioning Tool Quote
05-09-2013 , 10:48 AM
I changed mine to look like that but it still doesn't work for cash games for me. Any ideas?
PlaceMint: Window Positioning Tool Quote
05-09-2013 , 11:56 AM
Quote:
Originally Posted by harangutang
I changed mine to look like that but it still doesn't work for cash games for me. Any ideas?
try
Code:
\s-\s\$?[\d.,]+/\$?[\d.,]+(\sAnte\s\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|.*\s\-\s.*\s-\s.*\s-\s\d.*\-\s.*|\$\d.*\s-\s.*\s-\s\d.*\/\d.*\s-\s.*\d.*\s.*|.*\s\-\s.*\s\-\s\$\d.*
PlaceMint: Window Positioning Tool Quote
05-09-2013 , 12:14 PM
Quote:
Originally Posted by noImagination
try
Code:
\s-\s\$?[\d.,]+/\$?[\d.,]+(\sAnte\s\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|.*\s\-\s.*\s-\s.*\s-\s\d.*\-\s.*|\$\d.*\s-\s.*\s-\s\d.*\/\d.*\s-\s.*\d.*\s.*|.*\s\-\s.*\s\-\s\$\d.*
Wow that worked. Thanks! Very much appreciated
PlaceMint: Window Positioning Tool Quote
05-10-2013 , 12:37 PM
Is there any way to keep my rush entries from not going back to the #1 slot when I sit out and sit back in? Also not a big deal, but is there any way to exclude the rush lobbies?

details grabber, playing -

sitting out -
PlaceMint: Window Positioning Tool Quote
05-10-2013 , 06:06 PM
Quote:
Originally Posted by NCSU07
Is there any way to keep my rush entries from not going back to the #1 slot when I sit out and sit back in? Also not a big deal, but is there any way to exclude the rush lobbies?

details grabber, playing -

sitting out -
Not sure on your setup but two ways that might help you:

1 - Create a separate regex and slot for the second example when you are sitting out and include / extend the expression for the number of "spaces" to cover the word "Entry".

2- Quick and dirty way is to set up a Stack Layout slot for FTP on your screen. When you have tables that are not being used anymore by PlaceMint, they just remain in the same spot. A quick FTP hotkey will move all the loose tables to your stack slot and PlaceMint will drag back the tables that it is still using.
PlaceMint: Window Positioning Tool Quote
05-14-2013 , 11:41 PM
Someone else set up my current stars layout and I do not really understand how to use this software well. Anyone able to help me add Lock tables to my stars layout?
PlaceMint: Window Positioning Tool Quote

      
m