"TheEndless" wrote:
What does "m.decodedText["sid"]" look like? Presumably, it's not just a string, as that's not the correct format for a text layer on roImageCanvas.
Also, for your pics, if you want transparency, try setting the CompositionMode to "Source_Over" to enable alpha blending (http://sdkdocs.roku.com/display/sdkdoc/ ... +Meta-Data).
Thanks for the reply. First off, the decodedText["sid"] is pointing to an AA as shown below. I appologize as that wasn't supposed to make the copy and paste, as the issue I am having right now is with the pics portion
🙂 Regardless, I did try using sourc_over as well yesterday and wasn't having any luck with my image coming up. Is it ok if my image has a transparency layer to begin with? I have no problem getting a black square to be transparent by changing the alpha in the color, but have not had luck with this image. I am going to be playing with this some more today so I will post here anything new I find.
arr["sid"] = CreateObject("roAssociativeArray")
arr["sid"]["targetRect"] = {x: decodedTextStartPoint.x, y: decodedTextStartPoint.y, w: tableWidths.wCol1, h: tableHeight}
arr["sid"]["textAttrs"] = textAttr
arr["sid"]["text"] = ""