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

  1. lokiys

    Method to change default value from c#

    Title says it all... Just basically a lot of times there is needed to save some value to use for next thread. By now I'm doing that with help of .txt file. Would be good to save some value for future use... Thanks
  2. lokiys

    Проверка наличия файла в папке

    return System.IO.File.Exists(project.Variables["proverka_foto"].Value);
  3. lokiys

    How to move between tabs?

    @Nick You did not asked that actually :D
  4. lokiys

    How to move between tabs?

    Just use. Browser ---> Tab control ---> Activate tab by name or number...
  5. lokiys

    Same profile names

    At least not for me... :)
  6. lokiys

    Size of Zennoposter Window

    Use C# for that: instance.SetWindowSize(800, 600); width = 800; height = 600;
  7. lokiys

    Line numbering is not solved in newest version

    Piece of code: Error from logs: I really hoped to see this stuff resolved as something this is really hard to look for errors when you do not know in what line error is... As you see there error is in second line but in logs it claims that it is in 6 line... Eh
  8. lokiys

    Go to line and go to column

    Still why those both are needed ? Go to line is that same as Move to column.
  9. lokiys

    Word wrap

    When you take DOM text then looks like word wrap is already enabled, but no when you click this button once, nothing happens and then when you click again word wrap is enabled. So please make it enabled by default as button shows it should be like that... Thanks
  10. lokiys

    site that works only with chrome

    That will not happen in 2 weeks I'm almost 100% sure. I could guess that it will not happen even in two month. As you can see all previous updates came out ~ 2-3 month one update. https://wiki.zennolab.com/doku.php?id=en:changelog
  11. lokiys

    site that works only with chrome

    There is never exact time for updates.
  12. lokiys

    Аналог замены по regexp в C# сниппете?

    string Test = "Kakoj to tvoj text"; string regexTest = System.Text.RegularExpressions.Regex.Replace(Test, @"\t|<.*?>", ""); return regexTest; Ilji jeslji iz project variables togda string Test = project.Variables["Test"].Value; string regexTest =...
  13. lokiys

    Element border

    Filters is not the case, you told about that past time, now I checked 6x with enabled and 6x with disabled. No borders. :D Until now just facebook produces this...
  14. lokiys

    Element border

    Hey same problem is still there.
  15. lokiys

    ZennoPoster gets detected by major web 2.0 and blog sites

    Is not that possible with c# ?
  16. lokiys

    Copy search criteria as string

    It would be really good time saver to have copy button somewhere there: And when you press copy button then you get on your clipboard string like this: "button", "name", "btnG", "text", 0 In that way you can copy this in c# with one click Thanks
  17. lokiys

    System.Text.RegularExpressions по дефолту

    Exactly for pause I mean. And no you have to write full System.Threading.Thread.Sleep(); Instead if you have in using System.Threading; Then obvious Thread.Sleep(); will do the work. :)
  18. lokiys

    System.Text.RegularExpressions по дефолту

    @rostonix etot toze 90% using System.Threading;
  19. lokiys

    Allow to copy OwnUsings

  20. lokiys

    System.Text.RegularExpressions по дефолту

    Saglasen +1
  21. lokiys

    ★★★ Order ZennoPoster templates ★★★

    Hi. All clients should be able to PM each other, added to in skype lets talk. Thanks
  22. lokiys

    Как сделать эффективное хранилище для профилей?

    @zortexx Sam vidjish shto Russkij ne moj pervij jazik :-) ja hotjel skazakj tochno to shto Anton skazal. No dabavikj sto budjekj konflikti a ne toljko mogut bikj :-) Na primer Dropbox blokirujut fail kogda obnavljajetsja shto to v file, nu vot i jeslji v toze vremja tvoj bot hotjet sahranjat tam...
  23. lokiys

    Как сделать эффективное хранилище для профилей?

    Google drive ilji dropbox nebudjet rabotakj.
  24. lokiys

    invoices

    I suppose You used payment processor for top up your user area balance. Then you can get invoice from paypal or you can get invoice from your bank If paid with credit card...
  25. lokiys

    Как из профиля достать нужные данные?

    {-Profile.Email-} {-Profile.EmailPassword-}
  26. lokiys

    Choose folder in Input settings

    Just same way as it is with file names, would be good to choose folder. For downloads for instance, or pick avatar folder. Cheers
  27. lokiys

    Google Captcha Get-Post

    Toljko shto smotrel. Jeskji netu javascript togda tam i drugaja captha jeskj v-mesto etot api 2.0
  28. lokiys

    Page height & scrolling to the bottom

    I'm totally not sure for what do you need that, but maybe scroll into view method could help you... ScrollIntoView
  29. lokiys

    Page height & scrolling to the bottom

    What do you mean ? How can you count pixels ? I mean where should be those 800 px ? In bottom of page or in middle ? You can try to count how much one Page Down button goes down. But to go down until your needed pint with one shot, as I know is not possible...
  30. lokiys

    Page height & scrolling to the bottom

    Please use English language in English side of forum.... Thanks
  31. lokiys

    Suggestions for .exe file automation

    Okay was not that long and I already figured out that this is exactly what I need. Of course will take some another hours, but Windows UI will be automatized. :) Thank You everybody for input LOL
  32. lokiys

    Suggestions for .exe file automation

    Hey I'm looking suggestions how to automate some external exe files with zenno... By now I'm looking at Visual UI Automation Verify, seems something to work with, but will take weeks while i will go through it and understand what is what :D Any comments ? Thanks
  33. lokiys

    Как проверить сайт на работоспособность через Get запрос?

    Prosto djelaj GEt na sait i smotri shto tam na zagolovak HTTP/1.1 200 OK <==== Date: Wed, 18 Feb 2015 11:01:30 GMT Server: Apache Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-control: private, max-age=0 Set-Cookie: xf_session=3bb68654202686edd233e7c78d8535cb; path=/; httponly X-Frame-Options...
  34. lokiys

    Email Provider

    Any with POP3 or IMAP access
  35. lokiys

    Relative positioning in data extraction

    I think Xpath can do what you asking
  36. lokiys

    Relative positioning in data extraction

    What is RP ? I understood that this is something about you told in next sentence. To scrape posts with likes is really easy. Just take whole post and regex if there is likes then save whatever you want, same with specific user posts. Is post is posted by specific user you again can get that...
  37. lokiys

    Relative positioning in data extraction

    First of all you can order this whole template with all your requests. Secondly you can start to learn zenno by watching video tutorials and reading wiki And If you have any exact questions you can use forum to get answers...
  38. lokiys

    Relative positioning in data extraction

    Hi and welcome. All I can say that with imacros you can do like 10% from what with Zenno You can do :) To answer exact YES you can do that and many more :) Cheers
  39. lokiys

    Как составить такое регулярное выражение?

    Nu tak ponjemajesh return System.IO.Path.GetFileName(@"D:\основная_папка\рандомное_название_подпапки\file01.jpg");
  40. lokiys

    How to distinguish between twitter follow/unfollow buttons?

    LOL just take your time and maybe you are too tired and tomorrow morning you will see difference in those pics ;)
  41. lokiys

    How to distinguish between twitter follow/unfollow buttons?

    Follow Unfollow
  42. lokiys

    В PM появляется окно "javascript authorization"

    Poslednoe vremja mnje etot ne tak chasto pajavljajetsja, no kogda ta bilo ochenj chasto... http://zennolab.com/discussion/threads/popup-to-enter-login-and-pass-proxy-bug.13075/
  43. lokiys

    Google Tables

    https://developers.google.com/google-apps/spreadsheets/
  44. lokiys

    Random generates only one number

    Yes as i said this is nothing new and was there from code was born :) You generate numbers excluding last number you show... Not only in PM this is like that in whole c#
  45. lokiys

    How to distinguish between twitter follow/unfollow buttons?

    And if you check span - class - button-text follow-text - text ? When you want to click follow this is not hidden element, but when you already following to that user then this element is hidden...
  46. lokiys

    How to distinguish between twitter follow/unfollow buttons?

    I'm not willing to give you exact solution because that will not teach you anything. I'm telling you the right way where you should go and you will get success 100% So about Innerhtml, just take innerhtml from follow button and from unfollow button and copy them out in notepad++ and check what...
  47. lokiys

    Google Tables

    I mozno yesho s google API...
  48. lokiys

    How to distinguish between twitter follow/unfollow buttons?

    Hey. Even recorder will not give you anything good in this case. Recorder is recording only OR searches and AND searches. OR and AND works with you set group numbers. If you set group numbers to 0 to two search criteria then button will be clicked only when both criteria will be there... You...
  49. lokiys

    Как получить статус клиент на форуме?

    Напишите на [email protected] с email, на который куплена программа
  50. lokiys

    CSV coma delimited