Grouplist Help
#1
is it possible to change the weather via a grouplist ?, i cant find the actual command that change the weather location. all i can find is this:
Code:
<control type="spincontrolex" id="3">
                        <description>change location button</description>
                        <posx>135</posx>
                        <posy>60</posy>

                        <width>40</width>
                        <textcolor>00bbbbbb</textcolor>
                        <focusedcolor>00FFFFFF</focusedcolor>

                        <textureup>settings/spin-up.png</textureup>
                        <texturedown>settings/spin-down.png</texturedown>
                        <textureupfocus>settings/spin-up-focus.png</textureupfocus>
                        <texturedownfocus>settings/spin-down-focus.png</texturedownfocus>
            
                        <font>Font_SettingsOptions</font>
                        <disabledcolor>00d0d0d0</disabledcolor>

                        <aligny>center</aligny>
                        <align>-</align>
                        <textoffsetx>130</textoffsetx>
                        <spinposx>-2</spinposx>
                        <spinwidth>40</spinwidth>
                        <spinheight>65</spinheight>
                        <include>Animations_SettingsButtonFade</include>
                    </control>

but what is the actual command or how would i convert this into a grouplist ?.


Andy.
Reply
#2
You can't its hard coded in c++ into the id of the spin control in the weather window there is no way to change it externally or with any other control type

Unless of course someone adds it but right now you can't
Reply
#3
Jezz_X Wrote:You can't its hard coded in c++ into the id of the spin control in the weather window there is no way to change it externally or with any other control type

Unless of course someone adds it but right now you can't

ok thanks
Reply
#4
Actually, the Control.Move() message (I think that's what it is) can be sent to the spinner control from a different dialog - the window will probably need to be active though for this to happen.

Cheers,
Jonathan
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
Grouplist Help0