StackAndTile Forums
Auto close stt lobby Ipoker (William Hill) - Printable Version

+- StackAndTile Forums (https://www.stackandtile.com/forum)
+-- Forum: General (https://www.stackandtile.com/forum/forumdisplay.php?fid=1)
+--- Forum: Support Help (https://www.stackandtile.com/forum/forumdisplay.php?fid=2)
+--- Thread: Auto close stt lobby Ipoker (William Hill) (/showthread.php?tid=580)



Auto close stt lobby Ipoker (William Hill) - Drivo - 08-01-2013

Mike, any chance you could incorporate an auto-close option for stt lobbies on ipoker? When playing 12-18 tables, it's annoying as hell when one pops up for every new table I've started.


RE: Auto close stt lobby Ipoker (William Hill) - SaT_Admin - 08-02-2013

Doesn't the lobby have to open up before you can open a table?


RE: Auto close stt lobby Ipoker (William Hill) - Drivo - 08-02-2013

(08-02-2013, 02:05 AM)SaT_Admin Wrote: Doesn't the lobby have to open up before you can open a table?

You can register for sng's by opening the lobby (double click the game) and directly trough the client (single click the game and press register). What i mean is when the table opens (after the registration process), the lobby AND a little welcome screen pop up. The lobby is huge and blocks my screen, so i have to close it before i can play on.

It would be nice if SaT would be able to recognize the lobby window and immediately auto-closes it.

Just a suggestion, would make my day at least Smile


RE: Auto close stt lobby Ipoker (William Hill) - SaT_Admin - 08-02-2013

Hrm, so you are registering via the main lobby. And then when the tournament starts, iPoker pops up the table as well as the tournament lobby?

I honestly don't feel like this is something that SaT should handle. I try to stay away from site-specific annoyance stuff.

Try this AHK script and see if it works. I was unable to test because there is no play money SNGs. If it detects an iPoker table with the word "lobby" in it, it will close that window.

Code:
#Persistent
SetTitleMatchMode, 2

Loop
{
   IfWinExist, lobby ahk_class PTIODEVICE
      WinClose
  
   Sleep, 500
}



RE: Auto close stt lobby Ipoker (William Hill) - Drivo - 08-02-2013

Will check it out and post findings asap. Ty.


RE: Auto close stt lobby Ipoker (William Hill) - Drivo - 08-05-2013

Works, makes my life less miserable. Thanks Boss.


RE: Auto close stt lobby Ipoker (William Hill) - 2old - 09-01-2013

What should i do? Where should i put this script? Have the same prob(


RE: Auto close stt lobby Ipoker (William Hill) - Drivo - 09-01-2013

(09-01-2013, 07:16 AM)2old Wrote: What should i do? Where should i put this script? Have the same prob(

Here you go: http://bit.ly/149m4gH