Результаты поиска

  1. C

    How to reduce Maximum Thread by 1 in template?

    Could you please tell me? Thanks a lot.
  2. C

    Change template in the middle of project

    In the ZP panel (not in PM), if I right click to change settings, will the remaining 50 reflect the change of settings?
  3. C

    How to decrease memory usage while in loop?

    When a project finishes, will it automatically free up the memory for the instance? If not, I am thinking about adding reset instance at the end of every projects to free up memory. Do you think this is necessary? Will it actually reduce memory usage? Thanks.
  4. C

    How to reduce Maximum Thread by 1 in template?

    Does the task id remain the same after I remove the template and add it back on? Also would it remain the same if I restart the computer? Is there a dynamic way to return the task id the template is running? Thanks.
  5. C

    How to reduce Maximum Thread by 1 in template?

    Is it possible to reduce Maximum Thread by 1 using C# or actions in a template? Thanks.
  6. C

    Is there a way to return the current thread number?

    Is there a way to return the current thread number?
  7. C

    What Exactly Is "Bind to File" or a List?

    I found that if I once checked "load from file" and "save to file" in list settings, then bind to the file, even if later I uncheck those two settings and rerun the template, changes in the list are still written to the file (at least in PM). Bug?
  8. C

    Best Practice for Multithread Where One Account in Each Thread?

    There might be a problem with this method: Say I have 18 accounts on that day to run 500 executions. If I have maximum threads set at 20, then there will be 2 threads constantly failing the "take account" action, and use up the 500 execution numbers quickly and leave a full screen log of error...
  9. C

    Change template in the middle of project

    I am running the project at 100 executions. If I change and save the template when it is at, say, 50. Will the remaining 50 executions reflect the change I have made? Or do I need to remove the project and add it back to rerun?
  10. C

    How to Restart Project?

    Are you on Skype? support_zennolab is offline to me. Thanks.
  11. C

    What Exactly Is "Bind to File" or a List?

    Sorry. it's not clear here. If I have marked "Load from file" and "save changes", this makes "use the same list for all threads", will this cause the conflict between threads? I mean my threads are using the same list name, but have different contents for that list name. Thanks.
  12. C

    FFinstance growing big

    What is your skype, Hungry?
  13. C

    What Exactly Is "Bind to File" or a List?

    I have applied "reset instance" and memory usage is now lower. But still, please answer the above two questions. Thanks.
  14. C

    How to decrease memory usage while in loop?

    I think the execution above referes to the execution in the ZP panel. Then comes another question: If I have 20 threads, each thread runs under a different a username. How to use "save cookies and load cookies" for each username? I thought profile is a global set of data that applies to all...
  15. C

    How to decrease memory usage while in loop?

    I am facing the exact problem of crazy memory usage. May I ask what does "executions" mean here?
  16. C

    What Exactly Is "Bind to File" or a List?

    I was editing the above post and 30mins expired. The following is a clearer version of the question: My project has 20 threads. Each thread logs in with one of my 20 usernames and saves new tweets to username-content.text every hour in an infinite loop. Now the memory usage is going through...
  17. C

    What Exactly Is "Bind to File" or a List?

    Two questions. 1. I use bind to file because I need to use variable in the file name. It has created a huge memory problem for me even in an one thread project where the file is binded and saved (through list processing) multiple times in a loop. In this case, how can I "sync list changes with...
  18. C

    Will interrupt go to Bad End actions?

    Will interrupt go to Bad End actions?
  19. C

    How to Restart Project?

    I tried your start +1 method, and the project becomes an icon of two round arrows and sits there forever.
  20. C

    How to Restart Project?

    When I clicked interrupt, then clicked start, the project became a star icon and sit there forever. I had to remove the project and add it back then click +1 to do a restart. Is there a faster way?
  21. C

    Can't use {-Variable.xxx-} in File path?

    I seem to be able to use {-Variable.xxx-} in file path, if xxx is in input settings.
  22. C

    Best Practice for Multithread Where One Account in Each Thread?

    Can a project initiate another project? I want the project your suggest to be a master project and open all others within it.
  23. C

    How to Get All Variable Names and Values into a List or Table?

    That's exactly why I wanted this in the original question.
  24. C

    Best Practice for Multithread Where One Account in Each Thread?

    Yes, but is there a way to automate this step in ZP too? I have many such projects and manually copying may miss things here and there.
  25. C

    What action to show text in log but not pop up window like Alert?

    I wan't to show some text in ZP log but I don't want a pop up window like Alert. What action can do that? Thanks.
  26. C

    The "Start" button starts from last step or beginning?

    In ZP, does the "Start" button start from the last step (if I interrupted it) or the beginning of project? Thanks.
  27. C

    Can't Use Note

    Yes, all other actions are good (i.e when double clicked, the property window pops up no problem. even though this obviously is a different behavior than what Note has). This Note problem happens about half of the times. Sometimes it's working. When it doesn't, I need to close the project and...
  28. C

    Best Practice for Multithread Where One Account in Each Thread?

    What I am doing is that I am posting comments on a forum under many accounts. I want all accounts running at the same time, each has its own proxy. Your method is good, but we have frequent power outage in our area. When ZP quits unexpectally, wouldn't your method lead to lost of all account...
  29. C

    Best Practice for Multithread Where One Account in Each Thread?

    But the project is an infinite posting bot. It ends when computer powers off everyday. What's the best solution for this situation? Thanks.
  30. C

    How to Show More than 2 Alerts in ZP Log?

    PM sent. Thanks.
  31. C

    Best Practice for Multithread Where One Account in Each Thread?

    I want to design a project where many accounts post at the same time, each in its own thread. Is there a way to return the thread number in ZP, so that I can link account 1 to thread 1, account 2 to thread 2 and so on? (i e. thread 1 always logs in with account 1 and thread 2 always logs in...
  32. C

    How to Show More than 2 Alerts in ZP Log?

    My project has an alert action every hour or so, but my log always shows only the last 2 or 3.
  33. C

    Can't Use Note

    PM Sent
  34. C

    How to Show More than 2 Alerts in ZP Log?

    Yes. Every time I look at ZP, it's only showing the last 2 or 3 items while there should be many.
  35. C

    How to Get All Variable Names and Values into a List or Table?

    Is there a way to get all variable names and values into a list or table? Thanks.
  36. C

    Set Proxy Before or After Clearing Cookie/Cache?

    My project loops through a list of accountname;proxies combination to post on those accounts. To minimize track for each account, should I put Set Proxy before or after the Clearing Cookie/Cache actions before logging in each account? Thanks.
  37. C

    Detailed Log in ZP Like in MP?

    Is there a way to show the detailed step by step log and variable values in ZP when running a project like in MP? Thanks.
  38. C

    Can You Keep the Instance Window Open When in Error

    I am running a project in ZP with the Instance window shown. I wanted to monitor if there is any error. However, when there's an error such as HTML element not found, the Instance window shuts down immediately, and I didn't get a chance to see what page that was. Can you make it so that the...
  39. C

    How to Show More than 2 Alerts in ZP Log?

    My ZP log only shows the last 2 Alerts in the log. The earlier ones are always gone. How to show more than 2 Alerts in the log? There is enough space for 50 Alerts.
  40. C

    How to Get the Largest Index Number in Action Designer?

    I want to loop through all found items in action designer (for example, to read all tweets in the page of a user). To do that, I need to get the largest number to end the loop. How to obtain that number? Thanks.
  41. C

    Two Projects Reading/Writing Same Txt at the Same Time

    Yes, I would like the examples. Could you please?
  42. C

    Thread for Lite

    Seems conflicting with what lokiys says.
  43. C

    Math.Min

    When I tried using Convert.ToInt32, it passes, but it wrongly returns 0 rather than 0.3.
  44. C

    Can't Use Note

    I was adding an Action->Note When I clicked on the Note, the mouse cursor immediately lost focus, so I couldn't type anything in the Note area.
  45. C

    Math.Min

    I also got an error "Operator / can't be use on String or Int" when I did return project.Variables["a"].Value/10;
  46. C

    Two Projects Reading/Writing Same Txt at the Same Time

    Thanks for your reply but my question is about multiple projects R/Wing the same file rather than multiple threads of the same project R/Wing the same file. Would this change your view, or it doesn't matter either? Thanks.
  47. C

    Math.Min

    I want to get the Min of Variable a and number 2 For example, I gave 3 to variable a, and then I tried return Math.Min(project.Variables["a"].Value,2); But it gave me an error message saying Argument 1: cannot convert string to sbyte... How to solve this problem? Thanks.
  48. C

    Two Projects Reading/Writing Same Txt at the Same Time

    If I run two project A and B at the same time using lists loaded from same txt file and both have "Save to Change to File" checked, what will happen when project A writes to its list A? Will project B know and change its list B as well?
  49. C

    Thread for Lite

    Do you mean that I can run multiple projects at the same time as long as they are all running only 1 thread?
  50. C

    Quickest Way to Test If Item Is In a List?

    What is the quickest way to test if an item (such as a string) is in a list of such items? Currently I am using loop + IF, but this is super slow for large lists. Is there a more efficient way? Thanks.