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

  1. A

    reloading xlsx table

    This seems indeed to work. Thank you!
  2. A

    reloading xlsx table

    hello, I have a table that loads the content of an xlsx file. Though it only seems to reload the table when I open the project. Is there a way to reload the content of the (changed) xlsx file in a table while the project is running? Thanks in advance Steven
  3. A

    Executing action ImageProcessing Error loading image

    Increased it to 1000 but didn't help. Thanks for trying to help though.
  4. A

    Executing action ImageProcessing Error loading image

    Hi When trying to get the screenshot of certain bigger webpages, I get the error: Executing action ImageProcessing Error loading image Eg with this webpage: https://medium.com/@maxdeutsch/how-i-learned-to-draw-realistic-portraits-in-only-30-days-3fb8e8eccee0 Is there a way to prevent this? Eg...
  5. A

    screenshot c code

    Hi I want to try out c code to take screenshot of pages because the captcha method doesn't work for some sites. I've got this but doesn't work-seems to get stuck at the "var img= ..." line. Anyone can help?: HtmlElement he =...
  6. A

    zennoposter execution and domain hosting on same server

    Thanks for the response!
  7. A

    zennoposter execution and domain hosting on same server

    Hi there Currently I use zennoposter for a few little projects in which I execute a certain project on my pc and then upload the files it outputs on my domains via ftp. Because there are sometimes a lot of files, I thought it would be better if zennoposter and the domain folder/files were in...
  8. A

    sorting numbers

    Thanks!
  9. A

    sorting numbers

    Hi I just tried it but can't seem to get it to work. The file content of the list stays the same. See image. Any idea what I do wrong? Thanks Steven
  10. A

    sorting numbers

    Thanks for the response. I'll try this out when I can.
  11. A

    sorting numbers

    Hi I would like to know what the easiest way would be to sort the following: 100|test 5|test 2|test 10|test into 2|test 5|test 10|test 100|test I could use java and logic if to check line per line but that seems to be a lot of work for something simple. Thanks in advance. Steven
  12. A

    autorunning zennoposter on startup

    Ok, was able to solve the nas server problem with the following: https://technet.microsoft.com/en-us/library/ee844140%28v=ws.10%29.aspx?f=255&MSPPError=-2147217396
  13. A

    autorunning zennoposter on startup

    Thanks for the response. This seems to work, but partly in my case. The thing is: zennoposter (opened with task scheduler) can't view files which are located on my nas server...it gives the error: "run directory the username or password is incorrect" Though, when I manually open projectmaker...
  14. A

    autorunning zennoposter on startup

    Hi Anyone experience with autorunning zennoposter on startup? Added it to startup programs and disabled UAC, but to no avail. Let me know.
  15. A

    Asking for manual input

    Hi Was wondering if you could have a popup where you have to input eg the answer to a question. Could maybe do this via manual input for captcha entry...but maybe there is an easier way? Thanks in advance. Steven