Software Database

Search for resolved Bug or Feature Request:

ID:
Bugfix:Precalculating MarkTime with SeparatedBySemicolon
Description:Precalculating MarkTime with SeparatedBySemicolon does work now:

// Enable MarkFlagPreview
int MarkFlags = axScSamlightClientCtrl1.ScGetMarkFlags();
MarkFlags = MarkFlags | ( int )SAMLIGHT_CLIENT_CTRL_OCXLib.ScComSAMLightClientCtrlMarkFlags.scComSAMLightClientCtrlMarkFlagPreview;
int CciReturn1 = axScSamlightClientCtrl1.ScSetMarkFlags( MarkFlags );

// Enable ModeFlagEntityNamesSeparatedBySemicolon
int ModeFlags = 0;
int CciReturn2 = axScSamlightClientCtrl1.ScGetMode( ref ModeFlags );
ModeFlags = MarkFlags | ( int )SAMLIGHT_CLIENT_CTRL_OCXLib.ScComSAMLightClientCtrlFlags.scComSAMLightClientCtrlModeFlagEntityNamesSeparatedBySemicolon;
int CciReturn3 = axScSamlightClientCtrl1.ScSetMode( ModeFlags );

// Preview of entities 'a and 'b'
int CciReturn4 = axScSamlightClientCtrl1.ScMarkEntityByName( "a;b", 1 );

// Get process time of last preview
double LastPreviewTime = axScSamlightClientCtrl1.ScGetDoubleValue(
( int )SAMLIGHT_CLIENT_CTRL_OCXLib.ScComSAMLightClientCtrlValueTypes.scComSAMLightClientCtrlDoubleValueTypeLastPreviewTime );
State:solved, bug fixed / feature implemented
Solved in version(s):REL_3_5_5_20160616_0106
3.5.5


Go to software changelog