Page 1 of 1

Compound StaticImage

Posted: Mon Jul 24, 2006 14:25
by alex
I need to strip several images in an imageset together to get a longer image strip, that would not fit in a texture.
i use a static image for every part and add up the widths to get the y coords. in relative mode i have gaps between the images in some screen resolutions. thats why, i would prefer to define a special StaticImage in the looknfeel, that contains all my images. Is there a way to do that?

Re: Compound StaticImage

Posted: Mon Jul 24, 2006 16:17
by spannerman
alex wrote:I need to strip several images in an imageset together to get a longer image strip, that would not fit in a texture.
i use a static image for every part and add up the widths to get the y coords. in relative mode i have gaps between the images in some screen resolutions. thats why, i would prefer to define a special StaticImage in the looknfeel, that contains all my images. Is there a way to do that?


Hi Alex,

I dont know about creating a special StaticImage that uses multiple images in the same "render area", Im not sure if thats possible currently.

However, is there a reason why you cant use absolute mode to join the StaticImages together?

Also, how come it isnt possible to store your images in a single texture?

Posted: Mon Jul 24, 2006 20:32
by alex
hi..
yes, you´re right, absolute mode is the way to go. i was just searching for a cleaner way to do that, avoiding to calculate the absolute pixel coords from my relative designed layout..
thank you :-)

by the way, do you know about a good solution to do a horizontal slider in falagard? i think, changing the VerticalSlider to false is not enough, right?

Posted: Mon Jul 24, 2006 20:41
by spannerman
alex wrote:by the way, do you know about a good solution to do a horizontal slider in falagard? i think, changing the VerticalSlider to false is not enough, right?


Search is your friend :D

Try this oneand this one.