Project

General

Profile

Actions

Bug #2806

closed

/did -a on "box" control should replace the text instad of append

Added by Per Amundsen almost 8 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Scripting
Target version:
Start date:
06/27/2016
Due date:
% Done:

0%

Estimated time:
Operative System:
All
Regression:
No

Description

/did -a on "box" control should replace the text instad of append

Actions #1

Updated by Per Amundsen almost 8 years ago

  • Status changed from Resolved to Closed
Actions #2

Updated by O uims over 7 years ago

This is incorrect, -a appends, if you want to replace, use -ra, -a should not overwrite.

Actions #3

Updated by Per Amundsen over 7 years ago

Try it

dialog testbox {
  title "iii" 
  size -1 -1 100 100
  option dbu
  box "text", 1, 5 5 90 90
}

alias testbox {
  dialog -m testbox testbox
  did -a testbox 1 text2
  echo -ag $did(testbox, 1).text
}

Actions #4

Updated by O uims over 7 years ago

Right, mIRC is wrong then.

Actions

Also available in: Atom PDF