Page 1 of 1

How to load my imagesets into CEED's StaticImage?

Posted: Mon Jan 27, 2014 03:13
by persanker_1
The image value of a StaticImage is a list of predefined images ,but there's no my own imageset.

Re: How to load my imagesets into CEED's StaticImage?

Posted: Mon Jan 27, 2014 12:02
by Kulik
http://static.cegui.org.uk/docs/ceed-sn ... manual.pdf

You have to add the imageset to your scheme file and CEED has to load that scheme file.

Re: How to load my imagesets into CEED's StaticImage?

Posted: Tue Jan 28, 2014 08:37
by persanker_1
Kulik wrote:http://static.cegui.org.uk/docs/ceed-snapshot11/user-manual.pdf

You have to add the imageset to your scheme file and CEED has to load that scheme file.

I think my scheme file has been loaded already, because my custom widgets are all showing well. They have custom backgrounds.
By the way, I didn't find some useful instruction in the user manual about the StaticImage and Image property.

Re: How to load my imagesets into CEED's StaticImage?

Posted: Wed Feb 05, 2014 19:46
by Ident
persanker_1 wrote:
Kulik wrote:http://static.cegui.org.uk/docs/ceed-snapshot11/user-manual.pdf

You have to add the imageset to your scheme file and CEED has to load that scheme file.

I think my scheme file has been loaded already, because my custom widgets are all showing well. They have custom backgrounds.
By the way, I didn't find some useful instruction in the user manual about the StaticImage and Image property.


Are your images you want to add for StaticImage in another Imageset file than the one that your widgets use? In that case you will have to "add the imageset to your scheme file" as Kulik already replied to you.

About the last sentence of your post: Specifically, what instructions are you looking for?

Re: How to load my imagesets into CEED's StaticImage?

Posted: Mon Mar 17, 2014 10:18
by persanker_1
Ident wrote:
persanker_1 wrote:
Kulik wrote:http://static.cegui.org.uk/docs/ceed-snapshot11/user-manual.pdf

You have to add the imageset to your scheme file and CEED has to load that scheme file.

I think my scheme file has been loaded already, because my custom widgets are all showing well. They have custom backgrounds.
By the way, I didn't find some useful instruction in the user manual about the StaticImage and Image property.


Are your images you want to add for StaticImage in another Imageset file than the one that your widgets use? In that case you will have to "add the imageset to your scheme file" as Kulik already replied to you.

About the last sentence of your post: Specifically, what instructions are you looking for?


My images I want to add for StaticImage is in imagesets directory, which I think is one of the default directories of ceed.
My images are loaded normally in CeLayoutEditor, but not in CEED.
My imageset was always in my scheme file, otherwise my game would not run normally.
I just want to know , how to make my imageset in the dropdown list of Image property of a StaticImage.

Re: How to load my imagesets into CEED's StaticImage?

Posted: Mon Mar 17, 2014 11:11
by Ident
CEED has projects. You load/create a project that has set the right resources including your scheme files that include your imageset. If you do that it will appear in the dropdown.