Jump to content

almulder

Member
  • Posts

    339
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by almulder

  1. just want to drop a quick line and say thanks for the donations.
  2. don't want to sound rude but "Hello people use the search feature here on the forms site" Search "Icons Deleting" result #5 is this http://www.msfn.org/board/index.php?showto...=icons+deleting There you are, but everyone please use the search option first. Thank You
  3. that and my keboard had fallen on the floor one to many times. (cordless keyboard range went to nill wiht new batteries) Ya got a little frustrated with my keyboard not wanting to type my code. LOL Catch later
  4. Just want to say hello to everyone. I have not been around because I fried my Cable Modem, but not before I killed my keyboard. (Kinda through my keboard on the floor and cracked the modem. So for now I am having to use my friends or works internet, so I might not be around for a while. (Upcoming check is used for bills. so in about 3 weeks I should be back to working on the wizard more. (need the net for my search engine while working, for when I need help). Well thanks for all the support. and if you read this kel I will get with you after the first to get your DVD ordered, so chat at you all later. Bye bye.
  5. If you need more than 6 comand lines make a batch file for them. ore make a auto script. Hope that helps
  6. Ok i got it. pics are loaded from graphics folder by default. juat move your whole folder "icons" into the graphics folder and done! also edit "Paint Shop Pro" in the picf[pn]=['icons/Paint-Shop-Pro-9.png.png'] you have .png twice. fix that and your all done. I eveything works here! Again if you need more help just let me know!
  7. you are manualy editing the config.js right. (Well stop that. LOL) Use the config wizard. and you will fix your problem. This is what you have now: prog[pn]=['Adobe Reader'] uid[pn]=['ADOBEREADER'] picw[pn]=['64'] pich[pn]=['64'] desc[pn]=['<right><img src="./icons/reader.png" width="64" height="64"><br>Adobe® Reader® is free software that allows everyone from business professionals to home users to easily and reliably view, print, and search PDF files using a variety of platforms and devices.</right>'] textl[pn]=['Right'] texti[pn]=['0'] cmd1[pn]=['"%cdrom%\\$oem$\\office\\Adobe Reader\\acroread702.exe"'] cat[pn]=['Office'] pn++ this is how it should look: prog[pn]=['Adobe Reader'] uid[pn]=['ADOBEREADER'] picf[pn]=['icons/reader.png'] picw[pn]=['64'] pich[pn]=['64'] desc[pn]=['Adobe® Reader® is free software that allows everyone from business professionals to home users to easily and reliably view, print, and search PDF files using a variety of platforms and devices.'] textl[pn]=['Left'] texti[pn]=['1'] cmd1[pn]=['"%cdrom%\\$oem$\\office\\Adobe Reader\\acroread702.exe"'] cat[pn]=['Office'] pn++ The problem is you are still adding the pic into the description box area. It has its own var's now. picf[pn]=['icons/reader.png'] - - - The location of and name of picture picw[pn]=['64'] - - - the width of the picture pich[pn]=['64'] - - - the height of the picture textl[pn]=['Left'] - - - Picture goes where texti[pn]=['1'] - - - Indent the text Just go back and manualy edit your config.js file and mack the corrections. (Once done they work here) Hope this helps! If you need more help let me know.
  8. you can upload your file am I will take a look.
  9. Working on the themes, should have it so that there are 4 or so layouts to chouse from and then select the theme you want to apply to it. We will let everyone know later about this, but for noe don't worry. We are trying to make this as smooth as posible. for your themes. We understand that you are working hard on making them and that you want the themes to work in any and all future WPI. we are trying our best. Just give us time and we will get it.
  10. Sorry "lionhrt" got really busy yesterday. just got looking at your posts and heres what you do. for the width of the bar change it to 270. (or any size just change that number until you get just what you want. 271, 272, 273, 274, 275, ect.. For font size chnage it to 2. The picture size is related to the font size the larger the font is the larger the pic needs to be, and vis versa) Now for the text raping around the image, not sure you remeber, but I guess you don't since you need the help, but no problem. to make the text wrap around the image, go into the configwizard screen click on the program you want to edit, then under where you entered a description you should see a box called "Text in location to image" chage it to right or left and done. If you need more help just let me know.
  11. To fix the border problem you will need to make some chnages to the pic file. First what size of border are you using? If it is "3" then make the first "3 pixels on the left and right and bottom of the pic the way you would like your border to look. The problem being is that the pic is tileing down until the bottom. Still working on finding the code where it dose this, but for now this will fix the problem.
  12. upload you whole wpi please. makes it much easier that way. I will tell you all of the chnages done. (That way I can match you pics) Uplad all content (Like your images)
  13. This edit section: Style[0]=['#FFFFFF','#5e00d5','#721cff','#000000','./Graphics/title.JPG','./Graphics/body.JPG','Right','Left','Arial','Arial','Right','popup','2','2',250,0,2,4,10,10,24,0.1,100,'complex','#FFFFFF'];
  14. Go here for the "Advanced PopUp Box Options" http://www.msfn.org/board/index.php?showtopic=53979
  15. Go here for the "Advanced PopUp Box Options" http://www.msfn.org/board/index.php?showtopic=53979
  16. Open up "useroptions.js" Find this line: Style[0]= Now this is where all the code for the popup box's are, it is as follows. Style[0]=['var1,'var2','var3’,’var4,'var5','var6','var7','var8','var9','var10','var11','var12','var13','var14',var15,var16,var17,var18,var19,var20,var21,var22,var23,‘var24','var25']; var1 = Title Bar Text Color (Example = ‘#FFFFFF’ ) var2 = Body Text Color (Example = '#5E00D5’ ) var3 = Title Background Color (Example = '#721CFF’ ) var4 = Body Background Color (Example = ‘#000000’ ) var5 = Title Background Image (Example = ‘./Graphics/title.JPG' ) var6 = Body Background Image (Example = ‘./Graphics/body.JPG' ) var7 = Title Text Align (Example = ‘Right’ or ‘Center’ or ‘Left’) var8 = Body Text Align (Example = ‘Right’ or ‘Center’ or ‘Left’ ) var9 = Title Font Face (Example = 'Arial' ) var10 = Text Font Face (Example = 'Arial' ) var11 = Tip Position From Mouse (Example = ‘Right’ or ‘Center’ or ‘Left’ ) var12 = Sticky Style (Example = ‘popup’ or ‘sticky’) var13 = Title Font Size (Example = ‘1’ or ‘2’ or ‘3’ or ‘4’ ect...) var14 = Text Font Size (Example = ‘1’ or ‘2’ or ‘3’ or ‘4’ ect...) var15 = Width (Example = 100 or 150 or 200 or 250 ect…) var16 = Min Height (Example = 100 or 150 or 200 or 250 ect…) var17 = Border Size (Example = 1 or 2 or 3 or 4 ect...) var18 = Text Spacing From Border (Example = 1 or 2 or 3 or 4 ect...) var19 = Coordinate X From Mouse (Example = 10 or 15 or 20 or 25 ect...) var20 = Coordinate Y Mouse (Example = 10 or 15 or 20 or 25 ect...) var21 = Transition Number (Example = 1 or 2 or 3 or 4 ect... (1 – 52) ) var22 = Transition Duration In Seconds (Example = 0.1 or 0.2 or 0.3 or0.4 or 0.5 ect…) var23 = Transparency Level Visible % (Example = 100 or 90 or 80 or 70 or 60 ect… ) var24 = Shadow Type (Example = ‘complex’ or ‘simple’) (simple=solid shadow, complex= fading shadow) var25 = Shadow Color (Example = '#FFFFFF' ) Note: If you see ‘ ‘ make sure they are there. Note: Background Images will tile if smaller than area, also will only show image as large as area is. It should end up like something like this: Style[0]=['#FFFFFF','#5e00d5','#721cff','#000000','./Graphics/title.JPG','./Graphics/body.JPG','Right','Left','Arial','Arial','Right','popup','2','2',250,0,2,4,10,10,24,0.1,100,'complex','#FFFFFF']; Now if you want a different Style in each theme you will need to do the following: Open up the “WPI.HTM” with in the theme folder Locate this line: <head> Add this under that line: <script language="JavaScript1.2" src="./themes/Glossy/style.js" type="text/javascript" APPLICATION="yes"> </SCRIPT> Note: make the “scr=” point to the correct folder! Save and close! Now create a new file in the theme folder called “style.js” Open up the “style.js” Add the “Style[0]=[“ line to look something similar to Style[0]=['#FFFFFF','#5e00d5','#721cff','#000000','./Graphics/title.JPG','./Graphics/body.JPG','Right','Left','Arial','Arial','Right','popup','2','2',250,0,2,4,10,10,24,0.1,100,'complex','#FFFFFF']; Save and close! Then Test. Enjoy the feature. (Note: These options are included into a new wizard in future release)
  17. Correct. Just edit the "WPI.HTM" with in the theme folder that you are making the buttons for. Needed to edit the code for each button to point to the new files you have created.
  18. Thank you, feel free to post any ideas. Always looking for new ones.
  19. Same question a few posts down, Just open up the "language.js" file and remove the text for the buttons.
  20. Already done fixed for future release.
  21. Ok, "lionhrt" I looked at my code and found out where the line is for the Pic for the popup box. Do you want? LOL I will be posting it soon, just typing it up, will make a new post labled "Advanced PopUp Box" Check it out.
  22. O sorry tryed to edit my last post befor you read it, I found your other post and got it there. New Official Logo "WPI logo made by "Wonkster & j_h3000"
×
×
  • Create New...