VS:CreateThumbnailPopup: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
(Added info about Line Types in this type of control.)
 
Line 6: Line 6:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
Creates a thumbnail popup that can be populated with previews of objects in Vectorworks</desc>
Creates a thumbnail popup that can be populated with previews of objects in Vectorworks.
</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 36: Line 37:


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<remark></remark>
<remark>
'''BE AWARE:''' this will not work for Line Types of an external document (default library for example). Use [[VS:CreateCustThumbPopup]] in that situation.
</remark>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------

Latest revision as of 06:26, 30 September 2014

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Creates a thumbnail popup that can be populated with previews of objects in Vectorworks.

PROCEDURE CreateThumbnailPopup(
dialogID :LONGINT;
controlID :LONGINT);
def vs.CreateThumbnailPopup(dialogID, controlID):
    return None

Parameters

dialogID LONGINT
controlID LONGINT

Remarks

BE AWARE: this will not work for Line Types of an external document (default library for example). Use VS:CreateCustThumbPopup in that situation.

Version

Availability: from Vectorworks 2012