Jump to content

mritter

Member
  • Posts

    1,094
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by mritter

  1. In wpi.css there are 2 entries for each type of text, so change them both. Traditional one is: .grayTxt { font-family: arial; font-weight: bold; color: #A0522D; font-size: 8pt; } %programfiles% is checked by Windows automatically. Say for an installer, it doesn't know where to install, so Windows checks what it is (x86 or x64) and puts in the correct Program Files folder. It does the same with checking, it checks both folders behind the scenes.
  2. It's not a continuous check. It only does it at startup. And if doing a fresh install and your NIC driver is not installed before WPI starts, then, no internet. Plug in cable, start WPI, check in Alt+G, unplug cable, hit F5, check again.
  3. John, I sent you an email about the screen size a while back. That is just the way it works. It was always intended to be used full screen after a fresh install, not so much from the desktop. As for the text selection, that is an HTA issue. If it "fix it", then other issues arise. No real solution for it, either, Sorry.
  4. First, open WPI, hit Alt+G, My Computer tab, Internet Connection. What's it say? Second, if is false, go into WPIScripts/api.js, near the top, uncomment the 2 internet check lines. Try again. I was having issues with it a while back.
  5. What version are you using? I thought I had that all fixed in 8.1.
  6. Edit grayed color in the theme's style sheet. As you saw, it is set globally, not per item. ------------------- Don't use literal paths: C:\ProgramFiles]Adobe\.... Use %programfiles%\Adobe\...... That will help straighten out x86/x64 issues/ ------------------- FileVersionGreaterThan() can be finicky if actual version and comparison version don't have same number of sub-versions: 9.3.4.10 != 9.2 fileVersionGreaterThan("9.3.3.178",getFileVersion("C:\Program Files (x86)\Adobe\Reader 9.0\Reader\AcroRd32.exe"))==false works, but use: !fileVersionGreaterThan("9.3.3.178",getFileVersion("C:\Program Files (x86)\Adobe\Reader 9.0\Reader\AcroRd32.exe"))
  7. I did a quick test (maybe too quick) but all I get is an open hta window. Send me what you use. Maybe it was something in the translation that got "lost" in my text editor.
  8. That means do not translate that string; keep doing the rest. Then why did I put it in there? I don't know.........
  9. There is no JavaScript sleep command. That is why I have to use Sleep.exe. Your results make sense. Now the real question is: how do I fix it?
  10. Correct. Copy the lang_en.js and rename it with your country code. Start at the top and, one by one, knock them out.
  11. There never has been a Croatian translation. Up for the challenge of doing it?
  12. I have never had that problem and no else has mentioned it. Will keep an eye on it.
  13. That error is usually a UAC error. Make sure it is turned off before WPI runs.
  14. SWEET! It works for Windows theme! Strange how something so simple/obscure was the culprit. Now for WindowsFramed...............
  15. @icnocop: So should I just program in that if return code is 259, then it really is successful? This would be for all 259 codes returned, no matter what program.
  16. I did a bunch of testing last week and could not get a 100% flash free solution. I could make some not flash, but others still would. I think it might be due to mshta not caching the images like a browser would. The solution that will work is one I am avoiding: same as the buttons (Load, Save, Cancel....). Put all the image states in one images and "shift" them up/down instead of swapping the entire image. But......that would mean going through every theme and change every image......very daunting task. It would also make it harder for people to make their own buttons. Wait a minute!!!!!.............just had an idea!!!!..............stay tuned...............
  17. Also, when are you planning on running this script? Before or during the install process? If before, then would be easy to make one like the other settings wizards. You would have to know the names ahead of time. If during the install process, then no, no prompt box.
  18. It's all in the ChangeLog. The manual is not current.
  19. That's a pretty specialized use. Most people would want to ADD a printer. I printed out your request.......I will see.........
  20. Cool. I was thinking it was something along those lines. What throws me is that Accordion and Corporate themes don't flicker (or nearly as much). They don't have as many nested divs, but still have the basic ones. I will do some testing and post results.............
  21. I figured it out. Unfortunately, not in the way I had hoped. No biggy...........thanks.
  22. @icnocop: I will add it to the next version. I don't know why I didn't do it in the first place.
  23. Post the translated language files here. Thank for ahead of time for keeping them up to date.
  24. Read the ChangeLog.txt file thoroughly. There is a ton of new features, several of which are small and not readily noticeable.
  25. I hope I have all of these taken care of. If not, remind me in the new thread.
×
×
  • Create New...