Help - Search - Members - Calendar
Full Version: Cycle Question
Scenyx Entertainment Community > Xbox1 Forums > Dashboard Forums > Official MediaXMenu (MXM) Forum > MXM Developer/Skinner Forum
dman7
Hi,

I am editing a skin to cycle between the cpu tem and the motherboard temp. I have read the skinners guide and went by the directions. The only problem is that there is a long pause through each cycle....in other wards...it will display the cpu temp, and then the motherboard temp, but then it will go blank for a few sec. before it goes back to show the cpu temp. Here's how I have it fixed up:

<LayoutElement Type="Text" Source="TempCPU">
<TextColor>0xFF56B454</TextColor>
<Pos L="275" T="92" W="169" H="21"/>
<Font>Vipnagorgialla_12</Font>
<Timer Type="delay">0</Timer>
<Timer Type="cycleon">3000</Timer>
<Timer Type="cycleoff">6000</Timer>

</LayoutElement>
<LayoutElement Type="Text" Source="TempSys">
<TextColor>0xFF56B454</TextColor>
<Pos L="275" T="92" W="169" H="21"/>
<Font>Vipnagorgialla_12</Font>
<Timer Type="delay">6000</Timer>
<Timer Type="cycleon">3000</Timer>
<Timer Type="cycleoff">6000</Timer>
</LayoutElement>

Any suggestions?

Thanks,
-dman
geniusalz
I made a detailed explanation a while back...

Anyway, first should be :
0
3000
3000

Second should be:
3000
3000
3000
dman7
Thank you for such a quick response.....I usually don't get responses on the dashboard forums to well anymore(they been rather sluggish). I would of done a search but I narrowed it down to the search engine is only on every other night from 3:00 a.m to onward....which my summer school schedule does not fit...
If I may ask one more question.....I want to have simaultainous cycle statements....meaning, for an exampe on X2 Green, there is one box that cycles different lines. I want to have more than one.....meaning is it possible to have two boxes(for an example) in X2 to cycle through lines of information? I tried it myself and from what pattern I have seen it just did one function after the other, rather than both at the same time. Please let me know.

Thanks,
-Dman


geniusalz
You could use the timers for any number of 'sets' of elements.
dman7
How could I make it where I would want the first line to last 5 seconds and then the following line to last 2 seconds?

Thanks,
-dman

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.