I have a similar problem to viewtopic.php?f=8&t=37922&hilit=slow+text+screen, but the issue is happening inside a screen for me. I'm hoping it's user error on my part.
My text declarations are inside a screen and look like this:
Code: Select all
screen some_screen:
window:
fixed:
showif tab == 1:
if selected_item > 0:
text item_name color (255, 216, 0) min_width 200 text_align 0.5 slow True slow_cps 20 font locker_font size 12 xpos (320.0 / 1280.0) ypos (166.0 / 720.0)
text item_desc color (255, 255, 255) slow True slow_cps 20 font locker_font size 10 area ((330.0 / 1280.0), (281.0 / 720.0), 185, 360)
Thanks!