Skip to content
General IRCd

docking?

A TG007 community discussion started by niCk.

Discussion 3 posts
Page 1 of 1
Open
Topic #696 · 3 published posts · 1,253 views

im trying to dock my mp3 player on my switch bar but its not letting me. heres waht im putting:

/dll ktools/ktools.dll DockSwitchbar $dialog(bmp3).hwnd

 

can someone tell me whats wrong with the code?

If the mp3 dialog is a seprate dialog which it sounds like you cant just dock it like that, you'd need to build the MP3 player into the actual switchbar.

"Be more concerned with your character than your reputation

because your character is who you really are while your reputation is merely what others think of you."

 

DesolateMx 8.0

Parameters: hwnd > top|left|right|bottom

Description: This docks windows the all 4 sides of mIRC. Right now you can only have 1 docked dialog. Also, if you want to use a @window, I suggest using a @window with the style below.

Examples: //dialog -m brad brad | //dll ktools.dll DockWindow $dialog(brad).hwnd > top

//window -pdh +d @brad 100 100 100 100 | dll ktools.dll DockWindow $window(@brad).hwnd > left

from the ktools helpfile

 

also, you have to have multiple copies of ktools for each dialog you dock(ie, 1 on left and 1 on right needs 2 dlls)

 

dll ktools/ktools.dll DockWindow $dialog(bmp3).hwnd > top

should be about what ya need

What one man can do, another can do!