Search found 22 matches
- Tue Aug 09, 2011 09:54
- Forum: Modifications / Integrations / Customisations
- Topic: How to display text by one character per one frame?
- Replies: 9
- Views: 8781
Re: How to display text by one character per one frame?
Ok so I played with the animation and got something which seem to work quite nicely. The only part I do not really know how to do is the interpolateRelativeMultiply function as I am not even sure what this is used for. So I might need some help here. For the rest here is the created source code. Fee...
- Mon Aug 08, 2011 20:45
- Forum: Modifications / Integrations / Customisations
- Topic: How to display text by one character per one frame?
- Replies: 9
- Views: 8781
Re: How to display text by one character per one frame?
OK thanks a lot. I am going to have a look into this and play a little bit with it.
Then once I have something running and clean enough I will post the code here.
Then once I have something running and clean enough I will post the code here.
- Mon Aug 08, 2011 16:13
- Forum: Modifications / Integrations / Customisations
- Topic: How to display text by one character per one frame?
- Replies: 9
- Views: 8781
Re: How to display text by one character per one frame?
Oh I see. You are right what I try to achieve would work by using 2 keyframes, one for the beginning with no text and one for the full text at the end. Then setting the animation to the "text" property should work. Now concerning the string interpolator, is it possible to provide custom us...
- Mon Aug 08, 2011 10:17
- Forum: Modifications / Integrations / Customisations
- Topic: How to display text by one character per one frame?
- Replies: 9
- Views: 8781
Re: How to display text by one character per one frame?
Hi, I would also be interested by such a feature like animated scrolling text. I was wondering if something like this could be integrated to the current animation framework. I am ready to help with the implementation, all I would need is a bit of help to point me to which part of the code I should l...
- Wed Jan 12, 2011 09:23
- Forum: CEGUI Library Development Discussion
- Topic: Adding gettext on xml
- Replies: 5
- Views: 6545
Re: Adding gettext on xml
Hi, I know that this topic is quite old but I would also be interested by such a gettext feature. The library had many changes since April 2009 so I was wondering what would be the best way to implement it today. I know that now the text is already parsed and replaced by images or other component, m...
- Sun Dec 13, 2009 14:56
- Forum: Modifications / Integrations / Customisations
- Topic: highlight a listbox item on mouse enter
- Replies: 1
- Views: 3987
highlight a listbox item on mouse enter
I was looking for a way to to highlight a listbox item when the mouse pointer is over it. I actually found a way to do so by using the following work-around: - set the selection brush to hihlight my listbox item doing so: setSelectionBrushImage("TaharezLook", "MultiListSelectionBrush&...
- Thu Nov 12, 2009 20:26
- Forum: Unofficial CEGUI-Related Tools
- Topic: Font Studio bitmap font generator supports CEGUI
- Replies: 8
- Views: 35399
Re: Font Studio bitmap font generator supports CEGUI
The website seems to be dead.
Does somebody have a copy of this sotfware that he could mirror?
Thanks,
Rincevent
Does somebody have a copy of this sotfware that he could mirror?
Thanks,
Rincevent
- Tue Oct 20, 2009 21:34
- Forum: Help
- Topic: question about AutoRenderingSurface
- Replies: 2
- Views: 3311
question about AutoRenderingSurface
I was trying to enable AutoRenderingSurface in my skin on the framewindow level the same way it is done on TaharezLook skin. However I am somehow screwing up my skin by doing that. Here is how it looks like with AutoRenderingSurface set to false: http://img196.imageshack.us/img196/2283/withoutautore...
- Tue Oct 20, 2009 21:19
- Forum: Help
- Topic: [solved] drag & drop with scrollpane issue
- Replies: 5
- Views: 3617
Re: drag & drop with scrollpane issue
Just wanted to say that I installed the latest build and this issue is now fixed.
Thanks,
Rincevent
Thanks,
Rincevent
- Tue Oct 13, 2009 19:07
- Forum: Help
- Topic: A few issues upgrading to v0.7
- Replies: 20
- Views: 12873
Re: A few issues upgrading to v0.7
So actually, I think that we are done with all the issues that I had.
Thanks a lot fot your help CE!
Rincevent
Thanks a lot fot your help CE!
Rincevent
- Tue Oct 13, 2009 17:39
- Forum: Help
- Topic: A few issues upgrading to v0.7
- Replies: 20
- Views: 12873
Re: A few issues upgrading to v0.7
Hi CE, So I tried to put the restoreTextures before the notifyDisplaySizeChanged but it does not solve the problem. And by the way, I told you something wrong previously, the problem does not only occur with my custom font but also with the Commonwealth-10.font that I use for windows title. So basic...
- Tue Oct 13, 2009 12:11
- Forum: Help
- Topic: A few issues upgrading to v0.7
- Replies: 20
- Views: 12873
Re: A few issues upgrading to v0.7
Yes it is based on a .ttf file. And the autosize is set to off. So now the order of the resize code did not change, I reversed it to the we i had before since doing the restoreTextures before notifyDisplaySizeChanged did not change anything: _gui_renderer->grabTextures(); resize the windows using SD...
- Mon Oct 12, 2009 20:54
- Forum: Help
- Topic: A few issues upgrading to v0.7
- Replies: 20
- Views: 12873
Re: A few issues upgrading to v0.7
Ok good news! I was actually not using the OpenGLRenderer::enableExtraStateSettings function. So i tried to use it and it did the trick, so it seems that now the problem is solved, "almost". Almost means that there is still a little part messed up. Indeed, I am using a custom font in one p...
- Mon Oct 12, 2009 16:40
- Forum: Help
- Topic: A few issues upgrading to v0.7
- Replies: 20
- Views: 12873
Re: A few issues upgrading to v0.7
It really seems to be a problem of z-ordering. I did some test by resetting my lookandfeel to TaharezLook. I am using one static image as background and then I have one small window on top of it. It looks like this: http://img263.imageshack.us/img263/1358/befored.jpg Now if i do a resize, then the w...
- Mon Oct 12, 2009 16:00
- Forum: Help
- Topic: A few issues upgrading to v0.7
- Replies: 20
- Views: 12873
Re: A few issues upgrading to v0.7
this is what i see if i remove the grab/restore textures: (the small square in the center being the cursor) http://img63.imageshack.us/img63/229/resizenograb.jpg What is very strange is also that the mouse cursor disappear when moving inside one of the windows. Looks like the z-ordering or the overl...