Startup shell properties
Author: ochesneau@medinfo.fr (ochesneau)
Hi All,
I use UNIFACE 9.4.01
I need to dynamically change the properties of a startup shell
I have successfully used the command $applproperties to change the background image
$applproperties()="backimage=^MyImage"
I would also change the properties caption and resizable to prevent the user to close or change the window size.
I tried the command $allproperties to change properties "TITLE" and "CanResize" but unsuccessfully
Thank you for your help