Search found 6 matches

by Yoha
Fri May 02, 2008 16:20
Forum: Help
Topic: Use external images
Replies: 11
Views: 4674

Nobidy knows how I can do it ?
by Yoha
Sat Apr 26, 2008 14:43
Forum: Help
Topic: Use external images
Replies: 11
Views: 4674

I found it int he CEGUI log: 26/04/2008 16:36:50 (Std) Attempting to create Imageset 'test' with texture only. but there is also these lines after imageset delcaration: test->defineImage("ImgTest", CEGUI::Rect(0, 0, 64, 64), CEGUI::Point(0, 0) ); CEGUI::Imag...
by Yoha
Wed Apr 23, 2008 11:17
Forum: Help
Topic: Use external images
Replies: 11
Views: 4674

scriptkid -> Normally, it is calculated automatically. The program stop directly when I use: frame->setMouseCursor(&testImg); Where frame is the Window returned by the loadWindowLayout method. I don't understand the mean of "Is there some way you can dump the underlying texture cont...
by Yoha
Sun Apr 20, 2008 08:45
Forum: Help
Topic: Use external images
Replies: 11
Views: 4674

The two tests return true. My code is: sf::Image* image = new sf::Image(*GestionnaireDonnees->GetImage(7)); CEGUI::Texture* texture = mRenderer->createTexture( (image->GetWidth() > image->GetHeight() ? image->GetWidth() : image->GetHeight())...
by Yoha
Sat Apr 19, 2008 10:41
Forum: Help
Topic: Use external images
Replies: 11
Views: 4674

Thanks. I think I loaded the image but I can't draw it on the screen. I tried to do it with setMouseCursor on a FrameWindow but it do nothing. The cursor is not displayed. How can I get sure the image is loaded or no ? Edit: I didn't find CEGUI::StaticImage in the doc and the compiler refuse it. Wha...
by Yoha
Fri Apr 18, 2008 13:44
Forum: Help
Topic: Use external images
Replies: 11
Views: 4674

Use external images

Hi, I would like to use a CEGUI Interface with SFML (there is a version in english too). I successed to compile and use an interface. My problem is: I want to use images from files wich are not frameset and no in repertories of CEGUI in a Window of CEGUI but I don't know how do it. If someone can he...

Go to advanced search