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

09-02-2008 , 02:28 PM
Hi Dave,

Thank you for the script. Have been using it for a long time, and can't live without it. After today's Stars update, the auto BI & rebuy doesn't really work, and I was wondering if you were planning on updating the script in the near future.

Once again, thanks and keep up the great work.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 02:38 PM
Yeah, just read about that in the stars official improvement thread. beat Let us hope they are not randomly selecting accounts for this update, so I can get it for sure. Will certainly fix asap.

Last edited by _dave_; 09-02-2008 at 04:07 PM.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 02:43 PM
Quote:
Originally Posted by _dave_
Yeah, just read about that in the stars official improvement thread. beat Let us hope they are not randomly selecting accounts for this update, so I can get it for sure. Will ceertainly fix asap.
dude, your the best! Thanks!
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 02:47 PM
<3
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 03:16 PM
Quote:
Originally Posted by scottro77
I LOVE this script, but since I only play a standard layout of 8 tables, I'm using it mainly for auto buy-in and re-buy.

I'm running into a problem when I'm called to a table, however. It seems to disable the pop-up instantly. Can I just change a line or two of the code to allow it to call me to tables?

Thanks again. Great little script!

77


You can try to make extra table slots for your layout, or just edit the code like I do, to answer the wait lists my self.

Code:
answer_waitlists := 0
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 04:14 PM
OK, there is a temporary fixed version on the overcards.com page, direct link here: http://overcards.com/wiki/moin.cgi/S...0.4g-fixed.ahk

Sometime later I'll make a proper new version with the added features I mentioned a few posts up, that has had further testing.


If you'd rather save the time of downloading a new version then changing all the settings at the top back to your preference, it is very easy to fix the code of version 0.4g yourself to cope with today's Stars update:

find lines 1974, and 1975 in the source code - they look like this:

Code:
ControlSend, Button3, {SPACE}, ahk_id%id%
ControlClick, Button3, ahk_id%id%
Change the word "Button3" to "OK", as below:

Code:
ControlSend, OK, {SPACE}, ahk_id%id%
ControlClick, OK, ahk_id%id%
Save, reload, and it should work again

dave.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 04:19 PM
New version works, you rock _dave_!

Last edited by mephisto; 09-02-2008 at 04:43 PM. Reason: It's all good, ty
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 04:20 PM
Thanks Dave! It works fine again.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 04:22 PM
Quote:
Originally Posted by mephisto
I just got the update, why are they trying to nuke stars planner?
It is nothing intentional like that They just added an additional button to set"remember my buyin preference", where the old OK button used to be (from a programming perspective).
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 04:24 PM
I am not updating again until someone tells me badugi went live.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 05:42 PM
tytyty dave - awesome fast work
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 06:47 PM
Thank you so much for the fast work! A couple of problems:

1) It seems that the new script is messing with the waitlist functionality. I can join a waitlist, but as soon as my seat becomes available the script somehow declines the seat and removes me from the list.

2) When I close out of the script via the X, it doesn't close it out of my task bar, and I have to right click-exit to close the script.

3) The minimize window function is gone, unless this has something to do with my multi monitor software. Obv this isn't super important, but I thought it was worth mentioning.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 06:52 PM
Change these 2 lines of code from a 1 to a 0. It sounds like you had the old version d of the software, instead of the previous (not-fixed) version g.

Code:
answer_waitlists := 0
minimize_to_tray := 0
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 07:02 PM
Thanks, that fixed all of the problems! FYI though, the link in Dave's post #760 takes you to a version where both of those lines are set to =1.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 07:08 PM
Thats the default setting. I can't understand ever wanting to have either option set to true/1, even after _dave_ explained them to me.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 07:16 PM
Quote:
Originally Posted by fozzy71
Thats the default setting. I can't understand ever wanting to have either option set to true/1, even after _dave_ explained them to me.
Yeah I have no idea why they would ever be set to 1.

I mis-spoke earlier, fyi, I still have to right click-exit in my task bar to close out of the script now. Clicking the X just closes the window but not the script.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 07:17 PM
they're not problems, they are features really!
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 07:24 PM
Quote:
Originally Posted by _dave_
they're not problems, they are features really!
But, of course! Thank you SO much for your quick work today.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 07:26 PM
Quote:
Originally Posted by sarahbellum
Yeah I have no idea why they would ever be set to 1.

I mis-spoke earlier, fyi, I still have to right click-exit in my task bar to close out of the script now. Clicking the X just closes the window but not the script.
You should be able to do a Ctrl + Alt + Q to exit it, and any script dave has updated with the Exit Hotkey.

Quote:
Originally Posted by _dave_
they're not problems, they are features really!
You say tomato, I say tomato.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 07:30 PM
Quote:
Originally Posted by fozzy71
You should be able to do a Ctrl + Alt + Q to exit it, and any script dave has updated with the Exit Hotkey.
Actually I think that is missing in this fix, CTRL+ALT+F12 was in there a long time ago and still works tho
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 07:36 PM
dave how do i turn off the auto clicking of "ok" pop ups?
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 07:41 PM
which ones and why?

All can be disabled temporarily by right clicking the tray icon and choosing "suspend" if for example you want to see them occasionally (like to check what version of stars you are running)
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 07:46 PM
Quote:
Originally Posted by _dave_
which ones and why?

All can be disabled temporarily by right clicking the tray icon and choosing "suspend" if for example you want to see them occasionally (like to check what version of stars you are running)

i havent updated my stars yet, was about to...

but i play tournaments and sngs, and i like the ok buttons when i switch tables.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 07:51 PM
If you can capture a screenshot of one when you next see it (obv. will need to suspend the script), I'll tell what chunk of code to remove. It may or may not bring with it other annoying pop-ups if it is one of the generic "pokerstars" ones. We'll have to try it and see what is preferable
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote
09-02-2008 , 07:57 PM
Quote:
Originally Posted by _dave_
If you can capture a screenshot of one when you next see it (obv. will need to suspend the script), I'll tell what chunk of code to remove. It may or may not bring with it other annoying pop-ups if it is one of the generic "pokerstars" ones. We'll have to try it and see what is preferable
awesome, will do... i took today off though so i will post it later tomorrow night probably...

thanks.
NEW AHK Script: StarsPlanner (Auto Resize / Arrange Tables) Quote

      
m