SlideShare ist ein Scribd-Unternehmen logo
1 von 17
Downloaden Sie, um offline zu lesen
our valuable clients
GOVT OF AP ..... TATA CO
Latest News
ProgeCAD 2014 INDIA Patch
14.0.6.15 Released (10-Apr-2014)
ProgeCAD INDIA Version 14.0.6.13
Released (02-Apr-2014)
Highlights of ProgeCAD 2014 Full
Version India (17-Feb-2014)
-------------------------------------------------------------------------------------
How to ensure command to finish fully in LISP program ?
03-
May-
2014
If the last command is not waiting for the previous command in LISP where
some user input was expected from user like text, user one of the below two
methods:
(i) By inserting a "pause" option in text command statement. You can use
Frequently Asked Questions:
ProgeCAD trusted by over 300000 customers across the globe since 1999
Contact UsAbout UsHome
ProgeCAD Software INDIA
...a native DWG & DXF CAD software
Mobile : 91 9246163747
91 9032063337
Landline : 91 4066663747
E-mail : info@progecadindia.com
HOME | FEATURES| | COMPARE| | BUYNOW| | CLIENTS| | TESTIMONIALS| | NEWS| | BLOG| | LICENSING| | DOWNLOADS| | CONTACT US| | SUPPORT| | FAQ| |
Do you need professional PDFs? Try PDFmyURL!
New Programming Tools introduced
in ProgeCAD 2014 (16-Feb-2014)
ProgeCAD 2014 Full Version INDIA
- Released (31-Jan-2014)
Mr.PRS Siva Kumar awarded
Honorable Architect Award 2013
(16-Jan-2014)
Customer Reviews (18-Dec-2013)
Hardware Acceleration Optimized
in Latest Patch (28-Nov-2011)
ProgeCAD 2013 Professional –
13.0.18 version released (10-Oct-
2013)
Polycab India chooses ProgeCAD
(04-Oct-2013)
Bose Corporation Chooses
ProgeCAD (30-Sep-2013)
Mahindra Automotive Chooses
ProgeCAD Professional (08-Aug-
2013)
ProgeCAD 2013 Professional new
patch 13.0.14.11 released (06-Jun-
2014)
How to add custom menu to
ProgeCAD (01-May-2013)
ProgeCAD 2013 new upgrade
patch 13.0.12.12 Released (17-
Mar-2013)
ProgeCAD Maintenance Patch
13.0.10 Released (05-Feb-2013)
ProgeCAD New Patch 13.0.8.21
Released (13-Jan-2013)
ProgeCAD Maintenance Patch
(13.0.6.18) Released (29-Nov-
2012)
How to Retrieve Full Hardware
information (28-Nov-2012)
ProgeCAD 2013 Hardware Trouble
(i) By inserting a "pause" option in text command statement. You can use
many pause functions one after the other with a single space. But you may not
be sure how many times user enters the input.
(ii) By writing a while loop to wait for previous command to completely finish using below
statement:
(while (= 1 (getvar "cmdactive")) (command pause))
Unless this statement is there, commands go concurrently from LISP to CAD
session.
-------------------------------------------------------------------------------------
Some ACAD LISP programs are not working in properly in ProgeCAD
?
21-Mar-
2014
Most of the LISP comamnds are supported in ProgeCAD. However there are
few limitations on VISUAL LISP Some of the Visuallisp commands are not
supported by ProgeCAD. Check the code thoroughly and compare with
ProgeCAD Help Developer Reference.
-------------------------------------------------------------------------------------
ICAD lib blocks locked, we are unable to edit them ?
21-Mar-
2014
Use REFEDIT command. Then click on YES for local editing. Dont forget to save
the changes on small refedit toolbar that pops out at top left corner in your
progeCAD session.
-------------------------------------------------------------------------------------
ProgeCAD is asking to regenerate the drawing again and again. How
to get rid of this ?
21-Mar-
2014
If you drawing is having any internal issues it will ask you for regenrate. Use
_audit command and "Y" to fix any internal errors. Always it is good practice to
regenrate, but it will happen only in inconsistent drawings. However, it is
optional to you whether to renerate or not.
-------------------------------------------------------------------------------------
How to use FILTER command in ProgeCAD ?
21-Mar-
2014
Please use QSELECT Command. Your drawing should contain some entities so
that this command will work.
-------------------------------------------------------------------------------------
How to increase Entity Selection Pickbox Size and Entity Snap
Aperture ?
14-Mar-
2014
Below are the steps to acheive this result in ProgeCAD 2014 Software.
1. Select any entity inside progeCAD.
2. In that condition, go to Tools->Drawing Settings -> Coordinate Input Tab
3. Then you will notice two options at the bottom on Entity Selection Pickbox,
increase the size at the pickbox dropdown list.
4. Similarly you can increase the Entity Snap Aperture, by increasing the Aperture
size.
Do you need professional PDFs? Try PDFmyURL!
ProgeCAD 2013 Hardware Trouble
Shooting (27-Nov-2012)
Read More
size.
Thank you for choosing ProgeCAD software, a read CAD alternative at very
affordable cost.
-------------------------------------------------------------------------------------
Dynamic Commands Display on Screen (DYNMODE) ?
18-Feb-
2014
There is a system variable in ProgeCAD called "DYNMODE". The default value
for this is 3, which enables the user to see a dynamically popped window
showing the list of filtered commnds on screen. If you wish to stop this display
in ProgeCAD, type DYNMODE in command prompt and set the value to "2"
instead of "3".
At any point of time, DYNMODE value can be changed back to 3 or vice-versa.
-------------------------------------------------------------------------------------
Hardware Acceration Setting ?
18-Feb-
2014
In Tools->Options->Display ........Display Performance, there is a check box for
Hardware Acceleration.
The graphics card acceleration in machines which did not have dedicated
graphics cards have to be turned off. Other wise, it may slowdown the
performance of progeCAD.
Restart the ProgeCAD after this setting.
-------------------------------------------------------------------------------------
CF-0x07 Warning Message ?
13-Feb-
2014
To solve the reported issue, the CF-0x07 warning message being displayed, we
suggest you to register progeCAD another time. To do it, open the Windows
Start > All Programs > progeCAD > progeCAD Center, and click the Register
progeCAD option.
-------------------------------------------------------------------------------------
Will truetype fonts slowdown progeCAD ?
30-Mar-
2012
Two of my friends were complaining to me that progeCAD is very slow and
heavy on their computers. They have mixed configurations, from Dual Core to
Core-i3. Dual core suffered the most. But I kept on telling them that my staff
& I had no problems like this at all. And my Home computer is Dual Core
and that too handles progeCAD quite well.
Yesterday I accidentally found out from the drawings sent by my structural
engineer - Mr.Narendrakumar who has 15
copies of progeCAD - that his office was now using True Type fonts. (Earlier
they were using only SHX fonts - Roman-S. We, in our office use Roman-S only
- we have never used true-type). It was only a small 250 KB file but zooming
& panning on the dual core computer was slow and it became heavy on
the system. I suspected on the true-type fonts and changed them to Roman-S.
Immediately everything was normal and fast.
Do you need professional PDFs? Try PDFmyURL!
Immediately everything was normal and fast.
So if anybody complains to you regarding slow operations in progeCAD,
probably it is because of the true-type fonts and you can advise them to
change to any SHX fonts and the increase in speed in tremendous - especially
with slow computers
-------------------------------------------------------------------------------------
progeCAD 2011 Professional Stopped Working with a blank White
Screen. What is the Problem ?
03-Jan-
2012
Please check the following points:
1. What is the anti-virus software that you have installed?
2. There is a chance that a particular software is acting on the progeCAD start-
up process stopping it.
3. While installing the progeCAD software, whether the anti-virus/anti-spam
software deactivated or not?
4. Do you have any other particular software active when you start progeCAD?
5. Are you able to start the progeCAD software with your anti-virus/anti-spam
softwares deactivated
-------------------------------------------------------------------------------------
Area Property for Hatch object is not available in progeCAD 2011 ?
25-Nov-
2011
the Area value is not present in the current progeCAD version.
It will be reported by the progeCAD 2012 Professional version.
Right now to have the area value you have to draw a polyline along the hatch
border
-------------------------------------------------------------------------------------
Can I/we become Dealer/Reseller of your software ?
17-Apr-
2011
Yes, we encourage you to become our Dealer or Reseller. However, we appoint
only one Dealer in a particular State/Region. If there is no existing Dealer, you
will get a chance to become our Dealer. Otherwise, we will redirect you to your
local Dealer so that you can become their reseller
-------------------------------------------------------------------------------------
Where do I get best deal to buy progeCAD software ?
17-Apr-
2011
We recommend you to buy the software from your nearest Dealer to get
better support. There won''t be any price difference between dealers and direct
Distributor or online purchase.
-------------------------------------------------------------------------------------
How much time it is required to process the order ?
17-Apr-
2011
We normally process your order on next working day from the order placement
date. However, it might take up to 3 days to supply you the license code(s) and
Authorization Certificate
-------------------------------------------------------------------------------------
Do you need professional PDFs? Try PDFmyURL!
-------------------------------------------------------------------------------------
Can I place order online using my Credit Card/Debit Card? Is it safe
to place order online ?
17-Apr-
2011
Yes, you can purchase progeCAD India software online using your Credit/Debit
cards. We rely on ccAvenue to process our online payments. They are secured
and your information will be kept highly confidential. However, we are not
responsible for any loss or stolen data. Other options are you can do
NEFT/RTGS transfer to our account
-------------------------------------------------------------------------------------
Are these prices valid any where in the World if I buy online ?
17-Apr-
2011
NO, these prices are valid only for Indian Territory. It will be illegal to export
these licenses outside India. Even if you place online order outside India, it will
not be honored.
Please contact us directly with your specific needs so that we can suggest
appropriate version of progeCAD to suit your requirements which is legally valid
-------------------------------------------------------------------------------------
How do I know the version number that I have installed ?
30-Mar-
2011
Open progeCAD ®.
Help menu -> About progeCAD
The mask is written the exact number of installed version
-------------------------------------------------------------------------------------
Save a rendered image to disk ?
30-Mar-
2011
Save the last image rendered:
From the View menu choose "Rendering" and then "Render Options."
-- In Tab Rendering press the button "Save Last Render." (or Visual. Last
Render to see the screen image of render made)
-- Specify path and name, by extension, for file and confirm.
Save the render directly to file:
From the View menu choose "Rendering" and then "Render Options."
-- In Tab "Renderizza to file" to define the desired size and press the button
"Render"
-- Specify path and name, by extension, for file and confirm
-------------------------------------------------------------------------------------
How to print a drawing as PDF ?
30-Mar-
2011
-- Access the mask "Print", choosing from the File menu command "Print"
-- Select from printers: "progeCAD PDF Wizard"
-- Through the button "Properties" configure, if necessary, the parameters of
the print as a common printer.
-- Setting the parameters of scale, position paper print area pens.
-- Ask if necessary preview and launch printing.
Do you need professional PDFs? Try PDFmyURL!
-- Ask if necessary preview and launch printing.
-- At the time of printing will be asked a name for the PDF file to be generated,
and its path
-------------------------------------------------------------------------------------
Creation of personlized dimension format ?
30-Mar-
2011
Like all the print, depends solely by means of printing installed.
-- Open the design to be printed
-- Start the Print command
-- Select the tab Operative (plotter, printer or output file) in the mask Print
-- After selecting the means of printing you want, click the Properties button
You''ll see the driver interface printing device that allows the creation of custom
size (if provided by the manufacturer).
For additional information about creating customized formats the device used,
consult the manufacturer''s manual.
Attention:If progeCAD ® did not save customized formats, you must move
from the Control Panel > Printers Windows
-------------------------------------------------------------------------------------
Print with thicknesses of the lines. The thickness of the lines is not
correct in print preview ?
30-Mar-
2011
-- Ensure that the option "print lineweights" in the mask "Print" in "Advanced",
is selected.
If the thickness of lines is set from a file of the print. Ctb
-- Make sure also that in the file. Ctb are configured right thickness in relation
to colours.
If the thickness of lines is set from a file of the print. Stb
-- Make sure your file. Stb are configured right thickness in relation to the
styles
-------------------------------------------------------------------------------------
General Problems with printing and Plotter or Printer configuration ?
30-Mar-
2011
The printing in progeCAD ® is based directly on the configurations of printer
driver device chosen.
The configurations of customization (file. Pc3 AutoCAD ®) are not currently
managed.
Make sure anytime you have installed the latest drivers for your operating
system.
For additional information on drivers of device used, consult the manual or the
manufacturer''s website
-------------------------------------------------------------------------------------
Where are print information stored ?
30-Mar-
2011
Stored Into the system registry :
- ''Save changes to Layout'' check box value
Do you need professional PDFs? Try PDFmyURL!
- ''Save changes to Layout'' check box value
- ''Use Setting from'' check box value
- Header and Footer
Stored into the drawing:
- Print Area
- Fit print area to size of page
- Scale
- Print origin
- Use Line Weight
- Printer
- Paper Landscape/Portrait
- Units
- Upside down set
Stored into CTB files :
- Pens color related to colors table
- Lineweight related to colors table
- Linetype
-------------------------------------------------------------------------------------
Printing rotation does not work ?
30-Mar-
2011
- Update your printer drivers from the website of printer's supplier
- System drivers shipped with operating systems, could be not full compatible
with your printer, so some options supported by your printer, could be
unavailable. If available, download and install an updated driver for printer
supplier website.
- Landscape plot works
-------------------------------------------------------------------------------------
Some print options are not available ?
30-Mar-
2011
- Update your printer drivers from the website of printer's supplier
- If available, download and install an updated driver for printer supplier
website.
- If progeCAD doesn't accept some settings available from your system driver,
please try to set them directly from the control panel
-------------------------------------------------------------------------------------
I cannot print my drawings ?
30-Mar-
2011
- Update your printer drivers from the website of printer's supplier
- Verify from drivers configuration, printer job is managed by the computer not
by the printer.Some printers doesn't have enought memory for print drawing
from progeCAD
- Expecially on Win 9x and Win ME systems, RAM management is weak and
some complex drawing cannot be printed.
If you have error message or system hangs, please add RAM to your
Do you need professional PDFs? Try PDFmyURL!
If you have error message or system hangs, please add RAM to your
computer
-------------------------------------------------------------------------------------
PDF to DXF does not work ?
30-Mar-
2011
For versions until 2007
WARNING: Do not open the file Dwg, in which you want to insert the PDF as
DXF by double-clicking the file. For proper loading function VBA, which
manages the command PDFtoDXF, start progeCAD and open the file Dwg with
open command.
The problem was resolved by the 2008 version
-------------------------------------------------------------------------------------
Manage the big fonts ?
30-Mar-
2011
If the font used in the drawing is not present on your PC, install it to see the
drawing properly.
If you can not, when you open the drawing with progeCAD, a selection mask
for fonts substitutes appears.
Choose the character compatible with the one to replace.
NOTE
To ensure sound management of Bigfonts installed you must change the file
Bigfont.ini
Start -> All Programs -> progeCAD 2XXX pro ENG -> Utility ->User Support
Folder
this file specifies the language to which the installed font belongs.
SYNOPSIS:
"Name of the font with"; " language reference number"
CODES OF REFERENCE LANGUAGES:
JAPANESE_CODEPAGE_INDEX = 1,
TRADITIONAL_CHINESE_CODEPAGE_INDEX = 2,
KOREAN_CODEPAGE_INDEX = 3,
SIMPLIFIED_CHINESE_CODEPAGE_INDEX = 5
Example
for a font that is called chinas_fzhjt.shx in simplified Chinese, you will add a
row
chinas_fzhjt.shx; 5
-------------------------------------------------------------------------------------
The hot key of zoom and pan ?
30-Mar-
2011
wheel of the Mouse
rotation -> Zoom IN and Zoon Out
pressed -> Pan in the active window
double-click -> Zoom Extension in the Active
CTRL + Left mouse button pressed -> 3D orbit in the window Enable
Do you need professional PDFs? Try PDFmyURL!
CTRL + Left mouse button pressed -> 3D orbit in the window Enable
CTRL + SHIFT + Left Mouse button pressed -> Zoom IN and Zoon Out the
window
CTRL + SHIFT + Right Mouse button pressed -> Pan in the Active
SHIFT + mouse-> Pan in the Active
-------------------------------------------------------------------------------------
After the copy of part of a drawing the type of line in the drawing of
destination is different tha ?
30-Mar-
2011
The variable "LTSCALE" of the drawing has been set to a different value.
Check the value of variable "LTSCALE" in the drawing of origin, typing in the
command bar: "LTSCALE" then press ENTER
Moving in the drawing of destination and repeat the operation of the preceding
paragraph.
If the value of variable in the drawing of destination is different, change typing
in the command bar the new value
-------------------------------------------------------------------------------------
Copy and Paste does not work. I can not copy the drawing in another
drawing ?
30-Mar-
2011
The reason could be that the drawing from which are copied entities was
closed.
-- Make sure the file from which they were copied entities is still open.
-- If it proves closed: open the file of the drawing of origin, select entities to be
copied from the Edit menu and choose "Copy" or "Copy with point basis."
-- Open or move in the drawing of destination without closing the drawing of
origin, Edit menu and choose Paste "or" Paste in Coordinates original ".
NOTE
The right way to copy is always use the command "Copy" from the Edit menu
-------------------------------------------------------------------------------------
Some texts are not displayed properly ?
30-Mar-
2011
The font used in the drawing is not present on the PC on which progeCAD ® is
installed. Font installation is required.
or
Make sure that a font search path is present among those displayed in the
menu Tools -> Options -> Paths/File -> Fonts. If it is not, add the character ";"
after the queued existing routes and then the font path.
or
Verify that the font replacement is not active. Open with a text editor (eg:
"Notepad" Windows) the file "icad.fmp" that is situated at Start menu of
Windows -> All Programs -> progeCAD 2XXX Pro ENG -> Utility -> User
Support Folder.
Example:
The font not properly displayed is "romans". After verifying the installation of
the font on your system and therefore the presence of the full path among
Do you need professional PDFs? Try PDFmyURL!
the font on your system and therefore the presence of the full path among
those displayed in the fonts location (Tools -> Options -> Paths/File -> Fonts),
open the file "icad.fmp" and remove the row with the following content:
"romans; ic-romans. shx. " This will avoid the replacement of fonts
-------------------------------------------------------------------------------------
Display the thickness of lines in the work area ?
30-Mar-
2011
-- Click on the button "LWT" in the status bar of progeCAD ® to enable or
disable the display of line width.
OR:
-- From the Tools menu, choose " Drawing Settings" .
-- Under the "Display", under the label "Change settings:" choose from:
"lineweight."
-- Select the "display lineweights".
-- Exit the form confirming the button "Ok"
-------------------------------------------------------------------------------------
When open a drawing, the content of the parts are different ?
30-Mar-
2011
Where:
The drawing is open, but some of its details are not present
In this case, the file may be corrupted, so recovery is needed:
-- Start progeCAD ®
-- From the File menu choose "Recover"
- Select the damaged files and confirm
-- After the procedure so that the operations take effect on the drawing it is
necessary to save it.
It is recommended that you use the "Save as" command assigning another
name to the recovered file to avoid losing in this way any definitive information
that was not recovered
-------------------------------------------------------------------------------------
I can not open a drawing ?
30-Mar-
2011
Where:
01. An error message is displayed and the drawing is not opened.
02. An error message is not displayed but the drawing won''t open.
03. It began the loading of the drawing but after the operation is completed or
before it progeCAD ® goes wrong.
In all these cases, the file may be corrupted, so recovery is needed:
-- Start progeCAD ®
-- From the File menu choose "Recover"
-- Select the damaged files and confirm
-- After the procedure so that the operations take effect on the drawing it is
necessary to save it.
Do you need professional PDFs? Try PDFmyURL!
necessary to save it.
It is recommended that you use the "Save as" command assigning another
name to the recovered file to avoid losing in this way any definitive information
that was not recovered.
-------------------------------------------------------------------------------------
I inserted an OLE Object and now I cannot open it anymore. What
should I do ?
30-Mar-
2011
This problem arises when external references (Xrif) are used and its re-
occurrence can be erratic.
It could happen even after opening and saving the drawing several times.
It relates to all OLE objects that can be inserted (images, Excel Spreadsheets,
Word Documents, etc.)
If you have this problem, you just need to delete the file with .vbi extension
and the same name as your drawing found in the same directory as the .dwg
file.
-------------------------------------------------------------------------------------
Text string has wrong fonts even if I have copied them on my
computer ?
30-Mar-
2011
- Check if the font path is specified correctly in progeCAD options. From Tools-
>Options choose Path/Files tab and insert the correct path for your fonts. You
can add more different paths separated
- progeCAD makes an automatic substitution of fonts not available, check file
icad.fmp (it is stored into progeCAD main directory), if a font substitution is
present for one you have on the disk, delete this row. Font substitution syntax
is OriginalFont;OptionalFont
-------------------------------------------------------------------------------------
The movement of the cursor on the drawing area is erratic; what can
I do ?
30-Mar-
2011
This is a problem that generally depends on the settings of the FlyOver snap
(advanced snaps).
Fly over snaps are a special mode of object Snaps which allow a user of
progeCAD to display immediately the relevant points of objects (endpoint,
centre, midpoint, intersection, etc.).
For complex drawings (several drawn entities) or if a PC is not very fast, the
use of this mode can overload the computer.
Should any problem arise, only one value at the time should be set (for ex.
only End, Centre, Intersection, etc.); alternatively this function should be
disabled and object Snaps should be used only when necessary by means of
the relative toolbar.
To set the Object Snaps, position the cursor over the Esnap writing situated on
the right at the bottom of the progeCAD screen and press the mouse''s right
button.
From the menu, select ''Settings''
The required snaps should then be selected from the control window.
Do you need professional PDFs? Try PDFmyURL!
The required snaps should then be selected from the control window.
The FlyOver button can be used for activating the settings of FlyOver Snaps
-------------------------------------------------------------------------------------
Can I use AutoCAD fonts (the .SHX files) with progeCAD ?
30-Mar-
2011
Anyone who owns a regular AutoCAD licence can use, besides the numerous
fonts available with progeCAD, also the fonts supplied with AutoCAD.
To do this, open the Tools menu, under Options in Path/File, in Fonts add the
fonts'' installation path. For ex.: C:Program FilesAutoCAD R14Fonts. For the
2000 version of AutoCAD the simplex font can be found Support directory. You
can add this path too (For ex.: C:AutoCAD LT 2000Fonts;C:AutoCAD LT
2000Support) or copy this font to the folder Fonts of AutoCAD 2000. This
guarantees a perfect display of any project using the simplex.shx font.
If when progeCAD was installed on your PC an AutoCAD installation is already
present, the font path will be automatically added to the standard ones.
The fonts used for the drawing''s text depend on the text''s style.
With progeCAD it is possible to specify the font to be used in place of other
fonts.
Sometimes it may be necessary to use only some types of font for a drawing,
or to convert the fonts used into different fonts.
To this purpose the font mapping tables can be used.
If for example drawings are shared with other AutoCAD users, a font mapping
table can be used in order to specify the alternative font progeCAD must use
for the text originally created in a different font.
The font mapping table (FMP) is an ASCII file containing a font mapping for
each line.
Each line contains the basic name of the font file (without the path) followed by
a semicolon (;) and the name of the alternative font file with the relative
extension (for example .shx or .ttf).
It is for example possible to type the following string in a font mapping table in
order to specify that the romanc.shx font file must be substituted by the IC-
romans.shx font file.
romanc.shx;IC-romans.shx
progeCAD comes with a default font mapping table included in the file
ICAD.FMP, which is stored in the progeCAD folder.
This file can be modified with any ASCII text editor. It is also possible to specify
a different table file in the Options dialogue box or by means of the FONTMAP
system variable.
How to specify a font mapping table
1 From the Tools menu choose Options.
2 In the Paths/File list
3 Insert the mapping file name (.fmp) in the ''Font Identification'' box
Do you need professional PDFs? Try PDFmyURL!
3 Insert the mapping file name (.fmp) in the ''Font Identification'' box
progeCAD''s original setting uses icad.fmp; if no substitution of font is needed,
delete or rename the ICAD.FMP file.
Also remember that...
Is it possible to use AutoCAD''s fonts (the .SHX files) with progeCAD ?
Yes,progeCAD is compatible with AutoCAD fonts file .shx.
To do this, open the "Options" menu and select the "File Paths" tab; then add
the fonts'' installation path under "fonts".
For ex: C:Program FilesAutoCAD R14fonts;c:Program FilesAutoCAD R14support
If when progeCAD was installed on your PC an AutoCAD installation is already
present, the font path will be automatically added to the standard ones.
If you have original AutoCAD Fonts and want to avoid font substitution of
standard ones (Ex. ROMANS.SHX SIMPLEX.SHX)
You also must open the font mapping file, icad.fmp and either delete or
comment out the line that makes a font substitution for your AutoCAD font.
For example, suppose you have simplex.shx located at C:ACADFONT and you
click on Tools on the menu bar and then Options to identify C:ACADFONT as an
alternate font directory. But when you open a drawing that uses simplex.shx,
the program continues to substitute ic-simplex.shx.
The solution is to open icad.fmp with a text editing program and either delete
the line simplex;ic-simplex.shx or comment it out so that it reads:
;simplex;ic-simplex.shx
Then the next time you launch the program it will no longer substitute ic-
simplex.shx for simplex.shx
-------------------------------------------------------------------------------------
While using the program, the pointer leaves a trail on the drawing
area. How is it possible to eliminate this problem ?
30-Mar-
2011
To eliminate this problem, it is necessary to reduce the hardware acceleration
of the graphic hardware. To do this, in the Screen section of the Windows
Control Panel, use the advanced settings relative to the graphic hardware's
properties
-------------------------------------------------------------------------------------
When I open a drawing made with AutoCAD the text is not properly
aligned. How can I solve it ?
30-Mar-
2011
It is a matter of font. The drawing opened uses an AutoCAD font. Anyone who
owns a regular AutoCAD licence can use, besides the numerous fonts available
with progeCAD , also the fonts supplied with AutoCAD. Just open the Tools
menu. Under Options in Path/File in Fonts, add the fonts'' installation path. For
ex.: C:Program FilesAutoCAD R14Fonts. For the 2000 version of AutoCAD the
simplex font can be found in Support directory. You can add this path too (For
ex.: C:AutoCAD LT 2000Fonts;C:AutoCAD LT 2000Support) or copy this font to
the folder Fonts of AutoCAD 2000. This guarantees a perfect display of any
project using the simplex.shx font
-------------------------------------------------------------------------------------
Do you need professional PDFs? Try PDFmyURL!
-------------------------------------------------------------------------------------
It was not possible to obtain the uninstall code (LTC). Only for 2007
and earlier ?
30-Mar-
2011
For progeCAD 2007: (license without key USB)
After reinstalled progeCAD start the registration process
Then indicate that the software has already been registered
Indicate that you do not have the LTC code and proceed following signs
appear.
In this way, automatically receive a mail with the new CODE REGISTRATION.
For earlier versions to progeCAD 2007: (license without key USB)
After reinstalled progeCAD start the registration process.
Follow the indication as if it were the first registration
-------------------------------------------------------------------------------------
Hard-disk damage. ?
30-Mar-
2011
progeCAD From 2008 onwards:
After reinstalled progeCAD start the registration process.
Follow the wizard of registration to obtain a new authorization code.
For progeCAD 2007: (license without key USB)
After reinstalled progeCAD start the registration process.
Then indicate that the software has already been registered.
Indicate that you do not have the code LTC and proceed following signs
appear.
In this way, automatically receive a mail with the new CODE REGISTRATION.
For earlier versions to progeCAD 2007: (license without key USB)
After reinstalled progeCAD start the registration process.
Follow the incazioni as if it were the first registration
-------------------------------------------------------------------------------------
Move a progeCAD license ?
30-Mar-
2011
For progeCAD 2008 and later versions
Uninstall progeCAD ® from the PC so far used, using the item in the menu:
Start> Programs> progeCAD 200X pro ITA>
Uninstall progeCAD Pro 200X
Choose how uninstall "Automatic"
licenses without USB key
Proceed to the new PC
Follow the wizard of registration to obtain a new authorization code
licenses with USB key
Proceed to the new PC
Start the registration process by completing the first mask, indicating the serial
number.
When prompted to insert the USB key
For earlier versions to progeCAD 2008
Do you need professional PDFs? Try PDFmyURL!
For earlier versions to progeCAD 2008
Uninstall progeCAD ® from the PC so far used, using the item in the menu:
Start> Programs> progeCAD 200X pro ENG> Uninstall progeCAD Pro 200X
Choose how uninstall "Automatic"
licenses without USB key
IMPORTANT: Note the code uninstall (LTC) that appears when uninstalling
Proceed to the new PC
Follow the wizard of registration to obtain a new authorization code
Indicate when requested that the software has already been registered once
Enter the code uninstall (LTC) in the mask.
licenses with USB key
Proceed to the new PC
Start the registration process by completing the first mask, indicating the serial
number.
When prompted to insert the USB key
-------------------------------------------------------------------------------------
Uninstallation of progeCAD ?
30-Mar-
2011
progeCAD From 2008 upward:
Uninstall progeCAD ® from the PC so far used, through the the menu:
Start> Programs> progeCAD 200X pro ENG> Uninstall progeCAD Pro 200X
Choose how uninstall "Automatic".
NB. This procedure is also valid for all USB versions.
For earlier versions to progeCAD 2008 not USB version:
Uninstall progeCAD ® from the PC so far used, using the item in the menu:
Start> Programs> progeCAD 200X pro ENG>
Uninstall progeCAD Pro 200X
Choose how uninstall "Automatic"
IMPORTANT: When you uninstall, the uninstall code (LTC) will be displayed
during removal.
-------------------------------------------------------------------------------------
Registration of progeCAD license ?
30-Mar-
2011
If you are using progeCAD 2008 or a later version follow the instruction of the
registration wizard (automatically shown when you start the registration
procedure).
If you are using an older product, please contact us.
-------------------------------------------------------------------------------------
Where can I find the manual in PDF ?
30-Mar-
2011
The manual printable PDF (manual.pdf) is saved in the Help folder that is
located in the main program.
Es. "C: Program Files progeSOFT progeCAD 2XXX Pro ENG help manual.pdf
Do you need professional PDFs? Try PDFmyURL!
Es. "C: Program Files progeSOFT progeCAD 2XXX Pro ENG help manual.pdf
-------------------------------------------------------------------------------------
I have some pre-sales questions ?
30-Mar-
2011
Please check the Orders & Sales section on the Frequently Asked
Questions (FAQ) page
-------------------------------------------------------------------------------------
I''m using the progeCAD Trial version, how to do if I need some help
?
30-Mar-
2011
Please check the Technical section on the Frequently Asked Questions (FAQ)
page.<br />Be also sure to visit the contact us page.
-------------------------------------------------------------------------------------
progeCAD is a CAD program sold at one tenth of the price of rival
products; how can its characterist ?
30-Mar-
2011
The best way to assess progeCAD''s actual features is to try the product.
In this way it will be very easy to understand whether the characteristics
declared actually are what they are advertised to be.
-------------------------------------------------------------------------------------
I noticed that IntelliCAD is distributed under the name of several
different companies. Why ?
30-Mar-
2011
IntelliCAD is a product which was developed by a consortium of several
companies from around the world. This guarantees the support needed in case
of any problems arising from such a vast software project. Every company
participating as trading member to the ITC consortium can distribute products
based on IntelliCAD technology.
This kind of co-operation guarantees the basic functionality and compatibility.
To the basic characteristics of IntelliCAD, progeCAD has added a great many
"improvements and additional functions" which make progeCAD the best
version distributed of IntelliCAD currently available on the international market.
-------------------------------------------------------------------------------------
How to register progeCAD ?
30-Mar-
2011
If you are using progeCAD 2008 or a later version follow the instruction of the
registration wizard (automatically shown when you start the registration
procedure).
If you are using an older product, please contact us
-------------------------------------------------------------------------------------
What are the minimum system requirements for progeCAD ?
06-Feb-
2014
Microsoft Windows® XP, Windows® Vista or Windows 7
Intel Pentium® III or more powerful processor (recommended)
1 GB RAM (minimum), 2 GB (recommended for complex drawings)
400 MB of hard disk space
-------------------------------------------------------------------------------------
Do you need professional PDFs? Try PDFmyURL!
Home || Features || Compare || Buynow || Clients || Testimonials || News || Blog || Licensing || Downloads || Contact Us || Technical Support || FAQ
Copyright © 2006-2019 ProgeCAD Software INDIA.
Do you need professional PDFs? Try PDFmyURL!

