Search found 23 matches
- Thu Sep 07, 2006 07:17
- Forum: Help
- Topic: set the input font size ?
- Replies: 4
- Views: 4279
Re: set the input font size ?
Hi all guys :) :) I think it's easy to do,,but I'm not find any information available yet... :roll: :roll: You can define it in the font file. <?xml version="1.0" ?> <Font Name="Comic-8" Filename="comic.ttf" Type="FreeType" Size="8" NativeHorzRes=&q...
- Wed Aug 30, 2006 21:58
- Forum: Modifications / Integrations / Customisations
- Topic: StaticImage in code [solved]
- Replies: 6
- Views: 4741
Re: 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 si...
- Wed Aug 30, 2006 08:34
- Forum: Modifications / Integrations / Customisations
- Topic: StaticImage in code [solved]
- Replies: 6
- Views: 4741
- Fri Aug 18, 2006 13:35
- Forum: Help
- Topic: UDim?? Metrics Mode??
- Replies: 1
- Views: 2421
- Fri Aug 18, 2006 07:50
- Forum: Help
- Topic: Layout XML
- Replies: 2
- Views: 3123
- Thu Aug 17, 2006 16:41
- Forum: Skins and Themes
- Topic: How to make the shape of middle words in the banner unchange
- Replies: 1
- Views: 4390
- Thu Aug 17, 2006 09:21
- Forum: Skins and Themes
- Topic: How make button with different skin?
- Replies: 2
- Views: 5284
Re: How make button with different skin?
I want to have two different kinds of buttons. For example, one use white color skin, the other use red color skin. I had two button skin in my tga file. But how can I assign the different skin to the buttons? Can I make it just by modifying the xml files, such as .looknfeel file? Put it to a lookn...
- Wed Aug 16, 2006 11:43
- Forum: Unofficial CEGUI-Related Tools
- Topic: CEGUI Layout Editor 0.5.0 RC2
- Replies: 58
- Views: 59453
Re: CEGUI Layout Editor 0.5.0 RC2
I was able to d/l the new build. We are getting this error 16/08/2006 07:09:25 (Error) Exception: WindowFactoryManager::getFactory - A WindowFactory object, an alias, or mapping for 'TaharezLook/StaticImage' Window objects is not registered with the system. We have our own look-n-feel system and do...
- Tue Aug 15, 2006 20:53
- Forum: Help
- Topic: Problem with Listbox
- Replies: 8
- Views: 6673
Trentin wrote:Looks likeCode: Select all
mEditorGuiSheet->addChildWindow(Multiplayerbutton);
should beCode: Select all
mEditorGuiSheet->addChildWindow(objectComboBox);
Yes, thats what i suggested.
- Tue Aug 15, 2006 20:49
- Forum: Help
- Topic: Problem with Listbox
- Replies: 8
- Views: 6673
- Tue Aug 15, 2006 19:13
- Forum: Help
- Topic: Problem with Listbox
- Replies: 8
- Views: 6673
- Tue Aug 15, 2006 17:40
- Forum: Help
- Topic: Problem with Listbox
- Replies: 8
- Views: 6673
Re: Problem with Listbox
I don't know what happenning, but when i create a listbox, it crashes :( My code: CEGUI::Listbox* work= (CEGUI::Listbox*)CEGUI::WindowManager::getSingleton().getWindow("ChatWindow/ListBox"); CEGUI::ListboxTextItem *listboxitem = new CEGUI::ListboxTextItem("...
- Tue Aug 15, 2006 14:29
- Forum: Help
- Topic: Questions on what CEGUI can do for an MMOG
- Replies: 4
- Views: 4143
http://www.ogre3d.org/wiki/index.php/CEGUIBuildDialog shows how to display animated images onto Cegui widgets. I'm still using the non-Falagard approach so I would place a StaticImage on top of a PushButton and voila, a button showing an animated texture! I think its can be implemented better with ...
- Tue Aug 01, 2006 18:51
- Forum: Unofficial CEGUI-Related Tools
- Topic: CEGUILayoutEditor Version 0.5 RC1 Build Notes....
- Replies: 12
- Views: 12719
Hi, don't worry about the late reply. Your patch is in, and i am testing right now. I'll look at the tooltip myself again, i'm not sure what you mean by the difference(s) between Tooltip and Tooltip text. What i meant was just that Tooltip is the property we need. TooltipText does not exist, so it ...
- Tue Aug 01, 2006 14:38
- Forum: Unofficial CEGUI-Related Tools
- Topic: CEGUILayoutEditor Version 0.5 RC1 Build Notes....
- Replies: 12
- Views: 12719