Saturday, June 4, 2005

Acrobat 7.0 crash and solution

I have been trying to identify and solve a problem with Adobe Acrobat 7.0.
Here's the story...
When starting Acrobat several dialog boxes comes up saying:
'There was an error while loading the plug-in ‘Accessibility.api’. The plug-in failed to initialize.'
Then it follows with these api files same message:
Annots.api
DigSig.api
HTML2PDF.api
Multimedia.api
PKKLite.api

After that Acrobat crashes and says:
'Adobe Acrobat 7.0 has encountered a problem and needs to close. We are sorry for the inconvenience. '

The contents of the error report is:
AppName: acrobat.exe
ModVer: 7.10.3052.4
AppVer: 7.0.0.1333
ModName: msvcr71.dll
Offset: 000017e1

I tried to reinstall and repair Acrobat. Manually deleting files and registry entries. I even reinstalled Windows XP. It worked for a while but at some point Acrobat got this problem. I tried to make a system restore but that didn't help.
I also searched the web for tips but found none that worked.
I called the Adobe technical support and they had no idea. They recommended to install the product with a local administrator user without being in the network domain. I tried that as well.

Finally I found that one in-house installation put AcroForm.api (5.0.0.327) into the system32 folder. When I deleted that file Acrobat started to work as it should.

So if you too run into this make a search for misplaced acrobat files like the one I found. Adobe Reader 7.0 also got some problems because of this file.

Bengt Dahlgren AB among others selects JTB FlexReport

Bengt Dahlgren AB in Sweden, Renishaw Group in UK and Multiconsult in Norway has selected JTB FlexReport as their solution to have better control on their network licenses based on the FLEXlm or FLEXnet technology. E.g. details on what users are using the product most or less can be reported on as well as graphical reports as seen below. This is done for applications like ADT, AutoCAD, MagiCAD, MAP, Novapoint, Unigraphics, Matlab and others.

Tuesday, May 31, 2005

Microsoft IntelliMouse Explorer with Tilt Wheel not recommended for AutoCAD users

This Microsoft IntelliMouse Explorer with Tilt Wheel is NOT something I can recommend for AutoCAD users.





Since I got so used to use the wheel to pan and zoom extents in AutoCAD I really cannot recommend this mouse. To hold down the wheel to pan quickly is hardly possible because so much force is needed to hold down the wheel. Double clicking to zoom extents is equally hard to do. Microsoft talks about "Ergonomic Design". For work in AutoCAD this design is definitely not ergonomic.

Other than that I think the mouse ease quite good even though I think the wheel is a bit to hard to roll. The thumb buttons are placed to high though to be easy accessed.

I have to agree with Steven Johnson's comments. With the latest drivers for the Mouse you can get the wheel to "work" in AutoCAD but as I said it's not productive and not easy. For those wanting to know how to set it to "work" in AutoCAD. Set it to AutoScroll in the settings for the wheel button.

Now I have to get hold of the purchase responsible for mouses at Pharmadule Emtunga where I work so no more of these things are bought for AutoCAD users.

Wednesday, May 18, 2005

Windows Desktop Search finds text within DWG's

AutoCAD 2006 supports search of text within drawings from Windows Explorer. I tried this also with the newly released Windows Desktop Search and it worked great as you can see. TEXT, MTEXT, ATTRIBUTES, LAYER NAMES and more can be found.

AutoCAD 2006 - Solution when editing rotated text

I got this question: "The new TEXT and MTEXT editor in 2006 is great. Problem is I sometimes have to edit text on its side or even upside down. Gets very confusing to edit in this way. Is there some way of changing this new feature so I don't break my neck every time I edit a non-horizontal piece of text? I have tried MTEXTED set to OLDEDITOR but this only works for MTEXT and not TEXT."

There is a new system variable named DTEXTED that specifies the user interface for editing single-line text using the DDEDIT command. When set to 0 DDEDIT displays the In-Place Text Editor. When set to 1 DDEDIT displays the Edit Text dialog box.

MTEXTED can as said be used to get the old version of the mtext editor by setting the value to oldeditor. There is also the alternative to set it to :lisped. This will show a dialog box if the mtext has less than 80 characters. The default editor is used when the value is set to internal.

The new WYSIWYG editor that AutoCAD 2006 introduces is really good for many users but if you have a lot of rotated text it can be problematic. One solution is to use the Properties palette to edit the text content even though it's quite restricted. Another is to use MTEXTED and DTEXTED.

You can also create a button on a toolbar or a tool on the tool palette that runs a custom command.
A simple macro could look like this:
^C^C(setvar "DTEXTED" 1) DDEDIT \;(setvar "DTEXTED" 0);
In that case you can double click on the text if it's readable and if it's too rotated just click on the button or the tool.

A more automated way would be to redefine the DDEDIT command so it shows a dialog box depending on the rotation of the text in relation to the screen. I leave that for you to experiment with.

Tuesday, May 17, 2005

Tips when changing license server

If you have to move or transfer your AutoCAD Network License Manager to another server the users have to be pointed to this server as well.

Instead of having to manually update all users LICPATH.LIC file I have a VBScript that runs when the user logs in that solves this. Otherwise also Group Policy Object settings can be used.

