johnmarsden
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2017
12:40 PM
Complex text in SceneGraph
I have a couple of questions here.
1.) What's the best way to create "anchors" (clickable/focusable) text within a Label? e.g. "View our PRIVACY POLICY"
2.) Is it possible to group text styles into a ScrollableText type component? I want ScrollableText with a different sized header that also scrolls with the text.
Thanks for the help guys. I'll probably have more questions I'll put in different threads to help create a searchable record for others with similar questions.
Go Scene Graph.
1.) What's the best way to create "anchors" (clickable/focusable) text within a Label? e.g. "View our PRIVACY POLICY"
2.) Is it possible to group text styles into a ScrollableText type component? I want ScrollableText with a different sized header that also scrolls with the text.
Thanks for the help guys. I'll probably have more questions I'll put in different threads to help create a searchable record for others with similar questions.
Go Scene Graph.
4 REPLIES 4
johnmarsden
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2017
12:48 PM
Re: Complex text in SceneGraph
Additionally, what about having a multi-line Label (header) that has another Label (paragraph) underneath of different size.
Should I dynamically set the header label, wait for an onChange event, then change the translation on the second label to be the y+height of the first?
Or is there a simpler way?
🙂
Should I dynamically set the header label, wait for an onChange event, then change the translation on the second label to be the y+height of the first?
Or is there a simpler way?
🙂
johnmarsden
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2017
10:33 AM
Re: Complex text in SceneGraph
Bump.
dclaze
Newbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2020
04:55 PM
Re: Complex text in SceneGraph
Bump! Any updates on this?
roubix
Reel Rookie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2021
01:42 PM
Re: Complex text in SceneGraph
Bump. I am looking for this too. Would also be great to be able to add a margin between the text and scrollbar. Maybe a text width parameter would make sense?