Zoom in on a room in a Flash drawing

Technologies > User Interface Add-Ins > Flash Drawing Views > Locate and Zoom In on Employees 

Note: With the release of ARCHIBUS V.23.2, all ARCHIBUS views were converted to use the HTML drawing control instead of the Flash drawing control. If you have previously created views that use the Flash drawing control, the view's drawings will still work.

For new views that you create, ARCHIBUS, Inc. recommends using the HTML control, as the Flash control is slated for desupport in future versions of ARCHIBUS. For information on converting existing views with Flash drawings to HTML format, see Convert views with the Flash drawing control to the HTML drawing control.

Call the drawing control's findAsset method to highlight a selected room:

function onEmpSelected(row) {
    View.getControl('', 'locateEmployeeExclusive_cadPanel').findAsset(row, null, true, null, true);
}

Flash Drawing Control 

View: http://localhost:8080/archibus/schema/ab-products/solutions/drawing-flash/ab-locate-employee-exclusive-drawing.axvw

Copyright © 1984-2018, ARCHIBUS, Inc. All rights reserved.