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

  1. cheekybot

    Project window disappeared. How to reset PM interface layout?

    I usually detach some windows from PM to reduce lag when editing but the window disappeared off-screen (not sure) Is there a way to reset to default layout?
  2. cheekybot

    C# interrupt task (not stop task)

    I'm working with global vars and multiple tasks running infinite loop.. Sometimes I need to stop task and restart all threads with global var reset to 0. Possible to include this or alter stop task to force threads to quit?
  3. cheekybot

    How to control tasks in ZP from Visual Studio C# application?

    I'm creating an application in Visual Studio to read and write data to a database for ZP to work with and want to have quick view of running tasks. I borrowed some code from another thread to test and added references to the DLLs that darkdiver mentioned in from this thread but AddTries()...
  4. cheekybot

    Create or change local variables from C#?

    C# code block lets me save the returned result to 1 variable.. is there a way to save multiple variables at the same time?
  5. cheekybot

    InputSettings not saving in ZP v5.4.3.0

    These field types aren't saving for me: text/multi, number, bool After I click ok and reopen the window.. Only filename is saving for me. Not sure about dropdown.. Here's a picture of the input settings from Project Maker
  6. cheekybot

    Task Name as Variable?

    Is there a way to get and save task name as a variable?
  7. cheekybot

    Unique identifier to local variable or C#

    Is it possible to set a local variable as the unique identifier of a task for use in C#?