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

  1. BlackSun

    Mouse Drag - How to get the coordinates?

  2. BlackSun

    Mouse Drag - How to get the coordinates?

  3. BlackSun

    Mouse Drag - How to get the coordinates?

    The mouse emulation is very useful but I'm wondering if there is any what to extract the coordinates of the object that needs to be moved? For example, a list of moveable widgets on a page are in a random order. I can identify them by name but how would a get their coordinates to pass to the...
  4. BlackSun

    ZennoPoster Mental Power

    ZP 4 looks very nice. Good work :) I'd love to see the macro builder return. Custom macros are extremely useful and a big time saver. I think we can still safely use version 3 macros but it would be nice if these were officially supported.
  5. BlackSun

    Anyone familiar with reddit and detection methods?

    Reddit use a karma value to prevent gaming the system. Your accounts will need to gain karma before their votes are worth anything.
  6. BlackSun

    Zennoposter is taking an extremely long time to check authorization server

    Seems to take longer and longer to launch Zennoposter recently. And today I'm typing this while waiting for the program to launch. It would appear that the delay is due to it waiting for the authorization server to respond.
  7. BlackSun

    The Big Zenno Wishlist - Please add your thoughts and wishes too

    Both of these are implemented already aren't they?
  8. BlackSun

    The Big Zenno Wishlist - Please add your thoughts and wishes too

    Just add a regex macro to your template to automatically check and correct any text that is causing spintax errors.
  9. BlackSun

    The Big Zenno Wishlist - Please add your thoughts and wishes too

    This already is implemented isn't it?
  10. BlackSun

    New line delimeter? How to scrape and mix articles

    For New Line use the macro {-String.Enter-} Use it like this to pull a random paragraph from a block of text: {-String.Split-|-This is your block of text including new lines-|-{-String.Enter-}-|-{-Random.Int-|-0-|-5-}-} Of course paragraphs might be delemetered with 2 new lines in a row...
  11. BlackSun

    [BIG TIMESAVER!!!] Speed Up The Debug Process

    If you've broken your code into major blocks (Web actions) you can set any one of these to be the "First step". Can save you a lot of time :)
  12. BlackSun

    Excuting MSDOS Commands from within a template.

    Don't need to use a batch file. Use cmd.exe instead. "cmd.exe" /C MOVE test.txt test2.txt ;)
  13. BlackSun

    Projectmaker /Instance crashes

    I'm posting to one of my own WP sites with zenno on XP. Logs in OK but will have random instance crashes. I'd be interested to find here what was the cause in your case Mike.
  14. BlackSun

    No connection to authorization server

    "No connection to authorization server" This message has been appearing more and more frequently. And today this the only message that appears when trying to start Zennoposter. Which brings a serious drawback to software that won't run without first checking your license each and every...
  15. BlackSun

    Excuting MSDOS Commands from within a template.

    One problem with running a batch file. Windows keeps popping up a prompt "The publisher could not be verified. Are you sure you want to run this software?" Any ideas on how to click Run or avoid the prompt altogether?