Jump to content
Ketarin forum

floele

Administrators
  • Posts

    1,629
  • Joined

  • Last visited

Everything posted by floele

  1. Hm, that's weird. Does this version http://ketarin.org/downloads/Ketarin/Ketarin-Debug.zip fix it?
  2. Please try this version http://ketarin.org/downloads/Ketarin/Ketarin-Debug.zip and re-post the error. It should provide line-numbers, that would be somewhat helpful.
  3. Beta 6 posted, with these two bugs fixed.
  4. Policy is simple: If you post links to websites that provide no value for Ketarin users and are not necessary to diagnose a problem with Ketarin, you are spamming. The Ketarin forum is not meant for "publishing".
  5. I'll think about that a bit. Will take a while though to get some work done here.
  6. You can define which process to close. Ketarin will then try the most "soft" method of closing the process.
  7. Don't like this solution. I'd want to keep the "error" functionality. Did not experience this error yet, might be due to lack of access to the temp folder. http://www.google.com/search?q=\"Unable+to+generate+a+temporary+class\"
  8. We don't have any real format yet.
  9. OK, let me know if you ever experience a problem again, it should all work fine.
  10. That removes the intended functionality though...
  11. Not sure what to do here. Maybe these setups consider "1" as success instead of 0. Should we agree on a different exit code than 1 for Ketarin?
  12. One further update, let me know if any problems remain Sorry for appearing only every few weeks, but currently that's all I can get myself to do.
  13. I will fix the error for the next version. Also, I will add a function "urldecode" that should work better for your case.
  14. I don't have GeSHi yet, but I might add it if some code gets posted.
  15. Where did you put that code? Works fine for me.
  16. What kind of error did you get? The same code works fine for me, even with newlines. Shouldn't actually be a problem, since Ketarin and VS use the same compiler basically.
  17. if you upgrade to the latest beta, this issue should not occur.
  18. floele

    uses counter issue

    Yep, that's right and I don't mind for now actually. It is only supposed to be some kind of popularity indicator.
  19. Having a moderated template database would certainly be nice, if there are people who'd be willing to take care of it. We'd also need to think of a way how apps can be changed by moderators...any suggestions welcome
  20. Doesn't Ketarin have such a functionality built in actually?
  21. This error should be fixed in the current beta version though.
  22. It's the same, the global command is executed before the application specific command.
  23. Creating a C# script like the following could also be possible if necessary (currently it is not posible, because a method is not public): foreach (ApplicationJob job in DbManager.GetJobs()) { if (job.LastUpdated.HasValue) { if ((DateTime.Now - job.LastUpdated.Value) > TimeSpan.FromDays(30)) MessageBox.Show(job.Name); } }
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.