Project

General

Profile

Actions

Bug #2806

closed
PA PA

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

Bug #2806: /did -a on "box" control should replace the text instad of append

Added by Per Amundsen over 9 years ago. Updated over 9 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

PA Updated by Per Amundsen over 9 years ago Actions #1

  • Status changed from Resolved to Closed

OU Updated by O uims over 9 years ago Actions #2

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

PA Updated by Per Amundsen over 9 years ago Actions #3

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
}

OU Updated by O uims over 9 years ago Actions #4

Right, mIRC is wrong then.

Actions

Also available in: PDF Atom