Actions
Bug #3271
closed/dialog not display an error in tab case
Start date:
02/04/2017
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
When i use /dialog -md testing testing in order to open this dialog it didn't open and it also didn't receive any error message, the currently error is because i set 'tab 1' that i didn't create tabs inside the dialog setup, but in this case it should return an error because the dialog did never opened.
Test code:
dialog testing {
title "test"
size -1 -1 233 108
option dbu disable
list 3, 4 30 99 47, tab 1 size vsbar disable
}
Updated by Per Amundsen almost 8 years ago
- Status changed from New to Resolved
There used to be a error, but the error display broke in some places last beta due to rewrites, I have fixed that for next beta.
And using tab N without a tabcontrol is also allowed now.
Updated by Per Amundsen almost 8 years ago
- Status changed from Resolved to Closed
Actions