Solved "ReplaceWindowAndFocus(pvrgroupmanager,25)" doesnt work anymore since beta3 (at least
#1
"ReplaceWindowAndFocus(pvrgroupmanager,25)" doesnt work anymore since beta3 (at least if used in DialogPVRChannelsOSD.xml).

the same problem exists for "ActivateWindow(pvrchannelmanager)"

i have two Buttons in "DialogPVRChannelsOSD.xml" which shuld allow quick acces to either the Goupmanager, or the channelmanager Dialog.

having quick acces to the Groupmanager is imho. verry usefull if you would like to add a channel quickly to your "Favorite" Channelgroup. How ever, since Beta3 both buttons lost there functionality. (cant exactly tell if it was the beta 3 which introduces this issues, as i just recently start to update to Leia, and im not comletely shure if i test thows Buttons with Beta2. What im be shure, is that these work with Krypton

these two Buttons are nested in "DialogPVRChannelsOSD.xml"

xml:

<!-- Groupmanager main Button -->
                <control type="radiobutton" id="71">
                    <width>55</width>
                    <height>50</height>
                    <texturefocus border="5" colordiffuse="ListFOImageColor">common/Base.png</texturefocus>
                    <textureradioonfocus colordiffuse="DialogTextColor1">Buttons/Groupmanager.png</textureradioonfocus>
                    <textureradioonnofocus colordiffuse="DialogTextColor2">Buttons/Groupmanager.png</textureradioonnofocus>
                    <textureradioofffocus colordiffuse="DialogTextColor1">Buttons/Groupmanager.png</textureradioofffocus>
                    <textureradiooffnofocus  colordiffuse="DialogTextColor2">Buttons/Groupmanager.png</textureradiooffnofocus>
                    <radioposx>5</radioposx>
                    <radiowidth>50</radiowidth>
                    <radioheight>50</radioheight>
                    <scrolltime>500</scrolltime>
                    <onclick>ReplaceWindowAndFocus(pvrgroupmanager,25)</onclick>
                    <onclick>Action(Right)</onclick>
                </control>

xml:

<!-- Chanelmanager main Button -->
                <control type="radiobutton" id="75">
                    <width>55</width>
                    <height>50</height>
                    <texturefocus border="5" colordiffuse="ListFOImageColor">common/Base.png</texturefocus>
                    <textureradioonfocus colordiffuse="DialogTextColor1">Buttons/Chanelmanager.png</textureradioonfocus>
                    <textureradioonnofocus colordiffuse="DialogTextColor2">Buttons/Chanelmanager.png</textureradioonnofocus>
                    <textureradioofffocus colordiffuse="DialogTextColor1">Buttons/Chanelmanager.png</textureradioofffocus>
                    <textureradiooffnofocus  colordiffuse="DialogTextColor2">Buttons/Chanelmanager.png</textureradiooffnofocus>
                    <radioposx>5</radioposx>
                    <radiowidth>50</radiowidth>
                    <radioheight>50</radioheight>
                    <onclick>close</onclick>
                    <onclick>ActivateWindow(pvrchannelmanager)</onclick>
                </control>
Reply
#2
Fixed!

Thnx, issue solved by the provided fix in this Tread
Reply

Logout Mark Read Team Forum Stats Members Help
"ReplaceWindowAndFocus(pvrgroupmanager,25)" doesnt work anymore since beta3 (at least0