maybe i rushed reporting this as a bug,, anyway this is an example of the code i used:

on *:START: .signal Toolbar

i use many scripts eachone adds its own toolbar button if its loaded

on *:SIGNAL:ToolBar: {
toolbar -axz1tk0n39 C "ConnectIOn" mIRC.exe "/dialog -md C Table"
}

thise code works correctly

on *:SIGNAL:ToolBar: {
var %i $qt($scriptdirTOOLs.icl)
toolbar -axz1tk0 TOOLs "TOOLs" %i $qt(/dialog -mdo TOOLs Table)
}

while this one doesnt

it doesnt access the *.icl, but it can access mirc.exe icons

windows 7 must have broken something !

Last edited by 7ramy; 17/09/09 03:37 AM.