- UID
- 5
- 积分
- 2526
- 精华
- 贡献
-
- 威望
-
- 活跃度
-
- D豆
-
- 在线时间
- 小时
- 注册时间
- 2002-1-3
- 最后登录
- 1970-1-1
|
发表于 2002-4-24 10:17:43
|
显示全部楼层
Shit! 不支持html.
Editing screen menu size in a user profileIssue
The screen menu covers your entire screen. No text or handles are visible, so you are unable to resize it. All you can do is turn the screen menu on and off using the OPTIONS command.
Solution
Information about the state and position of the screen menu toolbar is stored in user profiles. You can export your user profile, and edit it using text editing software to remove the screen menu toolbar settings, and then import the modified profile back into AutoCAD?/SUP>. This is the preferred method, rather than editing the system registry directly.
To edit the user profile:
Type options on the command line.
In the Options dialog box, select the Profiles tab and then select the user profile you are currently using.
Select Export and then enter a file name and location for the file. Choose OK to export the file.
Using text editing software, open the file you exported in step 3.
Search for the following text: ScreenMenu. You should find three lines beginning with the text "ScreenMenu", similar to the following:
"ScreenMenu"=dword:00000001
"ScreenMenu.Style"=dword:00000000
"ScreenMenu.Position"="437 128 531 545"review background"=dword:00FFFFFFNote: In your file, the values displayed after the equal sign may be different or some of these lines may be missing.
Delete all of the lines that include the ScreenMenu text and save your changes.
In AutoCAD, select Import on the Profiles tab and select the file you edited in step 6.
In the Import Profile dialog box, specify a different profile name than the one you are currently using.
Choose Apply & Close to import the new profile.
Select the new profile and then select Set Current to make the new profile current.
In the Options dialog box select the Display tab.
Select the Display Screen Menu check box and then choose Apply.
The screen menu will be docked to the right side of the application.
Note: If you want to use the original profile name you can delete the old profile and rename the newly imported profile using the original name. |
|