Search found 89 matches

by Dalfy
Fri Apr 27, 2007 06:03
Forum: Help
Topic: text on the screen
Replies: 3
Views: 3208

StaticText still exists but it is no more a class derived from window. It is a specialization of Window defined in Look&Feel. You can still define StaticText as before.
by Dalfy
Fri Apr 27, 2007 06:01
Forum: Help
Topic: Window Properties
Replies: 10
Views: 6374

The issue with this is that we need to write a tool to dump the supported property for a window/look&feel because some property are created dynamically during the definition of the look&feel. So there is no way to list all property supported by let's say a Window in the API reference just be...
by Dalfy
Fri Apr 27, 2007 05:51
Forum: Help
Topic: unicode problem
Replies: 1
Views: 2239

The output of CEGUI::String::c_str() is encoded using UTF-8. Make sure the tool you use to visualize the output of your program understand utf-8 and that the tool understand that the file contains utf-8 sequence.

I hope it helps
by Dalfy
Thu Mar 29, 2007 06:30
Forum: Offtopic Discussion
Topic: Problems signing up / Where's my activation email?
Replies: 3
Views: 4357

The mail sender script seems not to work lately. So new user please try to register wait for some time for the activation mail. If you don't get it please send a mail to dalfy@users.sourceforge.net with your login in the mail !!! Without the login I am not able to activate an account. Please also ad...
by Dalfy
Fri Mar 02, 2007 11:17
Forum: Help
Topic: Bug in XML parser with linux and 0.5.0
Replies: 3
Views: 3839

Have you check the version of the XSD files are they the sames as the one in the XMLRefSchema dir of CEGUI ? Is there a special libxml version needed ? (I guess ./configure would have screamed) You are using Xerces so libxml is not even use ! You can select the parser you want through the configure ...
by Dalfy
Thu Dec 21, 2006 08:09
Forum: Bug Reports, Suggestions, Feature Requests
Topic: The #1 topic: Finding datafiles.
Replies: 12
Views: 10018

Could you post your ResourceProvider code on the wiki in order to show others how to define their own and how to register it in their application ?
by Dalfy
Wed Dec 20, 2006 16:42
Forum: Bug Reports, Suggestions, Feature Requests
Topic: The #1 topic: Finding datafiles.
Replies: 12
Views: 10018

Look at the ResourceProvider class it's the interface used by CEGUI to find resource then implement your own and register it to your renderer of choice. The resource provider is accessible through the Renderer interface which can seem strange first but is natural in fact. It is due to the need to in...
by Dalfy
Wed Dec 20, 2006 14:37
Forum: Bug Reports, Suggestions, Feature Requests
Topic: The #1 topic: Finding datafiles.
Replies: 12
Views: 10018

vr just write your own resource provider it's easy to provide your facility with a custom resource provider. At the time being the CE*Editor tools don't have a custom resource provider with similar ideas but it will change soon. But sorry if I don't agree with you. It's definitely not a #1 topic sim...
by Dalfy
Wed Dec 20, 2006 14:32
Forum: Unofficial CEGUI-Related Tools
Topic: CEImagesetEditor - Now official tool!
Replies: 71
Views: 70188

Yes I detect this when I runned the tool. But I don't attached much importance cause I don't run the tool for long ;)
by Dalfy
Wed Dec 20, 2006 07:59
Forum: Unofficial CEGUI-Related Tools
Topic: CEImagesetEditor - Now official tool!
Replies: 71
Views: 70188

I have also removed the empty Makefile.am from the bin folder, and I'm not sure it was a very good idea... It's a good idea only if you remove the recursive call to that folder in your main Makefile.am main Makefile.am: (the one at the same level as configure.ac script) # List of recursive director...
by Dalfy
Tue Dec 19, 2006 15:50
Forum: Modifications / Integrations / Customisations
Topic: How to detect if CEGUI was build with Xerces
Replies: 7
Views: 6915

Why not try to load it and check for exception if not available ?
by Dalfy
Tue Dec 19, 2006 15:35
Forum: Unofficial CEGUI-Related Tools
Topic: CEImagesetEditor - Now official tool!
Replies: 71
Views: 70188

Regarding an update to a complete skin editor, a new thread might be started with ideas? The cegui team already had a tool-discussion a while ago, but we didn't conclude anything yet. WxWidgets seems good because of its common functionality such as file dialogs, toolbars and a friendly look & f...
by Dalfy
Sun Oct 29, 2006 07:30
Forum: Unofficial CEGUI-Related Tools
Topic: Small Widgets Size in LayoutEditor
Replies: 6
Views: 8675

I move the topic to the tool forum which is best suited for your request
by Dalfy
Fri Oct 06, 2006 16:18
Forum: CEGUI Library Development Discussion
Topic: Damn incorrect ./configure
Replies: 11
Views: 11234

yes and if people don't try they will never have time / or be good at writing tutorials. We all haven't time but somes take the time for the benefits of all of us. I think it is not a question of time but of motivation.
by Dalfy
Fri Oct 06, 2006 11:25
Forum: CEGUI Library Development Discussion
Topic: Damn incorrect ./configure
Replies: 11
Views: 11234

Everyone can write tutorial the only thing you need is a forum account feel free to contribute.

Go to advanced search