gui eprogress.cpp egauge.cpp

  • Hi I want ask How in Skin should be write about new Color Progress bars??


    Can Somebody upload here Simple&Stylish.esml for CVS Image??


    I don't see on CVS server new skin which are useing this colors...or pngs

  • The eGauge can be used like this:


    <eGauge position="527:17" size="65:65" name="my_gauge" border="0" start="25" direction="0" />


    To get a gauge with a needle.


    <eGauge position="527:17" size="65:65" name="my_gauge" border="0" start="25" direction="0" pixmap="knop" />


    to replace the needle with a pixmap.


    Putting an eGauge on top of a proper background image can create nice effects.


    For the eProgress, also use a background image covering the progress bar area and place the eProgress on top of it. When specifying alphatest the background picture will show up when the progress bar advances. Using a colorgradient background image you get the effect shown in the PLi mediapli skin.


    Hope this helps a bit.