Control to display text?
#1
Sad 
is there any (build in) control to display multi line text that i can use in my script?
something like you see when displaying info from imdb which seems to do word wrapping.

currently i'm using a controllist displaying each line as an listitem. it works but is the a better way?

thanks bernd
Reply
#2
hi bernd

in ooba i'm using:

self.textbox = xbmcgui.controltextbox(int(self.xratio*10),int(self.yratio*20),int(self.xratio*80),int(sel
f.yratio*75), 'font14', '0xffffffff')
Reply
#3
dumb me!!!
i mixed up controltextbox and controllabel :nuts:

thanks a bunch!
bernd
Reply

Logout Mark Read Team Forum Stats Members Help
Control to display text?0