i tried several ways to resize my parent gui element always automatically to window size, but i found no way at all.
with:
Code: Select all
IGUIElement *testroot = testGUIEnvironment->addImage (vector2d<s32>() etc...);
Code: Select all
draw2dImage();
It has also the disatvante, that a picture created with draw2dImage(), is displayed repeadingly when it gets stretched.
So i dont see the picture bigger, i see the picture several times.
Can anbody tell me a way to stretch a IGUIElement Picture?