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

  1. Cyd

    For files bound to lists and tables, use the proper tools.

    OK thank you. Then I will use this instead :
  2. Cyd

    Clear all variables except one

    Great. It works ! Thank you very much.
  3. Cyd

    Clear all variables except one

    Hello, I am using this C# code to clear all variables : foreach(string key in project.Variables.Keys) project.Variables[key].Value = string.Empty; Now I need to clear all variables except my counter {-Variable.counter-}. Does someone have an idea how I can do this ?
  4. Cyd

    For files bound to lists and tables, use the proper tools.

    Hello, I have got a problem with a template. I am using a 'Write to file' block to write some data in a file and sometimes it doesn't work. And I can see the error message : Warning! You are trying to edit the file XXXX attached to a list or a table, this may cause problems. For files bound to...
  5. Cyd

    Version 7.2.1.1 - Connection with Google Spreadsheet

    Thank you for your answer. OK I understand. I removed the sheet gid=0 that's why it didn't work anymore. I created a new document and copied everything on it. It works now. Thank you very much.
  6. Cyd

    Version 7.2.1.1 - Connection with Google Spreadsheet

    Hello, I am using two different templates, each one connected to a specific Google sheet (on the same account, validated with OAuth key) : For each one I can get the information from the sheet. For one of them the values are then removed from the sheet as expected, but for the other one the...
  7. Cyd

    Error while publishing a plugin

    OK. I upgraded to 7.1.7.1 and it works fine. Thank you !
  8. Cyd

    Error while publishing a plugin

    Hello, I am using ZennoPoster 7.1.3.0. I need to make some changes to the existing plugins that I made a few years ago. But I always get an error: Code generation error: The object reference is not set on an instance of an object. I tried with many different plugins, I get this error with all...
  9. Cyd

    Discussion - new version 5.20.0.0

    Thank you @VladZen It works. I saw this option but I didn't see that we could return several variables by cliking on 'Variables' instead of 'Variable'. I send the files as example here if someone has the same issue. BotUI Project
  10. Cyd

    Discussion - new version 5.20.0.0

    Hello @VladZen Thanks for your help. Yes I read this https://zennolab.com/discussion/thr...-0-0-2-8-2018-plugins-for-projectmaker.50415/ before. And I also downloaded and tested the examples here : https://zennolab.com/discussion/threads/discussion-new-version-5-21-1-0.50806/#post-381548 So...
  11. Cyd

    Discussion - new version 5.20.0.0

    Hello, is a plugin able to send values through own variables ? For example, if I create a plugin to generate random name+last name, can I then get the values in the template ? As it is the case for project in project ?
  12. Cyd

    Prediction service in the browser

    Thanks guys. Both methods seem to work : - modification is the greprefs.js file - C# code with the 5.21 version.
  13. Cyd

    Prediction service in the browser

    Yes OK. I guess that it does the same.
  14. Cyd

    Prediction service in the browser

    I am working on the 5.10.0.1. Maybe a quite old you are right. I set browser.search.suggest.enabled to false in the JS file. I haven't find a way yet to verify if it works. But I am running some tests. I have just bought an upgrade (5.21.1.0), so I should be able to use C# code in a few...
  15. Cyd

    Prediction service in the browser

    Thank you for the code. Unfortunately I get an error : which means that ZennoLab.CommandCenter.Instance has no definition for SetBrowserPreference and no extension method SetBrowserPreference which accepts a first argument that ZennoLab.CommandCenter.Instance as type has been found.
  16. Cyd

    Prediction service in the browser

    Hello, is it possible to disable the prediction service (usually used to load pages more quickly) in the browser ? Because when I send requests to Google, I can also see requests to some websites listed in the SERPs ... without of course visiting them. Thanks.