Jump to content
Macro Express Forums

Scotsman

Members
  • Posts

    23
  • Joined

  • Last visited

Posts posted by Scotsman

  1. I have a simple script for logging into a site so I don't have to type every time. It opens the site and detects the mouse move just fine, but It doesn't  detect the mouse clicks. So the email and password can't be entered. My screen cap doesn't show it but the cursor ends up sitting on the log in button as intended. But that's where it stops. It seems simple but stuck here. I have a laptop with a wireless Logitech mouse, and I've also tried the touch pad with not luck.

    Thx!

    image.png.e5d8014eaff810fc186a17e2e5e842e5.png

    image.thumb.png.30ffd1ab7253b510569d5fc1c00685db.png

  2. I have a simple script for logging into a site so I don't have to type every time. It opens the site and detects the mouse move just fine, but It doesn't  detect the mouse clicks. So the email and password can't be entered. My screen cap doesn't show it but the cursor ends up sitting on the log in button as intended. But that's where it stops. It seems simple but stuck here. I have a laptop with a wireless Logitech mouse, and I've also tried the touch pad with not luck.

    Thx!

    image.png.e5d8014eaff810fc186a17e2e5e842e5.png

    image.thumb.png.30ffd1ab7253b510569d5fc1c00685db.png

  3. I've been thinking about your and others comments about lisp and would like to learn more. Maybe it could be combined with MEP to make use of the fast activations. Re the scripts, I have used them in Acad but only for small things. I need a way of drawing from the excel sheet and repeating the same commands for multiple blocks, which led me to MEP.  I should know pretty soon if it will pan out.

    thanks again...

     

  4. Thanks, I have Autocad experience but not with writing Lisp so I lean towards MEP as well.

     

    I also would prefer not to use Excel to write the script for a few reasons:

    - I really like the MEP activation - shortkey especially for ease of use.

    - spreadsheets sometimes get lost over here, but with MEP the script stays safe in the program.

    - I don't have to go digging for the spreadsheet to run the script since I have MEP on most of the time.

    - The spreadsheet I put together for the parameter list is easily reproducible.

     

    So I'm leaning towards Excel as the list only, with the whole script in MEP. Will keep working in this direction and hopefully have some success soon.

    I've been trying rbergs suggestion with the array variables with some success but need to learn more.

    cheers

     

     

     

     

  5. Hmm.. I'm not familiar with Lisp - I heard others mention how great ME is with Autocad but maybe this idea is a bit of a stretch? Or is it possible, but more work then most macros? Was hoping to use ME as it seems quite powerful and intuitive Plus I'd like to keep all my ACAD macros together (in ME) but maybe I'm barking up the wrong tree?

     

  6. Hi, I want to use a list of parameters in Excel to create multiple parametric blocks in a single Autocad drawing (actually it's Bricscad but all the commands/scripts work the same)

    Here is my code so far in ME which works fine for a single block:

    image.png.5944ef81baa70e192ba9a17d13d9f589.png

     

     

    And here is my spreadsheet showing the parameters I want to use to create the various blocks:

    image.png.ba1fa4977e563ed17d7f95d6885772b0.png

    I tried using ASCII file Begin Process but that only grabs the parameters, while I need to have the ACAD commands as well. Any suggestions on how to go about this?

    thanks

     

     

     

     

     

×
×
  • Create New...