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

  1. S

    How to get task id?

    If i want to refer to current task in c#, for example to use in GetTaskInfo() how can i get id of task in which that macro is executed?
  2. S

    New line of file works on list, but don't work on table

    When I bind file to list, set line separator to "Enter" it works just fine, but the same file binded to table, sets line separator as "New line" everything is readed as one line. It happens in some files, where new line is in hex "0A", when new line is represented by "0D0A" table works ok, but...
  3. S

    Replace in Own C#

    Can I/How can I replace only first match on my Own C#? example: var before = "want to replace this, but not this"; var after = before..Replace("this", "replaced"); return after result i want: "want to replace replaced, but not this" So basicaly, can I somehow determine match no. for...
  4. S

    Why file size so big?

    I have simple project and it has size more than 2mb. Some of my projects are more complicated and has size 1mb or less. What can I do to reduce size? Can this be error, caused by copying elements from one project to another? Because I have there elements from another projects.
  5. S

    Max number of threads in ZP Standard

    In pro version i can set number of threads as i want, but in standard, it's always 5, why can't i set to 2 threads if i need max 2 threads to work? In ZP3 i have this posibility
  6. S

    Protection management

    For me, at the moment it's very hard to work with protections. For example, I have 25 templates, and want to protect them for list of 20 emails(same emails for each template). I must open each template and add emails to the protection list, one by one. Probably it's impossible to make...
  7. S

    Email stops working in Poster

    I have 20 templates of different blog platforms to create, when I run them all in ZP, after some time, ZP start throwing error "message not found". I use the same mail for every template. In mailbox message is recieved. If I restart ZP, everything starts to work fine (without changing email)...
  8. S

    Browser information

    When i'm trying to create an account on yolasite.com i get folowing information: "Since you're seeing this page, it may mean you're using an older version of one of these browsers or a type of browser Yola doesn't support." I have newest version of FF instaled
  9. S

    Searching by id only by regex

    As in title, when i set atribute to "id" and search type "text", finds nothing, change to regex gets the match. Also there is no function to delete search parameter, which is a little annoying
  10. S

    Email suggestion

    It's good that new ZP can check mail without deleting all messeges, but I found 1 problem. I use one mail with aliases in some projects, that means I get messages with almost the same content, only activation link differs, but i can't predict how it will look like. I noticed that ZP when finds...