Недавний контент shepardx

  1. S

    Parse a float vs assign a float to variable : inconsistant storage

    just you can have those on svg, but also when a JS is managing the zoom level ;-) 100% : 611px > 30% : 203.66 yep, that's my asumption also. seems something that can be improved by Zenno if we want to use cubes. By C#, it's another story. But the parsing tools box are usefull in some cases, to...
  2. S

    Parse a float vs assign a float to variable : inconsistant storage

    the output has no exclamation, just i'm surprised to not have the same value stored into the variable, depending from how we retrieve the data. "BUT point or coma for decimals and how code handles that depends on your PC regional settings. " but here i'm talking about value storage. I did not...
  3. S

    Chromium (beta) vs CEF : benefits ?

    @VladZen thanks for the explanations. seems some are using the chrome extensions in conjonction with Zennoposter ? what for ?
  4. S

    Parse a float vs assign a float to variable : inconsistant storage

    I've made several tests i've to parse the DOM, to retrieve some data that have decimals * if you Assign the value of 330.2 to a variable name with an action = the result is 330.2 * if you Parse the image width of 330.2 (px) and put to a variable = the result is 331 same result if we make use...
  5. S

    Nested projects vs excecution error in child project : how to stay on child and not loose the process flow

    Hello, I've build a project using the nested projects way (ProjectInProject) My concern : each time, an error occurs into a child project, the path is lost, i've to manually run the successive broken actions, and help project make to go back to the source project that launches the current one -...
  6. S

    Chromium (beta) vs CEF : benefits ?

    @Aronax , thanks for your feedback i do use emulation, will be fixes in the next versions, but would be glad to have a global status about the Chromium implementation ! @VladZen your inputs in this ?
  7. S

    Trick to find what's slowing your template down

    thanks for the tip
  8. S

    Chromium (beta) vs CEF : benefits ?

    Hello, Apparently, the chromium browser is still under the beta flag. I've read in the russian forums some critics about it, but it's hard to find the real status / get the real picture of it. - What are the benefits of using Chromium in term of anonymity ? - How is memory managed, especially...
  9. S

    JsonConvert > cannot execute valid C# code

    many thanks for your help Axiles ! i moved my classes to the shared code custom Namespace, and it works far far better :-) now i've to found out how to call the beautifer, to show off the json tree (by default it's a compact view)
  10. S

    JsonConvert > cannot execute valid C# code

    Hello, i've played with C# to generate a serialized json array, with the Newtonsoft library, that is shipped into ZP as well. - I do use the Custom Code C# block (not the Cube yet) - My code does not have any error outside ZP, the log console still indicated have some syntax issues. - All my...
  11. S

    Change Nationality / Location through actions

    if someone knows if we can alter those top settings with C# action, let us know cc @VladZen
  12. S

    Change Nationality / Location through actions

    many thx for your feedback / confirmation ok, nested projects is for sure the solution. I'll have a look at plugins/BotUI. my project makes use of 3 nested projects, i've only to create top projects for each of the 2 nationality areas.
  13. S

    Change Nationality / Location through actions

    Hi, I'm looking for how to change the Nationality / Location for profile generation (between the 6 nationalities), i mean through Project Maker actions. I've a project that makes a check at the begining where the data will be retrieved from (North America vs Europe). So i need to change...
  14. S

    Project in Project : back and forth conditions

    Hello, i sliced my project into 2 projects : 1 main parent, 1 child I noticed that sometimes when the child project ends, it goes back to the main. Sometimes not. > How does it work exactly ? In my child project, i've to restart the browser tab to deal with the Cycle issue (memory leak). Seems...
  15. S

    Scheduled Loop > no permanent variables > restart

    I used the Table way : seems Table storage is the only Zenno component that keeps permanently the data, even when the computer is turned OFF. If anyone has a better idea, let me know thx