Недавний контент seer

  1. S

    How to get task id?

    If i want to refer to current task in c#, for example to use in GetTaskInfo() how can i get id of task in which that macro is executed?
  2. S

    ZenBLOG - automatic blogs creator/poster many platforms

    My bad, will be done
  3. S

    ZenBLOG - automatic blogs creator/poster many platforms

    New application version wil be released today. What's new: - export urls for multiple projects (you choose projects in export url window) - sorting doesn't change when you activate/deactivate project (only does when you activate/deactivate all) - removed pop-up "project activated/deactivated"...
  4. S

    Roll Back Message

    if you found reason/solution please publish. Some of our clients reported this bug
  5. S

    New line of file works on list, but don't work on table

    When I bind file to list, set line separator to "Enter" it works just fine, but the same file binded to table, sets line separator as "New line" everything is readed as one line. It happens in some files, where new line is in hex "0A", when new line is represented by "0D0A" table works ok, but...
  6. S

    ZenBLOG - automatic blogs creator/poster many platforms

    there are too many templates in package to use zennobox (more than 150). For ZENBLOG users: Blogs that haven't been working for a while now (due to database problems, server down, closed registration etc.) have been removed from templates temporarly (until they are up again). Please remove...
  7. S

    Protection management

    I'm refreshing topic. Now I have something about 170 projects that I need to change protection list about 3-4 times a week. If at least there will be posibility to copy protection from one project to another, like you can do with list, it will help a lot
  8. S

    Replace in Own C#

    I solved this by using regex replace:
  9. S

    Replace in Own C#

    Can I/How can I replace only first match on my Own C#? example: var before = "want to replace this, but not this"; var after = before..Replace("this", "replaced"); return after result i want: "want to replace replaced, but not this" So basicaly, can I somehow determine match no. for...
  10. S

    Why file size so big?

    I have simple project and it has size more than 2mb. Some of my projects are more complicated and has size 1mb or less. What can I do to reduce size? Can this be error, caused by copying elements from one project to another? Because I have there elements from another projects.
  11. S

    Got a runtime error - 203 at 68779450

    I also get the same error. Computer runs on win7 64bit, 8 GB RAM, Intel Core i7-2600 CPU, so i don't think so it's lack of resources.
  12. S

    [SOLVED] 4.0.8.2 - Email verification bug - please fix as ZP is useless now...

    I think this may have something to do with polish letters in mails in inbox. I sent simple project to HB with that problem, but don't get any response yet. I'm getting in log: 2012-08-23 08:38:35.1168|WARN|ZennoLab.MailHandler.MailCollec tor.Account|MailBee.MailBeeInvalidTextResponseExce ption...
  13. S

    [SOLVED] Failing to Complete Email Validation

    I'm having similar problems: http://zennolab.com/discussion/showthread.php?6029-Email-stops-working-in-Poster
  14. S

    Max number of threads in ZP Standard

    Yes, i know that, but i'm running 35 projects at once and don't want to run more than 2 threads. I can try to do this via sheduler, but it's waste of time. I don't understand why ability of decresing max number of threads can't be unlocked
  15. S

    Max number of threads in ZP Standard

    In pro version i can set number of threads as i want, but in standard, it's always 5, why can't i set to 2 threads if i need max 2 threads to work? In ZP3 i have this posibility