ik <[email protected]> hat am 17. Januar 2012 um 14:22 geschrieben: > Hello, > > I'm Writing my hobby application ( https://github.com/ik5/display-quotes/ > <https://github.com/ik5/display-quotes/> ), and I decided to use TFrame for > the search window. > The thing is that when I add code to the Prev and Next buttons, They do not > get execute on the main form. > It looks like Lazarus events are looking for events at the main form rather > in at the framed form. > > Am I missing something here or is it a bug ? > I'm using lazarus svn r34764 under linux 64 bit, with FPC 2.6.0
The IDE itself uses frames with events. So they should work for you to. Please create a bug report and provide a small example project (only sources). Mattias
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
