This article applies to:
E-Prime 3.0
Symptoms
A decimal FontSize value is not accept or saved.
Detail
This bug occurs when specifying the FontSize property of a TextDisplay object, SlideText, SlideChoice, SlideButton, or SlideSlider sub-object.
Workaround
Either set the FontSize to a number that is a whole number or specify the FontSize in script. For example, the following script shows how to set the FontSize for a SlideButton sub-object.
'Replace the object names as needed
Dim SB As SlideButton
Set SB = CSlideButton(Slide1.ActiveObjects("Button1"))
SB.Theme.Normal.FontSize = "18.5"
See Also:
RELEASE INFO: Known Issues in E-Prime 3.0 Update 2 (3.0.3.80) [27789]
Comments
0 comments
Please sign in to leave a comment.