Open Side Menu Go to the Top
Register
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables)

02-23-2008 , 05:40 PM
In some other posts I saw you said in the next update you would try to add something for waiting lists. Just wondering if you still plan on doing this.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
02-23-2008 , 06:43 PM
Quote:
Originally Posted by 1p0kerboy
When I close it with the x it exits the program.
Me too.

Also are you gonna make the "Automatic Buy-In" option configurable for no limit?

gTg
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
02-23-2008 , 11:10 PM
When I select the resize and arrange check box it arranges and resizes the tables but then all the tables oscillate continually and hang up until I uncheck the resize check box.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
02-23-2008 , 11:24 PM
Quote:
Originally Posted by Thrahl
When I select the resize and arrange check box it arranges and resizes the tables but then all the tables oscillate continually and hang up until I uncheck the resize check box.
Your layout file is corrupt. post it, or re-capture.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
02-23-2008 , 11:25 PM
Quote:
Originally Posted by 1p0kerboy
When I close it with the x it exits the program.
oops, I must have changes this some time ago. I'll put minimise on my todo list.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
02-24-2008 , 12:20 AM
[Layouts]
1="9 Tables "
numlayouts=2
2="6 tables"

[Layout1]
1x=-4
1y=391
1w=545
1h=408
2x=-2
2y=793
2w=545
2h=408
3x=-2
3y=-14
3w=544
3h=407
4x=540
4y=393
4w=546
4h=409
5x=542
5y=-13
5w=544
5h=408
6x=543
6y=797
6w=545
6h=408
7x=1084
7y=-10
7w=541
7h=405
8x=1085
8y=392
8w=546
8h=409
9x=1088
9y=794
9w=548
9h=410
slotcount=9
customfillorder=3,5,7,1,4,8,2,6,9
[Layout2]
1x=-1
1y=-5
1w=643
1h=476
2x=0
2y=470
2w=640
2h=474
3x=639
3y=469
3w=642
3h=475
4x=640
4y=-4
4w=642
4h=475
5x=1280
5y=-5
5w=642
5h=475
6x=1280
6y=468
6w=642
6h=475
slotcount=6
customfillorder=1,4,5,2,3,6
[Defaults]
PlanTablesOn=0
KeepLobbyOn=1
AutoBuyInOn=1
KillFoldConfirmOn=0
ChosenLayout=2
gx=840
gy=983
lobbyx=
lobbyy=
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
02-24-2008 , 05:13 PM
I deleted the old layouts and recaptured, seems to be working now.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
02-25-2008 , 10:46 PM
Hey there Dave et al - quick request:

Could you add a few lines to StarsPlanner to dismiss that annoying "This table has been closed." message box? That thing tilts the hell out of me. If I knew a damn thing about autohotkey I would do it, but I don't want to risk real poker money on my lame programming skills.

Good work as always!
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
02-25-2008 , 10:51 PM
Quote:
Originally Posted by DrewOnTilt
Hey there Dave et al - quick request:

Could you add a few lines to StarsPlanner to dismiss that annoying "This table has been closed." message box? That thing tilts the hell out of me. If I knew a damn thing about autohotkey I would do it, but I don't want to risk real poker money on my lame programming skills.

Good work as always!
Will do.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
02-26-2008 , 08:38 AM
Would it be difficult to put the "arrange tables" portion of the script on a hotkey? Would be handy for those that stack tables but sometimes drag a table or two out of the stack to watch the action. They they could just click a button and be back to the stack again.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
02-26-2008 , 08:57 AM
Quote:
Originally Posted by 1p0kerboy
Would it be difficult to put the "arrange tables" portion of the script on a hotkey?
If i understand you correct, this is what you want. It's what i put in my Full Tilt Planner.Paste this line after the first "return" in the script(or at bottom, anywhere but the top). Change ^t to wichever hotkey you want
Code:
^t:: ControlClick, Button1, Stars Planner v0.4d ( by _dave_ )
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
02-26-2008 , 11:28 AM
Quote:
Originally Posted by canta
If i understand you correct, this is what you want. It's what i put in my Full Tilt Planner.Paste this line after the first "return" in the script(or at bottom, anywhere but the top). Change ^t to wichever hotkey you want
Code:
^t:: ControlClick, Button1, Stars Planner v0.4d ( by _dave_ )
Awesome! Thanks!
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
03-02-2008 , 01:23 AM
How possible would it be to allow tables to minimize, and then put them in open slots as you restore them? I've got a small monitor and usually have more tables open than I intend to play (data mining, waitlists, etc.). I can't run with auto-arrange since it won't let me minimize a table.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
03-02-2008 , 01:39 AM
Everytime I restart my computer I have to save the "f5redrawtable=1" option again. Am I the only one who continually has to do this? Why won't it stay there?

