When installing sparta_dockedform_editor package, it comes with a error message:
sparta_mainide.pas(1036,67) Error: Internal error 200510032
this is on line 1036
if Sender = nil then // but not for Sender = nil :P
LPageCtrl := SourceEditorWindows[LastActiveSourceEditorWindow].FPageCtrlList[LastActiveSourceEditor] <--this line will not compile
else
LPageCtrl := AbsoluteFindModulePageControl(LSourceEditor);