Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Drawing Walk - a drawing browser CUI application

  1. #1
    All AUGI, all the time zoomharis's Avatar
    Join Date
    2005-02
    Location
    Abu Dhabi (Native-India)
    Posts
    506
    Login to Give a bone
    0

    Default Drawing Walk - a drawing browser CUI application

    I have been using this program for a while. Now it has got matured a bit. So I thought I would share it with you people. You can use this program to browse through drawings kept in the same folder (irrespective of filenames) move forward, backward or jump to a specefic drawing in the folder. It has saved me hours as I usually work with hundreds of sheets in the same folder.

    I have used VBA for programming. Everything other than the start and stop icons were created in AutoCAD. You can see detailed explanation of installation in the Readme.htm file. Please give me feedback here in case you come across an error or you would like to see the program modified. I will be really thankful to you.

    Happy CADDing....!!!
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Certifiable AUGI Addict robert.1.hall72202's Avatar
    Join Date
    2004-07
    Location
    Detroit Michigan
    Posts
    2,508
    Login to Give a bone
    0

    Default Re: Drawing Walk - a drawing browser CUI application

    The idea you have behind this routine is great.
    I cannot think of a time that I would use this routine, but
    I will keep a copy around.

    This would be even better if it worked with any file in
    a folder, not just drawings. I could see myself surfting
    through dwf and pdf files.

  3. #3
    AUGI Addict Mr Cory's Avatar
    Join Date
    2007-01
    Location
    Under a Rock over there
    Posts
    1,006
    Login to Give a bone
    0

    Default Re: Drawing Walk - a drawing browser CUI application

    Its a great idea especially for ppl not using the PN but the only problem is that you can only have one drawing open @ a time and if you havnt saved then your outa luck. Could be very useful i think

  4. #4
    All AUGI, all the time zoomharis's Avatar
    Join Date
    2005-02
    Location
    Abu Dhabi (Native-India)
    Posts
    506
    Login to Give a bone
    0

    Default Re: Drawing Walk - a drawing browser CUI application

    Quote Originally Posted by Robert.Hall
    The idea you have behind this routine is great.
    I cannot think of a time that I would use this routine, but
    I will keep a copy around.
    I would be really happy if you try it and give me a feedback (As you always do).
    This would be even better if it worked with any file in
    a folder, not just drawings. I could see myself surfting
    through dwf and pdf files.
    I have another one for browsing through Raster Images. But haven't thought about DWF and PDF files. I shall check out the possibilities and let you know.

    Quote Originally Posted by Mr Cory
    Its a great idea especially for ppl not using the PN but the only problem is that you can only have one drawing open @ a time and if you havnt saved then your outa luck. Could be very useful i think
    If you want to use the program in drawings opened from multiple folders, Just click on 'Start Drawing Walk' button each time you switch drawings (ie When you switch to another folder). Regarding the SAVE issue, I have deliberately avoided it as I don't want to save the drawings when I just check the drawings. If you want that option, it's a matter of only a few charecters addition.

    Thank you both for your valuable feedback.

  5. #5
    AUGI Addict Mr Cory's Avatar
    Join Date
    2007-01
    Location
    Under a Rock over there
    Posts
    1,006
    Login to Give a bone
    0

    Default Re: Drawing Walk - a drawing browser CUI application

    Quote Originally Posted by zoomharis
    If you want to use the program in drawings opened from multiple folders, Just click on 'Start Drawing Walk' button each time you switch drawings (ie When you switch to another folder).
    I was thinking about ones in the same folder

    What would need to be added and where?

  6. #6
    All AUGI, all the time zoomharis's Avatar
    Join Date
    2005-02
    Location
    Abu Dhabi (Native-India)
    Posts
    506
    Login to Give a bone
    0

    Default Re: Drawing Walk - a drawing browser CUI application

    Quote Originally Posted by Mr Cory
    I was thinking about ones in the same folder

    What would need to be added and where?
    For saving your drawing while browsing, change this code in the DwgWalk Sub
    Code:
      Application.ActiveDocument.Close False
    to
    Code:
    Application.ActiveDocument.Close True
    Regarding the browsed drawings to be kept open, comment the above line.
    Code:
      'Application.ActiveDocument.Close False
    But I don't suggest that as managing the drawings will become complicated. If you want to open a specefic drawing, you can use Jump To Drawing (JumpToIdx command).So you don't have to worry about keeping them open.

  7. #7
    AUGI Addict Mr Cory's Avatar
    Join Date
    2007-01
    Location
    Under a Rock over there
    Posts
    1,006
    Login to Give a bone
    0

    Default Re: Drawing Walk - a drawing browser CUI application

    I just thought that leaving the drawing open, if you are referring between two drawings it would save alot of time not having to wait for each drawing to save and then open the other.

    Cheers for that! O what file do i need to change those lines in? If its the VBA, what program to i open it in etc?
    Last edited by Mr Cory; 2007-03-19 at 08:17 AM.

  8. #8
    All AUGI, all the time zoomharis's Avatar
    Join Date
    2005-02
    Location
    Abu Dhabi (Native-India)
    Posts
    506
    Login to Give a bone
    0

    Default Re: Drawing Walk - a drawing browser CUI application

    Quote Originally Posted by Mr Cory
    Cheers for that! O what file do i need to change those lines in? If its the VBA, what program to i open it in etc?
    If the program is already loaded, the press ALT+F11 inside AutoCAD (or goto Tools-->Macros-->Visaul Basic Editor) to open VBE. There under Project Explorer window, double click on DwgWalkMod module inside the modules folder. There you can view/alter the code.

  9. #9
    AUGI Addict Mr Cory's Avatar
    Join Date
    2007-01
    Location
    Under a Rock over there
    Posts
    1,006
    Login to Give a bone
    0

    Default Re: Drawing Walk - a drawing browser CUI application

    I see what you mean by complicated, It starts opening the drawings as read-only. Cheers for your time

  10. #10
    All AUGI, all the time zoomharis's Avatar
    Join Date
    2005-02
    Location
    Abu Dhabi (Native-India)
    Posts
    506
    Login to Give a bone
    0

    Default Re: Drawing Walk - a drawing browser CUI application

    Quote Originally Posted by Mr Cory
    I see what you mean by complicated, It starts opening the drawings as read-only.
    Not only that. With too many drawings open, it's really tough to goto a specific drawing. May be we can provide an option to prompt the user before closing it.

Page 1 of 2 12 LastLast

Similar Threads

  1. Preview planes/axis in drawing view from browser
    By Wish List System in forum Inventor Wish List
    Replies: 0
    Last Post: 2014-07-12, 11:21 AM
  2. Create New Drawing from Assembly Browser
    By inventor.wishlist1738 in forum Inventor Wish List
    Replies: 3
    Last Post: 2012-07-30, 03:33 AM
  3. How to open a drawing from Windows Application?
    By CornDawgPower in forum VBA/COM Interop
    Replies: 6
    Last Post: 2011-07-08, 08:00 PM
  4. Presenting Elevations for Development Application Drawing submission
    By ni8rider in forum Revit - Student Support
    Replies: 1
    Last Post: 2011-04-14, 01:11 PM
  5. Improved Sketch Control in Drawing Browser
    By inventor.wishlist1738 in forum Inventor Wish List
    Replies: 0
    Last Post: 2006-04-04, 07:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •