Difference between revisions of "Talk:CEGUI In Practice - Creating widgets"

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Jump to: navigation, search
(Created page with " == full_image does not exist in current version == The call to <source lang="cpp"> myImageWindow->setProperty("Image","TaharezLook/full_image"); </source> fails in the cur...")
(No difference)

Revision as of 04:18, 16 May 2014

full_image does not exist in current version

The call to

myImageWindow->setProperty("Image","TaharezLook/full_image");

fails in the current version, as it seems no image is declared as full_image in the imageset. I'm not sure if that was automatic in past versions or something.

I don't know what this should be replaced with, so I haven't edited it. I am not actually clear on what this is supposed to do in the first place.