Integrated Application Platform › Forums › General › Dialog not showing buttons › Reply To: Dialog not showing buttons
January 12, 2020 at 8:28 am
#1499
Keymaster
Hi Ajith,
You need to specify closeButton?:
For example: ToolDialog(0, #(Editor), closeButton?:)
It defaults to false because most of our dialogs have other buttons like OK/Cancel in which case it is unclear whether the ‘X’ close button acts like OK or like Cancel.
Dialog now ignores style: and exStyle: because we found it caused too much inconsistency in our applications because people would specify different options. And only certain combinations of style and exStyle work properly.
Best wishes,
Andrew