On Sat, 02 Feb 2013 14:14:46 +0000 Mark Morgan Lloyd <[email protected]> wrote:
> Mattias Gaertner wrote: > > Mark Morgan Lloyd <[email protected]> hat am 31. Januar 2013 > > um > > 11:38 geschrieben: > >> Mattias Gaertner wrote: > >>> On Thu, 31 Jan 2013 10:00:31 +0000 > >>> Mark Morgan Lloyd <[email protected]> wrote: > >>> > >>>> [...] > >>>>> It should work. > >>>>> > >>>>> Can you create a small example to demonstrate the problem? > >>>> I can't duplicate it with a newly-created test program. However I notice > >>>> that this program has implementation ... {$R *.lfm} in (at least) > >>>> those units with forms, while the program giving the problem doesn't. > >>>> Any thoughts would be appreciated before I wade in trying to "fix" > >>>> things. > >>> Is the OnClick event of the button assigned at runtime? > >> No. At frame design time, and then the frame is placed on the form (I've > >> previously been caught by frame updates not propagating to frames which > >> are already on forms) and set to client alignment. Save and build. > > > > Set a breakpoint in TCustomFrame.Create and single step to see what is > > executed. > > I'm still trying to look at this, but a side question if I may. Could > this be caused by the fact that one of the directories is accessed via a > symlink? I notice that the IDE doesn't much like this, with extra tabbed > panes being opened whenever there's a compilation error and the risk of > "file changed on disk" inconsistencies if I don't force a manual save. Symlinked files are a problem. Symlinked directories are only a problem, if you use both paths in the same project. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
