Lost Soul Posted November 20, 2004 Posted November 20, 2004 hi im having a problem getting my standalone to work properly in v1.12, i want to have it full screen but it seems no matter what i do it stays small can some one tell me what im doing wrong and if im not doing any thing wrong is there a way around this problem..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<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> <!-- --> <!-- --> <!-- -->
BritishBulldog Posted November 20, 2004 Posted November 20, 2004 Hi Lost SoleI got your PM and have replied.I dont think there is anything wrong with the code What it probably is is the sizes of your pictures. XPlode does not stretch the pictures so you have to optimise your pictures. If i remember correctly mine is using 480*640. I have done this because i install on multiple computers and the graphic card is not always found.I have made the head.png 639x33main.png 639x425foot.png 639x25these may be odd sizes but it works.
Lost Soul Posted November 20, 2004 Author Posted November 20, 2004 thanks for the advice ill give it a try by changing the image sizes
prathapml Posted November 21, 2004 Posted November 21, 2004 If its still not solved, try with v1.00 - then you'd know if its a version-regression, or a user-error.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now