Weitere ähnliche Inhalte

Kürzlich hochgeladen

Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Angel Borroy López
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfAlina Yurenko
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...OnePlan Solutions
 
Sending Calendar Invites on SES and Calendarsnack.pdf
Sending Calendar Invites on SES and Calendarsnack.pdfSending Calendar Invites on SES and Calendarsnack.pdf
Sending Calendar Invites on SES and Calendarsnack.pdf31events.com
 
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Matt Ray
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfMarharyta Nedzelska
 
Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureDinusha Kumarasiri
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...confluent
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024StefanoLambiase
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...Technogeeks
 
Xen Safety Embedded OSS Summit April 2024 v4.pdf
Xen Safety Embedded OSS Summit April 2024 v4.pdfXen Safety Embedded OSS Summit April 2024 v4.pdf
Xen Safety Embedded OSS Summit April 2024 v4.pdfStefano Stabellini
 
Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Rob Geurden
 
Salesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZSalesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZABSYZ Inc
 
Innovate and Collaborate- Harnessing the Power of Open Source Software.pdf
Innovate and Collaborate- Harnessing the Power of Open Source Software.pdfInnovate and Collaborate- Harnessing the Power of Open Source Software.pdf
Innovate and Collaborate- Harnessing the Power of Open Source Software.pdfYashikaSharma391629
 
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...OnePlan Solutions
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtimeandrehoraa
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalLionel Briand
 
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Cizo Technology Services
 
