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
  #11  
Old 08-16-2007, 08:06 PM
GLmaestro GLmaestro is offline
Senior Member
 
Join Date: Mar 2006
Location: Sweden
Posts: 538
Default Re: PP AHK request

Sry for being a n00b, but i cant get it working

I've tried to put msgbox % (Style & 0x40000) inside the loop and the window is still resizable
Reply With Quote
  #12  
Old 08-16-2007, 08:07 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: PP AHK request

So no msgbox pops up when you run it?
Reply With Quote
  #13  
Old 08-16-2007, 08:11 PM
GLmaestro GLmaestro is offline
Senior Member
 
Join Date: Mar 2006
Location: Sweden
Posts: 538
Default Re: PP AHK request

A message box popped up, but it was empty (just had an OK button)
Reply With Quote
  #14  
Old 08-16-2007, 08:27 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: PP AHK request

Try this, let me know what the msgboxes said.

#NoEnv
#Persistent
#SingleInstance force

WinWait PartyPoker.com:
WinGet, pid, pid

msgbox Party found

SetTimer, timer, 1000
return

timer:
WinGet, list, list, Good Luck ahk_pid%pid%
ifEqual, list, 0, msgbox No tables detected!
Loop % list {
WinGet, style, style, % "ahk_id" list%a_index%
msgbox % (Style & 0x40000)
if (Style & 0x40000)
WinSet, Style, -0x40000, % "ahk_id" list%a_index%
}
return
Reply With Quote
  #15  
Old 08-16-2007, 08:29 PM
GLmaestro GLmaestro is offline
Senior Member
 
Join Date: Mar 2006
Location: Sweden
Posts: 538
Default Re: PP AHK request

It says No tables detected
Reply With Quote
  #16  
Old 08-16-2007, 08:39 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: PP AHK request

I am sorry... my Party was set to German and I couldn't figure out how to change it, so I couldn't test... meh. Anyhow, this should work now:

#NoEnv
#Persistent
#SingleInstance force

SetTitleMatchMode 2

WinWait PartyPoker.com:
WinGet, pid, pid

SetTimer, timer, 1000
return

timer:
WinGet, list, list, Good Luck ahk_pid%pid%
Loop % list {
WinGet, style, style, % "ahk_id" list%a_index%
if (Style & 0x40000)
WinSet, Style, -0x40000, % "ahk_id" list%a_index%
}
return
Reply With Quote
  #17  
Old 08-16-2007, 08:40 PM
GLmaestro GLmaestro is offline
Senior Member
 
Join Date: Mar 2006
Location: Sweden
Posts: 538
Default Re: PP AHK request

omg it works, thank you so much this is awesome!
Reply With Quote
  #18  
Old 08-17-2007, 08:26 AM
gball gball is offline
Member
 
Join Date: May 2006
Posts: 89
Default Re: PP AHK request

Excellent!
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 10:20 AM.


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