On Sat, 13 Oct 2007 23:34:14 +0200
wile64 <[EMAIL PROTECTED]> wrote:

> 2007/10/13, wile64 <[EMAIL PROTECTED]>:
> >
> >
> >
> > 2007/10/13, Mattias Gaertner <[EMAIL PROTECTED]>:
> > >
> > > On Sat, 13 Oct 2007 23:07:52 +0200
> > > wile64 <[EMAIL PROTECTED]> wrote:
> > >
> > > > Hi,
> > > >
> > > > Here is my project:
> > > >
> > > > 1 package
> > > > x units with 1 component / unit
> > > > 1 file LRS with all bitmaps for all components
> > > > 1 unit with register function here:
> > > >
> > > > procedure RegisterComponants;
> > > > begin
> > > >   RegisterComponents('tabs,[component1, component2]);
> > > > end;
> > > >
> > > > procedure Register;
> > > > begin
> > > >   RegisterUnit('LZVRegister',@RegisterComponants;
> > > > end;
> > > >
> > > > Initialization
> > > > {$I lzvimages.lrs}
> > > >
> > > > My problem is the bitmap not associated to components(in lazarus
> > > > tabs), What is the problem?
> > > > There may be another solution?
> > >
> > > The bmp/xpm resource must have the component classname. For
> > > example: tbutton.bmp for TButton.
> > >
> > >
> > > Mattias
> >
> >
> >
> > Yes, I do well but the installation components of the package
> > works, but there as no images

Please provide a complete example.


> > Regards,
> >
> 
> With PNG Bitmap is work also ?

no

Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to