keep cool,
I haven't error message, the program only stop with a sound 'beep'
I must use task list for initialized the application
When i deactivate skinmanager all is ok.
That's all
I just expose my problem
I say myself that somebody in can had the same
So for me it's not an useless error!
My procedure is carrying very simple
procedure TFRM_MAIN.EditionsExecute(Sender: TObject);
begin
sSkinManager1.Active := False;
FRM_EDITIONS := TFRM_EDITIONS.Create(Self);
Try
FRM_EDITIONS.Showmodal;
Finally
FRM_EDITIONS.Free;
End;
sSkinManager1.Active := True;
End;
Best Regards