mIRC Home    About    Download    Register    News    Help

Print Thread
#44657 28/08/03 07:57 PM
Joined: Dec 2002
Posts: 397
A
ATMA Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
ok i just need to figur out a way to dock a dialog to the bottom of mirc instead of the top any one have any ideal ways of doing this?


Need amazing web design for low price: http://www.matrixn3t.net
#44658 28/08/03 08:35 PM
Joined: May 2003
Posts: 215
Fjord artisan
Offline
Fjord artisan
Joined: May 2003
Posts: 215
I thought the most recent version of kTools.dll allowed this?


- Jason
#44659 28/08/03 09:06 PM
Joined: Feb 2003
Posts: 79
A
Babel fish
Offline
Babel fish
A
Joined: Feb 2003
Posts: 79
/dll Files/dll/ktools.dll DockWindow $dialog(dialogname).hwnd > bottom

#44660 29/08/03 01:55 AM
Joined: Dec 2002
Posts: 397
A
ATMA Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
thx man i will try that


Need amazing web design for low price: http://www.matrixn3t.net
#44661 29/08/03 02:13 AM
Joined: Dec 2002
Posts: 397
A
ATMA Offline OP
Fjord artisan
OP Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
ok ok now this is strange its not even activating the dll for some reason....

Code:
dialog google {
  title "Google Search script"
  size -1 -1 1000 18
  option dbu
  text "Google Search:", 1, 1 4 50 11
  edit %google.lastserach, 2, 40 2 100 11
  button "Search", 3, 140 2 50 11, ok
}
on *:dialog:google:sclick:3: {
  echo Searching Google
  set %google.lastserach $did(google,2)
  run http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q= $+ $replace( $+ $did(google,2) $+ ,$chr(32),+)
}
on *:dialog:google:init:0: {
  dll $mircdirdlls\kTools.dll DockWindow $dialog($dname).hwnd > bottom
} 
alias google { dialog -m google google }


this is only v1.0 beta 1 hope you ppl will like what i have done so far ;p lol


Need amazing web design for low price: http://www.matrixn3t.net

Link Copied to Clipboard