Skip to content
MSN

Docking a statusbar

A TG007 community discussion started by X-Fusion.

Discussion 10 posts
Page 1 of 1
Open
Topic #518 · 10 published posts · 1,083 views

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?

Edited May 19, 2004 11:48 PM by X-Fusion

/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) }

Edited May 20, 2004 1:02 AM by [::X-System::]

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 blink.gif

i always mixed between korntools and rebar !

=\

 

btw xFusion, i think using rebar.dlll wud be better than korntools

Edited May 21, 2004 12:43 AM by [::X-System::]

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. huh.giftongue.gifbiggrin.giflaugh.gifmad.gif

Seein as im using 6.03 sir, thats not my problem wink.gif

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) }