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

  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
  16. A

    way to stop the thread if it takes too long?

    Seems it got stuck on the keystroke down emulation. Deleted this step since it was not entirely necessary and got no problems since.
  17. A

    way to stop the thread if it takes too long?

    It happens on both windows xp as windows 7. One has build 5.9.3.1, other has 5.9.5.1. Is there a way to see the full log file of a certain thread? So I can see on which step it gets stuck?
  18. A

    way to stop the thread if it takes too long?

    No. Though it happens with a google search engine template too, where you go to the next x pages in the search engine results. That's the closest to a loop I can think of.
  19. A

    way to stop the thread if it takes too long?

    Hi When using a template that goes to certain websites, it often happens that the thread does not end because it keeps hanging on the "go to webpage" step (I think)...the webpage is loaded, but nothing happens... This could happen after eg 100 completed threads or eg 1000...the thing is that I...
  20. A

    c# not working in zennoposter

    Great. Thanks!
  21. A

    c# not working in zennoposter

    Hi The following code works in projectmaker, but not in zennoposter: Bitmap screen = new Bitmap(@"{-Project.Directory-}test-fullscreen.png"); int width= screen.Width; Rectangle cloneRect = new Rectangle(0, 0, width, 1000); System.Drawing.Imaging.PixelFormat format = screen.PixelFormat; Bitmap...
  22. A

    can't access network drive on windows 8

    Oh, didn't know it was a bug in zennoposter itself. Thought it had to do something with windows permissions. Guess I'll have to update zenno afterall. :-) Thanks.
  23. A

    can't access network drive on windows 8

    Hi I've got a couple of network drives which I created from my synology nas. When I want to open a file in one of the drives using applications, I can see them listed. Though, this is not the case for projectmaker/zennoposter. And if I directly open a project file located in one of those...
  24. A

    How to do a screenshot an entire page ?

    Well: 1) take image from pc: eg, {-Project.Directory-}images/image1.png 2) crop image, only take first x pixels in height; width stays same 3) save image in eg {-Project.Directory-}images-cropped/image1.png
  25. A

    How to do a screenshot an entire page ?

    double post...
  26. A

    How to do a screenshot an entire page ?

    Hi I've got the following code: HtmlElement he = instance.ActiveTab.FindElementByAttribute("body","fulltag","body","text",0); int heHeight = Convert.ToInt32(he.GetAttribute("height")); int heWidth = Convert.ToInt32(he.GetAttribute("width")); var bitmaps = new List<System.Drawing.Bitmap>()...
  27. A

    mass edit template

    O, ok. Hope this will be a feature in the future.
  28. A

    mass edit template

    Hi I want to change the folder name in which the template needs to save some files. The problem is, I need to change lots of steps in the template since I use the folder path a lot of times. I know that some time ago, you could mass edit the template by opening the template in some editor and...
  29. A

    c# code only works in project maker

    Hmm. Gonna have to settle with full page then. Thanks though.
  30. A

    c# code only works in project maker

    Can you specify to take only the first 1000 pixels (for height) with that?
  31. A

    c# code only works in project maker

    Hi I use a c# code snippet to take a screenshot of a webpage. This code works in project maker, though not always immediately. So after executing the code, I check if the screenshot is downloaded, if not, then it repeats the step until it has downloaded it. In project maker, this seems to work...
  32. A

    Get file size of file.

    Nice. Thanks!
  33. A

    Get file size of file.

    Hi I want to get the file size of a file. Read in other topic you need to use the code shown on this page: http://msdn.microsoft.com/en-us/library/system.io.fileinfo.length.aspx Tried to use the example, but doesn't seem to work. using System; using System.IO; public class FileLength {...
  34. A

    closing thread after specified time

    Nice. Thanks!
  35. A

    closing thread after specified time

    Thanks. I'll try it out. In english it says "command run timeout in instance". What does it mean exactly? A command = one step in template? Will it finish the whole template or skip to the next step? Looked here but it doesn't say it: http://wiki.zennolab.com/doku.php?id=en:general-settings
  36. A

    closing thread after specified time

    Hi I'm having a problem that a lot of other people have had, if I look through the forum: webpages that keep on loading...while I may not disable java since I look through thousands of webpages and I don't know which webpages need java and which not...and while timeout does not work/stop the...
  37. A

    Speed limited by text file?

    This works indeed. Thanks!
  38. A

    Speed limited by text file?

    Hi I've got a simple offline template that has to take a line from a general file and then delete the line and do some regexp tasks with it. Now, if I run 2, 10, or 40 threads simultaniously, it doesn't matter. The speed of executions stays the same. I guess because only 1 template can edit a...
  39. A

    problem with "shortest match" in regex

    O I see, misenterpreted "shortest match", thought it takes the option with the shortest amount of characters. Thanks. I'll look for another solution.
  40. A

    problem with "shortest match" in regex

    Yes of course, but the numbers are only for the example...4 could be any non-operator character but - or |. So, I need something like .* Anybody knows why (?<=-).*?(?=\|) doesn't work?
  41. A

    problem with "shortest match" in regex

    Hi Normally I don't have problems with regex but I think I misunderstand the "shortest match" = ? operator. Let's say you have a string: 1-2-3-4|5 And I want to extract "4". I though it's easy: "-" is before 4 and "|" after 4 ... and then you"ll get 4 if you use the shortest match...
  42. A

    http get request

    Indeed, it seems that it doesn't work with Google.
  43. A

    http get request

    Hi I never had the thought about using the http get option but finally tested it and I see that this would be very useful, simply because it seems faster. Though, I'd like to ask if someone has the following knowledge about using this method: - is the success rate of pages loading better/worse...
  44. A

    Save image

    Nice. Got 4 methods now. I'll test out which is the fastest. edit: the one with c# code is the fastest.
  45. A

    Save image

    Damn. Can't seem to figure it out. Could you take a look at the file if you have time?
  46. A

    Save image

    I think this would be a better solution than using captcha module. Though, can't seem to find how to save the file. I can only write it to a variable.
  47. A

    screenshot from this site

    Nice. I did not. Thought it would automatically create it. It solved the problem. Thanks!
  48. A

    screenshot from this site

    I use 4.5.0.2. Same error as the person above: "A generic error occurred in GDI" Here's the basic template: Would be nice if you could take a look at it.
  49. A

    screenshot from this site

    I foolishly hoped that I would just have to add this code to own c# code block in projectmaker after first going to a webpage...to take a screenshot. It seems it doesn't work. Can anyone tell what should be done more or is it too hard for somebody who doesn't know a lot about c#?
  50. A

    take screenshot

    Thanks for referring. Though it would be great if you could take a screenshot just like you take DOM or source of a page. I'll take a look at the solution provided in the other thread but it seems not that easy.