How To Manage Restaurant Staff -BTRESTRO
How To Manage Restaurant Staff -BTRESTROHow To Manage Restaurant Staff -BTRESTRO
How To Manage Restaurant Staff -BTRESTROmotivationalword821
 

Kürzlich hochgeladen (20)

Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
 
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort ServiceHot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
 
Sending Calendar Invites on SES and Calendarsnack.pdf
Sending Calendar Invites on SES and Calendarsnack.pdfSending Calendar Invites on SES and Calendarsnack.pdf
Sending Calendar Invites on SES and Calendarsnack.pdf
 
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
 
A healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdfA healthy diet for your Java application Devoxx France.pdf
A healthy diet for your Java application Devoxx France.pdf
 
Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with Azure
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...
 
Xen Safety Embedded OSS Summit April 2024 v4.pdf
Xen Safety Embedded OSS Summit April 2024 v4.pdfXen Safety Embedded OSS Summit April 2024 v4.pdf
Xen Safety Embedded OSS Summit April 2024 v4.pdf
 
Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...
 
Salesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZSalesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZ
 
Innovate and Collaborate- Harnessing the Power of Open Source Software.pdf
Innovate and Collaborate- Harnessing the Power of Open Source Software.pdfInnovate and Collaborate- Harnessing the Power of Open Source Software.pdf
Innovate and Collaborate- Harnessing the Power of Open Source Software.pdf
 
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtime
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive Goal
 
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
 
