"dratio" wrote:
I am building an item with multiple labels on the same line. There will be dynamic content in the labels, so the width of the labels will be changing based on what the text is, so I have the width set to zero for both. However, when I need the final width of the first label in order to properly place the second label, it is still returning as zero. Is there a way to access the final width of the label in order to determine where the second label should go. I am assuming that this will be done via translation, but I need an x-value to put into the translation.
"brybott" wrote:
label.isEllipsized always seems to return false, even when I can visually see the ... ellipsis occurring. It happens regardless of if ellipsizeAtBoundary is set to true or false. The ellipsis also occurs regardless of if ellipsizeAtBoundary is set to true or false.
"edskitter" wrote:
Concerning video, what are Roku's plan for securing video?
In previous version, I was using :
videoContent.Addheader("reserved-id", "xxxx.."
videoContent.SetCertificatesFile("pkg:/certs/xx.crt")
videoContent.InitClientCertificates()
How can we achieve this with the new API?
"RokuJoel" wrote:
this BB doesn't seem to be able to do tables at the moment