Example:
On Error Resume Next
Set WshShell = Wscript.CreateObject("Wscript.Shell")
Set WshSysEnv = WshShell.Environment("SYSTEM")
WshSysEnv.item("ADSKFLEX_LICENSE_FILE") = "@SERVER1;@SERVER2;@SERVER3"


When ADSKFLEX_LICENSE_FILE, the registry, and licpath.lic are used, the order of precedence is:
  1. ADSKFLEX_LICENSE_FILE
  2. registry
  3. licpath.lic
  4. License Finder dialog box is displayed
When ADSKFLEX_LICENSE_FILE, LM_LICENSE_FILE, the registry, and licpath.lic are used, the order of precedence is:
  1. ADSKFLEX_LICENSE_FILE
  2. registry
  3. LM_LICENSE_FILE
  4. licpath.lic
  5. License Finder dialog box is displayed
JTB FlexReport can help with your network license management.

Tuesday, May 10, 2005

AutoCAD 2006 and how to start AutoCAD with different Workspaces

Here is a tip on how to start AutoCAD 2006 with a specific Workspace.
There is not direct way to start AutoCAD 2006 with a specific Workspace but it can be done with a script file.
Create a shortcut with this Target:
"C:\Program Files\AutoCAD 2006\acad.exe" /b "C:\CustomWS.scr"

CustomWS.scr holds this row where CustomWS is the name of the Workspace:
(if (/= (getvar "wscurrent") "CustomWS") (command "wscurrent" "CustomWS"))

The reason for why I made the code above like this is because of performance. It just set wscurrent to CustomWS when needed.

Then you can add as many shortcuts as you want for your different Workspaces.

Monday, May 9, 2005

Surprising ad about Visio for 2D in Autodesk magazine

I was quite surprised when I read through the Swedish Autodesk magazine 'Autodesk DESIGNER' to see a full page ad about Electric diagrams with Microsoft Office Visio 2003. The ad is comparing the cost of Visio against CAD applications with a price 4-12 times the price of Visio. I'm sure they aim against applications like AutoCAD LT and the like. www.eurocitysoftware.com/visio www.microsoft.se/visio

Thursday, April 28, 2005

Misha at Autodesk wants input on the LAYFRZ, LAYOFF and LAYISO tools

Let him know your thoughts. Your input needed Guys, I have a question for you. I am doing some research on the usage of certain tools/commands in AutoCAD and was wondering how many of you have ever used LAYVPMODE express tool to change default behavior of LAYFRZ, LAYOFF and LAYISO tools. I would like to hear from those of you who used these three express tools (no matter if you were aware of LAYVPMODE tool or not). Thanks, Misha Belilovskiy AutoCAD Test Development

Wednesday, April 27, 2005

On History of Lisp

This document by John McCarty the designer of LISP can be interesting for those using AutoLISP and Visual LISP or any other Lisp dialect.

AutoCAD 2006 script bug

I run into an introduced bug in AutoCAD 2006 today. When using the command Close in a script the execution stops. This didn't happen in AutoCAD 2005.
The below script will stop after running the first close:
OPEN "drawing1"
dosomething here
CLOSE
OPEN "drawing2"
etc.

If you find a bug make sure to notify Autodesk of it so it can get fixed.
One way is: http://www.autodesk.com/submitbug

Update 2005-05-02:
One workaround is to use is to add a space after the CLOSE command so it becomes "CLOSE " instead of "CLOSE". This only works for 2006 so you have to have separate scripts for 2006 and older versions.
Another workaround that works for all versions is to use the code below instead of CLOSE
(command "VBASTMT" "Application.ActiveDocument.Close(False)")
or
(command "VBASTMT" "Application.ActiveDocument.Close(True)")
The first one is if you want to close and don't save the drawing.
The other one is if you want to save the drawing.

Monday, April 25, 2005

NBC Universal, Rhoditech and BouwtaaK KennisCentrum selects JTB FlexReport

NBC Universal in US, Rhoditech in France and BouwtaaK KennisCentrum in Netherlands has selected JTB FlexReport as their solution to have better control on their network licenses. This for applications like ADT, AutoCAD, IBM Rational tools, Mathlab, Fluent and others.

SmartPurger awarded 5 stars

SmartPurger has been awarded the TOP score by the TopShareware editor. SmartPurger is great when you want to purge and batch multiple drawings. You can run audit, zoom extents, create preview icons. Convert between versions. Purge Blocks, Dimension styles, Layers, Linetypes, Mline styles, Shapes, Text styles, Plot styles, Page Setups, Filter states, Layer states, Layer manager states (Express Tools), Line objects without length, Text objects without text, embedded VBA code, registered applications collections, Anonymous Groups, Groups. It's possible to restore the date and time of the file to what it was before the scripting. Delete .BAK and other temporary or garbage files. And much more. SmartPurger works for AutoCAD 2006 and it's verticals down to AutoCAD r14 as well as LT.

Some of the latest blog posts

Subscribe to RSS headline updates from:
Powered by FeedBurner

Contact Us | About JTB World | Website General Terms of Use | Privacy Policy
^ Top of page

© 2004- JTB World. All rights reserved.