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

  1. Hungry Bulldozer

    Using "Tasks.dat"

    It has to saved when it is turned off
  2. Hungry Bulldozer

    Help me understanding table creation

    Check what value {-Variable.tblRowprocess-} has during debug. It seems problem is there. And what's version of ZP it is
  3. Hungry Bulldozer

    Лаки вконтакте

    Судя по коду там еще есть подписка на onmouseover и onmouseout можно их также вызывать.
  4. Hungry Bulldozer

    [SOLVED] Match male or female name to gender?

    {-Profile.Sex-} has boolean values, so it is either True (male) or False (female).
  5. Hungry Bulldozer

    Увеличить время выполнения шага

    Можно увеличить таймаут загрузки страницы http://clip2net.com/s/2LIMM
  6. Hungry Bulldozer

    Вопросы перед покупкой

    Так часто как требуется. На каком этапе проблема возникает?
  7. Hungry Bulldozer

    Save all settings in ZP

    No reason to create a new thread. What's the path here? http://clip2net.com/s/2LFJS That's the only folder that is cleaned with restart
  8. Hungry Bulldozer

    Buying all sorts of templates for zenno v4

    Check here: http://zennolab.com/discussion/forumdisplay.php?89-Selling-templates
  9. Hungry Bulldozer

    DOM regex - nothing found in debugger.

    It can happen because of not completely loading of page. Try to add pause
  10. Hungry Bulldozer

    Вопросы перед покупкой

    Можно практически все, что можно сделать вручную в браузере. Можете проверить на демо версии.
  11. Hungry Bulldozer

    setting right value for drop down list?

    You can use on of the snippents to do that: http://zennolab.com/discussion/showthread.php?8816-Snippet-samples
  12. Hungry Bulldozer

    how to set text in <p></P> tag?

    Via action designer. You can hit me in skype.
  13. Hungry Bulldozer

    Как организовать паралельную обработку файла

    Нет. Если только заводить самостоятельно
  14. Hungry Bulldozer

    Check parsed text bug

    It is not a bug. It is how sites work. They have a lot of text on the page. Some text present on the page and you can see it, other ones are hidden and it is loaded with AJAX. So better find other way to check if you're doing right, like searching for an element.
  15. Hungry Bulldozer

    i need to compare 2 variables

    I'm not sure if I got you, but it seems you wanna check if one variable contains another one. You can use for that word processing-regexp.
  16. Hungry Bulldozer

    Where will the file be downloaded if I click on download button?

    To change the path: By default: \ZennoLab\ZennoPoste\Progs\Downloads
  17. Hungry Bulldozer

    weird problem with input boolean variables

    Can't approve that. Does work for me. It fails only in case both are false. v 4.3.7.1
  18. Hungry Bulldozer

    Как организовать паралельную обработку файла

    0. Иметь переменную вроде ifLineTaken, по умолчанию false. 1. Брать строку из списка/таблицы с удалением. 2. ifLineTaken становится true 3. В bad end и good end проверять '{-Variable.ifLineTaken-}'=='true' 4. Если да, то дописывать обратно
  19. Hungry Bulldozer

    Spin bug

    It looks fine from math background. You can get more even random using this code. It generates a number from 0 to 5. Random rnd = new Random(); int r = rnd.Next(10000000); int w = r % 6; return w;
  20. Hungry Bulldozer

    [SOLVED] Cannot Run CodeCreator PHP Projects in Zennoposter

    1. Run project in CodeCreator 2. Go to \ZennoPoster Pro\Progs\Trash\Code Creator\[GUID]\Bin\Debug\[projectname].dll 3. Add [projectname].dll to ZennoPoster
  21. Hungry Bulldozer

    Is This A Bug In Cookies?

    This is a bug, task was set to developers. Currently you can do that via ZennoPoster.HttpGet and HttpPost
  22. Hungry Bulldozer

    Snippet samples

    In this thread we will post samples of c# snippets 1 Alert with 2 buttons: "Yes" and "No": Result is put to project's variable 1 - "Yes" was pressed 0 - "No" was pressed -1 - "Close" // Show message System.Windows.Forms.DialogResult result = System.Windows.Forms.MessageBox.Show("Press \"Yes\"...
  23. Hungry Bulldozer

    Save all settings in ZP

    You are welcome :)
  24. Hungry Bulldozer

    Can't Get Proxies To Work

    Hit me in skype. Need a teamviewer session.
  25. Hungry Bulldozer

    Как соединить ZennoPoster MP и Кликун? (или что-то подобное)

    Видимо, последний билд Вами еще не открывался. Там как раз добавлена данная возможность. Никакие кликуны не понадобятся :)
  26. Hungry Bulldozer

    Thread do not loading when using public proxy!(Frozen thread problem)

    Nothing is clear from the post. Have to take a look. Please hit me in skype: support_zennolab
  27. Hungry Bulldozer

    Save all settings in ZP

    Backup C:\Users\[lokiys]\AppData\Roaming\ZennoLab
  28. Hungry Bulldozer

    What snippet is?

    Hey guys, Let's discuss a new term in ZennoPoster concept. It is snippet. By this term we mean a snippet of c# code that can be easily customized to your needs. Any coding skills required? No, you can go without such skills, because they are easily customized. For instance there is a snippet...
  29. Hungry Bulldozer

    can anyone lead me?-how can i check if an page is loaded?

    I'd better check for element presence. Like login button, if there is then you failed to login (might not work in all cases though)
  30. Hungry Bulldozer

    uploading file via flash button

    Just tried. Works like a charm. For coordinates finding I suggest to use Pixel Ruller Also pay attention that uploader window/buttons can have diffirent names in firefox/chrome/etc and ProjectMaker, so call it the same way it is called in Zenno. The same with coordinates.
  31. Hungry Bulldozer

    Zennoposter MP Hardware supported

    Hi, it is fine with 64 bit architecture. I use 64 bit win 7.
  32. Hungry Bulldozer

    Input setting bug:

    Will be tested. I see no reason to give the same names to fields. That only confuses you.
  33. Hungry Bulldozer

    747 items found -please click one of them to see details or test...

    I got wrong then. Create c# action with code HtmlElementCollection hc = instance.ActiveTab.FindElementsByAttribute("tag","attrname","attrvalue","text"); return hc.Count;
  34. Hungry Bulldozer

    747 items found -please click one of them to see details or test...

    you can do it via regexp like \d+(?=\ items\ found)
  35. Hungry Bulldozer

    Quickest way to fix an 'error' command?

    You can set a breakpoint on the action you need to check and start debug to breakpoint
  36. Hungry Bulldozer

    how can i set value for text element using regular expression?

    Set form number -1 and it will search in all forms on the page. To search with regexp just choose that option in action designer
  37. Hungry Bulldozer

    Is there a way to internally stop a template that is defined to have unlimited tasks?

    Use global variable to check if you need to execute template. Set its variable value true, and once you get 404 set it false.
  38. Hungry Bulldozer

    I can't save my template, just for 1M?

    1. Clear all your ZennoPoster logs 2. Try to save this big project to get this issue 3. Email logs to support email
  39. Hungry Bulldozer

    Thread Problems

    If that time you do "Show threads" are there also 2 instances?
  40. Hungry Bulldozer

    ★ GMAIL & YouTube phone verified accounts creator [from Hungry Bulldozer & rostonix]

    Sales are stopped, since this scheme doesn't work anymore
  41. Hungry Bulldozer

    Работа с таблицей и файлом

    1. Можно либо загрузить из файла. Либо вручную заполнить полностью. 2. Будут использоваться все 200. Это превью.
  42. Hungry Bulldozer

    Работа с таблицей и файлом

    1. Можно либо загрузить из файла. Либо вручную заполнить полностью. 2. Будут использоваться все 200. Это превью.
  43. Hungry Bulldozer

    how copy data from list to table

    On what action does it happen? Use search feature to find it.
  44. Hungry Bulldozer

    Как использовать входные настройки и шифрование

    Выбирать модуль как select нельзя, но вписывать название модуля для настроек можно
  45. Hungry Bulldozer

    Urgent-Insert text with in the paragraph tag

    You need such amount flexibility that much more available with c#. I'm wondering if you are familiar with coding, I'd bring some advices.
  46. Hungry Bulldozer

    Optimization of debugging and recording project.

    I would expand it to full http headers management (profile) during recording.
  47. Hungry Bulldozer

    Future addons, if possible

    If it is about their browser, it will be possible with recording as well.
  48. Hungry Bulldozer

    Future addons, if possible

    I'd add here my toster, microwave oven emulation to get my breakfast in time. I'm kidding, but Android, Iphone emulation is completely different from web automation. Quite interesting though.
  49. Hungry Bulldozer

    Automatic recognition

    Some of them you can find here: http://www.youtube.com/zennolab It is not possible with demo version, but works in any other.
  50. Hungry Bulldozer

    Останавливается проверка прокси

    Скорее всего проблема решится так как сказал blackeye, в противном случае нужно смотреть живу ли процессы CheckingProcessor.exe и ResourceDownloader.exe