Actions
Bug #5760
closed
W(
PA
$dialog().state returns incorrect values
Bug #5760:
$dialog().state returns incorrect values
Start date:
07/14/2023
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
When minimizing a dialog window and using $dialog(name).state is keeps saying maximized
Code :
//dialog -md state_test state_test | dialog -i state_test | echo -a IS: $dialog(state_test).state
dialog state_test {
title "test"
size -1 -1 800 600
option pixels
button "&OK", 1, 695 565 75 25, ok
}
- Thanks!
PA Updated by Per Amundsen about 2 years ago
- Subject changed from $dialog().state returns incorrectly values to $dialog().state returns incorrect values
- Status changed from New to Resolved
PA Updated by Per Amundsen about 2 years ago
- Status changed from Resolved to Closed
Actions