I want to change the textsize of a field. It works for most of my fields - but doesn't for others.
I think the issue is that in some of the fields, I have set certain lines to bold or italic... and once I do that, any commands to set the textsize seem to be ignored.
I set a global parameters gtextsentence which switches according to the stackwidth and platform.
So
In preopen card I have:
Code: Select all
global gtextsentence
put 28 into gtextsentence
set the textsize of field "label_tasklist" to gtextsentence
Code: Select all
set the scrollbarwidth of field "label_tasklist" to 40
set the textstyle of line 4 of field "label_tasklist" to italic
set the vis of field "label_tasklist" to true
Why is it doing this?