For help with general CEGUI usage: - Questions about the usage of CEGUI and its features, if not explained in the documentation. - Problems with the CMAKE configuration or problems occuring during the build process/compilation. - Errors or unexpected behaviour.
I have designed a layout in 1024*768 and i'm using in 1280*1024. Is it a way to auto reisze it or maybe forcing on 1280*1024 to display a 1024*768 layout? Thanks
Does your imageset XML file contain AutoScaled="true"?
You could also try playing with the 'setNativeResolution' method, which both ImageSets and Fonts support. That method updates the internal aspect ratio scaling IIRC.