12.1, Quick Search Update

In this version we made some changes and enhancements to the Quick Search functionality.

Functionality

  • Easy Access Buttons to select type of search
  • Removed the Generic Search
  • Added Document Content Search
  • History on Searches for all types
  • F3 and Enter jumps to next occurrence of match (Shift-F3 backwards)
  • A link presents how many hits
  • The link can be clicked to see all hits in a list in the object list or document list

Screenshots

Number of hits
12.1 Quick 01

No Match
12.1 Quick 02

Product Status

Current Releases

– Master Concept 12.1.0 (Version: 12.1.0.130)
– Master Concept 11.2.6 (Version: 11.2.6.1)
– Master Concept 10.5.7 (Version: 10.5.7.14)
– Master Concept 9.5.1 (Version: 9.0.0.275)

Planned Releases

– Version 12.1.1 during januari 2015
– Version 12.2 during spring 2015

AutoCAD Error Report

Sometimes when you close elMaster design or proMaster design you get an AutoCAD Error Report. This error can be found in version 11.0 and version 12.0. The error in itself is harmless but somewhat irritating. We have now found a solution that will remove the error from occurring.

AutoCAD Error Report
AutoCAD Error Report
Solution

The solution is to turn of the AutoCAD InfoCenter Toolbar and then you will no longer get the AutoCAD Error Report
InfoCenter
This can be done in two ways:

  1. Change in register. For example the AutoCAD 2015
    “HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R20.0\ACAD-E001:409\InfoCenter\InfoCenterOn” to 0
  2. Run this Lisp in the Command Prompt in AutoCAD, This lisp command can be added to the EPC_HOOK.LSP. But it only needs to be ran once to solve the problem.
    • (progn (vl-load-com) (vl-registry-write (strcat “HKEY_CURRENT_USER\\”
      (vlax-product-key) “\\InfoCenter”) “InfoCenterOn” 0))

MasterConcept 12.1 SR1 Released

Version: 12.1.0.129

Information We have released this version on the ftp.

Please Download on the customer web.

Readme

MasterConcept 11.2 Fix6 Released

Version: 11.2.6.1

Information We have released this version on the ftp.

Please Download on the customer web.

Product Status

Current Releases

– Master Concept 12.0.2 (Version: 12.0.2.5)
– Master Concept 11.2.5 (Version: 11.2.5.0)
– Master Concept 11.1.8 (Version: 11.1.8.5)
– Master Concept 10.5.7 (Version: 10.5.7.14)
– Master Concept 9.5.1 (Version: 9.0.0.275)

Planned Releases

– Version 12.0.2 during September
– Version 12.1 during Q4 2014
– Version 12.2 during spring 2015

Searchable AutoCAD drawings

In both version 11.0 and 12.0 it is possible to search content in a drawing file from MasterExplorer.  That makes it easier to find the drawing that you need to access.

What do you need to do?

The drawing files must use a font that is a TrueType font for the text to be searchable. We have changed this on out templates so new drawings will have Arial as a default font.

But how about our old drawings?

We have a solution for this also. We update the drawings when the are open using a epc_hook.lsp

Instructions

  1. Put the file “changeStyleToArial.lsp” in Custom Directory (%appdata%/ides/Master Concept 12/Custom)
  2. Add following to the “epc_hook.lsp” located in (%appdata%/ides/Master Concept 12/Custom)
    – (princ “\nChange style to ARIAL”)
    – (load “changeStyleToArial.lsp” T)
  3. Finsihed

changeStyleToArial

 

12.0, New PDF Viewer

An alternative PDF Viewer has been added to the 12.0 version.
Enable this viewer by setting the EXP_VIEWER_SETTING variable to Internal2.

With this new viewer you can:

  • Text search
  • Selecting and copying PDF content to the clipboard for Images
  • Selecting and copying PDF content to the clipboard for Text
  • Printing and export to PDF
  • Support for document information
  • Zooming, scrolling and continuous page layout.
  • Page rotation
  • Document navigation
  • Greyscale

preview

 

 

Product Status

Current Releases
– Master Concept 12.0.1 (Version: 12.0.1.13)
– Master Concept 11.2.5 (Version: 11.2.5.0)
– Master Concept 11.1.8 (Version: 11.1.8.5)
– Master Concept 10.5.7 (Version: 10.5.7.14)
– Master Concept 9.5.1 (Version: 9.0.0.275)

Planned Releases
– Version 12.1 during Q4 2014
– Version 12.2 during spring 2015