Highlight a room in a Flash drawing

Technologies > User Interface Add-Ins > Flash Drawing Views > Highlight Drawing and Show Room List 

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.

When a room is selected in the rooms grid, the associated asset in the drawing is highlighted by calling highlightAssets:

this.rmDetail_rooms.addEventListener('onMultipleSelectionChange', function(row) {
    View.getControl('', 'rmDetail_cadPanel').highlightAssets(null, row);
});

Flash Drawing Control

View: http://localhost:8080/archibus/schema/ab-products/solutions/drawing-flash/ab-rm-detail-drawing.axvw

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