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

11-10-2006 , 11:23 PM
Quote:

Dave is there anyway the script could automatically arrange the ones where the blinds are more advanced (time more advanced) to stay in a specific order ? say if you use slots 12345678, the number 1 is always the one where the blinds are higher (time higher) and number 8 is the one where blinds are lower (time earlier). This would really help us sitngo players.

This was requested earlier in the thread, I plan to add it in the next version - probably with this aswell:

Quote:

Quote:
Would it be possible to automatically move tables up when a table is closed?


instead of having ALL the tables move .. can you just move 1 of the tables into the empty spot?

NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
11-12-2006 , 03:11 PM
Great script, thanks a bunch Dave!

A few suggestions:

1. It would be nice if the script would auto-position the Lobby, a la PartyPlanner.

2. The pop-up busters are great, however, not having the "Seat Available" dialog has caused me to miss joining a table I have been waiting for. Therefore, I have commented out that part of the code so I still get the pop-up. Perhaps a GUI to select which pop-ups to bust would be a worthwhile addition.

3. When minimized, the script appears in both the regular Task Bar and the Quick Launch area. I would like to have it appear in only the Quck Launch area to save room in the regular Task Bar when numerous tables are open.

4. Please don't forget to add support for auto-buyin at other than the default amount for ring games.

Create a great piece of software and people just want more!

Thanks for your consideration,
Jimmy
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
11-13-2006 , 12:02 AM
Hi JimmytheGeek,

Quote:
Great script, thanks a bunch Dave!
Thank you

Quote:

A few suggestions:

1. It would be nice if the script would auto-position the Lobby, a la PartyPlanner.

This has been requested by a few people now, will be added in the next version

Quote:

2. The pop-up busters are great, however, not having the "Seat Available" dialog has caused me to miss joining a table I have been waiting for. Therefore, I have commented out that part of the code so I still get the pop-up. Perhaps a GUI to select which pop-ups to bust would be a worthwhile addition.

This is not possible - well, it is, but table reserved pop-ups must be auto closed to prevent a lock-up that occurs when you dont have the table open, your turn arrives, Stars opens the table, planner tries to resize it but it can't because of the pop-up - so it keeps trying, and user is stuck watching planner and pop-up fight for control of the mouse

I suggest you close tables when you are waiting for them, then when your seat is available they make themselves obvious?

Another option I could make the comp beep a few times when it closes a waitlist dialog, causing you to look for the "R" icon?

What you think?

Quote:

3. When minimized, the script appears in both the regular Task Bar and the Quick Launch area. I would like to have it appear in only the Quck Launch area to save room in the regular Task Bar when numerous tables are open.

Not a problem, will add this option in the next version

Quote:

4. Please don't forget to add support for auto-buyin at other than the default amount for ring games.

This will be done, but probably not in the next version - maybe the one after that. kinda tricky to allow variable buyins, while maintaining the buyin/rebuy for max on NL tables. Will get it done though...

Re-ordering slots for SNG blinds / fill empty slot is the other tricky thing higher up the to-do list than this at the moment

Quote:

Thanks for your consideration,
Jimmy
Thanks for the suggestions, all are welcome, and I'll try and implement any I can

dave.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
11-14-2006 , 07:28 PM
Quote:

Quote:


2. The pop-up busters are great, however, not having the "Seat Available" dialog has caused me to miss joining a table I have been waiting for. Therefore, I have commented out that part of the code so I still get the pop-up. Perhaps a GUI to select which pop-ups to bust would be a worthwhile addition.
This is not possible - well, it is, but table reserved pop-ups must be auto closed to prevent a lock-up that occurs when you dont have the table open, your turn arrives, Stars opens the table, planner tries to resize it but it can't because of the pop-up - so it keeps trying, and user is stuck watching planner and pop-up fight for control of the mouse.


I'm sorry, I guess I wasn't clear as to what I was asking for here.

What I am suggesting is a config GUI to allow the user to pre-select which pop-up busters they want to use. I.e., the ability to programatically do what I did manually, comment out an unwanted buster, which would also carry forward after future updates without user action. Similar to the way the table layout config works.


Quote:
I suggest you close tables when you are waiting for them, then when your seat is available they make themselves obvious?
I prefer to have the tables open so I can observe them when my attention is not needed at an active table.


Quote:
Another option I could make the comp beep a few times when it closes a waitlist dialog, causing you to look for the "R" icon?

What you think?

This sounds like it's worth a try, although I'm not sure everyone would like it.


Thanks again,
Jimmy
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
11-16-2006 , 06:23 PM
I think it's really important that you add a "$" button on the StarPlanner main screen. It should pop a new window with instruction on how to ship you some bucks.

Great Product and saves my head from hurting.

---------kitty

PS. Swapping windows doesn't always work as I feel it should. Sometimes they swap, sometimes they don't. I haven't figured out the best position to drop the new window to get it to swap.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
11-16-2006 , 08:18 PM
Quote:
PS. Swapping windows doesn't always work as I feel it should. Sometimes they swap, sometimes they don't. I haven't figured out the best position to drop the new window to get it to swap.
The top left corner of the table you are moving is the sweet spot. Moving that spot inside the top left corner of the table I want to swap with always works for me.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
11-18-2006 , 07:49 PM
Seem to be having a problem. After I open the program it goes to the tray and I can't open it back up to the part that has the options to setup the tables ect. It still works I just can't edit it any more. If I reinstall it, it will work alright for a few minutes then it does it again. Anyone else having this problem?
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
11-18-2006 , 07:57 PM
Quote:

Seem to be having a problem. After I open the program it goes to the tray and I can't open it back up to the part that has the options to setup the tables ect. It still works I just can't edit it any more. If I reinstall it, it will work alright for a few minutes then it does it again. Anyone else having this problem?

A few people have had this - I don't yet know what causes it

Something is moving it off-screen.

Close the App. Open the ini file in notepad.

In the [defaults] section, change gui_x and gui_y to zero

gui_x=0
gui_y=0

save the inifile, restart the script.

It should be back on-screen.

Go0od luck,

dave.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
11-28-2006 , 09:15 PM
where is the defaults section?
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
11-28-2006 , 09:29 PM
Quote:
where is the defaults section?
in the StarsPlanner-v0.03.ini file. This is located in the same folder as the StarsPlanner-v0.03.ahk script itself.

Open this file with Notepad, the defaults section is the few lines underneath the line "[defaults]", before the next square-bracketed title, if there is one.


dave.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
11-29-2006 , 06:49 AM
Quote:
Quote:
where is the defaults section?
in the StarsPlanner-v0.03.ini file. This is located in the same folder as the StarsPlanner-v0.03.ahk script itself.

Open this file with Notepad, the defaults section is the few lines underneath the line "[defaults]", before the next square-bracketed title, if there is one.


dave.
Yep, that worked.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
11-29-2006 , 08:17 AM
Haven't read the whole thread, but a FullTilt version (at least the "snap to place" and swap tables functions) would be great!

Edit: oh wait, maybe that WindowManager utility does this..
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
12-03-2006 , 09:40 PM
I am wondering if this program could help me also maximize the tables as the open up. Right after it clicks the "ok" button once the tournament pops up, could it be programmed to maximize the table also? I think it can, as there looks like there is a maximize command for autohotkey. But I have no idea how I could actually make it do that. Could some one help me with this?
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
12-04-2006 , 04:46 AM
Is anyone else having problems with it working on two monitors. Tables on second monitor jump back to first and back to second continuously
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
12-04-2006 , 09:25 PM
How about that when you uncheck "Sit out on all tables" it would also uncheck auto blind posting? Now when you return you will post missed blinds.

Hmm, it might be great, that when stars asks for "want to post blind or wait for bb" it would automatically select "Wait", and when it asks just "Post blind"/"Sit out", it would post blind and check automatic blind posting..
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
12-05-2006 , 04:16 AM
Quote:
How about that when you uncheck "Sit out on all tables" it would also uncheck auto blind posting? Now when you return you will post missed blinds.

Hmm, it might be great, that when stars asks for "want to post blind or wait for bb" it would automatically select "Wait", and when it asks just "Post blind"/"Sit out", it would post blind and check automatic blind posting..
Just play on the fast tables. They work that way automatically
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
12-07-2006 , 11:07 PM
having a problem. the window stopped popping up and i can't change my layouts anymore because of this. also it it says error at line 1308.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
12-07-2006 , 11:15 PM
Quote:

having a problem. the window stopped popping up and i can't change my layouts anymore because of this. also it it says error at line 1308.

Sounds like something got corrupted, re-download I guess is the best idea.

dave.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
12-09-2006 , 06:25 AM
no one can tell me how to maximize the tables?
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
12-09-2006 , 02:35 PM
I've been meaning to post this. When I download the program it works fine for a few days, but after that whenever I open it the window won't open up and it just gets stuck in the start/toolbar/thingwithclock at the bottom of the screen and if I want to change the settings I have to go to the .ini file or redownload it. Thoughts?
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
12-09-2006 , 04:45 PM
Quote:
I've been meaning to post this. When I download the program it works fine for a few days, but after that whenever I open it the window won't open up and it just gets stuck in the start/toolbar/thingwithclock at the bottom of the screen and if I want to change the settings I have to go to the .ini file or redownload it. Thoughts?
Seems like this is happening in more and more cases... but I have no idea what causes it

I will post an updated version later tonight with a feature to reset the window position.

dave.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
12-10-2006 , 01:49 AM
Small update posted, version 0.03c

Quote:

I've been meaning to post this. When I download the program it works fine for a few days, but after that whenever I open it the window won't open up and it just gets stuck in the start/toolbar/thingwithclock at the bottom of the screen and if I want to change the settings I have to go to the .ini file or redownload it. Thoughts?

Unfortunaltely I have not fixed this tonight, just added support for the resized full tilt tables created by my latest script.

http://overcards.com/wiki/moin.cgi/StarsPlanner

I will get this sorted tomorrow, Kitaristi0.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
12-10-2006 , 08:38 AM
Say I create 3 different layouts, is there any way to save them b/c when I restart my computer, obviously StarsPlanner closes, then I reopen StarsPlanner after the comp. restarts my layouts are gone and I have to create them all over again.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
12-10-2006 , 08:42 PM
After I set up and configure the tables across two monitors and check "Enable Re-Size and Arrange Tables", and then open a table, the program goes crazy.

It keeps selecting/unselecting the name of the table w/o resizing it or moving it. If I click on the lobby it opens up another table and flashes back and forth between the two tables.

I have Stars Planner v0.3c.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
12-10-2006 , 08:56 PM
Hi g29w,

Quote:

After I set up and configure the tables across two monitors and check "Enable Re-Size and Arrange Tables", and then open a table, the program goes crazy.
Please PM me the contents of your ini file.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote

      
m