TIA
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
03-02-2008 , 07:33 AM
Quote:
Originally Posted by Austiger
Everytime I restart my computer I have to save the "f5redrawtable=1" option again. Am I the only one who continually has to do this? Why won't it stay there?
i think it might be because u change it while stars is running and the value resets when you quit the program.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
03-02-2008 , 03:22 PM
Quote:
Originally Posted by advis0r
i think it might be because u change it while stars is running and the value resets when you quit the program.
Yes, it's happening everytime I quit PS. How am I changing it? Is there an option somewhere I can uncheck?
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
03-02-2008 , 03:33 PM
are you changing it / saving while PS is not running?

You can stop it popping up the warning, but you do want that variable set so planner will resize PS tables without grabbing the mouse.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
03-02-2008 , 04:35 PM
I can't remember if the last time I saved it was while it was running or not, but right now I can quit and restart PS and it's still saved so hopefully we'll see if it's set for good now.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
03-03-2008 , 07:39 PM
When I click on a table it often switches with another table. Is there something wrong with my file?

[Layouts]
1="12-T"
numlayouts=2
2="15-T"

[Layout1]
1x=-3
1y=590
1w=807
1h=585
2x=-3
2y=392
2w=807
2h=585
3x=-3
3y=192
3w=807
3h=585
4x=-3
4y=-5
4w=807
4h=585
5x=88
5y=385
5w=800
5h=580
6x=88
6y=82
6w=800
6h=580
7x=398
7y=-5
7w=807
7h=585
8x=398
8y=191
8w=807
8h=585
9x=398
9y=392
9w=807
9h=585
10x=398
10y=590
10w=807
10h=585
11x=728
11y=383
11w=800
11h=580
12x=728
12y=82
12w=800
12h=580
13x=797
13y=-5
13w=807
13h=585
14x=797
14y=192
14w=807
14h=585
15x=797
15y=392
15w=807
15h=585
16x=797
16y=590
16w=807
16h=585
slotcount=16
customfillorder=4,1,13,16,3,2,14,15,7,8,9,10,6,5,1 1,12
[Layout2]
1x=-3
1y=590
1w=807
1h=585
2x=-3
2y=441
2w=807
2h=585
3x=-3
3y=293
3w=807
3h=585
4x=-3
4y=144
4w=807
4h=585
5x=-3
5y=-5
5w=807
5h=585
6x=37
6y=41
6w=800
6h=581
7x=37
7y=554
7w=800
7h=580
8x=398
8y=-5
8w=807
8h=585
9x=398
9y=144
9w=807
9h=585
10x=398
10y=293
10w=807
10h=585
11x=398
11y=441
11w=807
11h=585
12x=398
12y=590
12w=807
12h=585
13x=753
13y=553
13w=800
13h=580
14x=760
14y=42
14w=800
14h=580
15x=797
15y=-5
15w=807
15h=585
16x=797
16y=144
16w=807
16h=585
17x=797
17y=293
17w=807
17h=585
18x=797
18y=441
18w=807
18h=585
19x=797
19y=590
19w=807
19h=585
slotcount=19
customfillorder=5,1,15,19,3,17,8,10,12,4,9,16,2,11 ,18,6,7,14,13
[Defaults]
PlanTablesOn=1
KeepLobbyOn=0
AutoBuyInOn=0
KillFoldConfirmOn=0
ChosenLayout=2
gx=834
gy=694
lobbyx=-32000
lobbyy=-32000
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
03-03-2008 , 09:37 PM
Is there anyway to get a hotkey to act as a "kill-switch"? Sometimes the tables get stuck in a cycle of moving and resizing. I tried the putting the f5redrawtable=1 line into the ini file but this made the problem constant.

