Code:
  dialog tablename {
    title "Dialog"
    size -1 -1 270 95

    tab "Tab 1", 1, 0 0 270 100
    tab "Tab 2", 2
    tab "Tab 3", 3
    tab "Tab 4", 4
    tab "Tab 5", 5
    combo 6, 15 45 240 100, edit drop tab 1
  }
  on *:dialog:tablename:init:0: {
    did -ac $dname 6 &bbold, &uunderline
  }


now when you open the dialog with
Code:
  dialog -am tablename tablename

its display correctly, but when you click 'Tab1' till 'Tab5'
and click it back from 'Tab5' to 'Tab1', text inside combobox
have an error. where '&u' changed to ascii 01 (hex)

i am use mIRC v6.14 under Win2K (German Version)


Charlie