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

  1. Yann

    access global variables in switch case

    I guess than answers it ! I am having issues anyways with global variables and find them very unreliable...I will manage information between threads and scripts differently then
  2. Yann

    Rename table processing "Add list"

    This function does not exactly "add", it is actually more a "replace with list" I think it is confusing to use "add", I just wasted time because of it. It would be great however to have a real "add list" to a table
  3. Yann

    Adding a "Clean interrupt" to Zenno

    The idea is not to debug but to cleanly voluntarily stop a script that runs for a long time. Even though it is not recommended to make loops with zenno sometimes we don't have a choice (or the alternative is too complicated to make it worth it). Depending on the situation every now and then I...
  4. Yann

    Is Project Maker compatible with 4K screen ?

    ok thanks !
  5. Yann

    Is Project Maker compatible with 4K screen ?

    Is it a Universal Windows Platform (UWP) application ? I want to make sure that there isn't the DPI Scaling issues. Thanks
  6. Yann

    Adding a "Clean interrupt" to Zenno

    Every now and then I need to "Interrupt" a script in zenno for many reasons but when I do, I sometimes lose a lot of information (variables values, states, complete line from table and list currently being processed). I think it would be very useful to be able to do a "clean interrupt" that we...
  7. Yann

    Improve graphics resolution and sharpness in Project Maker

    After spending over 2 years using zenno, I'm happy with the regular updates and new functions added but I realize that I spend a lot of time everyday in Project Maker building scripts and I'm killing my eyes with the bad graphics of the boxes and text that is not always sharp. Some text are fine...
  8. Yann

    Selection a value using more criteries

    Maybe you could do it based on the value. When it's a main category, the value ends with "_0" and when it is a subcategory it ends with "_" +number. So if you only want to select a subcategory you can check the value or do a regex that get the item that do not end with "_0" Hope it helps
  9. Yann

    keep logs after zennoposter restart

    Sometimes we need to restart zennoposter (updates...) but then we lose the detailed logs for each script. It would be useful to still have the logs after restart.
  10. Yann

    Version control

    interesting idea, but I have a hard time to see how that would be done. We would need to have access to the actual code being generated Maybe if version control can't be added, it could be interesting to be able to compare 2 versions of a script and see the differences (sections added/removed...)
  11. Yann

    new table and list processing methods

    I agree and I know how to do it, but I think that a few more additions like these (pretty much like the filter options in excel) would benefits everybody.
  12. Yann

    access global variables in switch case

    nobody is using global variables ?
  13. Yann

    Open nested project from context menue in PM

    +1
  14. Yann

    Update to latest version of BlueStacks

    I have lot's of problem running the BlueStacks version coming with zennodroid on windows server 2012 R2, there is always an error at startup and I can't make it work so I still haven't been able to play with zennodroid. The latest verison of BlueStacks however runs really well, any plans to...
  15. Yann

    "Timeout initializing object" set in project

    A search lead me to this page: http://zennolab.com/discussion/threads/zennoposter-5-new-build-5-7-0-0-22-dec-2014.17331/ where it says: [+] Instance global setting “Timeout initializing objects” has been added. This allows to reduce display time of download indicator yellow status (we recommend...
  16. Yann

    access global variables in switch case

    It would be useful to be able to use the switch case with global variables. Also it would be nice to be able to check for an empty variable in the switch.
  17. Yann

    new table and list processing methods

    nobody interested in this ?
  18. Yann

    Bugs in new version 5.12.0.0

    it looks like we cannot do a mouse right click in the logs anymore to get the message id
  19. Yann

    first line - headers for own format table and list

    I really think it would be useful to be able to have the option to manage headers for own format table and list like it is done with table for .csv format
  20. Yann

    Can't run VM

    Ok it looks like I have a problem with Bluestack, probably nothing to do with zennodroid
  21. Yann

    Can't run VM

    Hi VladZen, Thanks for taking the time. I thought I had to start BlueStack first, which is why the process was running. Now I tried without running BlueStack first and I made sure all its processes were killed and it's the same result. I can see in the logs : 2017-10-05...
  22. Yann

    Multiple Project maker

    ok I understand
  23. Yann

    Icons

    Something simple so we can recognize easily which one is which... *edit* Actually for ProjectMaker since both icon are the same grey color, not necessarily for zennodroid since you made a green icon
  24. Yann

    Can't run VM

    Just tried zennodroid for the first time and I can't start the VM :( I did follow the instructions and installed and run bluestacks before. Any dependencies we should know about ?
  25. Yann

    Icons

    Any chance you could have icons that don't look so much like the ones for zenno ? Maybe add the green android bot on them ?
  26. Yann

    Multiple Project maker

    Hi, I just bought zennodroid and the first thing I notice is that I can't have project maker for zenno and project maker for zennodroid run at the same time...that's too bad. Any chance that could be allowed ? Thanks
  27. Yann

    xpath on variable with text processing

    I think it would be great to be able to use xpath on a variable containing html code. Very often I have to extract part of a page for analysis but regex won't get me what I need and xpath would be very handy if it was available in text processing.
  28. Yann

    new table and list processing methods

    It would be useful to have new method of getting lines in tables and lists like: get line that starts with... get line that ends with... get line that contains... or as an addition to the options of "get line" : first, random, by number, all, starts with, ends with, contains... That would...
  29. Yann

    Create groups

    It would be great if we could create groups in projet maker and minimize them to simplify the look of scripts, especially large scripts.
  30. Yann

    first line - headers for own format table and list

    It's all in the title :)
  31. Yann

    ZP Scheduler random time +/-

    You could simply start your script with a random pause
  32. Yann

    Control Zennoposter online

    I am using RDP with dedicated server, works well For a specific script you could also make a simple html interface (responsive is you need to use with a mobile) and have a zenno script checking the values regularly...
  33. Yann

    Bugs in new version 5.11.7.0

    Hello VladZ, I just sent an mail to support with an example, but I am going to post it here again. It looks like this is also happening on older version of zenno. The bug actually happens with the comma symbol, not the dot like I previously said, sorry. It is happening with the bind file to...
  34. Yann

    Bugs in new version 5.11.7.0

    File format is .csv Once the calculation is finished and the table is full, I use table processing with save to file
  35. Yann

    Bugs in new version 5.11.7.0

    Hi, There is a problem with the tables, some of my scripts are not working anymore since the update. Saving a table to a file used to add quotes around each value, not the case anymore and some values had a dot '.' like 112.25 and since the update it is saved as 11225, which is causing a lot of...
  36. Yann

    How to earn on hosting affiliate programs

    That's exactly the kind of "hacks" and cleverness that I love ! Big thanks for sharing !
  37. Yann

    Auto restart zenno

    I agree, @VladZen is right, what we really need is that zenno does not crash in the first place. I could almost use your programs but I would need to be able to choose when exactly to restart Zennoposter, and not let's say every 3 hours. However, regarding my need to activate stopped...
  38. Yann

    Auto restart zenno

    this is interesting but it might not be enough. For instance yesterday, for some reasons, all my scripts are stopped but zennoposter is running. So unfortunately that would not help in this case :( It would be great to add an optional extra check to your program, which is "if zenno is running...
  39. Yann

    Get Auth Credentials !

    Hello, It happened again, even with the change of domain in zennoposter.exe.config I don't have the popup asking about credentials anymore but both zennoposter and project maker crashed. I sent the new report.zip to support Maybe it is a different issue now ? Maybe just a stability problem...
  40. Yann

    Get Auth Credentials !

    Hello, It happened again, where do you want me to send the report.zip ? Thanks
  41. Yann

    Get Auth Credentials !

    When it happens both zennoposter and project maker crash. Is it still going to diagnose something for you ? Depending on the time of the license check, I can find out many hours later.
  42. Yann

    Get Auth Credentials !

    Hello, unfortunately the same thing happened again early this morning at 2:42am and when I look at the logs, here is what I found at this time: 2:42:53: 9752: : -------------- Update License is running :9752 -------------------------------- 2:42:53: 9752: : Check product registration...
  43. Yann

    Forum bug :)

    Wow, sorry I didn't see that ! :bw: Thanks
  44. Yann

    Bugs in new version 5.11.4.0

    Installation in English shows text in Russian for upgrade
  45. Yann

    Get Auth Credentials !

    Thank you for your help, I am using windows server 2008 and for some reasons the .NET 3.5 was not installed/activated in the server manager / features. I followed this guide, in case that can help someone else...
  46. Yann

    Get Auth Credentials !

    Ok I think I found what happened, in ZLInstallerLog.log I see this, it matches exactly when zenno stopped working because of "Update License": 6:27:50: 2160: : -------------- Update License is running :2160 -------------------------------- 6:27:51: 2160: : Check product registration...
  47. Yann

    Get Auth Credentials !

    Don't know if it helps (or if it is related to your auth servers), but zenno stopped working this morning at 6:28am (UTC +1) (the last time one of my scripts wrote something in a file and they write every minute) and in the baseLog file there is 2017-07-05 07:51:36.7783|Redundan base.exe found...
  48. Yann

    Get Auth Credentials !

    Hi VladZen, It happened the first time with the previous version of zenno, basically if I click on the "Ok" button, the popup comes back right away and prevents the program from starting. If I click on the "Cancel" button, the popup disappears, and then I can start the program normally. Then I...
  49. Yann

    Auto restart zenno

    Yes, that would be interesting, we need to add extra checks to make sure zenno is always running
  50. Yann

    Forum bug :)

    I confirm, the link for the english forum is broken