Edit: I also have the same problem as above.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
03-03-2008 , 09:53 PM
Maybe weird request,

Im not sure how this thing works, but I like the One-click *sit out on all tables* button. Somehow the program goes and clicks all the sit out boxes on all my tables.

Is it possible to add in a similar feature for the auto post blind box?

It would be sweet if I could do a one step click and it would check (or ideally uncheck) all my auto post blind buttons on all my tables.

Maybe there is another program that already does this??

Thanks alot for these programs. They are amazing.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
03-04-2008 , 09:24 PM
As with a couple others, I have tables that sometimes switch with one another for no apparent reason. Any way you could help me out Dave? If it helps, I multitable w/ 2
24" Dell monitors. Thanks a lot!


[Layouts]
numlayouts=1
1="8 table"

[Layout1]
1x=-9
1y=484
1w=979
1h=703
2x=-9
2y=-9
2w=979
2h=704
3x=950
3y=-8
3w=976
3h=701
4x=950
4y=484
4w=976
4h=701
5x=1913
5y=486
5w=974
5h=700
6x=1917
6y=-4
6w=970
6h=697
7x=3057
7y=-8
7w=800
7h=580
8x=3057
8y=572
8w=800
8h=580
slotcount=8
customfillorder=2,3,1,4,6,5,7,8
[Defaults]
PlanTablesOn=1
KeepLobbyOn=1
AutoBuyInOn=1
KillFoldConfirmOn=1
ChosenLayout=1
gx=2682
gy=811
lobbyx=
lobbyy=
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
03-04-2008 , 09:35 PM
Quote:
As with a couple others, I have tables that sometimes switch with one another for no apparent reason.
There is a reason

It is because you have negative values in your x/y coordinates for the tables. Now, this is not a problem - but it messes up the automatic sorting of the slots in to correct order, and I can't for the life of me figure a way to fix it in code, although I can manually fix it - so there *must* be a way to do it in code, grrrr

What it is, the slots *must* be ordered top/left down to bottom right in the ini file - as you can see in your above example, they are not - slot 2 (y = -9) is actually higher than slot 1 (y = 484), and so on.

I'll fix this layout now.

EDIT: This *may* work - I'm having trouble figuring out what setup this is for, tables overlap somewhat and are not all the same sizes I think...

Code:
[Layouts]
numlayouts=1
1="8 table"

[Layout1]
1x=-9
1y=-9
1w=979
1h=704
2x=-9
2y=484
2w=979
2h=703
3x=950
3y=-8
3w=976
3h=701
4x=950
4y=484
4w=976
4h=701
5x=1913
5y=486
5w=974
5h=700
6x=1917
6y=-4
6w=970
6h=697
7x=3057
7y=-8
7w=800
7h=580
8x=3057
8y=572
8w=800
8h=580

slotcount=8
customfillorder=1,2,3,4,5,6,7,8

[Defaults]
PlanTablesOn=1
KeepLobbyOn=1
AutoBuyInOn=1
KillFoldConfirmOn=1
ChosenLayout=1
gx=2682
gy=811
lobbyx=
lobbyy=

Last edited by _dave_; 03-04-2008 at 09:43 PM.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
03-04-2008 , 10:03 PM
Dave, I changed all my negative numbers to 0 and it still didn't work. Should I try 1?
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
03-04-2008 , 10:08 PM
I'll fix yours in a minute.

You don't need to change the negative numbers, you either need to re-order the layout so it is correct, or re-capture a new layout without negative numbers in it

EDIT: OMG you have some 30+ tables in there! This may take some time...

Last edited by _dave_; 03-04-2008 at 10:20 PM.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote

      
m