On Thu, 17 Dec 2009 23:58:59 +0800 Brad Campbell <[email protected]> wrote:
> Mattias Gaertner wrote: > > On Thu, 17 Dec 2009 23:37:21 +0800 > > Brad Campbell <[email protected]> wrote: > > > >> G'day all, > >> > >> I'm currently using "Lazarus 0.9.29 r22679 FPC 2.2.5 i386-linux-gtk 2 > >> (beta)". > >> > >> On a form, I'm creating 30-40 instances of a TTrackBar dynamically. If, at > >> design time I have a > >> TTrackBar on the form, this all goes swimingly. If, however there is no > >> TTrackBar on the form, when > >> I run the application I get "Class "TTrackBar" not found.". You get this only at run time? Check if your lfm file contains a trackbar. Maybe you deleted it in the published section of the form, but not on the form itself. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
