Jump to content

lionhrt

Member
  • Posts

    136
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Posts posted by lionhrt

  1. Almulder hate to be a bother , tried to get it to work, but unfortunately its not coming out the way i want. As you can see the titlebar tiles. as noticed on the top and the sides.

    how do I manage to keep the width of the titlebar, and automatically expand the height according to its contents.

    http://img367.imageshack.us/my.php?image=thelook5yh.jpg

    Attached are the three files modified:

    style.js, wpi.htm, and config.js

    Any help would be appreciated.

    EDIT:

    My titlebar image is 270Wx71H . I would like to keep the box so that its stay 271 W, but be able to expand to whatever is needed. P.S i dont use a background image for the box so i edited the code to from this './Graphics/body.JPG' to this ,'','Right','Left','Arial','Ari.........

    EDIT2:

    almulder uploading to my host. Im on a slow connection so will take a couple of minutes.

    http://www.mnsi.net/~lionhrt/WPI_lionhrt.rar

    lion.rar

  2. Before people think that, Icewolf was making an unwelcome remark for the timeframe on this post. All is ok was working on his problem with him, unknowing at the time he posted a request for a solution to this problem. Only to find I saved his hide one more time. He now owes me his life and afterlife.

  3. Sure its some partially added or deleted entry in your config.js, best to scan through it. I'm sure there is a partial entry in there and is not generating the list properly and thus making it not appear on the initial opening.

    for example:

    pn=1;

    picw[pn]=['128']

    pich[pn]=['128']

    textl[pn]=['Bottom']

    texti[pn]=['1']

    pn++

    prog[pn]=['AIM']

    uid[pn]=['AIM']

    picw[pn]=['128']

    pich[pn]=['128']

    desc[pn]=['AOL instant Messenger (AIM) service is a free online service that lets you communicate with family, friends and co-workers in real time. Using the AIM Buddy List® feature you can see when your buddies are online and available to instant message.']

    textl[pn]=['Bottom']

    texti[pn]=['1']

    cmd1[pn]=[]

    cmd2[pn]=[]

    cmd3[pn]=[]

    cmd4[pn]=[]

    cat[pn]=['System']

    pn++

    I would remove the stuff in red.

  4. Thanks almulder , didnt mean to push you or think that you had to rush. I realize your working hard and all the time on this.

    Just thought I had i sweet idea, for a new modification. And seeing you had it done up already, to been blown away by the idea of having to wait.

    heh

    Been working on the theme contest idea here, as well as making a group (membershipbase) of the apps we use. And thought the idea would be nice for both parties.

    Thanks for all your help and crosses fingers so that i can do this mod in near future.

    Lionheart

  5. Just thinking off the top of my head. Since there is not much in it.

    But can it be done where the decript box be separated into 2 rows adding an image (bar as such in my image) confining the width to the length of the image.

    Yet have the same idea for the second part. where you can change the colors of the background/text like before.

    Then using your description in the config.js wrap around that image.

    There is no need to add the MS Messenger like it is in the above image that can be done the usual way.

    Hopefully i'm getting the idea across

    Because then you can do alot more with the themes

    Here is another possibility.

    Create a background as desired in image one. Using the decript box as before but position the applications PNG where you want it and wrap the text around it. And still manage to keep the width.

  6. Can this be done?

    In regards to the descrip. box

    Can a graphic background such as below be used at the initial box

    imagea.jpg

    Then using the config wizard desc. line add the necessary png and decription? If possible force the image to sit where it is in the top left corner and wrap the text around it to look like below.

    imageb.jpg

    Would look sweet with the current theme colors.

    post-44350-1124419246_thumb.jpg

  7. Well here is the results i see.

    result7eh.th.jpg

    As you can see there is still the x in the top left corner.

    As for the separator - am i mistaken or is that used to as the line under the catagories?

    I would rather have this gif used to underline the catagories or is that not the option?

    Will remove that if the separator is used to separate the Select None/Options

    Seems the timer is out of alignment.

    What is the progress bar for under the timer used for would rather have that removed.

    btw my resolution is set at 1024x768 if that makes any difference.

    Edit: Is it possible to remove/hide the timer all together and place the exit button there?

  8. I tried doing as you said with the audio player, but seems to screw everything up.

    now i have the red x in the top left corner

    when i start wpi.hta the graphic (buttons) dont load till you hover over them

    reposition of the exit/manual needed.

    also how do you remove the blue bar under the timer. (and what is it for?)

    could not locate the smallbart.gif or the smallbarb.gif so that i can remove them from the theme.

    Also the separator.gif in the folder is not shown when i start the wpi.hta

    Thanks for any help M8 I know theres a lot just everything came to mind as i wrote this

    Obtain Theme here> http://rapidshare.de/files/3895141/lionhrt.rar.html

  9. @ Lost Soul/kelsenellenelvian:

    I need support for 2 things.

    First I need to be able to adjust the location of the exit/manual gifs and text up a lil. What script do i need to modify and what code am i looking for to adjust.

    Secondly I want to be able to remove the audio player because at this time i dont need it. I tried already via the optionswizard. but found i had the remnants of the image. A floating box with the infamous lil red x.

    Can you help with these two situations.

    lionhrt21ay.th.jpg

    Full Size

  10. First off this is what I see:

    //---------------------------------------------------------------------------------------------

    // Your programs here ...

    //---------------------------------------------------------------------------------------------

    pn=1;

    picw[pn]=['128']

    pich[pn]=['128']

    textl[pn]=['Bottom']

    texti[pn]=['1']

    pn++

    calls what?

    There are quite a few entries that are missing pn=0 and ordr[pn]= recheck these after you fix the first entry. That may be why nothing is showing when you call up the program.

  11. prog[pn]=['Tyhjä 1']
    picw[pn]=['128']
    pich[pn]=['128']
    textl[pn]=['Bottom']
    texti[pn]=['1']
    ordr[pn]=[32]
    cat[pn]=['Internetti']
    pn++

    The reason that wpi is not allowing you to add anymore programs and stops at 32 may be the fact that this is incomplete ordr[pn]=[32] there is no reference to any cmd line.

    mjhuhta are you folloing the replies. did you look above here and make any changes to the config.js to complete this. if your transfering your 3.51 config.js into 3.6 still gonna give you the same error if you dont fix it to include info for the cmd1

  12. I know somewhere down the road there was an instance where I have asked this before, but have too again.

    Is there a program out there that will make reg key for programs or games. I am trying to do an unattended and see so many reference on the site regarding yadda.reg. I try to make them myself via the registry edititor, but still unsure if searching it gives me all the stuff i need to import them back into this/or another system. What is the best way?

    for example I have a number of games that i have registered and i seek the regedit and located reference to serial number then export the whole folder into a reg file.

    is there a better way?

    Part 2 of question i also notice a few references to .msi files can you make files of the sort for all programs or games? If so can someone direct me to a tutorial.

    Thanks in advanced for any help

×
×
  • Create New...