Project

General

Profile

Actions

Bug #3615

closed

Dialog when setting 'disable' in options doesn't working on the X button

Added by westor (GR) over 6 years ago. Updated over 6 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Category:
Scripting
Target version:
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 #1

Updated by Per Amundsen over 6 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.

Actions #2

Updated by westor (GR) over 6 years ago

You mean that the X button will not be available for click until the disable mode finishes?

Actions #3

Updated by Per Amundsen over 6 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.

Actions #4

Updated by westor (GR) over 6 years ago

Ok no problem , thanks for that addition!

Actions #5

Updated by westor (GR) over 6 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.

Actions #6

Updated by westor (GR) over 6 years ago

If this is possible to be done or if you are going to add that, reply to give a test.

- Thanks!

Actions

Also available in: Atom PDF