"Greg Willard" <Gwil...@matrixwater.com> wrote in message
news:168019F5B76EC69F...@in.WebX.maYIadrTaRb...
> Can someone explain the toolbar locations to me.
> I have made custom menus and toolbars. When i shut done acad and restart
> they move around. to the same place every time. under the command line or
> out of the screen. I have to pull all the tool bars out to make them
appear
> then reposition them.
> for example:
> **TB_ORBIT
> **TB_3D_ORBIT
> ID_TbOrbit [_Toolbar("3D Orbit", _Bottom, _Show, 1, 0, 1)]
>
> Is there some where that tells where 1,0,1 is?
> is there a map of the screen locations?
> Usually when you move a tool bar it automatically changes the location in
> the mns file.
>
>
"pkirill" <pki...@NOSPAMALLOWEDkdcad.com> wrote in message
news:A5D14C34C9D34F9F...@in.WebX.maYIadrTaRb...
As I recall well the first value is the Y-coordinate relative to the upper left corner. The second value is the X-coordinate.
Alex
Think you'll find you need to delete the .mnr file as well?
mnc = menu compiled ?
mnr = menu resources ?
cheers
Steve
>> Think you'll find you need to delete the .mnr file as well?
>> mnc = menu compiled ?
>> mnr = menu resources ?
No need. The MNR is only to be deleted when you want to RELOAD the bitmap-info. This is sometimes needed when you changed the
bitmap-image of a button.
BTW: I NEVER change any menu using AutoCAD (command TOOLBAR). I always edit the MNS file using an ordinary TextEditor. I also give
the bitmap names instead of ICONxxxx names.
Alex
>> deleting the mnr file seems to help when
>> I move toolbars around and want changes
>> to stay put.
Strange, since there is (or sould I say: should be) no connection between location of toolbars (registry) and bitmaps (MNR)
Alex