Can I flip a label control
#1
Hi,

As the subject says is it possible to flipy a label control or not?

Thanks,

Mike.
SKIN: Aeon Madnox
RIP Schimi2k, we miss you.
When I grow up I want to be a skilled skinner
Thank me by ⬇ adding to my + reputation
Reply
#2
No. Only textures support flipy.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#3
Thanks for the confirmation mkortsteige.
SKIN: Aeon Madnox
RIP Schimi2k, we miss you.
When I grow up I want to be a skilled skinner
Thank me by ⬇ adding to my + reputation
Reply
#4
Animate it instead.
Reply
#5
As Hitcher suggested, use an animation:

PHP Code:
<animation effect="rotatex" start="180" end="180" time="0" condition="true">Conditional</animation
Reply
#6
Indeed, and steer clear of the <angle> attribute as its due to be removed from Jarvis
Reply
#7
(2015-08-25, 18:11)im85288 Wrote: Indeed, and steer clear of the <angle> attribute as its due to be removed from Jarvis

Not anymore.
Reply
#8
(2015-08-25, 18:30)Hitcher Wrote:
(2015-08-25, 18:11)im85288 Wrote: Indeed, and steer clear of the <angle> attribute as its due to be removed from Jarvis

Not anymore.

Great! That'll save some pain. Cheers
Reply
#9
Thanks everyone, the animation works but I need to diffuse them as part of a reflection and don't think I can. I have labels and an image, image is ok but guess not the labels?
SKIN: Aeon Madnox
RIP Schimi2k, we miss you.
When I grow up I want to be a skilled skinner
Thank me by ⬇ adding to my + reputation
Reply
#10
I did it for Welo many years ago -



I'll see if I can find the code later.
Reply

Logout Mark Read Team Forum Stats Members Help
Can I flip a label control0