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

  1. C

    ZP error - Works Perfect in PM - Wtf?

    Hey, I have a project that works PERFECT in debug mode (ProjectMaker) , but when i run it to the ZP after 4-5 minutes is giving error. The project takes about 20 minutes to finish in ProjectMaker, but is simple project with many loops. WTF? Edit* Not the only project that gives error, at least...
  2. C

    How can i make an entire Block Optional?

    Hey, I have a block with 10 actions. I want to make all actions "Optional", is there an easy+fast way or i have to make it one by one?
  3. C

    Take list items and add them to Table

    Hmm i did it the way you said, now i hope i can re-do it later in the future :D
  4. C

    Take list items and add them to Table

    When i add directly to tables, a keyword going to a new line, in the end i want to have in 1 line the url in A cell and the keywords from B to "..." cell. In list i can merge list items and add "," to separate keywords.
  5. C

    Take list items and add them to Table

    But Table is empty, i have to use {-String.Tab-} for every time a new keyword appears. But i do not know how many keywords they will appear.
  6. C

    Take list items and add them to Table

    Well im really having hard time with tables. Look what i want to do, i get URL,Keyword 1,keyword 2, keyword xxxx, and save them to list, i save the list to a .txt file. I save them to list coz i dont know how many keywords the url will have (else i would save directly to table). After the...
  7. C

    Take list items and add them to Table

    ohh i was just doing it wrong, what i wanted basically was to take a txt list and add it to a table. Done!
  8. C

    Take list items and add them to Table

    Hey, How can i take the list items that are seperated by "," and add them to a table where "," = "New Column "
  9. C

    Input Settings insert Variable at default value?

    Thanks : /
  10. C

    Input Settings insert Variable at default value?

    Hey is there any way i can add variable as default value in the input settings?
  11. C

    bag with input settings

    I realize when you asked me :bm:
  12. C

    bag with input settings

    Yes :bm: of course
  13. C

    bag with input settings

    In ZP. Well i change the Name Field in PM from "Categoy" to "The Category" and it worked :D Yes i can, when i change back to "Category" then i run ZP, i open "Input Settings" i enter some values like "URL, User name..." enter a value in "Category" then click "ok". If i click again to input...
  14. C

    bag with input settings

    FUNNY? I just rename the "Name" in the "Input settings" and it worked.
  15. C

    bag with input settings

    Hey i have exact same problem, what was the solution?
  16. C

    XML RCP for Wordpress sites

    Man this is really Great! Is there any way i can upload 3-4 images and insert them in the post?
  17. C

    Search for Double and Triple Spaces

    Works! TY
  18. C

    Search for Double and Triple Spaces

    Hey How do i Search and replace double and triple spaces with single? I tried the word processing -> Replace and i entered on TEXT What to search:" "<--- Triple space without the "" Replace with:" "<--- Single space without the "" It works but only for 1 run. Then it removes the spaces from...
  19. C

    Loop + pop up=Fail

    Problem was not the popups! Solved
  20. C

    Loop + pop up=Fail

    Hey, i have a table with 20 urls Template take 1 url perform some clicks then from the begine to take another url and do same clicks. Some urls have a pop up. All good with pop up, clicks done proper but the loop fails. Any solutions?
  21. C

    Form # changes

    I had to change from href to innerhtml to make it work with -1. :) so now is working thanks!
  22. C

    Form # changes

    No, -1 is another part of the page :/
  23. C

    Action Designer>Click>Variable?

    Thanks man. Insane but it worked only after i rebooted Project Maker
  24. C

    Form # changes

    After a few loops (3) the Form # changes for no reason (from Form # 0 to 1 and so on). How can i solve this?
  25. C

    Action Designer>Click>Variable?

    Hey is there any way that i can do this? In the action designer i have a regex search, that when it find abc.* to rise event > Click. So the value to that event is abc.* What i want to do is this abc.* to add it in variable, and this variable to add it in the value of the event. Is it...
  26. C

    {-String.Tab-} is no longer works?

    Nothing selected, just "First line - headers
  27. C

    {-String.Tab-} is no longer works?

    Hey here is what im doing. Add Line Table1 {-Variable.aaaaa-}{-String.Tab-}{-Variable.bbbbbbb-} Save to file Table1 c:\file.xlsx But it will add variable A and B to the A Cell. How can i make it to write a to a and b to b?
  28. C

    Easy ZP Memory Question

    Thanks! Made more sense but was a lil bit confusing so i wanted to make sure. Is there any way to increase the memory even more? I make a template that is HUGE, and is getting a little bit slow when i navigate in it.
  29. C

    how can i handle flash puzzle captcha with zennoposter

    Hey man i had the same question. Do this, this is working fine at the moment. Is a bit annoying but is the only way you can do this. Read here : http://zennolab.com/discussion/threads/quick-zp-question-manual-inputs.14605/#post-88214
  30. C

    Easy ZP Memory Question

    When i Scroll to the Right where the label at the bottom is 40MB, the the small square popup displays 490MB When i scroll Left where the label at the bottom is 490MB, the small square popup displays 40 So, Which side do i have to drag in order to get the max amount of memory for ZP ?
  31. C

    Compile code of Error in action CS 1011 empty character literal. [Row:2; Column: 40]

    Solved. I had a C# that was wrong, and that was the reason ZP to give me this error.
  32. C

    Compile code of Error in action CS 1011 empty character literal. [Row:2; Column: 40]

    I load a template and when i run on debug it gives me this error in the log. Compile code of Error in action CS 1011 empty character literal. [Row:2; Column: 40] wtf?:bw:
  33. C

    Wont write on Table Column "I"

    I messed up my variables with the {-String.Tab-} . Everything is OK!
  34. C

    Wont write on Table Column "I"

    I have my table bind to file, then add new line. ZP will add data till column "I". I thought was my variable problem and i changed the variable of column "I" with another and it didn't worked. Is there a limit on columns?
  35. C

    Weird Problem, How To Solve?

    Hey i got the same issue, i do this: Emulator.ActiveWindow(instance.FormTitle); System.Windows.Forms.Clipboard.SetText(project.Variables["articleText"].Value); System.Windows.Forms.SendKeys.SendWait("^v"); And what is pasting, is just an OK out of nowhere.
  36. C

    Taking line from table Line Nr -1 does not exist

    :D
  37. C

    Taking line from table Line Nr -1 does not exist

    Where is the "love you" button?
  38. C

    Taking line from table Line Nr -1 does not exist

    I have a table loaded from file with Column A the User name and Column B the password I add Take Line from table and add it to variables. This is the error message i get : Taking line from table Line Nr -1 does not exist I tried to add Ranges, Random, First. Nothing seems to work. I notice...
  39. C

    How can i add all match?

    Yes thanks a lot , i notice this after i made the screenshot. I set it to GET right after the pic.
  40. C

    How can i add all match?

    Yes dude! This is way.
  41. C

    How can i add all match?

    Well nether one works :/ Rangers wont work at all. And Random Numbers is picking JUST 1 Random number at a time and some times picks the same. I need from match# 0 till 30. Any more ideas?
  42. C

    How can i add all match?

    Thanks a lot. Awesome Idea! i Didn't try ether one yet but im going to try right away.
  43. C

    How can i add all match?

    Thanks man! More info here http://wiki.zennolab.com/doku.php?id=en:ranges
  44. C

    How can i add all match?

    How can i do this?
  45. C

    Input Settings Wont Show Up

    High end gaming if that what you ask :) . But i found the problem 5. Select A group of radio buttons, which is a choice of several options. You must indicate in the name of the parameter all possible options, such as: Proxy type {HTTP|SOCKS4|SOCKS5} I confuse Select with Checkbox :)
  46. C

    Input Settings Wont Show Up

    Hey, take a look at this. Only the Text Type appears in Zennoposter. I added a Default Value before and it didn't work, so i remove it and try but still nothing. Is this a bug?
  47. C

    ZennoPoster gets detected by major web 2.0 and blog sites

    Hmm i found 2-3 users around the forum having same problem. I made a tumble account creator and poster (4 testing accounts) and till now all works good (4th day now). Make a test without using proxy.
  48. C

    4 Actions in 1 ?

    Hmm alright. No program skills so ill go the hard way.
  49. C

    4 Actions in 1 ?

    Hey what is the best way to add 4 actions in 1 and then to add it in a global variable? Is that even posstible? What i want to do : I have some actions like: Go to this folder>take file list>pick a file>put to spin. I want this "Action Block" to add it to every template i make, so i want to...
  50. C

    Create Directory and Save File in it

    Hey, i want ZP to create a Directory and then Create a new file.xlxs and save it in the directory it created. How can i do that? *The directory name will be set from the Input Settings at the begine (i know how to do that)