If I want to find a file, i cant pass the search the path to find the file.
How to make the search file window true?
Search found 21 matches
- Sat Jun 25, 2011 03:17
- Forum: Modifications / Integrations / Customisations
- Topic: How to have a file find window?
- Replies: 4
- Views: 15067
- Tue May 31, 2011 12:48
- Forum: Skins and Themes
- Topic: new skin based on Kore
- Replies: 13
- Views: 29669
Re: new skin based on Kore
ldb wrote:hello,
ive start working on a new cegui theme based of the kore theme found on kde-look.org. i have a FrameWindow done, and a screenshot:
http://picasaweb.google.com/levi.burton/CEGUI/photo#5080229820619172802
let me know what you think.
the web that can't be opened.
- Thu May 19, 2011 02:51
- Forum: Skins and Themes
- Topic: How to make the following font in Cegui?
- Replies: 2
- Views: 13242
How to make the following font in Cegui?
the font as following: http://blog.csdn.net/oryoung2008/archive/2011/05/19/6431478.aspx I have modify the StaticText.But i failed. part of them: <WidgetLook name="TaharezLook/StaticShared"> <PropertyDefinition name="DropTextColour" initialValue="tl:FF00FF00 tr:FF00FF00 bl:FF...
- Wed May 18, 2011 07:28
- Forum: Skins and Themes
- Topic: The colour about the selected brush image in ListboxTextItem
- Replies: 2
- Views: 13234
Re: The colour about the selected brush image in ListboxText
In the Sample_Demo7 project, there is some code as following: // Sample sub-class for ListboxTextItem that auto-sets the selection brush // image. This saves doing it manually every time in the code. class MyListItem : public CEGUI::ListboxTextItem { public: MyListItem(const CEGUI::String& text...
- Wed May 18, 2011 07:10
- Forum: Skins and Themes
- Topic: The colour about the selected brush image in ListboxTextItem
- Replies: 2
- Views: 13234
The colour about the selected brush image in ListboxTextItem
In the Sample_Demo7 project, there is some code as following: // Sample sub-class for ListboxTextItem that auto-sets the selection brush // image. This saves doing it manually every time in the code. class MyListItem : public CEGUI::ListboxTextItem { public: MyListItem(const CEGUI::String& text...
- Mon May 16, 2011 15:05
- Forum: Skins and Themes
- Topic: How to make a Circular progress bar?
- Replies: 6
- Views: 18161
Re: How to make a Circular progress bar?
How to make a Circular progress bar? see this web firstly http://ogre2012.blog.163.com/blog/static/162927495201132544045197/ Can anyone help me?It is so important for me. Thank you very much! I have make it true. And I modify the Sample_FirstWindow code in my blog. http://blog.csdn.net/oryoung2008/...
- Mon May 16, 2011 08:14
- Forum: Skins and Themes
- Topic: I have met one odd problem!
- Replies: 0
- Views: 11373
I have met one odd problem!
In my cegui LOG , met the following question. 16/05/2011 16:04:19 (Std) Attempting to create Imageset 'DefaultFont_auto_glyph_images_ ' with texture only. 16/05/2011 16:04:21 (Std) Attempting to create Imageset 'DefaultFont_auto_glyph_images_縀' with texture only. 16/05/2011 16:04:21 (Std) Attempting...
- Fri May 06, 2011 01:51
- Forum: Skins and Themes
- Topic: How to make a Circular progress bar?
- Replies: 6
- Views: 18161
Re: How to make a Circular progress bar?
I think CE tries to say that the easiest way is to manually make a number of images and simply swap image as you count closer to 100%. I think this it is not a good method.Can we use 0x00000000 & 0xFFFFFFFF when we need to show? But I don't know how to make it true. Anybody can help me? Thank y...
- Thu Apr 28, 2011 02:42
- Forum: Skins and Themes
- Topic: Somethig about setEnabled(false) ?
- Replies: 1
- Views: 11547
Re: Somethig about setEnabled(false) ?
I have create a window which type is "Slider". And I want to this window can't receive any event from mouse cursor. So i use the "setEnabled(false)". Maybe it make the function true successfully. But I find that the colour of the window become dim. How to keep the original colou...
- Wed Apr 27, 2011 03:03
- Forum: Skins and Themes
- Topic: Somethig about setEnabled(false) ?
- Replies: 1
- Views: 11547
Somethig about setEnabled(false) ?
I have create a window which type is "Slider". And I want to this window can't receive any event from mouse cursor. So i use the "setEnabled(false)". Maybe it make the function true successfully. But I find that the colour of the window become dim. How to keep the original colou...
- Mon Apr 25, 2011 08:44
- Forum: Skins and Themes
- Topic: How to make a Circular progress bar?
- Replies: 6
- Views: 18161
Re: I have met two difficult problem
you appear to fail at making images. This makes me sad :cry: Circular progress bars can be very difficult, depending on how the progress is supposed to advance. It may require custom drawing code. CE. The images can see in this web : http://ogre2012.blog.163.com/blog/static/162927495201132544045197...
- Thu Apr 21, 2011 03:45
- Forum: Modifications / Integrations / Customisations
- Topic: Where to add new class’ declare and define ?
- Replies: 1
- Views: 3491
Where to add new class’ declare and define ?
I have created new class called TimerWindow and the render class called FalagardTimerWindow.But don’t know where to add their declear and define. One book said add the following code in the CEGUIBaseFactories.h and CEGUIBaseFactories.cpp. But I can’t find the .h and .cpp flies in the CEgui0.7.5 sou...
- Tue Apr 19, 2011 03:17
- Forum: Skins and Themes
- Topic: How to make a Circular progress bar?
- Replies: 6
- Views: 18161
How to make a Circular progress bar?
How to make a Circular progress bar?
see this web firstly
http://ogre2012.blog.163.com/blog/static/162927495201132544045197/
Can anyone help me?It is so important for me.
Thank you very much!
see this web firstly
http://ogre2012.blog.163.com/blog/static/162927495201132544045197/
Can anyone help me?It is so important for me.
Thank you very much!
- Tue Apr 12, 2011 09:04
- Forum: Modifications / Integrations / Customisations
- Topic: How to add one window in the item of MultiColumnList
- Replies: 0
- Views: 3598
How to add one window in the item of MultiColumnList
in the Demo7 Sample,there is something about TaharezLook/MultiColumnList type window. first, I showed one image in one item of the MultiColumnList. mclbox->setItem(new MyListItem("[colour='FFFF6600']284ms[image='set:TaharezLook image:MouseArrow']"), 2, 4); But when I add one window in the...
- Fri Apr 08, 2011 16:10
- Forum: Modifications / Integrations / Customisations
- Topic: About Animation System
- Replies: 6
- Views: 7339
Re: About Animation System
ogre2012: Are you injecting time pulses via CEGUI::System::injectTimePulse? You can also step animation instance manually via CEGUI::AnimationInstance::step(delta) thank you very much! I have met another problem about Animation. CEGUI::AnimationManager::getSingleton().loadAnimationsFromXML("ex...