Hi,
I have a weird problem after locking a textbox the pencil lock shows out of place, it's offset to the top left by the distance of half the diagonal of the box.
I use the same command as for CS2-CS3 that was working.
Anyone seeing this problem ?
InterfacePtr<ICommand> iLockCmd(CmdUtils::CreateCommand(kSetItemLockDataCmdBoss));
iLockCmd->SetItemList( storyRef);
InterfacePtr<IBoolData> iBoolData( iLockCmd, UseDefaultIID());
iBoolData->Set( kTrue);
CmdUtils::ScheduleCommand( iLockCmd);