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

05-19-2010 , 12:58 PM
on the reg ex list there was reg ex named party loader, i ticked that as well as ticking the reg ex for party poker and it worked

this was using a reg ex that my friend gave me, maybe this reg ex party loader doesn't exist on the standard reg ex code
PlaceMint: Window Positioning Tool Quote
05-20-2010 , 01:09 PM
Is it possible for making Placemint just for the resizing? I really like that ALL my tables get the same ratios of 742x533 but the problem I get with PartyPoker switching between 2 slots every second (and sometimes boss does that too) is too annoying so it would be nice just for Placemint to resize the correct windows.

Is that possible?
PlaceMint: Window Positioning Tool Quote
05-20-2010 , 01:34 PM
Uncheck Move in the window group settings.
PlaceMint: Window Positioning Tool Quote
05-20-2010 , 04:23 PM
Quote:
Originally Posted by TheIrishThug
Uncheck Move in the window group settings.
Wow. Now its even weireder. It keeps resizing to 2 sizes (one is my predefined one, the other is not) back and forth. I uploaded a small video on this. I hope its working

http://img339.imageshack.us/img339/4...tplacemint.mp4
PlaceMint: Window Positioning Tool Quote
05-21-2010 , 07:48 AM
Check your PM box about more help.
PlaceMint: Window Positioning Tool Quote
05-22-2010 , 12:50 AM
this never got answered? any chance to get these few tourneys added to the stars code i have now?

thanks.


Quote:
Originally Posted by sprstoner
here is what i have for stars now (use little tables),
Code:
(\s-\s)?Tournament\s\d+\sTable\s\d+\s-\s(1\son\s1\s-\s)?Blinds\s\$?[\d,.]+/\$?[\d.,]+(\sAnte\s\$?[\d.,]+)?


but these tourneys arent working:


Code:
Tournament 2010050092 Table 169 - Stakes $80/$160 - Logged In as sprstoner
€33 NL Hold'em [Turb... - Tournament 268008329 Table 3 - Blinds €20/€40
any help?

thanks man
PlaceMint: Window Positioning Tool Quote
05-22-2010 , 02:12 AM
For the 2nd one, the problem is the Euro symbol instead of a $ symbol.

The 1st one the issue appears to be it uses the word Stakes instead of Blinds. Does PS use that for limit tourneys instead of NL or PL?

Either way, I think this should work:

Code:
(\s-\s)?Tournament\s\d+\sTable\s\d+\s-\s(1\son\s1\s-\s)?(Blinds|Stakes)\s(\$|\€)?[\d,.]+/(\$|\€)?[\d.,]+(\sAnte\s(\$|\€)?[\d.,]+)?
PlaceMint: Window Positioning Tool Quote
05-22-2010 , 12:56 PM
I just installed this yesterday, it's working great for FTP but it's not moving or resizing any of my Stars (cash) tables.

It seems to recognise them fine and they show up in the list in the Placemint window, but they're not jumping into the slots, are there any settings I need to use to get this to work? (I've ticked Move and Size for the window group)

Thanks
PlaceMint: Window Positioning Tool Quote
05-25-2010 , 06:08 AM
I'm running 64-bit Windows 7 and I can't seem to get Placemint to work. I get an error message when I try to run it. I also have problems with getting Holdem Manager to work so I kind of wonder if the problems are related somehow.

I've tried with all versions of Placemint.

TheIrishThug, maybe you can help? This is the error log.

