Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 11 to 11 of 11 total |
Background Images in TSurface.wbi. |
Mon, Dec 7 2015 5:02 PM | Permanent Link |
Huseyin Aliz myBiss ApS | Raul,
Following code worked procedure TForm1.Form1Create(Sender: TObject); begin background.image.name := 'background.jpg'; end; Regards, Hüseyin On 07-12-2015 22:41, Hüseyin Aliz wrote: > Raul, > > Thanks for the input > > Regards, > Hüseyin > > On 07-12-2015 22:33, Raul wrote: >> On 12/7/2015 3:59 PM, Hüseyin Aliz wrote: >>> Sorry if my question was not clear. What I want is: >>> >>> Mainform -> background.image('logon.jpg'); >>> All other forms -> background.image('background.jpg'); >>> >>> Hope it's more clear now >> >> You can do that with the form directly by using "background.image.name" >> >> for example in the form OnCreate : >> >> procedure TForm1.Form1Create(Sender: TObject); >> begin >> self.background.image.name := self.name + '.jpg'; >> end; >> >> >> Application.Surface.Background is for the application itself (not >> form) so you do not need to touch that at all. >> >> Raul >> > |
« Previous Page | Page 2 of 2 | |
Jump to Page: 1 2 |
This web page was last updated on Thursday, October 3, 2024 at 06:23 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |