Page 1 of 1

Main menu Cafu and title text CaWe

Posted: 2012-01-03, 16:54
by Zettamax
Can I edit the main menu of file cafu.exe?If yes,where is the main menu code?
When I start CaWe the title text is "Cafu World Editor [DEBUG]- month day year"
where I can edit this text?(for example I want only this text "Cafu")

Re: Main menu Cafu and title text CaWe

Posted: 2012-01-03, 22:16
by Carsten
The CaWE application title is set in the ParentFrameT constructor, see
http://trac.cafu.de/browser/cafu/trunk/ ... ev=452#L99
for details.

The main menu of the Cafu Engine is defined in a GUI script. The right places for getting started are: If you want to skip all this (not recommended!), you can open and edit the main menu in the CaWE GUI Editor.
Note however that (especially with the main menu) it is easy to break something without some background knowledge from the above links.
The main menu files are located in the MainMenu/ directory:
http://trac.cafu.de/browser/cafu/trunk/ ... s/MainMenu

Re: Main menu Cafu and title text CaWe

Posted: 2012-01-04, 18:13
by Zettamax
Thanks :D