ashishMaz
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2018
04:48 AM
Button between label in Roku
Hi,
I need to place button between single label in Roku.
Example : Subscribe for only "here button will come with text " per month.
I need to place button between single label in Roku.
Example : Subscribe for only "here button will come with text " per month.
3 REPLIES 3
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2018
02:11 PM
Re: Button between label in Roku
why does it need to be a single label? you can make a small custom component widget that contains two labels plus one button-type object..
aspiring
ashishMaz
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2018
09:54 PM
Re: Button between label in Roku
"joetesta" wrote:
why does it need to be a single label? you can make a small custom component widget that contains two labels plus one button-type object..
But I need to change position of that button according to content . Button can be right,left or in middle, depend on content.
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2018
10:07 AM
Re: Button between label in Roku
even more then you would not use a single label to do this. you need to combine multiple components, set width to 0 and obtain computed width using boundingRect().width
aspiring