Search found 47 matches
- Sun Jun 03, 2012 04:48
- Forum: Help
- Topic: How to put the curser in editbox automatically
- Replies: 1
- Views: 2027
How to put the curser in editbox automatically
Hi, I'm trying to activate an editobox automatically when I slide in the window. I call activate() on it but I still have to click inside the editbox to make the cursor appear and enable typing. I couldn't find any other way to set the input focus to the box. Am I missing something or is it not poss...
- Sun May 06, 2012 01:18
- Forum: Help
- Topic: Aligning Text In Multicolumn List?
- Replies: 3
- Views: 3144
Re: Aligning Text In Multicolumn List?
Well Ok, at least I know there's probably no solution to it
- Fri May 04, 2012 06:55
- Forum: Help
- Topic: Aligning Text In Multicolumn List?
- Replies: 3
- Views: 3144
Re: Aligning Text In Multicolumn List?
Bumping this.
Is there any way to do this? If not, please let me know so that I can stop looking for a solution
Is there any way to do this? If not, please let me know so that I can stop looking for a solution
- Thu Apr 05, 2012 08:33
- Forum: Skins and Themes
- Topic: Glossy Serpent Skin / Theme for CEGUI 0.7
- Replies: 52
- Views: 92246
Re: Glossy Serpent Skin / Theme for CEGUI 0.7
Cool
I switched everything in my application to your skin and it works everywhere, thanks.
Don't forget a donate button
I switched everything in my application to your skin and it works everywhere, thanks.
Don't forget a donate button
- Tue Apr 03, 2012 03:51
- Forum: Help
- Topic: how did i show a 3D item on cegui?
- Replies: 1
- Views: 1854
Re: how did i show a 3D item on cegui?
setRotation() on a window might be what you are looking for
- Sun Apr 01, 2012 04:01
- Forum: Help
- Topic: Aligning Text In Multicolumn List?
- Replies: 3
- Views: 3144
Aligning Text In Multicolumn List?
Sorry if this has been answered before but I cant find a way to format text in a multicolumn listbox so that its centered in a column or on the right side. The listbox item isn't derived from windows and it doesnt have any function to format so I'm a bit at loss here
Thanks
Thanks
- Thu Mar 29, 2012 00:59
- Forum: Skins and Themes
- Topic: Glossy Serpent Skin / Theme for CEGUI 0.7
- Replies: 52
- Views: 92246
Re: Glossy Serpent Skin / Theme for CEGUI 0.7
Heh it's ok, I can easily put it into any new version you make. I was thinking it over and maybe you just make multiple skins with different glossy colours. We can simply load multiple schemes and then use any control from any of those skins, no need to have them all in one picture :) so this would ...
- Wed Mar 28, 2012 01:46
- Forum: Skins and Themes
- Topic: Glossy Serpent Skin / Theme for CEGUI 0.7
- Replies: 52
- Views: 92246
Re: Glossy Serpent Skin / Theme for CEGUI 0.7
Here is another idea: I suppose your graphics are all made with a 3D program and rendered. How about you render them multiple times with some different colours. The red part could be blue, green, amber, and some sort of luminous gemstone colours. the frame part could also be in a brass version. This...
- Sun Mar 18, 2012 02:26
- Forum: Skins and Themes
- Topic: Glossy Serpent Skin / Theme for CEGUI 0.7
- Replies: 52
- Views: 92246
Re: Glossy Serpent Skin / Theme for CEGUI 0.7
Cool thanks a lot :) I had a problem in my program, as you can see from the screenshot I have some sort of transparent list on the left side where the chat messages are being shown. New to CEGUI I did this with a slider and a bunch of static text lines which turned out to be WAY too slow. The origin...
- Sat Mar 17, 2012 00:38
- Forum: Skins and Themes
- Topic: Glossy Serpent Skin / Theme for CEGUI 0.7
- Replies: 52
- Views: 92246
Re: Glossy Serpent Skin / Theme for CEGUI 0.7
Hey dezGusty,
how do I use the glyph button, I mean how to I add a graphic to it?
how do I use the glyph button, I mean how to I add a graphic to it?
- Tue Mar 13, 2012 00:06
- Forum: Skins and Themes
- Topic: Glossy Serpent Skin / Theme for CEGUI 0.7
- Replies: 52
- Views: 92246
Re: Glossy Serpent Skin / Theme for CEGUI 0.7
Hi dezGusty, yes I have a facebook page where I post screenshots and daily updates: http://www.facebook.com/pages/wwwmikaboshicom/254693662036?v=wall I have replaced more of the Taharez controls with yours in the meantime, the buttons on the right and the chat control at the bottom and will post mor...
- Mon Mar 12, 2012 05:34
- Forum: Skins and Themes
- Topic: Glossy Serpent Skin / Theme for CEGUI 0.7
- Replies: 52
- Views: 92246
Re: Glossy Serpent Skin / Theme for CEGUI 0.7
Ok I got it working in my program now. I didnt know I had to load the skin first like so: CEGUI::SchemeManager::getSingleton().create( "GlossySerpent" ); CEGUI::System::getSingleton().setDefaultMouseCursor("GlossySerpentCursors", "MouseArrow"); CEGUI::System::getSinglet...
- Sun Mar 11, 2012 06:14
- Forum: Skins and Themes
- Topic: Glossy Serpent Skin / Theme for CEGUI 0.7
- Replies: 52
- Views: 92246
Re: Glossy Serpent Skin / Theme for CEGUI 0.7
Hi dezGusty, it worked. I didnt copy the schema files over and it wasnt necessary to do so, now the editor starts up and provides the GlossySerpent style in the selection box. I will next try to replace the taharez identifier in my layout files with glossyserpent and see if they translate over autom...
- Thu Mar 08, 2012 07:01
- Forum: Skins and Themes
- Topic: Glossy Serpent Skin / Theme for CEGUI 0.7
- Replies: 52
- Views: 92246
Re: Glossy Serpent Skin / Theme for CEGUI 0.7
That would be nice. I'm working on a vampire styled game and your layout would be perfect for it, but I do all my windows with CELayout editor it would be great if your layout would work with it
- Wed Mar 07, 2012 09:03
- Forum: Skins and Themes
- Topic: Glossy Serpent Skin / Theme for CEGUI 0.7
- Replies: 52
- Views: 92246
Re: Glossy Serpent Skin / Theme for CEGUI 0.7
Looks very good. I'm new to layouts though, tried to copy all into the respective directories and then got some errors when opening the CEGUI editor which I use for layouts. Is it not compatible with the skin? Or is there more to installing it than just copying it over?