Jump to content

standalone problem with v1.12


Recommended Posts

Posted

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>

  <!-- -->

  <!-- -->

  <!-- -->


Posted

Hi Lost Sole

I got your PM and have replied.

I dont think there is anything wrong with the code :D

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 639x33

main.png 639x425

foot.png 639x25

these may be odd sizes but it works.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...