Search found 6 matches
- Thu Sep 28, 2006 17:08
- Forum: Modifications / Integrations / Customisations
- Topic: playing wmv /avi video in CE GUI window
- Replies: 3
- Views: 3317
It means you have to render a frame from the video stream and then attach it to the texture. However, I've run into an issue with this. I've set up a DirectShow filtergraph that grabs bitmap frames to a buffer. Then I use the Texture::loadFromMemory function to update the texture. The problem is tha...
- Fri Sep 01, 2006 15:24
- Forum: Modifications / Integrations / Customisations
- Topic: StaticImage in code [solved]
- Replies: 6
- Views: 4755
- Wed Aug 30, 2006 18:14
- Forum: Modifications / Integrations / Customisations
- Topic: StaticImage in code [solved]
- Replies: 6
- Views: 4755
StaticImage continued
A further question. Now that I have the StaticImage working, I'm a little confused as to how I would change the appearance of the Window itself. Specifically I'd like not to have the TaharezLook frame/border around the image, just the image itself. Do I have to define a window factory in xml? Or sin...
- Wed Aug 30, 2006 13:27
- Forum: Modifications / Integrations / Customisations
- Topic: StaticImage in code [solved]
- Replies: 6
- Views: 4755
- Wed Aug 30, 2006 13:15
- Forum: Modifications / Integrations / Customisations
- Topic: StaticImage in code [solved]
- Replies: 6
- Views: 4755
Thanks Xir, I didn't add the StaticImage as a child to the main window. However, adding it alone didn't solve the problem. I have to manually set the height and width, which unfortunately makes the image take up most of the window. I'll keep working on it. Here's the current state of it if you're cu...
- Tue Aug 29, 2006 20:08
- Forum: Modifications / Integrations / Customisations
- Topic: StaticImage in code [solved]
- Replies: 6
- Views: 4755
StaticImage in code [solved]
I've been screwing around with integrating Ogre, OIS and CEGUI. I'm experimenting with different methods of creating widgets and have been successful using types defined in the TaharezLook scheme. I'd now like to try subscribing some handlers to a StaticImage, but cannot get the StaticImage itself t...