Toolbars

Discussion in 'AutoCAD' started by pcoil, Jan 22, 2004.

  1. pcoil

    pcoil Guest

    Struggling w/ these toolbars again. I have a .mns file that includes two toolbars. One was existing and I just created another. The problem is that the icons on the new toolbar mimic the icons on the previous toolbar in sequential order.
    Here is the first string from my first toolbar:
    ID_Explode_0 [_Button("Explode", "ICON_16_EXPLOD", "ICON_16_EXPLOD")]^C^C_explode
    and here is the first string from my new toolbar:
    ID_UserButton_0 [_Button("Model Space", "RCDA8803.bmp", "RCDA8803.bmp")]^C^C_tilemode 1

    as you can see the image part is different in each one. Any help is greatly appreciated.
    thanks,
    Phil
     
    pcoil, Jan 22, 2004
    #1
  2. pcoil

    sp2004 Guest

    I'm not sure I understand your problem. Can you explain more?
     
    sp2004, Jan 25, 2004
    #2
  3. pcoil

    ECCAD Guest

    We fixed the problem couple of days ago. This was a duplicate post. See thread Jan 22nd.

    Bob

    Re: Toolbars
    Here is a sample from our toolbars:
    Notice no " around the 'name' of the bitmap, and
    notice, (different) .bmp's for 16 pixel and 24 pixel .bmp's.

    **EC_TOOL_BAR3
    ID_ANSIDEVICES [_Toolbar("InterLinkBT", _Floating, _Hide, 150, 110, 1)]
    ID_ASWITCH1 [_Button("Switches", SWITCH1S.bmp, SWITCH1L.bmp)]^c^c$I=aswitch $I=*
    ID_ASELECT [_Button("Selectors", SELECTS.bmp, SELECTL.bmp)]^c^c$I=aselect $I=*
    ID_ASOLEN [_Button("Solenoids", SOLS.bmp, SOLL.bmp)]^c^c$I=asolenoid $I=*

    In other words, don't add a " around the .bmp filenames.

    Bob
     
    ECCAD, Jan 25, 2004
    #3
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.