|
Hi Viswa, Unfortunately it's not possible to set a domain to the textLabel component. To set a CLOB value to a textLabel, you have to assign a dummy clob datatyped datasource column to this textLabel component and set its value through api_datasource.setColumnValue API. To make the textLabel's height dynamic, you should use tableLayout instead of xyLayout and set "Dynamic" as row's heightPolicy attribute:
Hope this helps,
(04 Apr '14, 09:56)
viswapsp
Hi Viswa, The default domain of text components is varchar2 and this domain cannot be changed for the textLabel. However, if the textArea is suitable for you, it's possible to achieve your request without datasource, by setting "DefaultCLOB" as your textArea domain:
Regards,
(04 Apr '14, 10:28)
Ibrahim Sand... ♦♦
|