Search found 7 matches

by 06casswp
Sun Dec 01, 2013 08:36
Forum: Help
Topic: How to add text on imagebutton or image?
Replies: 17
Views: 19240

Re:

Ok, I have produced the following approach to draw shadowed text. I'm not sure if this is what you were wanting or not, but this is what I'm posting anyway :lol: First, near the top of the WidgetLook, you must make sure you have these new properties defined: <PropertyDefinition name="VertLabel...
by 06casswp
Wed Dec 26, 2012 12:10
Forum: Help
Topic: Fullscreen disappear bug [svn trunk]
Replies: 22
Views: 9253

Re: Fullscreen disappear bug [svn trunk]

Hi guys, sorry for dragging this back up but I just updated both Ogre and Cegui. Ogre from 1.7 to 1.8 and Cegui from 0.7.6 to 0.7.7. I discovered this same issue appear using TaharezLook. Keeping all code the same and reverting both ogre and cegui, the problem disappeared. Adding a call to CEGUI::Sy...
by 06casswp
Thu Mar 29, 2012 05:58
Forum: Help
Topic: Tiling image issue
Replies: 0
Views: 2951

Tiling image issue

Hi guys Having a slight issue getting tiling to work as I understand it. I am trying to create a set of grid lines through the use of tiled 50% transparent png's that regularly tiles the screen at a fixed size per tile (native resolution). To do this I have added a new widget to the Vanillalook them...
by 06casswp
Wed May 04, 2011 18:53
Forum: Help
Topic: Fade in highlight on buttons
Replies: 7
Views: 3248

Re: Fade in highlight on buttons

iv found that using the colours tag in the framecomponent section results in changing the transparency on mouse over. And iv found that you can interpolate using the colour interpolator and iv tried setting a property and using it to animate it however on mouse over it goes straight to transparent. ...
by 06casswp
Wed May 04, 2011 17:08
Forum: Help
Topic: Fade in highlight on buttons
Replies: 7
Views: 3248

Re: Fade in highlight on buttons

I'm attempting to apply the animation to the Falagard looknfeel for TaharezLook/Button but I want the fade to use the hover imagery and replace that. I've so far put the above, though modified with your suggestion, to the bottom of the widgetlook so far but dont see how to apply it directly to that ...
by 06casswp
Wed May 04, 2011 16:32
Forum: Help
Topic: Fade in highlight on buttons
Replies: 7
Views: 3248

Re: Fade in highlight on buttons

Many thanks for such a quick response. Would this be a valid animation definition for this: <Animations> <AnimationDefinition name="FadeOut" duration="0.5" replayMode="once"> <Affector property="Alpha" interpolator="float"> <KeyFrame position="0...
by 06casswp
Wed May 04, 2011 15:28
Forum: Help
Topic: Fade in highlight on buttons
Replies: 7
Views: 3248

Fade in highlight on buttons

Does cegui have support for fading in highlighting on buttons on mouseover similar to doom3 menu buttons?
for example:
http://www.youtube.com/watch?v=jpe3p8VRBvY

If not, any pointers in implementing such a feature?

Go to advanced search