SmartClient Version: v12.0p_2019-06-12/LGPL Deployment (built 2019-06-12)
Browser: Chrome Version 79.0.3945.117 (Official Build) (64-bit)
When I execute isc.say() or isc.warn() and specify a dialog width, the height of the dialog does not auto size to fit the content. Instead, it provides a vertical scrollbar. Is there a way to get it to auto size the height to fit the content when specifying a width? The code sample I am using is the following:
isc.warn("One<br/>Two<br/>Three<br/>Four", null, {width: 600});
Browser: Chrome Version 79.0.3945.117 (Official Build) (64-bit)
When I execute isc.say() or isc.warn() and specify a dialog width, the height of the dialog does not auto size to fit the content. Instead, it provides a vertical scrollbar. Is there a way to get it to auto size the height to fit the content when specifying a width? The code sample I am using is the following:
isc.warn("One<br/>Two<br/>Three<br/>Four", null, {width: 600});
Comment