Bug #3615
closedDialog when setting 'disable' in options doesn't working on the X button
0%
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!
Updated by Per Amundsen over 7 years ago
- Status changed from New to Rejected
It's not possible to change the control buttons after they are created in .NET.
I have however added a block so the form can't be closed until "disable" is over.
Updated by westor (GR) over 7 years ago
You mean that the X button will not be available for click until the disable mode finishes?
Updated by Per Amundsen over 7 years ago
Yeah you can't click it, but the button is not faded like in mirc, and even if you manage to click it or press escape/ALT+F4 nothing will happen until "disable" is over.
Updated by westor (GR) over 7 years ago
Ok no problem , thanks for that addition!
Updated by westor (GR) over 7 years ago
Also according the 'disable' flag in options, it should disable all the control ids except all text controls ids, now adiirc disabling and text control ids if 'disable' exists in options, is it possible to make an exception all text control ids from that ? (as mirc has that too) because it has no effect to be disabled the text control ids too.
Updated by westor (GR) over 7 years ago
If this is possible to be done or if you are going to add that, reply to give a test.
- Thanks!