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

05-02-2010 , 08:30 PM
I do not understand how to do this and frankly, don't have the time to figure it out. I would like to hire someone for $20 to show me how to do this via Teamviewer. Do I have any takers? Please PM me!
PlaceMint: Window Positioning Tool Quote
05-03-2010 , 11:21 AM
Windows keep switching around for me! I made a kinda ugly reg ex with everything named "Table" and put TableNinja/TableManager/TableScan with a higher priority and now some tables switch around at times. It goes from slot 1 to slot 5 to slot 1 and back and forth.

What is the problem? Can I fix it?
PlaceMint: Window Positioning Tool Quote
05-05-2010 , 04:08 PM
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-05-2010 , 04:20 PM
also, thanks so much for this and the opener, makes my life a lot easier.
PlaceMint: Window Positioning Tool Quote
05-06-2010 , 09:31 PM
Any plans for a quick way to enable/disable configurations from the main window?

Also, what's the process for contributing to the code? Just submit patches? I am a programmer and there are a few items I've noticed that I wouldn't mind helping out to fix.
PlaceMint: Window Positioning Tool Quote
05-07-2010 , 01:55 PM
You can either pause all execution or or you can open a previous configuration using the recent file list. There isn't a good way to quickly disable individual window groups, but I think that doesn't get used that often.

At present, nobody has, so there is not standardized process. You can submit patches through sourceforge and I can take a look at them. Or contact me thru PM and we can exchange emails to exchange changed files.
PlaceMint: Window Positioning Tool Quote
05-07-2010 , 11:41 PM
Seems like an awesome app. But cant someone who has figured it out make a youtube tutorial video?
PlaceMint: Window Positioning Tool Quote
05-08-2010 , 11:18 PM
I don't have a mic, so a video would be rather boring. That being said, many have found the quick setup guide on the wiki to be very helpful. I can also do teamviewer sessions to help people set things up for a fee.
PlaceMint: Window Positioning Tool Quote
05-10-2010 , 10:06 AM
party poker not working for me.

i had an ipoker and FTP one, i just ticked the party poker box and pressed save, to add it to my existing one.

this should work right?
PlaceMint: Window Positioning Tool Quote
05-10-2010 , 02:15 PM
Assuming the regex is correct yes. But that isn't a safe assumption. Follow the instructions on the wiki for fixing regular expressions.
PlaceMint: Window Positioning Tool Quote
05-11-2010 , 01:04 AM
If anyone has a working regex for pokerstars sngs could they please post the code. Would be greatly appreciated.

Cheers Jason
PlaceMint: Window Positioning Tool Quote
05-11-2010 , 12:25 PM
guys please can someone pm me to do a teamviewer sweat.

i am no good at computers, don't understand the wiki, don't understand all the code stuff.

furthermore it is much more profitable for me to subcontract this work rather than me wasting hours of my time trying to understand computers.

i will pay reasonable money (no idea what the going rate is)
PlaceMint: Window Positioning Tool Quote
05-11-2010 , 04:38 PM
Quote:
Originally Posted by elitejaso
If anyone has a working regex for pokerstars sngs could they please post the code. Would be greatly appreciated.
try this, works most of the time:
players]\s-\sTournament\s\d+\sTable\s\d+\s-\sBlinds\s\$?[\d,.]+/\$?[\d.,]+(\sAnte\s\$?[\d.,]+)?

Quote:
Originally Posted by sh58
guys please can someone pm me to do a teamviewer sweat.
PM IrishThug, he does TeamViewer sessions for a fee.
PlaceMint: Window Positioning Tool Quote
05-12-2010 , 05:35 AM
Quote:
Originally Posted by billxo1b
#2 scenario only happens to the first slot; the old table is in the first slot, and when the new table opens on this 1st slot, it sometimes stays on it. basically both tables are in this slot, until I pause/restore placemint.
Quote:
Originally Posted by TheIrishThug
What does the tree view say about the state of the tree?
actually #2 scenario happens to other slots too, but happens to 1st slot much more frequently.

I checked the tree view tonight, the old table is not in the tree, and the new table is in the 1st node.
PlaceMint: Window Positioning Tool Quote
05-14-2010 , 08:31 AM
Does anyone have a working regex for stars mtt?

Last edited by nostrakhan; 05-14-2010 at 08:55 AM.
PlaceMint: Window Positioning Tool Quote
05-16-2010 , 06:55 AM
no1 plays on party and uses this programme?

party reg ex does not work, irish thug is busy, any more takers for some $$ in exchange for teamviewer sweat?
PlaceMint: Window Positioning Tool Quote
05-17-2010 , 08:35 AM
$300 bounty on getting a working party reg ex if it is completed in the next 24 hours

otherwise $150 will stand until i have one

gogogogog
PlaceMint: Window Positioning Tool Quote
05-18-2010 , 11:53 PM
If you give me the strings you want to match, I'll try and build one that will work.
PlaceMint: Window Positioning Tool Quote
05-19-2010 , 08:31 AM
ok i don't know what strings are..

but someone else says they have one, but it didn't work. i think maybe the problem is that my party poker is modded, so it looks like the old software.
PlaceMint: Window Positioning Tool Quote
05-19-2010 , 08:38 AM
actually changing back didn't do anything

i'll get in touch if this other guy can't fix it for me
PlaceMint: Window Positioning Tool Quote
05-19-2010 , 08:53 AM
By strings, he means the window titles of the tables. that aren't being matched. If you don't want to copy them by hand, you can use AHK Window Info and it will grab the text for you.
PlaceMint: Window Positioning Tool Quote
05-19-2010 , 10:08 AM
Quote:
Originally Posted by TheIrishThug
By strings, he means the window titles of the tables. that aren't being matched. If you don't want to copy them by hand, you can use AHK Window Info and it will grab the text for you.
This.

Sorry for the confusion. I guess I use "stings" and "text" pretty synonymously and didn't realize my own vagueness.
PlaceMint: Window Positioning Tool Quote
05-19-2010 , 11:04 AM
Programmers do that. Real people think of yarn when you say string.
PlaceMint: Window Positioning Tool Quote
05-19-2010 , 11:16 AM
btw, all sorted, i had to tick party loading for it to work. probably noob error
PlaceMint: Window Positioning Tool Quote
05-19-2010 , 11:56 AM
Can you describe in more detail what you did, because I have no idea what you are talking about. Is it a Party Poker options or something?
PlaceMint: Window Positioning Tool Quote

      
m