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

08-01-2010 , 04:08 PM
Quote:
Originally Posted by TheIrishThug

Kwantum,
The problem with this expresion
Code:
\s(\(\d+\))?(?!overlay)
is that the bolded part means that the numbers inside the bracket are not required. The only thing this expression requires is a space that is NOT followed by overlay.

The expression will need to look more like this
Code:
\s\(\d+\)\sTable\s\d+(?!overlay)
However, that is not exactly right because when it sees that "..Table 32overlay" doesn't match, it will match "..Table 3". I'm not sure how to write it so that doesn't happen.

Yeah, it's tricky to even make this all work.


I think I'm just gonna give up on worrying about MTT/SNG tables and live with at least having my heads up HEM hand history windows working with PlaceMint.


The best solution would be if the HEM guys could just put a unique identifier in their window titles already. I've sent in multiple support requests. but apparently they don't have time to type in "HEM:" into their code.
PlaceMint: Window Positioning Tool Quote
08-02-2010 , 03:02 AM
Just a quick question about Stars HU tables;

When I move them to a slot that's a different size, it screws up.

When moving to a smaller slot:


When moving to a larger slot:


I've only had this happen with Stars.

Thanks in advance, and thanks for your work on this program, it's been a huge help.


- Zach
PlaceMint: Window Positioning Tool Quote
08-02-2010 , 03:07 AM
Search ITT for Send F5
PlaceMint: Window Positioning Tool Quote
08-02-2010 , 04:00 AM
Quote:
Originally Posted by madlion
Search ITT for Send F5
TY sir/madam. Working perfectly.
PlaceMint: Window Positioning Tool Quote
08-05-2010 , 02:46 AM
waht is search ITT. I sort of have same problem with stars when the table is opened it doesnt refresh the table images until i click on the table itself and adjust it or jsut click and the images refresh to the correct position.
PlaceMint: Window Positioning Tool Quote
08-05-2010 , 02:59 AM
search in this thread for 'Send F5'
PlaceMint: Window Positioning Tool Quote
08-06-2010 , 04:47 AM
I looked over the wiki page for setup instructions but still have no clue how to use this program. Can someone create a youtube video with step-by-step instructions showing how to setup this software? Thx.
PlaceMint: Window Positioning Tool Quote
08-06-2010 , 12:26 PM
Quote:
Originally Posted by tristyle
I looked over the wiki page for setup instructions
Did you find them?
Quote:
but still have no clue how to use this program. Can someone create a youtube video with step-by-step instructions showing how to setup this software? Thx.
What part of the setup are you having trouble with? If you give more information, I will be able to help you better.
PlaceMint: Window Positioning Tool Quote
08-06-2010 , 01:27 PM
Does any1 have working definitions for the latest Victor Chandler (iPoker)?

This is what I have but it's not working anymore:

