| Description: | CCI ScMoveAbs() does not work anymore, if running with red pointer before:
ctrlNew.ScSetLongValue( ( int )ScComSAMLightClientCtrlValueTypes.scComSAMLightClientCtrlLongValueTypeSelectRedpointerForMoveAbs, 1 );
for( int i = 0; i < 10; i++ ) { ctrlNew.ScMoveAbs( 8, 48, 0 ); ctrlNew.ScMoveAbs( 48, 48, 0 ); ctrlNew.ScMoveAbs( 48, 6, 0 ); ctrlNew.ScMoveAbs( 8, 6, 0 ); ctrlNew.ScMoveAbs( 8, 48, 0 );
Thread.Sleep( 10 ); }
ctrlNew.ScSetLongValue( ( int )ScComSAMLightClientCtrlValueTypes.scComSAMLightClientCtrlLongValueTypeSelectRedpointerForMoveAbs, 0 );
After that, without red pointer ScMoveAbs() does not work anymore until restart of Samlight. |