sptbxlib icon indicating copy to clipboard operation
sptbxlib copied to clipboard

TSpTBXToolbar.shrickmode:=tbsmChevron ,access violation in when click more buttons

Open penjo2013 opened this issue 1 year ago • 2 comments

penjo2013 avatar May 23 '24 15:05 penjo2013

it gives error here: procedure TSpTBXPopupWindowView.SetIsToolbar(const Value: Boolean); begin // Change the readonly IsToolbar property using RTTI, the property must // be published. // Tip from: http://hallvards.blogspot.com/2004/05/hack-1-write-access-to-read-only.html PBoolean(Integer(Self) + (Integer(GetPropInfo(TSpTBXPopupWindowView, 'IsToolbar').GetProc) and $00FFFFFF))^ := Value; end;

penjo2013 avatar May 24 '24 09:05 penjo2013

This was already fixed. Update to the latest version

SilverpointDev avatar May 28 '24 16:05 SilverpointDev