Search found 18 matches

by iversion
Fri Aug 25, 2006 04:54
Forum: Skins and Themes
Topic: Draw a broken line
Replies: 0
Views: 4918

Draw a broken line

I want to draw a broken line as follows: http://i101.photobucket.com/albums/m78/iversion/dashed.jpg My tga contain the short segment of the broken line. And my question is that whether it's possible to make the dashed through the controling of the looknfeel script for using StaticImage. If it does, ...
by iversion
Sun Aug 20, 2006 17:11
Forum: Offtopic Discussion
Topic: The showing of ComboDropList items
Replies: 0
Views: 3116

The showing of ComboDropList items

I add some Chinese characters as item to ComboDropList. Then I found that some characters can't be shown in full height, that is ,the top of charaters is covered by the background image of the ComboDropList. It seems to have something to do with the resolution. If the ogre window resolution is 1280*...
by iversion
Fri Aug 18, 2006 05:36
Forum: Skins and Themes
Topic: Create a new kind of HorizontalScrollbar
Replies: 1
Views: 5336

Create a new kind of HorizontalScrollbar

I want to create a new kind of HorizontalScrollbar, just as the photo below shown: http://i101.photobucket.com/albums/m78/iversion/HorizontalScrollbar.jpg As we known that the HorizontalScrollbar in TaharezLook and WindowsLook all have two buttons in each end of scrollbar. Now is it possible to make...
by iversion
Thu Aug 17, 2006 14:26
Forum: Skins and Themes
Topic: How to make the shape of middle words in the banner unchange
Replies: 1
Views: 5344

How to make the shape of middle words in the banner unchange

Now I want to make the image as a banner of the window, which I expect is just like the image as following: http://i101.photobucket.com/albums/m78/iversion/Capture/StaticImage.jpg And I divide the banner into three parts: two ends which are very short in length, and the middle one which has some wor...
by iversion
Thu Aug 17, 2006 13:17
Forum: Skins and Themes
Topic: How make button with different skin?
Replies: 2
Views: 6385

It works! Thank you very much! :)
by iversion
Thu Aug 17, 2006 02:38
Forum: Skins and Themes
Topic: How make button with different skin?
Replies: 2
Views: 6385

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?
by iversion
Thu Aug 17, 2006 02:30
Forum: Modifications / Integrations / Customisations
Topic: Make a banner using CEGUI
Replies: 2
Views: 2634

CE, thank you very much! I succeed in making a banner according to your method! I modify the StaticImage in the TaharezLook.looknfeel, and achieve the effect. But new problem comes! I have to add another banner in the bottom of the window. And now in the looknfeel file, the StaticImage with the fram...
by iversion
Wed Aug 16, 2006 14:28
Forum: Skins and Themes
Topic: CEImagesetEditor cannot show .tga file!
Replies: 4
Views: 7578

OK! Thanks!
Sorry to forget to mention the version, for I have little idea about the version.
I download the editor from the following thread:
http://www.cegui.org.uk/phpBB2/viewtopi ... eseteditor
by iversion
Wed Aug 16, 2006 08:46
Forum: Skins and Themes
Topic: CEImagesetEditor cannot show .tga file!
Replies: 4
Views: 7578

Oh, yes. There is nothing wrong in the CEGUI log.
And the size of my tga is 522*205. Should I just make its dimension of 2, then it will works?
By the way,I should make clear that a blank area is shown when I opened my tga file by using CEImagesetEditor. Just like the picture shown before.
by iversion
Wed Aug 16, 2006 02:34
Forum: Skins and Themes
Topic: CEImagesetEditor cannot show .tga file!
Replies: 4
Views: 7578

CEImagesetEditor cannot show .tga file!

In order to make a new skin, I made a tga file. After then I used CEImagesetEditor to make an imageset file. But when I opened my tga file by using CEImagesetEditor, there is nothing shown in the editor http://img587.photo.163.com/iversion03/66575539/1822454740.jpg But my tga file is shown correctly...
by iversion
Fri Aug 04, 2006 11:00
Forum: Modifications / Integrations / Customisations
Topic: Make a banner using CEGUI
Replies: 2
Views: 2634

Make a banner using CEGUI

In my game, I want to use some images to make a banner, which would occupy the whole part of the top of screen. My idea is as follows: I divide the banner three parts, one is the front end the banner, the second is the end of the banner, both of them are some logo images. The last one is the middle ...
by iversion
Thu Jul 20, 2006 09:12
Forum: Help
Topic: loading .scheme file error
Replies: 2
Views: 3617

OK, I got it.
Thank you very much! :)
by iversion
Thu Jul 20, 2006 02:42
Forum: Help
Topic: loading .scheme file error
Replies: 2
Views: 3617

loading .scheme file error

I want to load the .scheme file in the OGRE_HOME/bin/datafiles/schemes/TaharezLookSkin.scheme. And my code is as follows: CEGUI::SchemeManager::getSingleton().loadScheme((CEGUI::utf8*)"..\\datafiles\\schemes\\TaharezLookSkin.scheme"); (I use VC7.1.) When the exe is ...
by iversion
Wed Jul 19, 2006 11:33
Forum: Help
Topic: How to change GUI skin dynamically
Replies: 2
Views: 3455

I create a list to let user to choose different skins. And in the class TestApplication which inherit the ExampleApplication , I use handleSkinSelection to handle the selection of user. bool handleSkinSelection(const CEGUI::EventArgs& e) { const CEGUI::WindowEventArgs& windowEve...
by iversion
Wed Jul 19, 2006 09:54
Forum: Help
Topic: How to change GUI skin dynamically
Replies: 2
Views: 3455

How to change GUI skin dynamically

I have two xxxlookskin.scheme files. And I let users select which skin for the GUI. I try to use the CEGUI::SkinManager's member methods. But I got a exception. How to achieve that ? Should I just restart the program to reload the new skin files? But I don't know how to restart it. Can anybody give ...

Go to advanced search