Docked Flyout Toolbar Icon help

Discussion in 'AutoCAD' started by EricK, Jan 7, 2005.

  1. EricK

    EricK Guest

    I have created a flyout toolbar that I dock but I want a main icon to be the cover icon and not whichever icon within the toolbar that you choose.
    Basically I want that main icon to always shows when you have the toolbar docked...even if you choose an icon from within the flyout.
    I hope this makes sense.
    How do I write this into the menu?
    Thanks in advance for the help.
     
    EricK, Jan 7, 2005
    #1
  2. EricK

    Dommy2Hotty Guest

    To use one bmp for the whole flyout, change the code as follows:
    Code:
    ID_Tag [_Flyout("FlyoutNameYouChoose",Your16x16.bmp,Your24x24.bmp,_OwnIcon,ACAD.ToolbarReference)]
    Now the only thing that you need to reflect in your code from the above code is the _OwnIcon, the rest is whatever you have already. Default for a flyout is _OtherIcon, meaning it switches.
     
    Dommy2Hotty, Jan 8, 2005
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.