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
1 Comment
Local Administrator
Hello,
I'm afraid the properties "Title" and "CanResize" are not valid for $applproperties. The mentioned properties were incorrectly documented as being dynamic. This documentation fault has been corrected and all the properties supported by $applproperties can be found (on the Compuware Fronline Service Center) in the latest Uniface Library for version 9.4:
And you can download the latest CHM file (Compiled HTML) from here.
I hope the provided information is helpful.
With kind regards,
Daniel
Author: diseli (daniel.iseli@uniface.com)