Hi
Yep that solved it, removing the anchors from lfm.
Looks interesting, note the form position i think would be better pocenterscreen, not centerdesktop, as on multimonitor it is cut bewteen them.
The error when datacontrols selected, I think has something to do with autosizing causing many setbounds, if i comment out line in laztracer.pas line 50
// if (length(Msg) div (length(Msg) div 10000))=0 then ;
then it runs fine, it looks a strange line though.
Done some further test.
If I remove the autosizing and anchoring from the package panel, and it containg components, it works without having to commen out the laztracer.pas file.
But it then does not display well formatted.
I could be totally wrong though.