02-05-2010, 12:57 PM
Function TB_DictbarOpen
in toolbar replace all
OpenInTbWebBrowser...siz...
to
TB_DictbarOpen...
;/
function $url width height
;Opens URL in toolbar, and resizes.
;EXAMPLE
;dict :TB_DictbarOpen "http://pocket.dict.cc/?s=" 300 300 **
OpenInTbWebBrowser url
int h=TriggerWindow
int le to he
GetWorkArea le to 0 he
MoveWindow h le to+he-height width height 1
in toolbar replace all
OpenInTbWebBrowser...siz...
to
TB_DictbarOpen...