Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #91  
Old 08-27-2006, 06:47 AM
tigerite tigerite is offline
Senior Member
 
Join Date: Sep 2004
Posts: 9,815
Default Re: DeMonster (New AHK Script)

Hey, it also sometimes (I think it's when the popups are active still after login?) doesn't hide the news bit properly. It's fine if you have 'auto close popups' and put a sleep command of about 1000 in before the bit of code that does the control click of the button etc, so it's not really a problem, just a heads up [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #92  
Old 08-27-2006, 11:04 AM
Mogobu The Fool Mogobu The Fool is offline
Senior Member
 
Join Date: Sep 2005
Location: On teh internets.
Posts: 617
Default Re: DeMonster (New AHK Script)

Also, I once had a bug happen when multiple dialogs were open. I'm afraid I didn't save the details, as I was involved in several tables at the time.

I had just sat at a table, and DeMonster was attempting to auto-buyin for me. There were other dialogs on screen, including 'table ready', and I'm unsure if there were others.

DeMonster was trying to hit something on the buy-in dialog, but it was hitting the wrong window or sending the wrong message, because I merely heard a drumroll of beeps and the dialogs remained. I manually hit the button on the buy-in dialog and the program dropped out of the loop and continued.

This may be fixed by other fixes you've been doing, but if not, I'll let you kinow - keep it in the back of your head as you work the code.

And again, very nice job on this script.
Reply With Quote
  #93  
Old 08-27-2006, 11:41 AM
APerfect10 APerfect10 is offline
Senior Member
 
Join Date: Jan 2005
Location: PokerTracker 3
Posts: 979
Default Re: DeMonster (New AHK Script)

[ QUOTE ]
Hey, it also sometimes (I think it's when the popups are active still after login?) doesn't hide the news bit properly.

[/ QUOTE ]

I added a sleep in this latest version so hopefully that fixes it [img]/images/graemlins/smile.gif[/img]

[ QUOTE ]
DeMonster was trying to hit something on the buy-in dialog, but it was hitting the wrong window or sending the wrong message, because I merely heard a drumroll of beeps and the dialogs remained. I manually hit the button on the buy-in dialog and the program dropped out of the loop and continued.

[/ QUOTE ]

I think this should be fixed in this latest version as well [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #94  
Old 08-27-2006, 11:45 AM
APerfect10 APerfect10 is offline
Senior Member
 
Join Date: Jan 2005
Location: PokerTracker 3
Posts: 979
Default Re: DeMonster (New AHK Script)

Released v1.2.0

- Fixed multiple bugs (This version should be STABLE)
- Removed Auto Post BB Toggle (too much of a hassle)
- Added Auto Post BB auto detection to work as perceived. When you want to no longer auto post the BB, just uncheck the "Auto post blinds" box on the table and everything should work correctly...

I've made a number of changes in this latest release. This version should be rather bug free (hopefully). I've done numerous testing and everything seems to be working properly. Lets give this a shot!
Reply With Quote
  #95  
Old 08-27-2006, 11:51 AM
jukofyork jukofyork is offline
Senior Member
 
Join Date: Sep 2004
Location: Leeds, UK.
Posts: 2,551
Default Re: DeMonster (New AHK Script)

[ QUOTE ]
DeMonster was trying to hit something on the buy-in dialog, but it was hitting the wrong window or sending the wrong message, because I merely heard a drumroll of beeps and the dialogs remained. I manually hit the button on the buy-in dialog and the program dropped out of the loop and continued.

[/ QUOTE ]
This is the WinClose bug in action. Posting either an VK_ENTER or VK_ESC using PostMessage fixes it 100%(beware using "SendInput {Enter}" as this does even stranger stuff like opening/closing unrelated windows).

Juk [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #96  
Old 08-27-2006, 11:55 AM
tigerite tigerite is offline
Senior Member
 
Join Date: Sep 2004
Posts: 9,815
Default Re: DeMonster (New AHK Script)

Just one small thing; this won't auto-kill any "anti-bot" popups, will it?
Reply With Quote
  #97  
Old 08-27-2006, 12:00 PM
jukofyork jukofyork is offline
Senior Member
 
Join Date: Sep 2004
Location: Leeds, UK.
Posts: 2,551
Default Re: DeMonster (New AHK Script)

[ QUOTE ]
Just one small thing; this won't auto-kill any "anti-bot" popups, will it?

[/ QUOTE ]
I think they have a different title (one of Adde's scripts actually moves the bot-test popup, so the name must be different I guess?).

Juk [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #98  
Old 08-27-2006, 12:06 PM
APerfect10 APerfect10 is offline
Senior Member
 
Join Date: Jan 2005
Location: PokerTracker 3
Posts: 979
Default Re: DeMonster (New AHK Script)

[ QUOTE ]
This is the WinClose bug in action. Posting either an VK_ENTER or VK_ESC using PostMessage fixes it 100%(beware using "SendInput {Enter}" as this does even stranger stuff like opening/closing unrelated windows). I'll look into switching all the WinClose to PostMessage in the near future. Same with removing all sends.

Juk [img]/images/graemlins/smile.gif[/img]

[/ QUOTE ]

I dont think this was a WinClose problem (but you may be right). I think this was a Send {ENTER} problem where another window stole focus. I hate send any keyboard input becuase like you said it isnt very reliable. In this latest version I changed the last remaining send {enter} in the buy-in section to click the button using a window ID so I think this should fix this specific problem he had.

[ QUOTE ]
Just one small thing; this won't auto-kill any "anti-bot" popups, will it?

[/ QUOTE ]

Nope, DeMonster will not touch any anti-bot popups [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #99  
Old 08-27-2006, 12:38 PM
jukofyork jukofyork is offline
Senior Member
 
Join Date: Sep 2004
Location: Leeds, UK.
Posts: 2,551
Default Re: DeMonster (New AHK Script)

[ QUOTE ]
In this latest version I changed the last remaining send {enter} in the buy-in section to click the button using a window ID so I think this should fix this specific problem he had.

[/ QUOTE ]
Perhaps using a window ID has the same effect as my PostMessage trick.

Does Send and WinClose work on the last active window (in the OS) or the last window referenced in your script? (if the last active window then this explains alot of the weirdness I've had happen in the past).

Juk [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #100  
Old 08-27-2006, 12:40 PM
tigerite tigerite is offline
Senior Member
 
Join Date: Sep 2004
Posts: 9,815
Default Re: DeMonster (New AHK Script)

Big problems with the newest version I'm afraid. Can I please have the previous version as this one seems to lose all of the list box contents. When you click 'all' they come back but the tournament filters doesn't work at all, you can't access it as the listbox covers it at the top.
Reply With Quote
Reply


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

Forum Jump


All times are GMT -4. The time now is 05:37 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.