Недавний контент zenfreak

  1. zenfreak

    Решено Подключение к Visual Studio

    + I highly support this
  2. zenfreak

    How to emulate zoom in and zoom out with zennodroid

    If I can send those keys through ZennoDroid sure, why not. But can it? ”I've tried adding [CODE = csharp] Emulator.SendKey (instance.ActiveTab.Handle, System.Windows.Forms.Keys.F2, KeyboardEvent.Down); [/ CODE] .... but doesn't work. The F2, F3 keys work outside ZennoDroid as Yann suggested...
  3. zenfreak

    Where can I see the Console.Writeln output?

    I am using Console.WriteLine(heCol.Count); and I see it's executed but where can I see the output?
  4. zenfreak

    The Quick scan debugger is unable to show the element values

    When I add C # and use the Quick scan option for things like he.OuterHtml I always get something like this: [CODE = csharp] Exception: "System.Exception: Unable to get the value. Perhaps the variable is not initialized at ZennoLab.ZennoDebugger.Debugger.quickWatch (Object forwatch) "in"...
  5. zenfreak

    How to emulate zoom in and zoom out with zennodroid

    How to emulate the 2 fingers closing or opening just as you zoom in and zoom out on your phone?
  6. zenfreak

    How to get all text

    I have the Facebook messenger chat open and I would like to be able to select all the text/conversation to a file. Basically, I'm looking for the "Examine the DOM source code and page text" button as in ProjectMaker for Zenno.
  7. zenfreak

    ForceBindIP with Zenno

    I am trying to use different network connections for projectmaker so I tried ForceBindIP and even if I can get it to work with chrome or firefox using something like this: "C:\Program Files (x86)\ForceBindIP\ForceBindIP64.exe" 192.168.0.100 "C:\Program Files\Mozilla Firefox\firefox.exe" but it...
  8. zenfreak

    News ZennoPoster 7 - grandiose update! (Beta testing)

    The dropbox folder for downloading the version 7 is empty. How can I download version 7?
  9. zenfreak

    Zennodroid, when next?

    Just a friendly reminder that we need an update for the zennodroid :)
  10. zenfreak

    News ZennoPoster Chrome Edition

    1. I need the backbrowser button because I want to be able to keep my feed position for websites that load big feed search results. Take IG as an example, if I just reload the previous url instead of pressing back I lose the feed position. It just feels more natural than using javascripts or...
  11. zenfreak

    News ZennoPoster Chrome Edition

    So how about the BrowserBack that does not work on FF either. Is it that hard to emulate?
  12. zenfreak

    News ZennoPoster Chrome Edition

    Is this one able to successfully simulate a simple browserBack action? I know the FF version isn't.
  13. zenfreak

    Perform the CSharp OwnCode Input string was not in a correct format.

    I don't really need you to debug this particular code as I find this issue in different occasions when building scripts and oftentimes I find the issue - what I need is how to find the exact line number where the errors occur.
  14. zenfreak

    How can I get the BoundingClientHeight Value?

    Not the first time I do that - it's common sense. Thanks for your appreciation! :)
  15. zenfreak

    How can I run another Project while in C# Code

    I'm basically searching for the "Project in Project" box alternative inside the C# Code. So just to make things clear, I have a code running in the C# Code and from there I would like to run another .xmlz project while still inside the C# code. Something like: for (int x=0; x < limit; x++) {...