Bug #3615
closed
Dialog when setting 'disable' in options doesn't working on the X button
Added by westor (GR) over 7 years ago.
Updated over 7 years ago.
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!
- 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.
You mean that the X button will not be available for click until the disable mode finishes?
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.
Ok no problem , thanks for that addition!
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.
If this is possible to be done or if you are going to add that, reply to give a test.
- Thanks!
Also available in: Atom
PDF