Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
joycewang
Visitor

Scene Graph XML: dynamic width of a Label

Is there any way to get the dynamic width of a Label in Scene Graph XML? I'm asked to provide a dynamic focus box around a label and need to know the dynamic width.
Normally I just use roFont.GetOneLineWidth(), but it seems roFont cannot be used in Scene Graph XML. Is there any properties in Label that I can get it's width or some other approaches?

Sample code would be great helpful. thanks in advance.
0 Kudos
2 REPLIES 2
MediaDev
Visitor

Re: Scene Graph XML: dynamic width of a Label

Please try using boundingRect() after the label is set.

Regards
Media dev
0 Kudos
youssefsherif
Streaming Star

Re: Scene Graph XML: dynamic width of a Label

how can i do that?

0 Kudos