• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Inventor

    Reply
    *Laimer, Leo

    customizing panel bar

    50 Views, 11 Replies
    11-21-2002 11:40 PM
    Group,
    There was a post recently that we are able now to customize the icons
    arrangement in the panel bar, don't know who gave this tip, but it saves my
    day. Now I can get rid of the flyouts in the panel bar and make it a bit
    more slim, really great! Thank you!
    What I'm still missing are icons for assembly constraints, mainly for insert
    which I'm using most.

    Regards,
    --
    Leo Laimer
    Maschinen- und Fertigungstechnik
    A-4820 Bad Ischl - Austria
    Please use plain text.
    *Boswell, Mark

    Re: customizing panel bar

    11-22-2002 12:26 AM in reply to: *Laimer, Leo
    AArgh...missed that one. Can someone point me to the discussion

    --
    ================================
    Mark Boswell
    AEC Enterprises

    Computer Specs:
    Dell 530 Dual Xenon 1.8 1GB RDRAM
    Quadro 4 900 XGL
    ================================
    "Leo Laimer" wrote in message
    news:39AA053E78A91AAE712C92C0DCC75A8B@in.WebX.maYIadrTaRb...
    > Group,
    > There was a post recently that we are able now to customize the icons
    > arrangement in the panel bar, don't know who gave this tip, but it saves
    my
    > day. Now I can get rid of the flyouts in the panel bar and make it a bit
    > more slim, really great! Thank you!
    > What I'm still missing are icons for assembly constraints, mainly for
    insert
    > which I'm using most.
    >
    > Regards,
    > --
    > Leo Laimer
    > Maschinen- und Fertigungstechnik
    > A-4820 Bad Ischl - Austria
    >
    >
    Please use plain text.
    *McConnell, Cory

    Re:

    11-22-2002 12:35 AM in reply to: *Laimer, Leo
    It was posted by Kathy in "of for crying out loud (toolbars)

    --
    Cory McConnell
    BJ pipeline Inspection
    "Mark Boswell" wrote in message
    news:5CE222856D0663A35FEFF8AC15219DC6@in.WebX.maYIadrTaRb...
    > AArgh...missed that one. Can someone point me to the discussion
    >
    > --
    > ================================
    > Mark Boswell
    > AEC Enterprises
    >
    > Computer Specs:
    > Dell 530 Dual Xenon 1.8 1GB RDRAM
    > Quadro 4 900 XGL
    > ================================
    > "Leo Laimer" wrote in message
    > news:39AA053E78A91AAE712C92C0DCC75A8B@in.WebX.maYIadrTaRb...
    > > Group,
    > > There was a post recently that we are able now to customize the icons
    > > arrangement in the panel bar, don't know who gave this tip, but it saves
    > my
    > > day. Now I can get rid of the flyouts in the panel bar and make it a bit
    > > more slim, really great! Thank you!
    > > What I'm still missing are icons for assembly constraints, mainly for
    > insert
    > > which I'm using most.
    > >
    > > Regards,
    > > --
    > > Leo Laimer
    > > Maschinen- und Fertigungstechnik
    > > A-4820 Bad Ischl - Austria
    > >
    > >
    >
    >
    Please use plain text.
    *Boswell, Mark

    Re:

    11-22-2002 12:39 AM in reply to: *Laimer, Leo
    thx

    --
    ================================
    Mark Boswell
    AEC Enterprises

    Computer Specs:
    Dell 530 Dual Xenon 1.8 1GB RDRAM
    Quadro 4 900 XGL
    ================================
    "Cory McConnell" wrote in message
    news:smileyvery-happy:C62F4F10267CBFCF6816F72808086AB@in.WebX.maYIadrTaRb...
    > It was posted by Kathy in "of for crying out loud (toolbars)
    >
    > --
    > Cory McConnell
    > BJ pipeline Inspection
    > "Mark Boswell" wrote in message
    > news:5CE222856D0663A35FEFF8AC15219DC6@in.WebX.maYIadrTaRb...
    > > AArgh...missed that one. Can someone point me to the discussion
    > >
    > > --
    > > ================================
    > > Mark Boswell
    > > AEC Enterprises
    > >
    > > Computer Specs:
    > > Dell 530 Dual Xenon 1.8 1GB RDRAM
    > > Quadro 4 900 XGL
    > > ================================
    > > "Leo Laimer" wrote in message
    > > news:39AA053E78A91AAE712C92C0DCC75A8B@in.WebX.maYIadrTaRb...
    > > > Group,
    > > > There was a post recently that we are able now to customize the icons
    > > > arrangement in the panel bar, don't know who gave this tip, but it
    saves
    > > my
    > > > day. Now I can get rid of the flyouts in the panel bar and make it a
    bit
    > > > more slim, really great! Thank you!
    > > > What I'm still missing are icons for assembly constraints, mainly for
    > > insert
    > > > which I'm using most.
    > > >
    > > > Regards,
    > > > --
    > > > Leo Laimer
    > > > Maschinen- und Fertigungstechnik
    > > > A-4820 Bad Ischl - Austria
    > > >
    > > >
    > >
    > >
    >
    >
    Please use plain text.
    Valued Contributor
    Posts: 81
    Registered: ‎11-25-2003

    Re: customizing panel bar

    11-22-2002 12:49 AM in reply to: *Laimer, Leo
    Leo:

    I think you can find what you are looking for "Tips & Tricks" in Sean Dotson site.

    Ken
    kend@kadway.com
    Please use plain text.
    *Dotson, Sean

    Re: customizing panel bar

    11-22-2002 01:09 AM in reply to: *Laimer, Leo
    I don't think there is a tool for 3D constraints but you could use a macro /
    toolbutton combo for this...

    Public Sub MateConst()
    SendKeys "c", True
    End Sub

    Public Sub AngleConst()
    SendKeys "c", False
    SendKeys "{RIGHT}", True
    End Sub

    Public Sub TangConst()
    SendKeys "c", False
    SendKeys "{RIGHT}", False
    SendKeys "{RIGHT}", True
    End Sub

    Public Sub InsertConst()
    SendKeys "c", False
    SendKeys "{RIGHT}", False
    SendKeys "{RIGHT}", False
    SendKeys "{RIGHT}", True
    End Sub

    --
    Sean Dotson, PE
    http://www.sdotson.com
    ...sleep is for the weak..
    -----------------------------------------
    "Leo Laimer" wrote in message
    news:39AA053E78A91AAE712C92C0DCC75A8B@in.WebX.maYIadrTaRb...
    > Group,
    > There was a post recently that we are able now to customize the icons
    > arrangement in the panel bar, don't know who gave this tip, but it saves
    my
    > day. Now I can get rid of the flyouts in the panel bar and make it a bit
    > more slim, really great! Thank you!
    > What I'm still missing are icons for assembly constraints, mainly for
    insert
    > which I'm using most.
    >
    > Regards,
    > --
    > Leo Laimer
    > Maschinen- und Fertigungstechnik
    > A-4820 Bad Ischl - Austria
    >
    >
    Please use plain text.
    *Laimer, Leo

    Re:

    11-22-2002 01:50 AM in reply to: *Laimer, Leo
    Many thanks, Kathy and Sean.

    Regards,
    --
    Leo Laimer
    Maschinen- und Fertigungstechnik
    A-4820 Bad Ischl - Austria


    "Sean Dotson" schrieb im Newsbeitrag
    news:72983FA0B13E87B71A74F253BB63E7E2@in.WebX.maYIadrTaRb...
    > I don't think there is a tool for 3D constraints but you could use a macro
    /
    > toolbutton combo for this...
    >
    > Public Sub MateConst()
    > SendKeys "c", True
    > End Sub
    >
    > Public Sub AngleConst()
    > SendKeys "c", False
    > SendKeys "{RIGHT}", True
    > End Sub
    >
    > Public Sub TangConst()
    > SendKeys "c", False
    > SendKeys "{RIGHT}", False
    > SendKeys "{RIGHT}", True
    > End Sub
    >
    > Public Sub InsertConst()
    > SendKeys "c", False
    > SendKeys "{RIGHT}", False
    > SendKeys "{RIGHT}", False
    > SendKeys "{RIGHT}", True
    > End Sub
    >
    > --
    > Sean Dotson, PE
    > http://www.sdotson.com
    > ...sleep is for the weak..
    > -----------------------------------------
    > "Leo Laimer" wrote in message
    > news:39AA053E78A91AAE712C92C0DCC75A8B@in.WebX.maYIadrTaRb...
    > > Group,
    > > There was a post recently that we are able now to customize the icons
    > > arrangement in the panel bar, don't know who gave this tip, but it saves
    > my
    > > day. Now I can get rid of the flyouts in the panel bar and make it a bit
    > > more slim, really great! Thank you!
    > > What I'm still missing are icons for assembly constraints, mainly for
    > insert
    > > which I'm using most.
    > >
    > > Regards,
    > > --
    > > Leo Laimer
    > > Maschinen- und Fertigungstechnik
    > > A-4820 Bad Ischl - Austria
    > >
    > >
    >
    >
    Please use plain text.
    *Gaither, Brian

    Re: customizing panel bar

    11-22-2002 04:00 AM in reply to: *Laimer, Leo
    The insert constraint works great with the Alt-Drag technique...no icon
    needed.

    --
    Brian Gaither
    Nextwave Solutions
    www.nextwavesolution.com
    877-827-7441 x8138
    "Leo Laimer" wrote in message
    news:39AA053E78A91AAE712C92C0DCC75A8B@in.WebX.maYIadrTaRb...
    > Group,
    > There was a post recently that we are able now to customize the icons
    > arrangement in the panel bar, don't know who gave this tip, but it saves
    my
    > day. Now I can get rid of the flyouts in the panel bar and make it a bit
    > more slim, really great! Thank you!
    > What I'm still missing are icons for assembly constraints, mainly for
    insert
    > which I'm using most.
    >
    > Regards,
    > --
    > Leo Laimer
    > Maschinen- und Fertigungstechnik
    > A-4820 Bad Ischl - Austria
    >
    >
    Please use plain text.
    *Dotson, Sean

    Re:

    11-22-2002 04:11 AM in reply to: *Laimer, Leo
    but then I have to take my left hand off the spaceball

    --
    Sean Dotson, PE
    http://www.sdotson.com
    ...sleep is for the weak..
    -----------------------------------------
    "Brian Gaither" wrote in message
    news:561C246605597DD0D2E502AEE50FF037@in.WebX.maYIadrTaRb...
    > The insert constraint works great with the Alt-Drag technique...no icon
    > needed.
    >
    > --
    > Brian Gaither
    > Nextwave Solutions
    > www.nextwavesolution.com
    > 877-827-7441 x8138
    > "Leo Laimer" wrote in message
    > news:39AA053E78A91AAE712C92C0DCC75A8B@in.WebX.maYIadrTaRb...
    > > Group,
    > > There was a post recently that we are able now to customize the icons
    > > arrangement in the panel bar, don't know who gave this tip, but it saves
    > my
    > > day. Now I can get rid of the flyouts in the panel bar and make it a bit
    > > more slim, really great! Thank you!
    > > What I'm still missing are icons for assembly constraints, mainly for
    > insert
    > > which I'm using most.
    > >
    > > Regards,
    > > --
    > > Leo Laimer
    > > Maschinen- und Fertigungstechnik
    > > A-4820 Bad Ischl - Austria
    > >
    > >
    >
    >
    Please use plain text.
    *J, Dave

    Re:

    11-22-2002 04:11 AM in reply to: *Laimer, Leo
    na....set of those really useful buttons to Alt.

    --
    Dave Jacquemotte
    davej@autoconcorp.com

    "Sean Dotson" wrote in message
    news:B93202EA6863237E5C578C1E6CEA3380@in.WebX.maYIadrTaRb...
    > but then I have to take my left hand off the spaceball
    >
    > --
    > Sean Dotson, PE
    > http://www.sdotson.com
    > ...sleep is for the weak..
    > -----------------------------------------
    > "Brian Gaither" wrote in message
    > news:561C246605597DD0D2E502AEE50FF037@in.WebX.maYIadrTaRb...
    > > The insert constraint works great with the Alt-Drag technique...no icon
    > > needed.
    > >
    > > --
    > > Brian Gaither
    > > Nextwave Solutions
    > > www.nextwavesolution.com
    > > 877-827-7441 x8138
    > > "Leo Laimer" wrote in message
    > > news:39AA053E78A91AAE712C92C0DCC75A8B@in.WebX.maYIadrTaRb...
    > > > Group,
    > > > There was a post recently that we are able now to customize the icons
    > > > arrangement in the panel bar, don't know who gave this tip, but it saves
    > > my
    > > > day. Now I can get rid of the flyouts in the panel bar and make it a bit
    > > > more slim, really great! Thank you!
    > > > What I'm still missing are icons for assembly constraints, mainly for
    > > insert
    > > > which I'm using most.
    > > >
    > > > Regards,
    > > > --
    > > > Leo Laimer
    > > > Maschinen- und Fertigungstechnik
    > > > A-4820 Bad Ischl - Austria
    > > >
    > > >
    > >
    > >
    >
    >
    Please use plain text.