Code:
(^[\d\w]+:\s[\d\w)("\s.]+\s-\s(Texas\sHold'Em|Omaha|Omaha\sHL|\d\sCard\sStud),\s(No\sLimit|Pot\slimit|Limit)\s-\s\$?[\d.,]+/\$?[\d.,]+$)|(^[\d\w\s\$")(#/.,]+\s-\s[\d.,]+/[\d.,]+\s-\s\d+$)
Sorry is this was answered already, I searched the thread for VC and Victor but didnt find anything.
PlaceMint: Window Positioning Tool Quote
08-06-2010 , 01:56 PM
Without examples of the new window title, I can't try to fix the expression.
PlaceMint: Window Positioning Tool Quote
08-06-2010 , 03:13 PM
i have everything working seemingly well, however, when i close a window, sometimes my windows get re-arranged, and i dont want this to happen.

how can i change this?
PlaceMint: Window Positioning Tool Quote
08-06-2010 , 03:29 PM
Sounds like you enabled Ripple Forward.
PlaceMint: Window Positioning Tool Quote
08-06-2010 , 04:44 PM
Quote:
Originally Posted by TheIrishThug
Without examples of the new window title, I can't try to fix the expression.
Here are some examples. Hope this is what you need:

ScreenName: "Turbo" Allinge-Sandvig - Texas Hold'em, No limit - $1/$2
ScreenName: "Bravo (No DP 50 bb min) - Texas Hold'em, No limit - $1/$2
ScreenName: Church - Texas Hold'em, No limit - £1/£2
ScreenName: Elsinore (No DP) - Texas Hold'em, No limit - $1/$2
ScreenName: Vanderlin (50 bb min) - Texas Hold'em, No limit - $1/$2
PlaceMint: Window Positioning Tool Quote
08-06-2010 , 06:29 PM
Quote:
Originally Posted by TheIrishThug
Did you find them?


What part of the setup are you having trouble with? If you give more information, I will be able to help you better.
I'm not sure what regular expression and slot template list are but I literally followed the instructions and created 12 slots for 12 tables. I saved and closed the configure windows table. I guess Placemint is now running, but how do I use it with Pokerstars now? I don't see any functions I can use to resize/position the tables.
PlaceMint: Window Positioning Tool Quote
08-06-2010 , 07:49 PM
The files page has download links for the two list files. Then you will have to do steps 3 (and 5 with the group you already made). You might have to search this thread for an updated PokerStars expression to get it to match all the tables.

The size and location of the slot will be the size and location of the window that is placed in that slot.
PlaceMint: Window Positioning Tool Quote
08-07-2010 , 04:26 PM
Been getting some crashes with the beta, now it crashes everytime I start PlaceMint. All I did was change the Pause hotkey and save my configuration.

Here's the crash dump:

Quote:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidOperationException: SendKeys cannot run inside this application because the application is not handling Windows messages. Either change the application to handle messages, or use the SendKeys.SendWait method.
at System.Windows.Forms.SendKeys.Send(String keys, Control control, Boolean wait)
at System.Windows.Forms.SendKeys.Send(String keys)
at PlaceMint.Manager.Slot.moveAndSizeWin(IntPtr hWND, RectangleWrap shape, Boolean movable, Boolean sizable, Boolean sendF5)
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)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3603 (GDR.050727-3600)
CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
PlaceMint
Assembly Version: 3.0.0.0
Win32 Version: 3.0.0.0
CodeBase: file:///C:/Program%20Files/PlaceMint/PlaceMint.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3614 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
PlaceMintManager
Assembly Version: 3.0.0.0
Win32 Version: 3.0.0.0
CodeBase: file:///C:/Program%20Files/PlaceMint/PlaceMintManager.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
llsedlvm
Assembly Version: 3.0.0.0
Win32 Version: 2.0.50727.3614 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
mmfecnw4
Assembly Version: 3.0.0.0
Win32 Version: 2.0.50727.3614 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
PlaceMint: Window Positioning Tool Quote
08-07-2010 , 04:33 PM
I was able to get v3.0b going again by deleting these files:

PlaceMint_WindowGroups.config
PlaceMint_settings.config
PlaceMint_regexList.xml

Maybe there's a conflict between v2.1 and v3.0b config files? I let v3.0b use my old ones.

Everything is smooth again, I just reloaded my custom .config files.
PlaceMint: Window Positioning Tool Quote
08-08-2010 , 08:34 AM
Quote:
Originally Posted by Kwantum
I was able to get v3.0b going again by deleting these files:

PlaceMint_WindowGroups.config
PlaceMint_settings.config
PlaceMint_regexList.xml

Maybe there's a conflict between v2.1 and v3.0b config files? I let v3.0b use my old ones.

Everything is smooth again, I just reloaded my custom .config files.
where did you download v3.0b from?
PlaceMint: Window Positioning Tool Quote
08-08-2010 , 10:10 AM
The crash is happen when PlaceMint is trying to send F5. I need to look into it but have been busy with other things lately.

There are some format changes from v2.1 to v3.0 to support window classes. v3.0 will automatically up-convert v2.1 files, but then they will not be able to be used if you try to go back to v2.1.

Here is the beta link again. http://placemint.****************/PlaceMint3.0_beta.zip
PlaceMint: Window Positioning Tool Quote
08-08-2010 , 03:46 PM
I don't know how to setup window size of PokerStars table. I have screen with resolution 1920x1080 and I can get 6 tables normaly on the screen - so the width of the table is 640 pixels, but what about height? What the aspect ratio that PS uses on their tables?
PlaceMint: Window Positioning Tool Quote
08-08-2010 , 04:00 PM
Quote:
Originally Posted by burnedfox
I don't know how to setup window size of PokerStars table. I have screen with resolution 1920x1200 and I can get 6 tables normaly on the screen - so the width of the table is 640 pixels, but what about height? What the aspect ratio that PS uses on their tables?
I don't know, but that resolution seems non standard for most PCs... I run at 1920x1080 and 6 tiled tables are 802x561 or there abouts.

Just tile them in Stars how you like them, then configure your Window Group and under the Slots tab click "Show Sample Slot" and drag the sample slot window to match your Stars tiled tables. Clone the slot and move it to the other 5 slots... wa la

Also I love this other program called AllSnap, helps tremendously with sizing windows, it'll snap their borders together etc. Works great with PlaceMint when doing your slot setups. Google AllSnap

Last edited by Kwantum; 08-08-2010 at 04:28 PM. Reason: I run at 1920x1200, typo
PlaceMint: Window Positioning Tool Quote
08-08-2010 , 04:20 PM
Why it's not standard? I assume it is 640 because 1920/3 is 640. If you gave 802 width, then they overlay, I don't want that.


Now I tried with 640x464, which I think it's OK, but I have one problem, which is on picture under. Do I need to make more then 6 slots, if I want to play more then 6 tables? Or do I need to clone them?




Here is problem with 7th table, in far left down, which is resized with PlaceMint, but in PS it appears that it uses their weird size for new tables.
PlaceMint: Window Positioning Tool Quote
08-08-2010 , 04:36 PM
Sorry, I quoted the wrong window size in my post. I had my 4-tabling configuration open.

For 6-tables at 1920x1200, I have 6 slots that are 640x469.

If you want to play more than 6 tables and use them all with PlaceMint, then yes, you need to make a 7th, or 8th, or 9th slot, etc.

Cloning the slot will replicate the size and location of the slot you selected to clone. So just be sure to move the cloned one (e.g. your 7th table) to where you want it.

The issue in your picture has to do with how Stars redraws tables, it's been covered in this thread dozens of times.

Search this thread for "F5" or try this:

http://****************/apps/mediawik...?title=Send_F5
PlaceMint: Window Positioning Tool Quote
08-08-2010 , 04:49 PM
OK thanks, I configured it, but I'll try it tomorrow.
PlaceMint: Window Positioning Tool Quote
08-09-2010 , 12:29 AM
Hey guys, new to multitabling on multiple sites, will this program work to set windows when running multiple poker sites?
PlaceMint: Window Positioning Tool Quote

      
m