Actions
Bug #2806
closed/did -a on "box" control should replace the text instad of append
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
Updated by O uims over 8 years ago
This is incorrect, -a appends, if you want to replace, use -ra, -a should not overwrite.
Updated by Per Amundsen over 8 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