Search found 23 matches

by Xirnohn
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...
by Xirnohn
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...
by Xirnohn
Wed Aug 30, 2006 08:34
Forum: Modifications / Integrations / Customisations
Topic: StaticImage in code [solved]
Replies: 6
Views: 4741

Try set BackgroundEnabled to false.
Maybe this help.

Xir.

ps.: Where you add your new StaticImage to a window?
myMainWindow->addChildWindow(statImage);
by Xirnohn
Fri Aug 18, 2006 13:35
Forum: Help
Topic: UDim?? Metrics Mode??
Replies: 1
Views: 2421

Hi.

Are you read the Wiki tutorial?

Xir.
by Xirnohn
Fri Aug 18, 2006 07:50
Forum: Help
Topic: Layout XML
Replies: 2
Views: 3123

Hi. You can find properties in the CEGUI*Properties.h. The thing i want to do is to set a backround colour to a imageset throught the XML file. You can use the <Property Name="Image" Value="set:TaharezLook image:ClientBrush" /> property. <Window Type="TaharezLook/StaticImage...
by Xirnohn
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

Maybe you can make a new StaticText with the new images. There you can define TextArea and make it Horz and Vert centered.
With this new StaticText you can change the text in the banner.

Xir.
by Xirnohn
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...
by Xirnohn
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...
by Xirnohn
Tue Aug 15, 2006 20:53
Forum: Help
Topic: Problem with Listbox
Replies: 8
Views: 6673

Trentin wrote:Looks like

Code: Select all

mEditorGuiSheet->addChildWindow(Multiplayerbutton);


should be

Code: Select all

mEditorGuiSheet->addChildWindow(objectComboBox);


Yes, thats what i suggested. :)
by Xirnohn
Tue Aug 15, 2006 20:49
Forum: Help
Topic: Problem with Listbox
Replies: 8
Views: 6673

CEGUI::Combobox* objectComboBox = (CEGUI::Combobox*)CEGUI::WindowManager::getSingleton().createWindow("TaharezLook/Combobox", (CEGUI::utf8*)"VideoListBox"); objectComboBox->addItem(new CEGUI::ListboxTextItem("None")); objectComboBox->addItem(new CEGUI::ListboxTextItem(...
by Xirnohn
Tue Aug 15, 2006 19:13
Forum: Help
Topic: Problem with Listbox
Replies: 8
Views: 6673

killzone721 wrote:CEGUI::Listbox* TexFilter = (CEGUI::Listbox*)CEGUI::WindowManager::getSingleton().createWindow("TaharezLook/ListBar", (CEGUI::utf8*)"VideoListBox");


Are you using TaharezLook/ListBar? I dont find any widget with this name, maybe TaharezLook/ListBox?

Xir.
by Xirnohn
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("...
by Xirnohn
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 ...
by Xirnohn
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 ...
by Xirnohn
Tue Aug 01, 2006 14:38
Forum: Unofficial CEGUI-Related Tools
Topic: CEGUILayoutEditor Version 0.5 RC1 Build Notes....
Replies: 12
Views: 12719

Well, i now work with "TooltipText", you work with it, then it saves "Tooltip". But i think its still a CEGUI "error"! void DialogMain::CreateSupportedPropertyMap() add: m_supportedProperties.insert(make_pair("Tooltip", TEXT_TYPE)); m_s...

Go to advanced search