Code:
25.05.2010 13:05:15-Fatal: Exception Type: System.ArgumentException
25.05.2010 13:05:15-Fatal: --- PlaceMint Fatal Exception ---
  Version:2.1
  System:Microsoft Windows NT 6.1.7600.0
  .NET version:2.0.50727.4927
  Exception Type:System.ArgumentException
  Exception Message:Parameter is not valid.
  Stack Trace:   at System.Drawing.Font.GetHeight(Graphics graphics)
   at System.Drawing.Font.get_SizeInPoints()
   at System.Drawing.SystemFonts.FontInPoints(Font font)
   at System.Drawing.SystemFonts.get_MenuFont()
   at System.Windows.Forms.ToolStripManager.get_DefaultFont()
   at System.Windows.Forms.ToolStripItem.get_Font()
   at System.Windows.Forms.ToolStripItemInternalLayout.CommonLayoutOptions()
   at System.Windows.Forms.ToolStripDropDownButton.ToolStripDropDownButtonInternalLayout.CommonLayoutOptions()
   at System.Windows.Forms.ToolStripItemInternalLayout.GetLayoutData()
   at System.Windows.Forms.ToolStripItemInternalLayout.PerformLayout()
   at System.Windows.Forms.ToolStripDropDownItem.OnBoundsChanged()
   at System.Windows.Forms.ToolStripItem.SetBounds(Rectangle bounds)
   at System.Windows.Forms.ToolStripOverflowButton.SetBounds(Rectangle bounds)
   at System.Windows.Forms.ToolStripItem.set_Size(Size value)
   at System.Windows.Forms.ToolStrip.get_OverflowButton()
   at System.Windows.Forms.ToolStripSplitStackLayout.get_OverflowButtonSize()
   at System.Windows.Forms.ToolStripSplitStackLayout.LayoutHorizontal()
   at System.Windows.Forms.ToolStripSplitStackLayout.LayoutCore(IArrangedElement container, LayoutEventArgs layoutEventArgs)
   at System.Windows.Forms.Layout.LayoutEngine.Layout(Object container, LayoutEventArgs layoutEventArgs)
   at System.Windows.Forms.Control.OnLayout(LayoutEventArgs levent)
   at System.Windows.Forms.ToolStrip.OnLayout(LayoutEventArgs e)
   at System.Windows.Forms.Control.PerformLayout(LayoutEventArgs args)
   at System.Windows.Forms.Control.PerformLayout()
   at System.Windows.Forms.Control.ResumeLayout(Boolean performLayout)
   at System.Windows.Forms.ToolStrip..ctor()
   at System.Windows.Forms.MenuStrip..ctor()
   at PlaceMint.Access.MainGUI.InitializeComponent()
   at PlaceMint.Access.MainGUI..ctor(String[] args)
   at PlaceMint.Access.Program.Main(String[] args)
  Target Site:Single GetHeight(System.Drawing.Graphics)
  Exception Data:

25.05.2010 13:05:15-Fatal: End error log
PlaceMint: Window Positioning Tool Quote
05-26-2010 , 10:54 PM
Quote:
Originally Posted by MacAnthony
For the 2nd one, the problem is the Euro symbol instead of a $ symbol.

The 1st one the issue appears to be it uses the word Stakes instead of Blinds. Does PS use that for limit tourneys instead of NL or PL?

Either way, I think this should work:

Code:
(\s-\s)?Tournament\s\d+\sTable\s\d+\s-\s(1\son\s1\s-\s)?(Blinds|Stakes)\s(\$|\€)?[\d,.]+/(\$|\€)?[\d.,]+(\sAnte\s(\$|\€)?[\d.,]+)?

I just installed Placemint and was having the same problem. This fixed it, seemingly. Thanks Mac (and Thug obv).
PlaceMint: Window Positioning Tool Quote
05-27-2010 , 11:13 AM
Quote:
Originally Posted by Rolodecks
I just installed Placemint and was having the same problem. This fixed it, seemingly. Thanks Mac (and Thug obv).
Good, I'll look into getting it into the regex file on the downloads.
PlaceMint: Window Positioning Tool Quote
05-27-2010 , 11:31 AM
My Placemint isnt working after installing the new FTP update.
PlaceMint: Window Positioning Tool Quote
05-27-2010 , 09:30 PM
Quote:
Originally Posted by timyan89
My Placemint isnt working after installing the new FTP update.
Works for me. Can you be more specific?
PlaceMint: Window Positioning Tool Quote
05-28-2010 , 11:26 AM
I've searched through this thread for information on Rush support on FTP. Am i right in thinking that Rush tables are simply not supported? I have absolutely no idea how to successfully edit the Regex list.

Secondly, is it possible for me to able to drag a table from one slot to another? At the moment if i tried to drag a table in slot 2 to slot 5 (which is empty) it simply snaps back to slot 2.

Thanks.
PlaceMint: Window Positioning Tool Quote
05-28-2010 , 01:30 PM
I didn't edit the regex list, I just had to turn on the regex for full tilt and the rush tables worked just fine.
PlaceMint: Window Positioning Tool Quote
05-28-2010 , 01:54 PM
Quote:
Originally Posted by MacAnthony
I didn't edit the regex list, I just had to turn on the regex for full tilt and the rush tables worked just fine.
Yes well i'm using the latest regex file downloaded from sourceforge and regular tables work fine but rush do not.
PlaceMint: Window Positioning Tool Quote
05-28-2010 , 02:13 PM
Quote:
Originally Posted by Tosspot
Yes well i'm using the latest regex file downloaded from sourceforge and regular tables work fine but rush do not.
I haven't tested it after the latest FTP update - is this a new issue? I will test it out again later tonight.
PlaceMint: Window Positioning Tool Quote
05-28-2010 , 03:01 PM
A couple of quick questions:

