Alright, if its not any trouble I need a little help. I'm trying to dock a statusbar with Ktools but it wont seem to dock.
/dll dlls/ktools.dll DockDialog $dialog(statusbar).hwnd > bottom
It wont dock at all, anybody have any ideas?
A TG007 community discussion started by X-Fusion.
Alright, if its not any trouble I need a little help. I'm trying to dock a statusbar with Ktools but it wont seem to dock.
/dll dlls/ktools.dll DockDialog $dialog(statusbar).hwnd > bottom
It wont dock at all, anybody have any ideas?
/dll dlls\ktools.dll DockDialog $dialog(statusbar).hwnd > bottom
try that or
/dll $ktoolz DockDialog $dialog(statusbar).hwnd > bottom
alias ktools { return $shortfn($mircdirdlls\ktools.dll) }
on me:*:join:#:hop #
It's DockWindow, not DockDialog, unless i'm missing something.
Yeah tidy I tried dockwindow....makes a huge window on the side ![]()
i always mixed between korntools and rebar !
=\
btw xFusion, i think using rebar.dlll wud be better than korntools
on me:*:join:#:hop #
Personally im more familiar with Ktools.
* /dll: no such routine 'DockDialog' (line 99, sb.txt)
.-.
ahm ahm sir am i allowed to say somethin. Ktools.dll doesn't work fine wid mirc 6.14 i has the same problem(big and blank dialog appears) but when i used rebar.dll i things got fine for me. ![]()
![]()
![]()
![]()
![]()
Seein as im using 6.03 sir, thats not my problem ![]()
on *:start: { statusbar }
alias statusbar{
//dialog -m statusbar statusbar
//dll $ktools Dock $dialog(statusbar).hwnd > bottom
}
alias ktools { return dlls\ktools.dll) }
If you using ktools on another dialog you might wanna change $ktools to $ktools1.
So that it has a different alias, but it will still work.
on *:start: { statusbar }
alias statusbar{
//dialog -m statusbar statusbar
//dll $ktools1 Dock $dialog(statusbar).hwnd > bottom
}
alias ktools1 { return dlls\ktools.dll) }
Sign in to reply or start a new topic where your account has permission.