Description
If one maximizes a window, or drags the window to be bigger, make the fields in the window and its contents accordingly bigger.
Use Case
Especially when a field is a picture could the picture in it been shown bigger as the user drags its form window to be bigger
Importance
great
Type
Windows GUI
Operating System
Windows
Status
Closed
Status=Closed
The new attach property topics HSIZE and VSIZE make this wish possible.
For a picture do not forget to set the scaling to automatic:
$fieldproperties(“PIC.DUMMY”) = “attach=hsize,vsize·;hscale=auto·;vscale=auto”
From which version of Uniface on will this new attach property be available?
This was in 9.6.05, available Jan 2014.
Even better: In Uniface 9.6.03 the new values HSIZE,VSIZE,HMOVE,VMOVE for the ATTACH property were introduced. Sometimes it is nice to combine this with the ATTACHMARGIN property that was introduced in Uniface 9.6.02.