How To Manage Restaurant Staff -BTRESTRO
How To Manage Restaurant Staff -BTRESTROHow To Manage Restaurant Staff -BTRESTRO
How To Manage Restaurant Staff -BTRESTRO
 

Empfohlen

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by HubspotMarius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 

Empfohlen (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

Progecad Frequently Asked Questions

  • 1. our valuable clients GOVT OF AP ..... TATA CO Latest News ProgeCAD 2014 INDIA Patch 14.0.6.15 Released (10-Apr-2014) ProgeCAD INDIA Version 14.0.6.13 Released (02-Apr-2014) Highlights of ProgeCAD 2014 Full Version India (17-Feb-2014) ------------------------------------------------------------------------------------- How to ensure command to finish fully in LISP program ? 03- May- 2014 If the last command is not waiting for the previous command in LISP where some user input was expected from user like text, user one of the below two methods: (i) By inserting a "pause" option in text command statement. You can use Frequently Asked Questions: ProgeCAD trusted by over 300000 customers across the globe since 1999 Contact UsAbout UsHome ProgeCAD Software INDIA ...a native DWG & DXF CAD software Mobile : 91 9246163747 91 9032063337 Landline : 91 4066663747 E-mail : info@progecadindia.com HOME | FEATURES| | COMPARE| | BUYNOW| | CLIENTS| | TESTIMONIALS| | NEWS| | BLOG| | LICENSING| | DOWNLOADS| | CONTACT US| | SUPPORT| | FAQ| | Do you need professional PDFs? Try PDFmyURL!
  • 2. New Programming Tools introduced in ProgeCAD 2014 (16-Feb-2014) ProgeCAD 2014 Full Version INDIA - Released (31-Jan-2014) Mr.PRS Siva Kumar awarded Honorable Architect Award 2013 (16-Jan-2014) Customer Reviews (18-Dec-2013) Hardware Acceleration Optimized in Latest Patch (28-Nov-2011) ProgeCAD 2013 Professional – 13.0.18 version released (10-Oct- 2013) Polycab India chooses ProgeCAD (04-Oct-2013) Bose Corporation Chooses ProgeCAD (30-Sep-2013) Mahindra Automotive Chooses ProgeCAD Professional (08-Aug- 2013) ProgeCAD 2013 Professional new patch 13.0.14.11 released (06-Jun- 2014) How to add custom menu to ProgeCAD (01-May-2013) ProgeCAD 2013 new upgrade patch 13.0.12.12 Released (17- Mar-2013) ProgeCAD Maintenance Patch 13.0.10 Released (05-Feb-2013) ProgeCAD New Patch 13.0.8.21 Released (13-Jan-2013) ProgeCAD Maintenance Patch (13.0.6.18) Released (29-Nov- 2012) How to Retrieve Full Hardware information (28-Nov-2012) ProgeCAD 2013 Hardware Trouble (i) By inserting a "pause" option in text command statement. You can use many pause functions one after the other with a single space. But you may not be sure how many times user enters the input. (ii) By writing a while loop to wait for previous command to completely finish using below statement: (while (= 1 (getvar "cmdactive")) (command pause)) Unless this statement is there, commands go concurrently from LISP to CAD session. ------------------------------------------------------------------------------------- Some ACAD LISP programs are not working in properly in ProgeCAD ? 21-Mar- 2014 Most of the LISP comamnds are supported in ProgeCAD. However there are few limitations on VISUAL LISP Some of the Visuallisp commands are not supported by ProgeCAD. Check the code thoroughly and compare with ProgeCAD Help Developer Reference. ------------------------------------------------------------------------------------- ICAD lib blocks locked, we are unable to edit them ? 21-Mar- 2014 Use REFEDIT command. Then click on YES for local editing. Dont forget to save the changes on small refedit toolbar that pops out at top left corner in your progeCAD session. ------------------------------------------------------------------------------------- ProgeCAD is asking to regenerate the drawing again and again. How to get rid of this ? 21-Mar- 2014 If you drawing is having any internal issues it will ask you for regenrate. Use _audit command and "Y" to fix any internal errors. Always it is good practice to regenrate, but it will happen only in inconsistent drawings. However, it is optional to you whether to renerate or not. ------------------------------------------------------------------------------------- How to use FILTER command in ProgeCAD ? 21-Mar- 2014 Please use QSELECT Command. Your drawing should contain some entities so that this command will work. ------------------------------------------------------------------------------------- How to increase Entity Selection Pickbox Size and Entity Snap Aperture ? 14-Mar- 2014 Below are the steps to acheive this result in ProgeCAD 2014 Software. 1. Select any entity inside progeCAD. 2. In that condition, go to Tools->Drawing Settings -> Coordinate Input Tab 3. Then you will notice two options at the bottom on Entity Selection Pickbox, increase the size at the pickbox dropdown list. 4. Similarly you can increase the Entity Snap Aperture, by increasing the Aperture size. Do you need professional PDFs? Try PDFmyURL!
  • 3. ProgeCAD 2013 Hardware Trouble Shooting (27-Nov-2012) Read More size. Thank you for choosing ProgeCAD software, a read CAD alternative at very affordable cost. ------------------------------------------------------------------------------------- Dynamic Commands Display on Screen (DYNMODE) ? 18-Feb- 2014 There is a system variable in ProgeCAD called "DYNMODE". The default value for this is 3, which enables the user to see a dynamically popped window showing the list of filtered commnds on screen. If you wish to stop this display in ProgeCAD, type DYNMODE in command prompt and set the value to "2" instead of "3". At any point of time, DYNMODE value can be changed back to 3 or vice-versa. ------------------------------------------------------------------------------------- Hardware Acceration Setting ? 18-Feb- 2014 In Tools->Options->Display ........Display Performance, there is a check box for Hardware Acceleration. The graphics card acceleration in machines which did not have dedicated graphics cards have to be turned off. Other wise, it may slowdown the performance of progeCAD. Restart the ProgeCAD after this setting. ------------------------------------------------------------------------------------- CF-0x07 Warning Message ? 13-Feb- 2014 To solve the reported issue, the CF-0x07 warning message being displayed, we suggest you to register progeCAD another time. To do it, open the Windows Start > All Programs > progeCAD > progeCAD Center, and click the Register progeCAD option. ------------------------------------------------------------------------------------- Will truetype fonts slowdown progeCAD ? 30-Mar- 2012 Two of my friends were complaining to me that progeCAD is very slow and heavy on their computers. They have mixed configurations, from Dual Core to Core-i3. Dual core suffered the most. But I kept on telling them that my staff &amp; I had no problems like this at all. And my Home computer is Dual Core and that too handles progeCAD quite well. Yesterday I accidentally found out from the drawings sent by my structural engineer - Mr.Narendrakumar who has 15 copies of progeCAD - that his office was now using True Type fonts. (Earlier they were using only SHX fonts - Roman-S. We, in our office use Roman-S only - we have never used true-type). It was only a small 250 KB file but zooming &amp; panning on the dual core computer was slow and it became heavy on the system. I suspected on the true-type fonts and changed them to Roman-S. Immediately everything was normal and fast. Do you need professional PDFs? Try PDFmyURL!
  • 4. Immediately everything was normal and fast. So if anybody complains to you regarding slow operations in progeCAD, probably it is because of the true-type fonts and you can advise them to change to any SHX fonts and the increase in speed in tremendous - especially with slow computers ------------------------------------------------------------------------------------- progeCAD 2011 Professional Stopped Working with a blank White Screen. What is the Problem ? 03-Jan- 2012 Please check the following points: 1. What is the anti-virus software that you have installed? 2. There is a chance that a particular software is acting on the progeCAD start- up process stopping it. 3. While installing the progeCAD software, whether the anti-virus/anti-spam software deactivated or not? 4. Do you have any other particular software active when you start progeCAD? 5. Are you able to start the progeCAD software with your anti-virus/anti-spam softwares deactivated ------------------------------------------------------------------------------------- Area Property for Hatch object is not available in progeCAD 2011 ? 25-Nov- 2011 the Area value is not present in the current progeCAD version. It will be reported by the progeCAD 2012 Professional version. Right now to have the area value you have to draw a polyline along the hatch border ------------------------------------------------------------------------------------- Can I/we become Dealer/Reseller of your software ? 17-Apr- 2011 Yes, we encourage you to become our Dealer or Reseller. However, we appoint only one Dealer in a particular State/Region. If there is no existing Dealer, you will get a chance to become our Dealer. Otherwise, we will redirect you to your local Dealer so that you can become their reseller ------------------------------------------------------------------------------------- Where do I get best deal to buy progeCAD software ? 17-Apr- 2011 We recommend you to buy the software from your nearest Dealer to get better support. There won''t be any price difference between dealers and direct Distributor or online purchase. ------------------------------------------------------------------------------------- How much time it is required to process the order ? 17-Apr- 2011 We normally process your order on next working day from the order placement date. However, it might take up to 3 days to supply you the license code(s) and Authorization Certificate ------------------------------------------------------------------------------------- Do you need professional PDFs? Try PDFmyURL!
  • 5. ------------------------------------------------------------------------------------- Can I place order online using my Credit Card/Debit Card? Is it safe to place order online ? 17-Apr- 2011 Yes, you can purchase progeCAD India software online using your Credit/Debit cards. We rely on ccAvenue to process our online payments. They are secured and your information will be kept highly confidential. However, we are not responsible for any loss or stolen data. Other options are you can do NEFT/RTGS transfer to our account ------------------------------------------------------------------------------------- Are these prices valid any where in the World if I buy online ? 17-Apr- 2011 NO, these prices are valid only for Indian Territory. It will be illegal to export these licenses outside India. Even if you place online order outside India, it will not be honored. Please contact us directly with your specific needs so that we can suggest appropriate version of progeCAD to suit your requirements which is legally valid ------------------------------------------------------------------------------------- How do I know the version number that I have installed ? 30-Mar- 2011 Open progeCAD ®. Help menu -> About progeCAD The mask is written the exact number of installed version ------------------------------------------------------------------------------------- Save a rendered image to disk ? 30-Mar- 2011 Save the last image rendered: From the View menu choose "Rendering" and then "Render Options." -- In Tab Rendering press the button "Save Last Render." (or Visual. Last Render to see the screen image of render made) -- Specify path and name, by extension, for file and confirm. Save the render directly to file: From the View menu choose "Rendering" and then "Render Options." -- In Tab "Renderizza to file" to define the desired size and press the button "Render" -- Specify path and name, by extension, for file and confirm ------------------------------------------------------------------------------------- How to print a drawing as PDF ? 30-Mar- 2011 -- Access the mask "Print", choosing from the File menu command "Print" -- Select from printers: "progeCAD PDF Wizard" -- Through the button "Properties" configure, if necessary, the parameters of the print as a common printer. -- Setting the parameters of scale, position paper print area pens. -- Ask if necessary preview and launch printing. Do you need professional PDFs? Try PDFmyURL!
  • 6. -- Ask if necessary preview and launch printing. -- At the time of printing will be asked a name for the PDF file to be generated, and its path ------------------------------------------------------------------------------------- Creation of personlized dimension format ? 30-Mar- 2011 Like all the print, depends solely by means of printing installed. -- Open the design to be printed -- Start the Print command -- Select the tab Operative (plotter, printer or output file) in the mask Print -- After selecting the means of printing you want, click the Properties button You''ll see the driver interface printing device that allows the creation of custom size (if provided by the manufacturer). For additional information about creating customized formats the device used, consult the manufacturer''s manual. Attention:If progeCAD ® did not save customized formats, you must move from the Control Panel > Printers Windows ------------------------------------------------------------------------------------- Print with thicknesses of the lines. The thickness of the lines is not correct in print preview ? 30-Mar- 2011 -- Ensure that the option "print lineweights" in the mask "Print" in "Advanced", is selected. If the thickness of lines is set from a file of the print. Ctb -- Make sure also that in the file. Ctb are configured right thickness in relation to colours. If the thickness of lines is set from a file of the print. Stb -- Make sure your file. Stb are configured right thickness in relation to the styles ------------------------------------------------------------------------------------- General Problems with printing and Plotter or Printer configuration ? 30-Mar- 2011 The printing in progeCAD ® is based directly on the configurations of printer driver device chosen. The configurations of customization (file. Pc3 AutoCAD ®) are not currently managed. Make sure anytime you have installed the latest drivers for your operating system. For additional information on drivers of device used, consult the manual or the manufacturer''s website ------------------------------------------------------------------------------------- Where are print information stored ? 30-Mar- 2011 Stored Into the system registry : - ''Save changes to Layout'' check box value Do you need professional PDFs? Try PDFmyURL!
  • 7. - ''Save changes to Layout'' check box value - ''Use Setting from'' check box value - Header and Footer Stored into the drawing: - Print Area - Fit print area to size of page - Scale - Print origin - Use Line Weight - Printer - Paper Landscape/Portrait - Units - Upside down set Stored into CTB files : - Pens color related to colors table - Lineweight related to colors table - Linetype ------------------------------------------------------------------------------------- Printing rotation does not work ? 30-Mar- 2011 - Update your printer drivers from the website of printer's supplier - System drivers shipped with operating systems, could be not full compatible with your printer, so some options supported by your printer, could be unavailable. If available, download and install an updated driver for printer supplier website. - Landscape plot works ------------------------------------------------------------------------------------- Some print options are not available ? 30-Mar- 2011 - Update your printer drivers from the website of printer's supplier - If available, download and install an updated driver for printer supplier website. - If progeCAD doesn't accept some settings available from your system driver, please try to set them directly from the control panel ------------------------------------------------------------------------------------- I cannot print my drawings ? 30-Mar- 2011 - Update your printer drivers from the website of printer's supplier - Verify from drivers configuration, printer job is managed by the computer not by the printer.Some printers doesn't have enought memory for print drawing from progeCAD - Expecially on Win 9x and Win ME systems, RAM management is weak and some complex drawing cannot be printed. If you have error message or system hangs, please add RAM to your Do you need professional PDFs? Try PDFmyURL!
  • 8. If you have error message or system hangs, please add RAM to your computer ------------------------------------------------------------------------------------- PDF to DXF does not work ? 30-Mar- 2011 For versions until 2007 WARNING: Do not open the file Dwg, in which you want to insert the PDF as DXF by double-clicking the file. For proper loading function VBA, which manages the command PDFtoDXF, start progeCAD and open the file Dwg with open command. The problem was resolved by the 2008 version ------------------------------------------------------------------------------------- Manage the big fonts ? 30-Mar- 2011 If the font used in the drawing is not present on your PC, install it to see the drawing properly. If you can not, when you open the drawing with progeCAD, a selection mask for fonts substitutes appears. Choose the character compatible with the one to replace. NOTE To ensure sound management of Bigfonts installed you must change the file Bigfont.ini Start -> All Programs -> progeCAD 2XXX pro ENG -> Utility ->User Support Folder this file specifies the language to which the installed font belongs. SYNOPSIS: "Name of the font with"; " language reference number" CODES OF REFERENCE LANGUAGES: JAPANESE_CODEPAGE_INDEX = 1, TRADITIONAL_CHINESE_CODEPAGE_INDEX = 2, KOREAN_CODEPAGE_INDEX = 3, SIMPLIFIED_CHINESE_CODEPAGE_INDEX = 5 Example for a font that is called chinas_fzhjt.shx in simplified Chinese, you will add a row chinas_fzhjt.shx; 5 ------------------------------------------------------------------------------------- The hot key of zoom and pan ? 30-Mar- 2011 wheel of the Mouse rotation -> Zoom IN and Zoon Out pressed -> Pan in the active window double-click -> Zoom Extension in the Active CTRL + Left mouse button pressed -> 3D orbit in the window Enable Do you need professional PDFs? Try PDFmyURL!
  • 9. CTRL + Left mouse button pressed -> 3D orbit in the window Enable CTRL + SHIFT + Left Mouse button pressed -> Zoom IN and Zoon Out the window CTRL + SHIFT + Right Mouse button pressed -> Pan in the Active SHIFT + mouse-> Pan in the Active ------------------------------------------------------------------------------------- After the copy of part of a drawing the type of line in the drawing of destination is different tha ? 30-Mar- 2011 The variable "LTSCALE" of the drawing has been set to a different value. Check the value of variable "LTSCALE" in the drawing of origin, typing in the command bar: "LTSCALE" then press ENTER Moving in the drawing of destination and repeat the operation of the preceding paragraph. If the value of variable in the drawing of destination is different, change typing in the command bar the new value ------------------------------------------------------------------------------------- Copy and Paste does not work. I can not copy the drawing in another drawing ? 30-Mar- 2011 The reason could be that the drawing from which are copied entities was closed. -- Make sure the file from which they were copied entities is still open. -- If it proves closed: open the file of the drawing of origin, select entities to be copied from the Edit menu and choose "Copy" or "Copy with point basis." -- Open or move in the drawing of destination without closing the drawing of origin, Edit menu and choose Paste "or" Paste in Coordinates original ". NOTE The right way to copy is always use the command "Copy" from the Edit menu ------------------------------------------------------------------------------------- Some texts are not displayed properly ? 30-Mar- 2011 The font used in the drawing is not present on the PC on which progeCAD ® is installed. Font installation is required. or Make sure that a font search path is present among those displayed in the menu Tools -> Options -> Paths/File -> Fonts. If it is not, add the character ";" after the queued existing routes and then the font path. or Verify that the font replacement is not active. Open with a text editor (eg: "Notepad" Windows) the file "icad.fmp" that is situated at Start menu of Windows -> All Programs -> progeCAD 2XXX Pro ENG -> Utility -> User Support Folder. Example: The font not properly displayed is "romans". After verifying the installation of the font on your system and therefore the presence of the full path among Do you need professional PDFs? Try PDFmyURL!
  • 10. the font on your system and therefore the presence of the full path among those displayed in the fonts location (Tools -> Options -> Paths/File -> Fonts), open the file "icad.fmp" and remove the row with the following content: "romans; ic-romans. shx. " This will avoid the replacement of fonts ------------------------------------------------------------------------------------- Display the thickness of lines in the work area ? 30-Mar- 2011 -- Click on the button "LWT" in the status bar of progeCAD ® to enable or disable the display of line width. OR: -- From the Tools menu, choose " Drawing Settings" . -- Under the "Display", under the label "Change settings:" choose from: "lineweight." -- Select the "display lineweights". -- Exit the form confirming the button "Ok" ------------------------------------------------------------------------------------- When open a drawing, the content of the parts are different ? 30-Mar- 2011 Where: The drawing is open, but some of its details are not present In this case, the file may be corrupted, so recovery is needed: -- Start progeCAD ® -- From the File menu choose "Recover" - Select the damaged files and confirm -- After the procedure so that the operations take effect on the drawing it is necessary to save it. It is recommended that you use the "Save as" command assigning another name to the recovered file to avoid losing in this way any definitive information that was not recovered ------------------------------------------------------------------------------------- I can not open a drawing ? 30-Mar- 2011 Where: 01. An error message is displayed and the drawing is not opened. 02. An error message is not displayed but the drawing won''t open. 03. It began the loading of the drawing but after the operation is completed or before it progeCAD ® goes wrong. In all these cases, the file may be corrupted, so recovery is needed: -- Start progeCAD ® -- From the File menu choose "Recover" -- Select the damaged files and confirm -- After the procedure so that the operations take effect on the drawing it is necessary to save it. Do you need professional PDFs? Try PDFmyURL!
  • 11. necessary to save it. It is recommended that you use the "Save as" command assigning another name to the recovered file to avoid losing in this way any definitive information that was not recovered. ------------------------------------------------------------------------------------- I inserted an OLE Object and now I cannot open it anymore. What should I do ? 30-Mar- 2011 This problem arises when external references (Xrif) are used and its re- occurrence can be erratic. It could happen even after opening and saving the drawing several times. It relates to all OLE objects that can be inserted (images, Excel Spreadsheets, Word Documents, etc.) If you have this problem, you just need to delete the file with .vbi extension and the same name as your drawing found in the same directory as the .dwg file. ------------------------------------------------------------------------------------- Text string has wrong fonts even if I have copied them on my computer ? 30-Mar- 2011 - Check if the font path is specified correctly in progeCAD options. From Tools- >Options choose Path/Files tab and insert the correct path for your fonts. You can add more different paths separated - progeCAD makes an automatic substitution of fonts not available, check file icad.fmp (it is stored into progeCAD main directory), if a font substitution is present for one you have on the disk, delete this row. Font substitution syntax is OriginalFont;OptionalFont ------------------------------------------------------------------------------------- The movement of the cursor on the drawing area is erratic; what can I do ? 30-Mar- 2011 This is a problem that generally depends on the settings of the FlyOver snap (advanced snaps). Fly over snaps are a special mode of object Snaps which allow a user of progeCAD to display immediately the relevant points of objects (endpoint, centre, midpoint, intersection, etc.). For complex drawings (several drawn entities) or if a PC is not very fast, the use of this mode can overload the computer. Should any problem arise, only one value at the time should be set (for ex. only End, Centre, Intersection, etc.); alternatively this function should be disabled and object Snaps should be used only when necessary by means of the relative toolbar. To set the Object Snaps, position the cursor over the Esnap writing situated on the right at the bottom of the progeCAD screen and press the mouse''s right button. From the menu, select ''Settings'' The required snaps should then be selected from the control window. Do you need professional PDFs? Try PDFmyURL!
  • 12. The required snaps should then be selected from the control window. The FlyOver button can be used for activating the settings of FlyOver Snaps ------------------------------------------------------------------------------------- Can I use AutoCAD fonts (the .SHX files) with progeCAD ? 30-Mar- 2011 Anyone who owns a regular AutoCAD licence can use, besides the numerous fonts available with progeCAD, also the fonts supplied with AutoCAD. To do this, open the Tools menu, under Options in Path/File, in Fonts add the fonts'' installation path. For ex.: C:Program FilesAutoCAD R14Fonts. For the 2000 version of AutoCAD the simplex font can be found Support directory. You can add this path too (For ex.: C:AutoCAD LT 2000Fonts;C:AutoCAD LT 2000Support) or copy this font to the folder Fonts of AutoCAD 2000. This guarantees a perfect display of any project using the simplex.shx font. If when progeCAD was installed on your PC an AutoCAD installation is already present, the font path will be automatically added to the standard ones. The fonts used for the drawing''s text depend on the text''s style. With progeCAD it is possible to specify the font to be used in place of other fonts. Sometimes it may be necessary to use only some types of font for a drawing, or to convert the fonts used into different fonts. To this purpose the font mapping tables can be used. If for example drawings are shared with other AutoCAD users, a font mapping table can be used in order to specify the alternative font progeCAD must use for the text originally created in a different font. The font mapping table (FMP) is an ASCII file containing a font mapping for each line. Each line contains the basic name of the font file (without the path) followed by a semicolon (;) and the name of the alternative font file with the relative extension (for example .shx or .ttf). It is for example possible to type the following string in a font mapping table in order to specify that the romanc.shx font file must be substituted by the IC- romans.shx font file. romanc.shx;IC-romans.shx progeCAD comes with a default font mapping table included in the file ICAD.FMP, which is stored in the progeCAD folder. This file can be modified with any ASCII text editor. It is also possible to specify a different table file in the Options dialogue box or by means of the FONTMAP system variable. How to specify a font mapping table 1 From the Tools menu choose Options. 2 In the Paths/File list 3 Insert the mapping file name (.fmp) in the ''Font Identification'' box Do you need professional PDFs? Try PDFmyURL!
  • 13. 3 Insert the mapping file name (.fmp) in the ''Font Identification'' box progeCAD''s original setting uses icad.fmp; if no substitution of font is needed, delete or rename the ICAD.FMP file. Also remember that... Is it possible to use AutoCAD''s fonts (the .SHX files) with progeCAD ? Yes,progeCAD is compatible with AutoCAD fonts file .shx. To do this, open the "Options" menu and select the "File Paths" tab; then add the fonts'' installation path under "fonts". For ex: C:Program FilesAutoCAD R14fonts;c:Program FilesAutoCAD R14support If when progeCAD was installed on your PC an AutoCAD installation is already present, the font path will be automatically added to the standard ones. If you have original AutoCAD Fonts and want to avoid font substitution of standard ones (Ex. ROMANS.SHX SIMPLEX.SHX) You also must open the font mapping file, icad.fmp and either delete or comment out the line that makes a font substitution for your AutoCAD font. For example, suppose you have simplex.shx located at C:ACADFONT and you click on Tools on the menu bar and then Options to identify C:ACADFONT as an alternate font directory. But when you open a drawing that uses simplex.shx, the program continues to substitute ic-simplex.shx. The solution is to open icad.fmp with a text editing program and either delete the line simplex;ic-simplex.shx or comment it out so that it reads: ;simplex;ic-simplex.shx Then the next time you launch the program it will no longer substitute ic- simplex.shx for simplex.shx ------------------------------------------------------------------------------------- While using the program, the pointer leaves a trail on the drawing area. How is it possible to eliminate this problem ? 30-Mar- 2011 To eliminate this problem, it is necessary to reduce the hardware acceleration of the graphic hardware. To do this, in the Screen section of the Windows Control Panel, use the advanced settings relative to the graphic hardware's properties ------------------------------------------------------------------------------------- When I open a drawing made with AutoCAD the text is not properly aligned. How can I solve it ? 30-Mar- 2011 It is a matter of font. The drawing opened uses an AutoCAD font. Anyone who owns a regular AutoCAD licence can use, besides the numerous fonts available with progeCAD , also the fonts supplied with AutoCAD. Just open the Tools menu. Under Options in Path/File in Fonts, add the fonts'' installation path. For ex.: C:Program FilesAutoCAD R14Fonts. For the 2000 version of AutoCAD the simplex font can be found in Support directory. You can add this path too (For ex.: C:AutoCAD LT 2000Fonts;C:AutoCAD LT 2000Support) or copy this font to the folder Fonts of AutoCAD 2000. This guarantees a perfect display of any project using the simplex.shx font ------------------------------------------------------------------------------------- Do you need professional PDFs? Try PDFmyURL!
  • 14. ------------------------------------------------------------------------------------- It was not possible to obtain the uninstall code (LTC). Only for 2007 and earlier ? 30-Mar- 2011 For progeCAD 2007: (license without key USB) After reinstalled progeCAD start the registration process Then indicate that the software has already been registered Indicate that you do not have the LTC code and proceed following signs appear. In this way, automatically receive a mail with the new CODE REGISTRATION. For earlier versions to progeCAD 2007: (license without key USB) After reinstalled progeCAD start the registration process. Follow the indication as if it were the first registration ------------------------------------------------------------------------------------- Hard-disk damage. ? 30-Mar- 2011 progeCAD From 2008 onwards: After reinstalled progeCAD start the registration process. Follow the wizard of registration to obtain a new authorization code. For progeCAD 2007: (license without key USB) After reinstalled progeCAD start the registration process. Then indicate that the software has already been registered. Indicate that you do not have the code LTC and proceed following signs appear. In this way, automatically receive a mail with the new CODE REGISTRATION. For earlier versions to progeCAD 2007: (license without key USB) After reinstalled progeCAD start the registration process. Follow the incazioni as if it were the first registration ------------------------------------------------------------------------------------- Move a progeCAD license ? 30-Mar- 2011 For progeCAD 2008 and later versions Uninstall progeCAD ® from the PC so far used, using the item in the menu: Start> Programs> progeCAD 200X pro ITA> Uninstall progeCAD Pro 200X Choose how uninstall "Automatic" licenses without USB key Proceed to the new PC Follow the wizard of registration to obtain a new authorization code licenses with USB key Proceed to the new PC Start the registration process by completing the first mask, indicating the serial number. When prompted to insert the USB key For earlier versions to progeCAD 2008 Do you need professional PDFs? Try PDFmyURL!
  • 15. For earlier versions to progeCAD 2008 Uninstall progeCAD ® from the PC so far used, using the item in the menu: Start> Programs> progeCAD 200X pro ENG> Uninstall progeCAD Pro 200X Choose how uninstall "Automatic" licenses without USB key IMPORTANT: Note the code uninstall (LTC) that appears when uninstalling Proceed to the new PC Follow the wizard of registration to obtain a new authorization code Indicate when requested that the software has already been registered once Enter the code uninstall (LTC) in the mask. licenses with USB key Proceed to the new PC Start the registration process by completing the first mask, indicating the serial number. When prompted to insert the USB key ------------------------------------------------------------------------------------- Uninstallation of progeCAD ? 30-Mar- 2011 progeCAD From 2008 upward: Uninstall progeCAD ® from the PC so far used, through the the menu: Start> Programs> progeCAD 200X pro ENG> Uninstall progeCAD Pro 200X Choose how uninstall "Automatic". NB. This procedure is also valid for all USB versions. For earlier versions to progeCAD 2008 not USB version: Uninstall progeCAD ® from the PC so far used, using the item in the menu: Start> Programs> progeCAD 200X pro ENG> Uninstall progeCAD Pro 200X Choose how uninstall "Automatic" IMPORTANT: When you uninstall, the uninstall code (LTC) will be displayed during removal. ------------------------------------------------------------------------------------- Registration of progeCAD license ? 30-Mar- 2011 If you are using progeCAD 2008 or a later version follow the instruction of the registration wizard (automatically shown when you start the registration procedure). If you are using an older product, please contact us. ------------------------------------------------------------------------------------- Where can I find the manual in PDF ? 30-Mar- 2011 The manual printable PDF (manual.pdf) is saved in the Help folder that is located in the main program. Es. "C: Program Files progeSOFT progeCAD 2XXX Pro ENG help manual.pdf Do you need professional PDFs? Try PDFmyURL!
  • 16. Es. "C: Program Files progeSOFT progeCAD 2XXX Pro ENG help manual.pdf ------------------------------------------------------------------------------------- I have some pre-sales questions ? 30-Mar- 2011 Please check the Orders &amp; Sales section on the Frequently Asked Questions (FAQ) page ------------------------------------------------------------------------------------- I''m using the progeCAD Trial version, how to do if I need some help ? 30-Mar- 2011 Please check the Technical section on the Frequently Asked Questions (FAQ) page.<br />Be also sure to visit the contact us page. ------------------------------------------------------------------------------------- progeCAD is a CAD program sold at one tenth of the price of rival products; how can its characterist ? 30-Mar- 2011 The best way to assess progeCAD''s actual features is to try the product. In this way it will be very easy to understand whether the characteristics declared actually are what they are advertised to be. ------------------------------------------------------------------------------------- I noticed that IntelliCAD is distributed under the name of several different companies. Why ? 30-Mar- 2011 IntelliCAD is a product which was developed by a consortium of several companies from around the world. This guarantees the support needed in case of any problems arising from such a vast software project. Every company participating as trading member to the ITC consortium can distribute products based on IntelliCAD technology. This kind of co-operation guarantees the basic functionality and compatibility. To the basic characteristics of IntelliCAD, progeCAD has added a great many "improvements and additional functions" which make progeCAD the best version distributed of IntelliCAD currently available on the international market. ------------------------------------------------------------------------------------- How to register progeCAD ? 30-Mar- 2011 If you are using progeCAD 2008 or a later version follow the instruction of the registration wizard (automatically shown when you start the registration procedure). If you are using an older product, please contact us ------------------------------------------------------------------------------------- What are the minimum system requirements for progeCAD ? 06-Feb- 2014 Microsoft Windows® XP, Windows® Vista or Windows 7 Intel Pentium® III or more powerful processor (recommended) 1 GB RAM (minimum), 2 GB (recommended for complex drawings) 400 MB of hard disk space ------------------------------------------------------------------------------------- Do you need professional PDFs? Try PDFmyURL!
  • 17. Home || Features || Compare || Buynow || Clients || Testimonials || News || Blog || Licensing || Downloads || Contact Us || Technical Support || FAQ Copyright © 2006-2019 ProgeCAD Software INDIA. Do you need professional PDFs? Try PDFmyURL!