Two Plus Two Publishing LLC Two Plus Two Publishing LLC
 

Go Back   Two Plus Two Poker Forums > Internet Poker > Software > Free Software

Notices

Free Software Discussion of Free / Freeware / Donationware / Open Source poker software and Free Graphics mods

Reply
 
Thread Tools Display Modes
Old 10-26-2006, 10:00 PM   #1
_Pooh_Bah_
 
Join Date: Feb 2005
Location: UK
Posts: 8,484
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables)

Hello all,

So I got a bit sidetracked trying to fix BetPot, when I realised how some of the parts enable this to be done.

I have a tendancy to get really focused on an idea once it occurs to me, so unfortunately BetPot fixes are gonna have to wait until tomorrow

So, here is a real early version of my Party Planner clone for PokerStars - StarsPlanner

-----------------------------------------------------------------------

This script Mimics the automatic table resizing and positioning found in PartyPlanner, but for Poker Stars.

You can set desired table size, and a grid for tables sppecified by height and width. Tables will fill up from the top of leftmost column downward, starting a new column when specified.

Once tables are open, they may be dragged to another "slot", swapping with the table already there if there is one (like PartyPlanner)

I have included presets for 3 common table layouts:

<ul type="square">[*]12 mini-tables, on a 1920x1200 24" widescreen monitor (default) [*]8 normal size tables, across two 20" 1600x1200 monitors[*]4 slightly smaller tables, on a single 17" 1280x1024 standard monitor. [/list]

-----------------------------------------------------------------------


As always, let me know if you have any problems / find this useful etc.

Early version seems to work great, but (as demonstrated by latest BetPot) what works for me does not always work for others lol

Enjoy,

dave.

www.overcards.com/wiki/moin.cgi/StarsPlanner


EDIT: Changed title to be a bit more descriptive
_dave_ is offline   Reply With Quote
Old 10-26-2006, 10:04 PM   #2
adept
 
Join Date: Oct 2005
Location: Running bad, playing worse
Posts: 947
Re: NEW AHK Script: StarsPlanner

Thanks for this. I will be checking it out soon.
poisonxfree is offline   Reply With Quote
Old 10-26-2006, 10:36 PM   #3
adept
 
Join Date: Oct 2005
Location: Running bad, playing worse
Posts: 947
Re: NEW AHK Script: StarsPlanner

Hm, question. How do I create layouts for it to use [the grid you spoke of] and also how so I save those and select between them?
poisonxfree is offline   Reply With Quote
Old 10-26-2006, 10:45 PM   #4
_Pooh_Bah_
 
Join Date: Feb 2005
Location: UK
Posts: 8,484
Re: NEW AHK Script: StarsPlanner

Quote:
Hm, question. How do I create layouts for it to use [the grid you spoke of] and also how so I save those and select between them?
Right near the top of the script (open it in notepad) you will see a section looking like this:

---------------------------------------------------------------------------------
ideal_width := 475 ; &lt;-- THIS IS CLIENT AREA WIDTH (475 is the minimum)
tables_across := 4 ; This will get you 12 mini-tables
tables_down := 3 ; good for 1920x1200 monitor, eg dell 2405fpw
---------------------------------------------------------------------------------

These create a grid, starting from the top-left of your primary monitor, going down by "tables_down", and across by "tables_across", using table sizes of "ideal_width" (table height is calculated, depending upon specified width).


Change these numbers to your liking, save &amp; reload the script for changfes to take effect. It should resize any tables ytou have already open, but if for some reason it does not, just closa them all and open new tables to test a layout - you don't have to sit for it to work.



I will probably make a GUI to simplify this if there is much interest.


What Monitor size / number of tables / grid layout do you have in mind - I can give you some numbers if you want?


dave.
_dave_ is offline   Reply With Quote
Old 10-26-2006, 11:07 PM   #5
adept
 
Join Date: Oct 2005
Location: Running bad, playing worse
Posts: 947
Re: NEW AHK Script: StarsPlanner

I'm not sure yet, was going to experiment. I hadn't glanced at the code for the script yet but I will play around with it. I have 2 Dell 2005 FPWs, but typically just use the left for poker. I will likely figure out a good 6 and 9 table setup.
poisonxfree is offline   Reply With Quote
Old 10-26-2006, 11:31 PM   #6
_Pooh_Bah_
 
Join Date: Feb 2005
Location: UK
Posts: 8,484
Re: NEW AHK Script: StarsPlanner

