Actions
Bug #3615
closed
    W(
    PA
  
Dialog when setting 'disable' in options doesn't working on the X button
    Bug #3615:
    Dialog when setting 'disable' in options doesn't working on the X button
  
Start date:
07/24/2017
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
There is an tiny GUI issue related to 'disable' flag if set in dialog options, the dialog ids getting disabled but not the X dialog right corner button.
Example:
/dialog -md example8 example8
dialog example8 { 
  title "Example" 
  size -1 -1 112 100
  option dbu disable
  button "Test", 3, 20 30 70 20, ok
}
- Thanks!
Actions