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

  1. neomatic

    Upgrade 5.4.3.0 navigator not working in ProjectMaker

    Hi, I just upgrade yesterday, and when now I try to launch a project in ZennoPoster, it stopps. So I open the project maker to debug and see, and I can't see any URL working in the navigator frame while I'm debugging. The page is blank. I've attached a printscreen for you to see (here on...
  2. neomatic

    Is it possible to avoid pop-up when visiting a page ?

    Hi, I'm running my project to scrap seo values about websites, but every site that have pop up make my project scrap it instead of the original page. Is there a setup to avoid pop-up, close it, or stay in page. I've tried DOM page by name and first page, but still remain. Any suggestion...
  3. neomatic

    Can't select a variable in Word processing regex for match No

    If I use first result for my regex, it"s alright. But since I try to set up a different value, like all or match No, the selection of the name of variable is not selectable. I take a screenshot of both case to show it:
  4. neomatic

    Transform several items of a list in one variable

    Hi, In ZP3, there was a functionnality "take a block from the file", that I can't find in ZP5. I'm actually putting all results of a regex in a list, andI want to do a regex in that whole list (without doing it in the DOM). Regex all links from the page : (?<=href=").*?(?=") -> list1 Regex...
  5. neomatic

    I can't edit my actions in ProjectMaker

    When using ProjectMaker, sometimes i can't edit my actions. I press enter or escape, and action tab open but all control are grey and i can't change it. As shown in orange in this pict I have to close and restart ProjectMaker to make it work again. I have version 5.0.4.2
  6. neomatic

    In ZP5, how to use macro, place a regex or string replace ?

    I updated ZP5 from ZP3 recently. The design is nice and the drag and drop is a big improvment. text variables too. Just fantastic. But...after watching videos, I can't get a way to find all functionnalities fo regular expression. I can create them from the wizard, but i want to know how to...
  7. neomatic

    Can't scrap with parse regex cause the text is broken in two different lines (help!)

    Hi, I can't solve this so far, that's why i'm leaving a new thread on the forum. I've read some topics about it without finding something that work. In my Zenno project, when i get the Dom page, the line I want to scrap with a regular expression is broken in two different lines. It actually...
  8. neomatic

    Basic addition and subtraction

    Hi, I'm just wondering how to write in a macro the basic addition and subtraction operator. Since just putting + or - at the end doesn't work {-File.CountOfStrings-|-\Results\Temp2.txt-}+1 -> result will be 5+1 for example, not 6. Simple question ?
  9. neomatic

    Parsing multiple match in a row (separate by a coma)

    Parsing many matches on different line can be good sometimes, but how to store in a file the whole result on a line ????
  10. neomatic

    Nothing is found during regular expression, an empty line will be returned

    How to parse a block html text in a string to separate some part of html code My purpose is to create some regular expression that clean the html text in different branch. I can easily parse a match, but because it's a block text (several lines), i have some blocking point in my template...
  11. neomatic

    Separate words starting with (a|e|i|o|u|y|h) from the others

    Hi, I'm a little lost in this new language. I just download the demo and I'm trying to get the functionality of Zenno. The NET framework is quiet new for me. here i would like to know if it's possible from a list of words, to separate the words starting with vowel (a,e,i,o,u,y,h) on a line and...