Open Side Menu Go to the Top
Register
notitle bar AHK on pokerstars, help please :( notitle bar AHK on pokerstars, help please :(

10-06-2008 , 06:04 AM
hi i play on a 17" and its hard to multitable (9)

i discovered this script but can t manage to make it works

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

would anyone be kind enough to explain me? i dont have any errors so no screen shot to post
notitle bar AHK on pokerstars, help please :( Quote
10-07-2008 , 10:09 AM
anyone using this script?
notitle bar AHK on pokerstars, help please :( Quote
03-04-2009 , 05:15 PM
Me neither. Anyone? Not on stars but in general.
notitle bar AHK on pokerstars, help please :( Quote
03-05-2009 , 05:18 AM
It works fine for me on PS and FT on win xp. Just copy plugins from overcards for sites you play on, into Notitlebar/Notitlebar/Casinos.
notitle bar AHK on pokerstars, help please :( Quote
03-06-2009 , 12:03 PM
Works for me. As Mazgon said. You have to copy the code for your poker rooms from Overcards. Click the plugins.ahk in the Titlebar folder and enter the code for your room.
notitle bar AHK on pokerstars, help please :( Quote
03-06-2009 , 05:54 PM
I was looking for this script for 2 months. Thanks to have made a thread about it !
notitle bar AHK on pokerstars, help please :( Quote
03-06-2009 , 08:56 PM
Quote:
Originally Posted by damienthierry
I was looking for this script for 2 months. Thanks to have made a thread about it !
I have loaded this several times for pstars and added it in plugins but the titlebars are still there. Where exactly do you click :S?
notitle bar AHK on pokerstars, help please :( Quote
03-07-2009 , 10:53 AM
Have you copied this in plugin ?
Quote:
lobbyStars() {
SetTitleMatchMode 1
WinGet, id, id, PokerStars Lobby
return id
}

tablesStars(lobby) {
SetTitleMatchMode 2
WinGet, pid, pid, ahk_id%lobby%
WinGet, list, list,ahk_class PokerStarsTableFrameClass
Loop % list
tables := list%a_index%!=lobby
? addToList(tables, list%a_index%)
: tables
return tables
}
and :
[X] strip border completely

that's the only two things I have done. I don't see why it wouldn't work for you.
notitle bar AHK on pokerstars, help please :( Quote
03-07-2009 , 11:42 AM
Quote:
Originally Posted by damienthierry
Have you copied this in plugin ?

and :
[X] strip border completely

that's the only two things I have done. I don't see why it wouldn't work for you.
Yes . I have done this and redone it a number of times .
notitle bar AHK on pokerstars, help please :( Quote
03-07-2009 , 12:29 PM
Quote:
Originally Posted by El helado Patata
Yes . I have done this and redone it a number of times .
When you add the code in plugin make sure you type "Stars" in casino name.
notitle bar AHK on pokerstars, help please :( Quote
03-07-2009 , 03:52 PM
Are you a vista user ?

I know that you have to turn aero or something on or off for some AHKs. I can't really help you with that, I'm using windows xp.
notitle bar AHK on pokerstars, help please :( Quote
03-08-2009 , 11:19 AM
This NoTitlebar AHK is really Tilting me !! So far, this are instructions to make it work :
Overcards :
Simply copy the code for a site, the select 'Plug-In...' from the tray menu of the script and plug-in the code.

Mazgon :
Just copy plugins from overcards for sites you play on, into Notitlebar/Notitlebar/Casinos.

Thrahl :
Click the plugins.ahk in the Titlebar folder and enter the code for your room.

So, each answer is different and apparently they all work???? Is really somebody out there who is really willing 2 help with this? … and let us know step by step what 2 to do make this AHK work?
Help will be really appreciated. Thanks.
notitle bar AHK on pokerstars, help please :( Quote
03-08-2009 , 11:27 AM
They are all saying the same thing.

1) lunch the ahk script.
2) Right click on it / Plug-in..
3) Copy the one for the room you play on / Click submit
4) Right click / Preference
5) [X] Strip border completely
5) Start playing..
notitle bar AHK on pokerstars, help please :( Quote
03-09-2009 , 01:14 AM
1) you should have the latest version of ahk
2) save NoTitlebar on your computer [zip from overcards, unpack it]
3) from NoTitlebarPlugIns copy code for stars and save it in casinos folder as Stars.ahk. For each site you should have different ahk in casinos folder
4) start notitlebar.ahk

This works for me

Last edited by Mazgon; 03-09-2009 at 01:35 AM.
notitle bar AHK on pokerstars, help please :( Quote
03-09-2009 , 07:57 AM
Thanks to both off u for yours help. Been doing everything correctly, just didn't go to preference and tick strip border completely. Now everything works fine. Cheers and good luck on tables.
notitle bar AHK on pokerstars, help please :( Quote
11-08-2009 , 02:42 PM
I did this but doesnt work, i have windows 7 i guess thats why? Anyone using vista or window 7 that works with this script?
notitle bar AHK on pokerstars, help please :( Quote
11-19-2009 , 06:55 PM
Quote:
Originally Posted by iiinycboi
I did this but doesnt work, i have windows 7 i guess thats why? Anyone using vista or window 7 that works with this script?
+1
Doesn't work on Win7

Help,please.
notitle bar AHK on pokerstars, help please :( Quote
11-23-2009 , 12:59 AM
$10 to anyone who can fix this for Win7
notitle bar AHK on pokerstars, help please :( Quote
11-23-2009 , 02:03 PM
Ok, replace NoTitlebar.ahk
with this:
Code:
; #### NoTitlebar ####

; AHK version: 1.0.46.09
; date: 5:12 PM Friday, April 06, 2007
; version: 1.04
; author: Roland (roland@overcards.com)

#NoEnv
#NoTrayIcon
#SingleInstance force
#Include %a_scriptDir%
#Include Functions.ahk
#Include *i casinos.ahk
#Include dfc.ahk

SetWorkingDir %a_scriptDir%

If 1 != -i
  Menu, Tray, Icon
  
OnMessage(0x5555, "ExitMsg")

ini = NoTitlebar.ini
IniRead, includeLobby, % ini, Prefs, includeLobby, 0
IniRead, dragNdrop, % ini, Prefs, dragNdrop, 1
IniRead, noBorder, % ini, Prefs, noBorder, 0
IniRead, version, % ini, Prefs, version

Loop, Casinos\*.ahk
  casinos:=addToList(casinos, StrRep(a_loopFileName, ".ahk"))

Menu, Tray, NoStandard
Menu, Tray, Add, &Help, Help
Menu, Tray, Default, &Help
Menu, Tray, Add 
Menu, Tray, Add, &About, About 
Menu, Tray, Add
Menu, Tray, Add, &Preferences, Prefs
Menu, Tray, Add
Menu, Tray, Add, Plug-&In..., PlugIn
Menu, Tray, Add
Menu, Tray, Add, E&xit, Exit
Menu, Tray, Tip, NoTitlebar v%version%

If ( dragNdrop )
  Hotkey, ~LButton, DragNDrop

SetTimer, timer, 500
return

; ## end of auto-execute section ##

; ## timer ##

Timer:
tables := tables() 
Loop, Parse, tables, `,
  { If ( a_loopfield="" )
      continue
    WinGetPos,,, w,, ahk_id%a_loopfield%
    If ( w!=wPrev%a_loopfield% ) {
        WinWaitStatic(a_loopfield, 2000)
        Cut(a_loopfield)
      }
    wPrev%a_loopfield% := w
  }
return

; ## cut ##

Cut(win) {
global caption,noBorder
WinGetPos,,, w, h, ahk_id%win%
WinGet, style, style, ahk_id%win%
code:=( style & 0x40000 ) ? 32 : 7
SysGet, border, % code
SysGet, caption, 4
b:=( noBorder ? border : 0 )
c:=dfc(caption . casino(win))
c:=caption!="" ? c : caption
c:=( noBorder ? caption+border : caption )
xx:=w-b, yy:=h-b
;WinSet, Region
;  , %b%-%c% %xx%-%c% %xx%-%yy% %b%-%yy% %b%-%c%
;  , ahk_id%win%
WinSet, Style, -0xC00000, ahk_id%win%
WinSet, Style, -0x40000, ahk_id%win%
w1:=w-2*b
h1:=h-2*b-c
WinSet, Region
  ,0-0 w%w1% h%h1%
, ahk_id%win%
}

; ## tables ##

tables() {
global casinos, includeLobby
Loop, Parse, casinos, `,
  { lobby := dfc("lobby" . a_loopfield)
    If ! lobby
      continue
    theseTables:=dfc("tables" . a_loopfield, lobby)
    If ( theseTables="" )
      continue
    tables := addToList(tables, theseTables)
    If ( includeLobby )
      tables := addToList(tables, lobby)
  }  return tables
}

; ## casino ##

casino(id) {
global casinos
Loop, Parse, casinos, `,
  { lobby := dfc("lobby" . a_loopfield)
    If ! lobby
      continue
    If IsIn(id, dfc("tables" . a_loopfield, lobby))
      return a_loopfield
  }
}

; ## drag&drop ##

DragNDrop:
win := MouseGetWin()
tables := tables() 
If ! IsIn(win, tables)
  return
MouseGetPos,, y
If ( y > 60 )
  return
WinExist("a")
PostMessage, 0xA1, 2
return

; ## Prefs ##

Prefs:
Gui, +toolwindow
Gui, Margin, 5, 5
Gui, Font,, Comic Sans MS
Gui, Add, Checkbox, vincludeLobby checked%includeLobby%, &Include Lobby
Gui, Add, Checkbox, vdragNdrop checked%dragNdrop%, &Enable drag&&drop
Gui, Add, Checkbox, vnoBorder checked%noBorder%, &Strip border completely
Gui, Add, Button, default section h20, Submit
Gui, Add, Button, ys h20, &Cancel
Gui, Show,, Preferences
return

ButtonSubmit:
Gui, Submit
IniWrite, % includeLobby, % ini, Prefs, includeLobby 
IniWrite, % dragNdrop, % ini, Prefs, dragNdrop
IniWrite, % noBorder, % ini, Prefs, noBorder
Reload
return

GuiClose:
GuiEscape:
ButtonCancel:
Gui destroy
return 

; ## tray menu ##

Help:
Run http://www.overcards.com/wiki/moin.cgi/NoTitlebar
return

About:
TrayTip
  , NoTitlebarStars v%version%, Author: Roland`nE-mail: roland@overcards.com
  ,, 1
return

PlugIn:
RunWait PlugIn.ahk
Run Start.ahk

Exit:
exitApp
notitle bar AHK on pokerstars, help please :( Quote
11-23-2009 , 02:42 PM
Quote:
Originally Posted by Max1mums
Ok, replace NoTitlebar.ahk
with this:
Works very well, ty for this.
notitle bar AHK on pokerstars, help please :( Quote
11-23-2009 , 05:44 PM
It was working wrong at fulltilt (actually i made it for stars first and it's their site resizes tables incorrectly, also some buttons cannot be pressed sometimes while script is turned on e.g. show lobby, leave table), this version will work for both (NoTitlebar.ahk):
Code:
; #### NoTitlebar ####

; AHK version: 1.0.46.09
; date: 5:12 PM Friday, April 06, 2007
; version: 1.04
; author: Roland (roland@overcards.com)

#NoEnv
#NoTrayIcon
#SingleInstance force
#Include %a_scriptDir%
#Include Functions.ahk
#Include *i casinos.ahk
#Include dfc.ahk

SetWorkingDir %a_scriptDir%

If 1 != -i
  Menu, Tray, Icon
  
OnMessage(0x5555, "ExitMsg")

ini = NoTitlebar.ini
IniRead, includeLobby, % ini, Prefs, includeLobby, 0
IniRead, dragNdrop, % ini, Prefs, dragNdrop, 1
IniRead, noBorder, % ini, Prefs, noBorder, 0
IniRead, version, % ini, Prefs, version

Loop, Casinos\*.ahk
  casinos:=addToList(casinos, StrRep(a_loopFileName, ".ahk"))

Menu, Tray, NoStandard
Menu, Tray, Add, &Help, Help
Menu, Tray, Default, &Help
Menu, Tray, Add 
Menu, Tray, Add, &About, About 
Menu, Tray, Add
Menu, Tray, Add, &Preferences, Prefs
Menu, Tray, Add
Menu, Tray, Add, Plug-&In..., PlugIn
Menu, Tray, Add
Menu, Tray, Add, E&xit, Exit
Menu, Tray, Tip, NoTitlebar v%version%

If ( dragNdrop )
  Hotkey, ~LButton, DragNDrop

SetTimer, timer, 500
return

; ## end of auto-execute section ##

; ## timer ##

Timer:
tables := tables() 
Loop, Parse, tables, `,
  { If ( a_loopfield="" )
      continue
    WinGetPos,,, w,, ahk_id%a_loopfield%
    If ( w!=wPrev%a_loopfield% ) {
        WinWaitStatic(a_loopfield, 2000)
        Cut(a_loopfield)
      }
    wPrev%a_loopfield% := w
  }
return

; ## cut ##

Cut(win) {
global
if !noborder%win%
{
WinGetPos,,, wsize, hsize, ahk_id%win%
;global caption,noBorder
WinGet, style, style, ahk_id%win%
code:=( style & 0x40000 ) ? 32 : 7
SysGet, border, % code
SysGet, caption, 4
b:=( noBorder ? border : 0 )
c:=dfc(caption . casino(win))
c:=caption!="" ? c : caption
c:=( noBorder ? caption+border : caption )
xx:=wsize-b, yy:=hsize-b
;WinSet, Region
;  , %b%-%c% %xx%-%c% %xx%-%yy% %b%-%yy% %b%-%c%
;  , ahk_id%win%
WinSet, Style, -0xC00000, ahk_id%win%
WinSet, Style, -0x40000, ahk_id%win%
WinGetPos,,, wnew, hnew, ahk_id%win%
ControlGet, Z, Visible,,PokerStarsChatClass1, ahk_id %win%
if not Z
ControlGet, Z, Visible,,PokerStarsNoteEditorClass1, ahk_id %win%
if not Z
ControlGet, Z, Visible,,PokerStarsInfoClass1, ahk_id %win%
if not Z
ControlGet, Z, Visible,,PokerStarsInfoClass2, ahk_id %win%
if not Z
ControlGet, Z, Visible,,PokerStarsFrameClass2, ahk_id %win%
if Z
if ((wnew=wsize) and (hnew=hsize))
{
w1:=wsize-2*b
h1:=hsize-2*b-c
WinSet, Region
  ,0-0 w%w1% h%h1%
, ahk_id%win%
}
noborder%win%:=true
}
}
; ## tables ##

tables() {
global casinos, includeLobby, auto
Loop, Parse, casinos, `,
  { lobby := dfc("lobby" . a_loopfield)
    If ! lobby
      continue
    theseTables:=dfc("tables" . a_loopfield, lobby)
    If ( theseTables="" )
      continue
    tables := addToList(tables, theseTables)
    If ( includeLobby )
      tables := addToList(tables, lobby)
  }  return tables
}

; ## casino ##

casino(id) {
global casinos
Loop, Parse, casinos, `,
  { lobby := dfc("lobby" . a_loopfield)
    If ! lobby
      continue
    If IsIn(id, dfc("tables" . a_loopfield, lobby))
      return a_loopfield
  }
}

; ## drag&drop ##

DragNDrop:
win := MouseGetWin()
tables := tables() 
If ! IsIn(win, tables)
  return
MouseGetPos,, y
If ( y > 60 )
  return
WinExist("a")
PostMessage, 0xA1, 2
return

; ## Prefs ##

Prefs:
Gui, +toolwindow
Gui, Margin, 5, 5
Gui, Font,, Comic Sans MS
Gui, Add, Checkbox, vincludeLobby checked%includeLobby%, &Include Lobby
Gui, Add, Checkbox, vdragNdrop checked%dragNdrop%, &Enable drag&&drop
Gui, Add, Checkbox, vnoBorder checked%noBorder%, &Strip border completely
Gui, Add, Button, default section h20, Submit
Gui, Add, Button, ys h20, &Cancel
Gui, Show,, Preferences
return

ButtonSubmit:
Gui, Submit
IniWrite, % includeLobby, % ini, Prefs, includeLobby 
IniWrite, % dragNdrop, % ini, Prefs, dragNdrop
IniWrite, % noBorder, % ini, Prefs, noBorder
Reload
return

GuiClose:
GuiEscape:
ButtonCancel:
Gui destroy
return 

; ## tray menu ##

Help:
Run http://www.overcards.com/wiki/moin.cgi/NoTitlebar
return

About:
TrayTip
  , NoTitlebarStars v%version%, Author: Roland`nE-mail: roland@overcards.com
  ,, 1
return

PlugIn:
RunWait PlugIn.ahk
Run Start.ahk

Exit:
exitApp

Last edited by Max1mums; 11-23-2009 at 05:59 PM.
notitle bar AHK on pokerstars, help please :( Quote
11-23-2009 , 11:07 PM
Maybe I'm a tardo, but I can't this get this to work. Replaced the old notitlebar.ahk with this one, run it, paste the stars plugin code into the plugin, and hit sumbit. Should be working right? Tried it both with and w/o all the fancy graphics
notitle bar AHK on pokerstars, help please :( Quote
11-23-2009 , 11:20 PM
Here is new version, options from preferences menu work correctly now, added "restore" option (NoTitlebar.ahk):
Code:
; #### NoTitlebar ####

; AHK version: 1.0.46.09
; date: 5:12 PM Friday, April 06, 2007
; version: 1.04
; author: Roland (roland@overcards.com)

#NoEnv
#NoTrayIcon
#SingleInstance force
#Include %a_scriptDir%
#Include Functions.ahk
#Include *i casinos.ahk
#Include dfc.ahk

SetWorkingDir %a_scriptDir%

If 1 != -i
  Menu, Tray, Icon
  
OnMessage(0x5555, "ExitMsg")

ini = NoTitlebar.ini
IniRead, includeLobby, % ini, Prefs, includeLobby, 0
IniRead, dragNdrop, % ini, Prefs, dragNdrop, 1
IniRead, noBorder, % ini, Prefs, noBorder, 0
IniRead, restore, % ini, Prefs, restore, 0
IniRead, version, % ini, Prefs, version

Loop, Casinos\*.ahk
  casinos:=addToList(casinos, StrRep(a_loopFileName, ".ahk"))

Menu, Tray, NoStandard
Menu, Tray, Add, &Help, Help
Menu, Tray, Default, &Help
Menu, Tray, Add 
Menu, Tray, Add, &About, About 
Menu, Tray, Add
Menu, Tray, Add, &Preferences, Prefs
Menu, Tray, Add
Menu, Tray, Add, Plug-&In..., PlugIn
Menu, Tray, Add
Menu, Tray, Add, E&xit, Exit
Menu, Tray, Tip, NoTitlebar v%version%

If ( dragNdrop )
  Hotkey, ~LButton, DragNDrop

SetTimer, timer, 500
return

; ## end of auto-execute section ##

; ## timer ##

Timer:
tables := tables() 
Loop, Parse, tables, `,
  { If ( a_loopfield="" )
      continue
    WinGetPos,,, w,, ahk_id%a_loopfield%
    If ( w!=wPrev%a_loopfield% ) {
        WinWaitStatic(a_loopfield, 2000)
        Cut(a_loopfield)
      }
    wPrev%a_loopfield% := w
  }
return

; ## cut ##

Cut(win) {
global
WinGetPos,,, wsize, hsize, ahk_id%win%
;global caption,noBorder
WinGet, style, style, ahk_id%win%
code:=( style & 0x40000 ) ? 32 : 7
SysGet, border, % code
SysGet, caption, 4
b:=( noBorder ? border : 0 )
c:=dfc(caption . casino(win))
c:=caption!="" ? c : caption
c:=( noBorder ? caption+border : caption )
xx:=wsize-b, yy:=hsize-b
;WinSet, Region
;  , %b%-%c% %xx%-%c% %xx%-%yy% %b%-%yy% %b%-%c%
;  , ahk_id%win%
if !restore
{
WinSet, Style, -0xC00000, ahk_id%win%
if noborder
WinSet, Style, -0x40000, ahk_id%win%
else
{
WinSet, Style, +0x40000, ahk_id%win%
if !b
b:=border/2
else
b:=border
}
}
else
{
WinSet, Style, +0xC00000, ahk_id%win%
WinSet, Style, +0x40000, ahk_id%win%
if b
b:=-1*border
else
b:=0
if c
c:=-1*caption
else
c:=0
}
WinGetPos,,, wnew, hnew, ahk_id%win%
ControlGet, Z, Visible,,PokerStarsChatClass1, ahk_id %win%
if not Z
ControlGet, Z, Visible,,PokerStarsNoteEditorClass1, ahk_id %win%
if not Z
ControlGet, Z, Visible,,PokerStarsInfoClass1, ahk_id %win%
if not Z
ControlGet, Z, Visible,,PokerStarsInfoClass2, ahk_id %win%
if not Z
ControlGet, Z, Visible,,PokerStarsFrameClass2, ahk_id %win%
if Z
if ((wnew=wsize) and (hnew=hsize))
{
w1:=wsize-2*b
h1:=hsize-2*b-c
WinSet, Region
  ,0-0 w%w1% h%h1%
, ahk_id%win%
}
noborder%win%:=true
}
; ## tables ##

tables() {
global casinos, includeLobby, auto
Loop, Parse, casinos, `,
  { lobby := dfc("lobby" . a_loopfield)
    If ! lobby
      continue
    theseTables:=dfc("tables" . a_loopfield, lobby)
    If ( theseTables="" )
      continue
    tables := addToList(tables, theseTables)
    If ( includeLobby )
      tables := addToList(tables, lobby)
  }  return tables
}

; ## casino ##

casino(id) {
global casinos
Loop, Parse, casinos, `,
  { lobby := dfc("lobby" . a_loopfield)
    If ! lobby
      continue
    If IsIn(id, dfc("tables" . a_loopfield, lobby))
      return a_loopfield
  }
}

; ## drag&drop ##

DragNDrop:
win := MouseGetWin()
tables := tables() 
If ! IsIn(win, tables)
  return
MouseGetPos,, y
If ( y > 60 )
  return
WinExist("a")
PostMessage, 0xA1, 2
return

; ## Prefs ##

Prefs:
Gui, +toolwindow
Gui, Margin, 5, 5
Gui, Font,, Comic Sans MS
Gui, Add, Checkbox, vincludeLobby checked%includeLobby%, &Include Lobby
Gui, Add, Checkbox, vdragNdrop checked%dragNdrop%, &Enable drag&&drop
Gui, Add, Checkbox, vnoBorder checked%noBorder%, &Strip border completely
Gui, Add, Checkbox, vrestore checked%restore%, &restore borders and caption
Gui, Add, Button, default section h20, Submit
Gui, Add, Button, ys h20, &Cancel
Gui, Show,, Preferences
return

ButtonSubmit:
Gui, Submit
IniWrite, % includeLobby, % ini, Prefs, includeLobby 
IniWrite, % dragNdrop, % ini, Prefs, dragNdrop
IniWrite, % noBorder, % ini, Prefs, noBorder
IniWrite, % restore, % ini, Prefs, restore
Reload
return

GuiClose:
GuiEscape:
ButtonCancel:
Gui destroy
return 

; ## tray menu ##

Help:
Run http://www.overcards.com/wiki/moin.cgi/NoTitlebar
return

About:
TrayTip
  , NoTitlebarStars v%version%, Author: Roland`nE-mail: roland@overcards.com
  ,, 1
return

PlugIn:
RunWait PlugIn.ahk
Run Start.ahk

Exit:
exitApp
notitle bar AHK on pokerstars, help please :( Quote
11-23-2009 , 11:26 PM
TomoDaK, right click script icon and go to preferences menu, "Strip borders completely" option will erase borders and caption, if "restore" option is on borders and caption will be always visible, if none of them selected caption will be erased and borders will stay; click submit and wait few secs, changes will be made only for table which was in static position for 2 seconds.
notitle bar AHK on pokerstars, help please :( Quote
11-23-2009 , 11:37 PM
Tried all combos in the options, classic vs modded theme, etc and still no go w/ latest update. Any ideas?
notitle bar AHK on pokerstars, help please :( Quote

      
m