so "did -i $dname 4 1 seticon normal 0 0,zeus\icon\2.ico" tryes to set "2.ico" in front of "Channel's (9)", in front all the channel, in front "query" and in front the query they may be. but i only what the "2.ico" in front all the channel, - #clankamp.dk, #ey and so on. but it sets or it tryes to set a icon in front of "channel's (9)" and "query" but can i set it. how can i control whare "2.icon" shall be? and can you tell me why when i click on one of the channel, the icon disappear? like #majt

Code:
did -i $dname 4 1 iconsize normal small
  did -i $dname 4 1 seticon normal 0 0,Zeus\icon\2.ico
  did -i $dname 4 1 cb 2
  did -a $dname 4 +bce Channel's ( $+ $chan(0) $+ )
  did -a $dname 4 +bce Query's ( $+ $query(0) $+ )
  did -i $dname 4 1 cb 2

  if ($chan(1) != $null) {
    did -a $dname 4 1 $chan(1)
  }
  if ($chan(2) != $null) {
    did -a $dname 4 1 $chan(2)
  }
  if ($chan(3) != $null) {
    did -a $dname 4 1 $chan(3)
  }
  if ($chan(4) != $null) {   
    did -a $dname 4 1 $chan(4)
  }
  if ($chan(5) != $null) {
    did -a $dname 4 1 $chan(5)
  }
 

Last edited by he3f; 04/03/07 07:24 PM.