Copyright © 2005-2023 MultiMedia Soft

OnTracksBoardDisplayWidthChange event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the TracksBoard's window has been resized horizontally.

 

This event replaces the usage of the CallbackTracksboardWidth delegate and is only intended for usage with applications developed using Visual Basic 6 (which results unreliable when dealing with delegates and callbacks) and, in order to be enabled, requires a call to the COMEventEnable method with the nEventType parameter set to EVENT_TYPE_TRACKSB_WIDTH.

 

For further details about callback delegates see the How to synchronize the container application with the API tutorial.

For details about the use of the TracksBoard refer to the How to use the TracksBoard to visually compose songs tutorial.

For further details about methods of the TracksBoard refer to the TracksBoard class section.

 

 

Syntax

 

[Visual Basic]

EditorApi_OnTracksBoardDisplayWidthChange (

ByVal nWidthInMs as Long,

ByVal nWidthInPixels as Long

)

 

where "EditorApi" is declared in Visual Basic 6 code as:

 

Dim WithEvents EditorApi As AudioSoundEditorApi.AudioSoundEditorApiObj


 

 

Parameter

Description

 

 

nWidthInMs

Width of the display surface, expressed in milliseconds

nWidthInPixels

Width of the display surface, expressed in pixels