Two Plus Two Publishing LLC Two Plus Two Publishing LLC
 

Go Back   Two Plus Two Poker Forums > Internet Poker > Software

Notices

Software Discussions about gambling-related and poker software.

Reply
 
Thread Tools Display Modes
Old 09-20-2008, 08:51 PM   #1
grinder
 
Join Date: Jun 2003
Posts: 539
PokerStars: Grab screenname from tournament lobby?

Hi,
I there an easy way to grab a screen name to the clipboard from the Tournament lobby on PokerStars?
Thanks.
beach_bum is offline   Reply With Quote
Old 09-20-2008, 10:36 PM   #2
adept
 
Join Date: Sep 2004
Location: Playing for thin value.
Posts: 1,057
Re: PokerStars: Grab screenname from tournament lobby?

You can grab the tournament number from the HH, Just add "Tournament " and " Lobby
TakenItEasy is offline   Reply With Quote
Old 09-21-2008, 12:37 AM   #3
grinder
 
Join Date: Jun 2003
Posts: 539
Re: PokerStars: Grab screenname from tournament lobby?

Quote:
Originally Posted by TakenItEasy View Post
You can grab the tournament number from the HH, Just add "Tournament " and " Lobby

I should clarify what I mean. I would like to grab to the clipboard the screenname of a single player registered in a headup sng on PokerStars prior to the second person registering.
Thanks.
beach_bum is offline   Reply With Quote
Old 09-24-2008, 05:27 PM   #4
grinder
 
Join Date: Jun 2003
Posts: 539
Re: PokerStars: Grab screenname from tournament lobby?

Quote:
Originally Posted by beach_bum View Post
I should clarify what I mean. I would like to grab to the clipboard the screenname of a single player registered in a headup sng on PokerStars prior to the second person registering.
Thanks.
Is it possible to write a script for this?
beach_bum is offline   Reply With Quote
Old 09-26-2008, 05:23 PM   #5
grinder
 
Join Date: Jun 2003
Posts: 539
Re: PokerStars: Grab screenname from tournament lobby?

Hi,
I would like to grab to the clipboard the screenname of a single player registered in a headup sng on PokerStars prior to the second person registering. Is it possible to write an AHK script for this?
Thanks.
beach_bum is offline   Reply With Quote
Old 09-26-2008, 08:37 PM   #6
Pooh-Bah
 
Join Date: Apr 2007
Posts: 5,248
Re: PokerStars: Grab screenname from tournament lobby?

I'm still not sure what you want the script to do.
a nonymous is offline   Reply With Quote
Old 09-27-2008, 02:22 AM   #7
Pooh-Bah
 
PLOlover's Avatar
 
Join Date: Jun 2005
Posts: 5,552
Re: PokerStars: Grab screenname from tournament lobby?

Quote:
Originally Posted by a nonymous View Post
I'm still not sure what you want the script to do.
he wants to make a list of people waiting to play heads up.
PLOlover is offline   Reply With Quote
Old 09-27-2008, 05:04 AM   #8
grinder
 
Join Date: Jun 2003
Posts: 539
Re: PokerStars: Grab screenname from tournament lobby?

Quote:
Originally Posted by a nonymous View Post
I'm still not sure what you want the script to do.
I'd like to grab the screen name of a player who is registered and waiting to play in a HU sng on PokerStars.

Say there is a HU sng with one player registered... I'd like to use a hotkey to grab his screen name to the clipboard.

Thanks.
beach_bum is offline   Reply With Quote
Old 09-27-2008, 09:51 AM   #9
adept
 
Join Date: Apr 2007
Posts: 935
Re: PokerStars: Grab screenname from tournament lobby?

hmmm maybe this could be of use when he releases the pokerstars version

http://forumserver.twoplustwo.com/45...n-tool-282957/
Thois is offline   Reply With Quote
Old 09-27-2008, 08:35 PM   #10
Pooh-Bah
 
Join Date: Apr 2007
Posts: 5,248
Re: PokerStars: Grab screenname from tournament lobby?

Quote:
Originally Posted by beach_bum View Post
Hi,
I there an easy way to grab a screen name to the clipboard from the Tournament lobby on PokerStars?
Thanks.
Quote:
Originally Posted by beach_bum View Post
I should clarify what I mean. I would like to grab to the clipboard the screenname of a single player registered in a headup sng on PokerStars prior to the second person registering.
Thanks.
Quote:
Originally Posted by beach_bum View Post
Is it possible to write a script for this?
Quote:
Originally Posted by beach_bum View Post
Hi,
I would like to grab to the clipboard the screenname of a single player registered in a headup sng on PokerStars prior to the second person registering. Is it possible to write an AHK script for this?
Thanks.
Quote:
Originally Posted by a nonymous View Post
I'm still not sure what you want the script to do.
Quote:
Originally Posted by beach_bum View Post
I'd like to grab the screen name of a player who is registered and waiting to play in a HU sng on PokerStars.

Say there is a HU sng with one player registered... I'd like to use a hotkey to grab his screen name to the clipboard.

Thanks.
Still not sure.
a nonymous is offline   Reply With Quote
Old 09-27-2008, 09:57 PM   #11
_Pooh_Bah_
 
Join Date: Feb 2005
Location: UK
Posts: 9,133
Re: PokerStars: Grab screenname from tournament lobby?

Yes it can be done, easy imo.

Not quite so elegant as on FTP, but close. Have to double click on their name, and snag the text from the messagebox that appears. Not gonna do it right now, tired and tilted - but I'll write it if noone else has by the time I find this thread again in a day or two
_dave_ is online now   Reply With Quote
Old 09-27-2008, 10:52 PM   #12
journeyman
 
Join Date: Apr 2007
Location: So much to learn...
Posts: 359
Re: PokerStars: Grab screenname from tournament lobby?

Quote:
Originally Posted by _dave_ View Post
Yes it can be done, easy imo.

Not quite so elegant as on FTP, but close. Have to double click on their name, and snag the text from the messagebox that appears. Not gonna do it right now, tired and tilted - but I'll write it if noone else has by the time I find this thread again in a day or two
I'd do it, but AHK's Window Spy doesn't show any of that text - the messagebox or in the PokerStarsListClass. Is there some other way that I can get at that text?
pokercurious is offline   Reply With Quote
Old 09-27-2008, 11:14 PM   #13
_Pooh_Bah_
 
Join Date: Feb 2005
Location: UK
Posts: 9,133
Re: PokerStars: Grab screenname from tournament lobby?

oh Last time I looked, the name was retrievable from the messagebox - that was admittedly a long while ago, but after some of them became invisible
_dave_ is online now   Reply With Quote
Old 10-04-2008, 07:20 PM   #14
grinder
 
Join Date: Jun 2003
Posts: 539
Re: PokerStars: Grab screenname from tournament lobby?

Just wondering, is it possible for anyone to do this?
Thanks.
beach_bum is offline   Reply With Quote
Old 10-07-2008, 08:37 PM   #15
grinder
 
Join Date: Jun 2003
Posts: 539
Re: PokerStars: Grab screenname from tournament lobby?

Quote:
Originally Posted by pokercurious View Post
I'd do it, but AHK's Window Spy doesn't show any of that text - the messagebox or in the PokerStarsListClass. Is there some other way that I can get at that text?

Can this be done?
beach_bum is offline   Reply With Quote

Reply
      

Thread Tools
Display Modes

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -4. The time now is 07:24 PM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.
Copyright © 2008-2010, Two Plus Two Interactive