here is the top half of my xml file the has all the config settings for screens, the rest of it is just programs ive added and ill leave those out because i dont believe youll need that ... but any ways pls take a look at it and let me know what you think
Quote
<XPlode>
<config>
<!-- if XPLODE finds a window with this name, it will hide it during execution -->
<hidewindow>Windows Update</hidewindow>
<hidewindow>CMD.EXe</hidewindow>
<!-- -->
<!-- -->
<!-- -->
<!-- this tells XPLODE how many items to show at one time (does not include current item description) -->
<!-- and how many items to show that are coming after the current -->
<show
total='5'
after='5'
subcount='true'
/>
<!-- -->
<!-- -->
<!-- -->
<!-- these two control the font face and size of XPLODE -->
<!-- make antialiasing false if you're running GUIinstall mode -->
<font
face='Tahoma'
antialias='false'
small='8'
large='12'
/>
<!-- -->
<!-- -->
<!-- -->
<!-- note the position attribute - it is listed in 'x,y' positions. -->
<!-- 0..8 still may be used. -->
<window
width='461'
position='2'
fixmain='0'
/>
<!-- -->
<!-- -->
<!-- -->
<!-- can be standalone, guitransparent, or guiredraw -->
<!-- for the latter two, you don't need to specify background colours, or images. -->
<windowmode
mode='standalone'
/>
<!-- -->
<!-- -->
<!-- -->
<!-- all colours are in the format #RRGGBBAA - where AA is transparency value. -->
<!-- FF == fully opaque, 00 == fully invisible. If no AA, it defaults to FF -->
<colours>
<header
back='#003399'
fore='#FFFFFFAA'
image='%XPLODE%\images\head.png'
/>
<footer
back='#003399'
fore='#FFFFFFAA'
image='%XPLODE%\images\foot.png'
/>
<progress
border='#FFFFFFAA'
back='#00000000'
fore='#FFFFFFAA'
fore2='#00000033'
/>
<main
back='#4A6FD6'
fore='#FFFFFFAA'
current='#FF8000'
description='#FFFFFF'
image='%XPLODE%\images\main.png'
overlay='#FFFFFF22'
/>
</colours>
<!-- -->
<!-- -->
<!-- -->
<config>
<!-- if XPLODE finds a window with this name, it will hide it during execution -->
<hidewindow>Windows Update</hidewindow>
<hidewindow>CMD.EXe</hidewindow>
<!-- -->
<!-- -->
<!-- -->
<!-- this tells XPLODE how many items to show at one time (does not include current item description) -->
<!-- and how many items to show that are coming after the current -->
<show
total='5'
after='5'
subcount='true'
/>
<!-- -->
<!-- -->
<!-- -->
<!-- these two control the font face and size of XPLODE -->
<!-- make antialiasing false if you're running GUIinstall mode -->
<font
face='Tahoma'
antialias='false'
small='8'
large='12'
/>
<!-- -->
<!-- -->
<!-- -->
<!-- note the position attribute - it is listed in 'x,y' positions. -->
<!-- 0..8 still may be used. -->
<window
width='461'
position='2'
fixmain='0'
/>
<!-- -->
<!-- -->
<!-- -->
<!-- can be standalone, guitransparent, or guiredraw -->
<!-- for the latter two, you don't need to specify background colours, or images. -->
<windowmode
mode='standalone'
/>
<!-- -->
<!-- -->
<!-- -->
<!-- all colours are in the format #RRGGBBAA - where AA is transparency value. -->
<!-- FF == fully opaque, 00 == fully invisible. If no AA, it defaults to FF -->
<colours>
<header
back='#003399'
fore='#FFFFFFAA'
image='%XPLODE%\images\head.png'
/>
<footer
back='#003399'
fore='#FFFFFFAA'
image='%XPLODE%\images\foot.png'
/>
<progress
border='#FFFFFFAA'
back='#00000000'
fore='#FFFFFFAA'
fore2='#00000033'
/>
<main
back='#4A6FD6'
fore='#FFFFFFAA'
current='#FF8000'
description='#FFFFFF'
image='%XPLODE%\images\main.png'
overlay='#FFFFFF22'
/>
</colours>
<!-- -->
<!-- -->
<!-- -->



Help

Back to top









