mIRC Home    About    Download    Register    News    Help

Print Thread
#266450 12/12/19 06:33 PM
Joined: Dec 2015
Posts: 148
Dazuz Offline OP
Vogon poet
OP Offline
Vogon poet
Joined: Dec 2015
Posts: 148
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

Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
Similar thing happens with did -d on my combo drop edit control, text does not disappear until mouse over

Joined: Dec 2002
Posts: 5,420
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,420
Thanks this issue has been fixed for the next version.


Link Copied to Clipboard