mIRC Homepage
Posted By: extremity Help with v7.xx and window tabs - 16/02/11 12:18 AM
I do not want to call this a bug because I get odd functionality..

I had a simple script that loaded a new window with a listbox and tab positions..

Code:
window -aCdok0l120 -t1,4,9,22,25,30 @access -1 -1 860 400 


In 6.35 I could easily use the tab stops using $chr(9) and the text would conform to the tabs.

Now w 7.xx, the text does not conform to the tabstops using $chr(9). Any suggestions?
Posted By: hixxy Re: Help with v7.xx and window tabs - 16/02/11 06:35 PM
This works fine for me?

Code:
alias test {
  var %t = $chr(9)
  window -aCdok0l120 -t10,20,30,40,50,60 @access -1 -1 860 400 
  aline -l @access $+(a,%t,b,%t,c,%t,d,%t,e,%t,f)
}


/test
© mIRC Discussion Forums