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
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
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...
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...
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...
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
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.
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...)
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.
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...
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...
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.
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
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...
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
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 ?
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
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.
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...
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...
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...
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...
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...
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...
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...
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.
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...
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...
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...
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...
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...