mIRC Homepage
Posted By: Dazuz Rich edit line overwrite - 12/12/19 06:33 PM
To put it shortly, if you use "/did -o" to overwrite a line in rich editbox, the display doesn't update until you highlight the text.

/dialog -m reot reot
Code
dialog reot {
  title "rich edit overwrite test"
  size -1 -1 110 40
  option map
  edit "", 1, 5 4 100 31, multi read rich
}

on *:dialog:reot:init:0: {
  didtok reot 1 44 line one,line two
  .timerreot -om 0 1000 did -o reot 1 2 TEST: $!ticks
}

on *:dialog:reot:close:0:.timerreot off
Posted By: Loki12583 Re: Rich edit line overwrite - 12/12/19 08:14 PM
Similar thing happens with did -d on my combo drop edit control, text does not disappear until mouse over
Posted By: Khaled Re: Rich edit line overwrite - 12/12/19 10:59 PM
Thanks this issue has been fixed for the next version.
© mIRC Discussion Forums