Jump to content

sadicq

Member
  • Posts

    273
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Posts 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. 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?

  3. 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 ...

  4. Thats not exactly 100% true, i have found cmenu finds some switches ussf didn't

    :blink: 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. :unsure:

    Anyway, that means we can detect more programs :hello:

    I'm quite busy atm, but I'll try to update USSF too with those switches ...

  5. 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.

  6. 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).

  7. 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.

  8. 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. :)

  9. 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...