Quote:

I have 2 Dell 2005 FPWs

this has a 1680x1050 resolution, yes?

a setup such as this:

---------------------------------------------------------------------------------
ideal_width := 552
tables_across := 6
tables_down := 2
---------------------------------------------------------------------------------

should give 6 tables per screen, in a 3x2 grid per monitor, utilising the full width of these panels.

The first 6 should appear on the left monitor, providing it is the primary display.

(These numbers are a (calculated) guess) - Poker computer off now, late at night )

dave.
_dave_ is offline   Reply With Quote
Old 10-27-2006, 12:37 AM   #7
Carpal \'Tunnel
 
Join Date: Sep 2004
Location: televisiphonernetting
Posts: 10,526
Re: NEW AHK Script: StarsPlanner

wow this works great on my 1280x1024 flat panel. Thanks _dave_!!!
mason55 is offline   Reply With Quote
Old 10-27-2006, 01:15 AM   #8
banned
 
Join Date: Jul 2004
Location: PCPforums
Posts: 13,188
Re: NEW AHK Script: StarsPlanner

omfg I want to give you sweet sweet (non homosexual) loving!
Reef is offline   Reply With Quote
Old 10-27-2006, 01:17 AM   #9
adept
 
Join Date: Oct 2005
Location: Running bad, playing worse
Posts: 947
Re: NEW AHK Script: StarsPlanner

Awesome. I will give it a shot tomorrow morning. Thanks much!
poisonxfree is offline   Reply With Quote
Old 10-27-2006, 01:34 AM   #10
journeyman
 
Join Date: Dec 2005
Posts: 379
Re: NEW AHK Script: StarsPlanner

is it possible for it to be edited to fill slots in a different order. specifically for the 8 monitor set-up, can i have it start on top left of left monitor, then go to top right on LEFT monitor. Then bottom left left monitor etc..How would I do that?

also, this thing [censored] rocks, ty.
Dexter_Cain is offline   Reply With Quote
Old 10-27-2006, 01:43 AM   #11
Pooh-Bah
 
Jehaim's Avatar
 
Join Date: Nov 2005
Location: Without victory there's no survival
Posts: 5,057
Re: NEW AHK Script: StarsPlanner

What's the difference between this script and letting PokerStars Tile the tables and using PokerStars' "remember table positioning" option?
Jehaim is offline   Reply With Quote
Old 10-27-2006, 02:00 AM   #12
enthusiast
 
Join Date: Mar 2005
Location: Volgograd, Russia
Posts: 88
Re: NEW AHK Script: StarsPlanner

Thanks a lot !! Great work !
cassolete is offline   Reply With Quote
Old 10-27-2006, 02:09 AM   #13
KLJ
20k hands/day
 
KLJ's Avatar
 
Join Date: Oct 2006
Location: UCLA
Posts: 5,703
Re: NEW AHK Script: StarsPlanner

Nice work. Are you gonna fancify this?

I have two monitors, but put 12 tables on one monitor. Thus, the interface of PP worked really good for me, cause I'd want the screen to fill up like:
_______
|_1_|_2_|
|_3_|_4_|

and then 5 going under 1, etc. The built in "keep lobby" feature was useful as well.

I'd be happy to shoot you a donation for this, I'm not sure what's standard.
KLJ is offline   Reply With Quote
Old 10-27-2006, 02:33 AM   #14
Carpal \'Tunnel
 
Join Date: Sep 2004
Location: televisiphonernetting
Posts: 10,526
Re: NEW AHK Script: StarsPlanner

Don't know if this is supposed to happen but sometimes when I double click a window it swaps spots with another one. Also a window seems to swap for no reason every once in awhile (although it's possible it's getting a double click event from a click being passed through when I click to activate it)

Edit: Ok it's definitely swapping without double clicks. If I double click a few times on a window it will swap with another as well. I've been playing 2 cash tables and one tournament table on the supplied 1280x1024 layout.
mason55 is offline   Reply With Quote
Old 10-27-2006, 03:51 AM   #15
Carpal \'Tunnel
 
ICMoney's Avatar
 
Join Date: Sep 2005
Location: Honesty IS the best policy.
Posts: 8,259
Re: NEW AHK Script: StarsPlanner

A GUI would be sweet.

Thanks
ICMoney is offline   Reply With Quote

Reply
      

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -4. The time now is 03:46 PM.


Powered by vBulletin®
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.
Copyright © 2008-2010, Two Plus Two Interactive