K
kirkm
Anyone know why autosize sometimes increases label height
far in excess of what it should be? It occurs after the label text is
changed to something smaller, then restored to what it was.
Should this logic to reset work?. It isn't!
Set Autosize False
Set label1 = ""
Assign label1= newtextstring
Set Autosize True
Also when autosize causes descenders to be cropped, can you append a
blank line (to the label)?
Thanks - Kirk
far in excess of what it should be? It occurs after the label text is
changed to something smaller, then restored to what it was.
Should this logic to reset work?. It isn't!
Set Autosize False
Set label1 = ""
Assign label1= newtextstring
Set Autosize True
Also when autosize causes descenders to be cropped, can you append a
blank line (to the label)?
Thanks - Kirk