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

  1. 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 ?
  2. 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...
  3. 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...
  4. 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...
  5. 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.