Open Side Menu Go to the Top
Register
Pokerstars titlebar mods? Pokerstars titlebar mods?

11-04-2009 , 04:28 AM
When I tile on Stars I'd like to get a mod crankin' that can erase the titlebar and give me more desktop space for the rest of the table windows. Any thing like that exist?
Pokerstars titlebar mods? Quote
11-04-2009 , 09:47 AM
Don't know if it still works but the only thing I can think of is this AHK:

http://www.overcards.com/wiki/moin.cgi/NoTitlebar
Pokerstars titlebar mods? Quote
11-04-2009 , 10:29 AM
That script doesnt work anymore...

If there is more interest for this, i can make this. I already have the coding in my head, I know the AHK codes to remove title bars from all tables with a certain AHK_class, only thing next is to resize each table to the original size minus the height of the title bar (which I have code for as well if im not mistaken).
Pokerstars titlebar mods? Quote
11-04-2009 , 11:11 AM
Quote:
Originally Posted by Thois
That script doesnt work anymore...
It works fine. You need to get the "plug-ins" for the sites you want it to work on... Some of the plug-ins may be broken, but the one for Stars works, I just tested it.

The plug-ins that are broken are easy to fix.
Pokerstars titlebar mods? Quote
11-04-2009 , 01:50 PM
It still works for Pokerstars and FullTilt.
Pokerstars titlebar mods? Quote
11-04-2009 , 04:20 PM
oh ok my bad
Pokerstars titlebar mods? Quote
11-04-2009 , 07:52 PM
lobbyFullTilt() {
SetTitleMatchMode 1
WinGet, id, id, Full Tilt Poker ahk_class FTCLobby
return id
}

tablesFullTilt(lobby) {
SetTitleMatchMode 2
WinGet, pid, PID, ahk_id%lobby%
WinGet, list, list, - Logged In As ahk_pid%pid%
Loop % list
tables := list%a_index%!=lobby
? addToList(tables, list%a_index%)
: tables
return tables
}

can anybody update this please?
Pokerstars titlebar mods? Quote
11-04-2009 , 08:11 PM
Code:
lobbyFullTilt() {
SetTitleMatchMode 1
WinGet, id, id, Full Tilt Poker ahk_class QWidget
return id
}

tablesFullTilt(lobby) {
SetTitleMatchMode 2
WinGet, pid, PID, ahk_id%lobby%
WinGet, list, list, - Logged In As ahk_pid%pid%
Loop % list
tables := list%a_index%!=lobby
? addToList(tables, list%a_index%)
: tables
return tables
}
Pokerstars titlebar mods? Quote
11-05-2009 , 05:06 PM
Thanks Roland but it doesnt work for me on Vista?
Pokerstars titlebar mods? Quote
11-06-2009 , 07:01 PM
Quote:
Originally Posted by neverbeclever
Thanks Roland but it doesnt work for me on Vista?
Can't test on Vista right now... Is anyone successfully using this on Vista?
Pokerstars titlebar mods? Quote
11-18-2009 , 05:29 PM
Quote:
Originally Posted by Roland
Can't test on Vista right now... Is anyone successfully using this on Vista?
same problem...


plz help
Pokerstars titlebar mods? Quote
11-24-2009 , 09:09 AM
running win7.

doesnt work for me on pokerstars. whats the plugin for pokerstars?
Pokerstars titlebar mods? Quote

      
m