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

  1. B

    Error when trying to create a .bat file in ZP Pro 4.5.0.2

    Thanks! Changing the font size from 120 DPI back to the default 96 DPI worked on both copies of Windows Vista. However, I hope the Zennoposter team still considers this to be a "bug" because I haven't had problems with any other window that Zennoposter has, only the .bat file creation one when...
  2. B

    Error when trying to create a .bat file in ZP Pro 4.5.0.2

    Can someone from the Zennoposter team test this on Windows Vista? I don't think many of the other customers look at bug reports.
  3. B

    Error when trying to create a .bat file in ZP Pro 4.5.0.2

    Hello, I'm using Zennoposter MP Pro 4.5.0.2, and anytime I try to create a .bat file of a project using Windows Vista (service pack 2), it gives me the window that is shown in the attached picture below: There is no "OK" or "Cancel" button as you can see in the photo. I have tested...
  4. B

    [SOLVED]  Exit Code issues when using a .bat file to add attempts to another project

    I have a project that uses a Zennoposter created .bat file to add one attempt to a project. When running the original project, it does run the project that the .bat file calls successfully. However, the problem is that it returns an exit code of "1" instead of "0" so it goes to my "Bad End" set...
  5. B

    Server not available in zennoposter proxychecker

    This minor bug occurred only in 4.3.0.0 (for me at least). Rostonix's solution worked for me: http://zennolab.com/discussion/showthread.php?7664-server-not-available-in-zennoposter-proxychecker&p=43839&viewfull=1#post43839 But I figured that I'd still report it as a bug so that we don't...
  6. B

    [SOLVED] Can't take line from list when using a relative path

    Ah, that was it Rostonix! Looks like it was just a user error on my part. Forgot I had moved the file into a sub-folder :) Relative path is working properly now. Thanks!
  7. B

    [SOLVED]  Can't take line from list when using a relative path

    (Using Zennoposter MP version 4.2.5.0) I have a list that I'm trying to take the first line from and its using relative paths to the file ({-Project.Directory-}list.txt) and have both "load from a file" and "save change list to file" checked. I simply added a list processing action to take...
  8. B

    Have Projects Run One After Another Constantly?

    Hello, Let's say I have five projects that I want to be run in this order (after each one completes it moves to the next one): - Project #1 - Project #2 - Project #3 - Project #4 - Project #5 How can I get Zennoposter to where it runs projects 1-5 and THEN after completing project 5, it goes...
  9. B

    Table renaming not being saved to actions that use the table

    I have three actions that process a table called "Table1". However, after I renamed "Table1" to "User Accounts" I noticed that these three actions did not stay linked to the table. So I had to re-edit the three actions and select the "User Accounts" table for all three of them. I realize...
  10. B

    Mental Power Video Tutorials [Basic to Advanced]

    Thanks for the tutorials. They are extremely helpful :)
  11. B

    IntelliSearch Database Updates?

    Hello, When I train IntelliSearch to complete a new form in the Project Maker I noticed that the database for it gets larger. 1. Are the "trainings" I made for IntelliSearch then added to a global database for all of my computers that are connected to the same ZennoPoster customer account...
  12. B

    IntelliSearch and Future Site Changes?

    Hello, Is IntelliSearch capable of filling out forms/fields on sites that make changes after I originally trained it to fill out those forms/fields? For example, let's say that on a website I "trained" it (via IntelliSearch) in the Project Maker to fill out the name, email, and password...
  13. B

    problem importing single private proxy

    You can also try out: http://www.codeproject.com/KB/dotnet/regextutorial.aspx I used that and was comfortable with Regular Expressions (regex) within 2 days.