Search found 2 matches
- Fri Dec 23, 2011 10:19
- Forum: Modifications / Integrations / Customisations
- Topic: Custom CEGUI Component inheriting from ImageComponent
- Replies: 2
- Views: 3723
Re: Custom CEGUI Component inheriting from ImageComponent
Originally, I just had an ImageryComponent in my layout file and I was using the setProperty on that. However, I am trying to modify my code so that I just have a TheoraVideo component that can be entered in to the layout file. Sorry for the confusion, hopefully that makes it a bit clearer. So, just...
- Thu Dec 22, 2011 18:15
- Forum: Modifications / Integrations / Customisations
- Topic: Custom CEGUI Component inheriting from ImageComponent
- Replies: 2
- Views: 3723
Custom CEGUI Component inheriting from ImageComponent
Hi, I am writing a custom CEGUI component to present theora video. I am having a problem with what I inherit from. The way I have got video on to a CEGUI control before was by using the Image CEGUI component and using setProperty("Image", ...). My aim was to continue using this. My problem...