1. I'm trying to set up a system which stacks all my 18 man tournaments in one stack and all my 180 mans in another. This is something Placemint is capable of doing, yes? I'm happy to work out the relevant RegEx expressions when I've got more time next weekend as long as I know I'm not barking up the wrong tree.

2. It seems that Pokerstars truncates the titles of its SNG windows when you shrink them AND when it gets later into the tournament. For instance, a $3.30+R SNG window will have the title "$3.30+R... - Tournament ####" during the early stages of the tournament, and this truncates to "Tournament ####" (without the $3.30+R) in later stages. Is this observation correct and will it affect whether Placemint recognises these windows and can stack them?
PlaceMint: Window Positioning Tool Quote
05-28-2010 , 06:02 PM
I tested out 10nlhe rush 4 tabling and it worked just fine. What tables are you playing?
PlaceMint: Window Positioning Tool Quote
05-28-2010 , 07:57 PM
KASPAAAAR,
I have never seen that before. Try reinstalling .Net. The error is all in building the GUI components and not really related to PlaceMint specific code.

csk30,
PokerStars does do things that change the window title when the window is very small. I don't believe that this will cause the regex to break.

FTP people,
Like MacAnthony said, be more descriptive when you are telling us that the tables are not being matched. Follow the steps on the wiki.
PlaceMint: Window Positioning Tool Quote
05-29-2010 , 08:56 PM
Does anybody have a working regex for all pokerstars sng and mtt tournaments? I have the latest regex from the website.

Here is a list of window titles that aren't being recognized:

$22 NL Hold'em [180 Players] - Tournament 277710679 Table 12 - Blinds $2000/$4000 Ante $400
$12 NL Hold'em [Turbo, 180 Playe... - Tournament 277785719 Table 14 - Blinds $5000/$10000 Ante $1000
$55 Daily Ninety Grand [$90K Guaran... - Tournament 313010576 Table 13 - Blinds $4000/$8000 Ante $800
$55+R NL Hold'em [$50K Guaranteed] - Tournament 313010596 Table 17 - Blinds $3500/$7000 Ante $700
$162 Nightly Hundred Grand [$100K Guaranteed] - Tournament 313011046 Table 1 - Blinds $10/$20


Thanks

Last edited by nostrakhan; 05-29-2010 at 09:10 PM.
PlaceMint: Window Positioning Tool Quote
05-30-2010 , 11:10 AM
My issue with Rush tables is as follows.

When i initially take my seat the window tile is:

Warp Speed (6 max) - $0.10/$0.25 - No Limit Hold'em - Logged in as xxxxxxx

Initially (when you still see the countdown to joining the game) it appears to work fine but once you actually join the game the window tile changes name to;


Warp Speed (6 max) - $0.10/$0.25 - No Limit Hold'em - Entry 1 - Logged in as xxxxxxx

Its at this point that place mint no longer recognises the window.
PlaceMint: Window Positioning Tool Quote
05-30-2010 , 08:31 PM
Quote:
Originally Posted by Tosspot
My issue with Rush tables is as follows.

When i initially take my seat the window tile is:

Warp Speed (6 max) - $0.10/$0.25 - No Limit Hold'em - Logged in as xxxxxxx

Initially (when you still see the countdown to joining the game) it appears to work fine but once you actually join the game the window tile changes name to;


Warp Speed (6 max) - $0.10/$0.25 - No Limit Hold'em - Entry 1 - Logged in as xxxxxxx

Its at this point that place mint no longer recognises the window.
This is explained here post#1850
PlaceMint: Window Positioning Tool Quote
06-02-2010 , 06:29 AM
great piece of software, got everything up & running thx to the wiki, trying to finetune some stuff...

is there any way to find out the exact size of a window in pixels? i.e. like some little application to mouse over and it tells you?... would really go a long way in making it easier placing some of the lobbies, because on some sites you seem to need the exact size.
PlaceMint: Window Positioning Tool Quote
06-02-2010 , 07:35 AM
AHK Window Info is a good script for getting information about a window.
PlaceMint: Window Positioning Tool Quote

      
m