Jump to content

sadicq

Member
  • Posts

    273
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by sadicq

  1. Yes, when you send the args to WPI, WPI is blocked. That is normal. I looked again through the code and the only thing that can go wrong is imo the registry reading and writing. I guess that if anything should go wrong, we should check whether the entries were successfully written to the registry ...
  2. Hi guys! I'm currently looking into the USSF bug but I can't reproduce it. Can you please explain step by step what you are doing? What is text in the command boxes before and after you run USSF from WPI? And especially, are you using USSF in silent mode?
  3. Well, I don't think you can do that the easy way ... maybe trying to read the css with js/vb or making a hidden div and apply the class to it (then read the property) could solve the problem ...
  4. I'm not sure I got it right, but if you want to define a class in css and apply it to a element via js, you should use document.getElementById('elem').className = 'cname'; And the css class should be .cname { ... } LE: just reread the whole thread, I guess I got it wrong ... you mean you already applied the css style and the js property isn't working correctly?
  5. Check this out. PS: I'm not quite active here at this time, but I'll be back soon .
  6. Well, I haven't been around for almost an year ... and this app was discontinued. It doesn't work with the 5.x branch and since WPI evolved now it covers some of this app's functionality. The reason I abandoned (at least for a while) the forum was the exams I have in about 2 weeks, exams that kept me away from working. So in about 2 months from now I'll start working on a new project that is meant to be somenthing between WIHU and WPI and it will include most of this app's functionality. Until then I must learn some C++ and get the basic functions work done ...
  7. Although I'm not around because I have some personal problems, I noticed this upgrade which, in my opinion, is a huge one. This new design looks awesome. PS: You know what you have to do, people ... donate.
  8. Ok ... maybe CMenu got some updates ... Last time I checked (that beeing when I wrote the last version of ussf) CMenu had no other switches. Anyway, that means we can detect more programs I'm quite busy atm, but I'll try to update USSF too with those switches ...
  9. CMenu ain't going to detect anything else than USSF already did .
  10. Actually I don't think this is working for the 5.x versions, so you can't use it anymore. Unless I find some time to update, there will be no further support for it.
  11. Try to unpack a regular AutoIT script with upx -d and run it. And then try to unpack CDSwitch and it will give you the error metioned above. So I can say that CDSwitch is a little different .
  12. As I said, not necessarly a virus. Maybe an incomplete download. But I know that such an error (I mean with that text) is shown only if you did something really bad to the executable (unpack / try to hack / decompile etc). CDSwitch is a little different from other executables written in AutoIT. Its special "feature" is that once you unpacked it, it won't work again. I won't write a longer reply because I don't want my ideas to be used to decompile other programs.
  13. It should not throw an error if you launch it from the windows gui.
  14. Try redownloading the file and scanning it for viruses. That error is not specific to this app, but for corrupted autoit scripts; what I mean is the file you have got corrupted somehow.
  15. Make sure that 'Install by category' is not cheked in the Options page.
  16. You are correct, but in this context, fso is already created by wpi. No need to create another one.
  17. Yes, because in previous versions wpiapth was containing the backslash itslef and in 5.4 we decided that it would be nicer to have it without the backslash.
  18. The updated one has if (!FileExists(wpipath+"\\Lang\\lang_"+Language+".js"))while the other one has only if (!FileExists(wpipath+"Lang\\lang_"+Language+".js"))
  19. OK. I thought i should let you guys know: the reschange, font installer and language bugs are coming from the same problem: not updating wpipath in wpi.hta. So, to fix all these bugs, do a global search and replace in the wpi.hta for wpipath+"with wpipath+"\\unless you already downloaded the fixed wpi.hta from the sticky thread. If you did that, start over with the wpi.hta from the main archive (I hope Kel didn't update it yet).
  20. Check the main forum. It has a sticky with the fix for this problem.
  21. One thing I forgot to ask: are putting those commands directly into WPI or are you creating batch file that contains those?
  22. It'a a known problem and I think it's solved in IE 7. However, it has been discused before in this forum and I posted a fixed tips.js, so search for it.
  23. I want to translate USSF into more languages. But for doing this, I'll need your help. So, if you want to see USSF in your own language, PM me or mail me or post in this thread. I would have gone for posting the strings in this thread, but since USSF in still in development stage, they are highly possible to change, so I would have had to ask you for renewing the translations a couple of times. So far, I have only the English language (made by me, lol, so the strings may have some nasty errors ... ). Note that the language will be built in. There are 2 reasons for that: I want to keep it simple and Autoit does not permit me to read a bidimensional matrix directly from a file. I know I can do it, but I simply don't want to make external language files.
  24. Actually I prefer writting in English even I'm not that good at it. I dislike to see a thread where people speak in a language I don't understand because I know that the information provided there might be useful for me too. I'll make a lite version of ussf about next week. I hope that's fine with you guys.
  25. Just grab the ussf.exe in the tools folder in the wpi downloaded archive. The whole archive is not much bigger than ussf itslef, so I think it deserves to be downloaded. I'll consider releasing ussf alone, but I'd like to have ZoSTer's permission. He had the initial idea, so I want to give him the deserved credit. After all, I just improved it a little and added some more code lines (most of them for the GUI and WPI specific). All in all, the ussf shipped with wpi works very well alone.
×
×
  • Create New...