NewManLiving
12 years agoVisitor
roVideoPlayer & transparency
When using an roVideoPlayer with an roScreen:
1 - Why is it necessary in the first place to have a transparent area over the roVideoPlayer in order to view it. After all,
it is a component and should show up whenever and wherever you put it. If you want to hide it just put something over it
2 - Ok - So we have to have a transparent area over videoplayer in order to see it correct? Except it is not really transparent since
the alphaenable setting of the roScreen has to be set to False. This way it kind of digs a hole through the screen itself, giving you
the 'black box effect'. If you turn the alphaenable setting On it is simply transparent like you would expect - you don't see anything.
3 - Now this would all be fine except it trashes any other transparencies you may have pop up from time to time since the screen no longer
has its alpha enable on and all other transparencies that show up also dig black holes into the screen. Of course you could toggle the setting
but that does not work under all conditions
4 - Is there something I'm missing here? I have tried using everything I could bitmaps, composites, all the settings available to each and
any of them to no avail.
5 - Would appreciate any enlightment. Been working on dialogs and menu popups which all work quite well
except in the part of the program that displays the roVideoScreen. Then it becomes either one or the other
Thanks for you input
1 - Why is it necessary in the first place to have a transparent area over the roVideoPlayer in order to view it. After all,
it is a component and should show up whenever and wherever you put it. If you want to hide it just put something over it
2 - Ok - So we have to have a transparent area over videoplayer in order to see it correct? Except it is not really transparent since
the alphaenable setting of the roScreen has to be set to False. This way it kind of digs a hole through the screen itself, giving you
the 'black box effect'. If you turn the alphaenable setting On it is simply transparent like you would expect - you don't see anything.
3 - Now this would all be fine except it trashes any other transparencies you may have pop up from time to time since the screen no longer
has its alpha enable on and all other transparencies that show up also dig black holes into the screen. Of course you could toggle the setting
but that does not work under all conditions
4 - Is there something I'm missing here? I have tried using everything I could bitmaps, composites, all the settings available to each and
any of them to no avail.
5 - Would appreciate any enlightment. Been working on dialogs and menu popups which all work quite well
except in the part of the program that displays the roVideoScreen. Then it becomes either one or the other
Thanks for you input