button focus label size
#1
hey again
I have a coupple of new questions im really slow at learning this.
How would I go about a bigger focus label in a button control without a bigger button?
I was thinking zoom animation but that aplies to the whole button ?
I can´t seem to stop a focus label in a list from scrolling is this not possible ?
Is it correct that when creating a new popup menu you make a new window ? I have done this and it works very well but was wondering if there was a smarter way to do it ?
related to the popup menu can this be used http://forum.xbmc.org/showthread.php?tid...pid1762946
PHP Code:
<control type="image">
    [...]
    <
animation effect="slide" end="50" time="0" condition="Container(id).Position(1)">Conditional</animation>
    <
animation effect="slide" end="100" time="0" condition="Container(id).Position(2)">Conditional</animation>
    <
animation effect="slide" end="150" time="0" condition="Container(id).Position(3)">Conditional</animation>
    ...
</
control
Im thinking since its 2 different windows it might be problematic
hope you can help again
ztrust
Reply
#2
You could do it with a label top of the button (without a label), that anims via zoom when the button is focused?
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
button focus label size0