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 06-22-2006, 09:43 AM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: Table Highlighter (New AHK Script)

[ QUOTE ]
Nice script. I noticed you're doing it with graphic checks instead of looking for action buttons. Don't you find that slower than checking for the windows?

On flashing: Set the script up so that anyone who likes/doesn't like the flashing can toggle it easily in the script code, and let them choose.

Nice job.

[/ QUOTE ]

Thanks Mogobu. As for grapic checks, that's the only way to see if the advance action button is checked or not. If already checked, no highlight bar should be shown.

Adde
Reply With Quote
  #12  
Old 06-22-2006, 09:44 AM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: Table Highlighter (New AHK Script)

[ QUOTE ]
Thanks Adde,

Is there a way to make it to work more generally. Like for any active window? Right now I believe it only works for Party and their skins. Thanks.

Jacob

[/ QUOTE ]

Yes, no probs. I'll add this later on.

Adde
Reply With Quote
  #13  
Old 06-22-2006, 01:20 PM
Back In Black Back In Black is offline
Senior Member
 
Join Date: Apr 2005
Location: Debt, CA
Posts: 341
Default Re: Table Highlighter (New AHK Script)

How do you change the bar location, size and color? I couldn't find anything useful on OC.com...maybe I'm just retarded though.
Reply With Quote
  #14  
Old 06-22-2006, 02:34 PM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: Table Highlighter (New AHK Script)

[ QUOTE ]
How do you change the bar location, size and color? I couldn't find anything useful on OC.com...maybe I'm just retarded though.

[/ QUOTE ]

; Define width and height of Highlight Bar.
; Bar will be drawn at (x,y) coordinates (0+th_bar_left,0+th_bar_top) of active window.
; Default values 26 and 0 for Height and Top will mimic the window title bar.
; Default values of 65 and 510 will create a larger bar over the chat box area.
; Try wich one suits you best.

th_bar_width = 795
th_bar_height = 26 ;65
th_bar_left = 0
th_bar_top = 0 ;510

; Define color and transparancy of Highlight Bar.

th_bar_color = FF0000
th_bar_trans = 150
Reply With Quote
  #15  
Old 06-22-2006, 02:40 PM
george w george w is offline
Senior Member
 
Join Date: Oct 2003
Location: austin, tx
Posts: 1,790
Default Re: Table Highlighter (New AHK Script)

if someone could make a script that puts flames all around the table after you win 3 pots in a row like in the old nba live games i'd be much obliged.
Reply With Quote
  #16  
Old 06-22-2006, 03:59 PM
Back In Black Back In Black is offline
Senior Member
 
Join Date: Apr 2005
Location: Debt, CA
Posts: 341
Default Re: Table Highlighter (New AHK Script)

Lol...looks like I need to get over my fear of AHK code and actually look at them before asking stupid questions.
Reply With Quote
  #17  
Old 06-29-2006, 02:48 PM
aflaba aflaba is offline
Senior Member
 
Join Date: Nov 2004
Location: Sweden
Posts: 1,943
Default Re: Table Highlighter (New AHK Script)

I like your table mod Adde. Do you know where I can find it?
Reply With Quote
  #18  
Old 06-30-2006, 01:45 AM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Table Highlighter (New AHK Script)

Hi Adde,

this is a great script - very useful.

I have made a small modification on my script, maybe you would want to incorperate it in to the version on overcards.com?

Lines to prevent word-wrap below [img]/images/graemlins/frown.gif[/img]
__________________________________________________ _____________________________________

On line 158, instead of:
<font color="blue">
WinGet, idList, List, Good Luck ahk_class #32770, , PartyPoker.com:, You have chosen to sit out
</font>
I changed it to:
<font color="blue">
WinGet, idList, List, Good Luck ahk_class #32770, , , You have chosen to sit out
</font>
(Allows it to work with Empire when sitting out, I think)

Also, more importantly:

On line 244, instead of:
<font color="blue">
Gui, %guiNum%: Show, w%th_bar_width% h%th_bar_height% x%px% y%py% NoActivate
</font>
I chenged it to:
<font color="blue">
Gui, %guiNum%: Show, w%w% h%th_bar_height% x%px% y%py% NoActivate
</font>

This makes the highlight bar automatically resize (width) with the tables - for those of us using the Party/Empire shrunken table mode [img]/images/graemlins/smile.gif[/img] Height is not so important, but the same alteration could me made I suppose. On overly tall highlight bar isn't a bother, if anything it helps draw attenrion to the table needing action, but the highlight bar extending over the right side of the table across the neighboring table was a bit confusing with the tables at minimum size.

I hope this is useful to you,


This is a really handy script, far above my n00b ability [img]/images/graemlins/smile.gif[/img]

Many thanks,

dave.
Reply With Quote
  #19  
Old 07-04-2006, 12:55 PM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: Table Highlighter (New AHK Script)

[ QUOTE ]
I like your table mod Adde. Do you know where I can find it?

[/ QUOTE ]

Back from vacation...

Ifx (here at 2+2) made it a year ago or so. Don't know where to download it now, and I've made some own changes too. PM me with your email and I can send it to you.

Adde
Reply With Quote
  #20  
Old 07-04-2006, 12:59 PM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: Table Highlighter (New AHK Script)

[ QUOTE ]
I have made a small modification on my script, maybe you would want to incorperate it in to the version on overcards.com?

[/ QUOTE ]

Hey Dave, that is some nice modifications. I've updated the script webpage to include them now. Thanks.

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

Adde
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 12:11 AM.


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