Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dmbLibBrowserFormDone

dmbLibBrowserFormDone( 
s_formtype 
) 
=> t 

Description

Terminates the synchronization between the last form registered and the Library Browser. Applications should ALWAYS call this function when they know their Library Browser/form interaction has terminated (using Cancel or OK). Leaving it hanging could result in unpredictable behavior which would degrade the usability of the system. Supplied for compatibility. Replace with ddsEndSyncWithForm.

Prerequisite

Call dmbLibBrowserFormDone after the hiDisplayForm call that brings up the DFII software form. Refer to the example under dmbSyncWithForm.

Arguments

s_formtype

Identifies the type of form that is invoking the Library Browser:

    • 'design The Open Design form from the Design Framework II Open menu.
    • 'place A Place Instance form from an editor. (There are several types of Place Instance forms.)
    • 'other Any other type of linked form.

Value Returned

t

Execution of the function succeeded.

Example

dmbLibBrowserFormDone( 'design )

Return to top
 ⠀
X