Results 1 to 5 of 5

Thread: Custom Toolbar Control Element

  1. #1
    Login to Give a bone
    0

    Default Custom Toolbar Control Element

    Howdy ~

    In AutoCAD 2006, I'm wondering if there is a way to create a custom toolbar control element that I can associate my own lisp/marcros with. For example, I'd like to create a toolbar control similar to the VIEWPORT SCALE control element, only have it control the dimscale. I have created a drop-down menu for this, but it would be so much cooler to set it up on a toolbar where the current dimscale setting would then be displayed.

    ~ Colin

  2. #2
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Default Re: Custom Toolbar Control Element

    Quote Originally Posted by Colin.Chisholm
    Howdy ~

    In AutoCAD 2006, I'm wondering if there is a way to create a custom toolbar control element that I can associate my own lisp/marcros with. For example, I'd like to create a toolbar control similar to the VIEWPORT SCALE control element, only have it control the dimscale. I have created a drop-down menu for this, but it would be so much cooler to set it up on a toolbar where the current dimscale setting would then be displayed.

    ~ Colin
    Maybe with C, but not with VBA or lisp. If you belong to ADN, I'm sure you could find the answer there.

    You should be able to create a non-modal VBA form with a drop-down to do this. It wouldn't be a true 'toolbar' though.
    R.K. McSwain | CAD Panacea |

  3. #3
    Login to Give a bone
    0

    Default Re: Custom Toolbar Control Element

    I don't mind getting into the code, but I have no idea where these are burried if you know, please share . I'll try the Developers Network as suggested though.

    Thanks

  4. #4
    Login to Give a bone
    0

    Default Re: Custom Toolbar Control Element

    Hmmm, $1200 to join ADN in hopes of finding the answer to this question is a little steep. If anyone out there is a member and feels like finding out i'd greatly appreciate it.

    Thanks

  5. #5
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,667
    Login to Give a bone
    0

    Default Re: Custom Toolbar Control Element

    An option would be to add a menu item:
    Name: $(eval, "Dim Scale = " $(getvar,dimscale))...
    Description: Modify dimension scale: DIMSCALE
    Macro: '_dimscale
    Small image: RCDATA_16_SCALE
    Large image: RCDATA_16_SCALE
    Quote Originally Posted by Colin.Chisholm
    Howdy ~

    In AutoCAD 2006, I'm wondering if there is a way to create a custom toolbar control element that I can associate my own lisp/marcros with. For example, I'd like to create a toolbar control similar to the VIEWPORT SCALE control element, only have it control the dimscale. I have created a drop-down menu for this, but it would be so much cooler to set it up on a toolbar where the current dimscale setting would then be displayed.

    ~ Colin

Similar Threads

  1. Replies: 5
    Last Post: 2009-03-05, 11:12 PM
  2. Toolbar images not being successfully applied to custom toolbar
    By tbrown.113150 in forum AutoCAD CUI Menus
    Replies: 3
    Last Post: 2007-04-06, 05:06 PM
  3. Custom CUI and custom toolbar icons
    By kschultz in forum AutoCAD CUI Menus
    Replies: 8
    Last Post: 2005-10-14, 03:25 PM
  4. Toolbar control*
    By jerry.runnels in forum AutoCAD Wish List
    Replies: 0
    Last Post: 2005-05-05, 02:05 PM
  5. Custom "control" in toolbar
    By cadpoobah in forum AutoCAD Customization
    Replies: 2
    Last Post: 2004-08-17, 04:21 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
  •