Search found 3 matches

by kalitbri
Fri Aug 18, 2006 09:13
Forum: Help
Topic: LUA interface for CEGUI::System.getResourceProvider()
Replies: 1
Views: 2110

LUA interface for CEGUI::System.getResourceProvider()

I wish to convert my init code to LUA init script file
and i didn't find a interface for getting the resource provider in LUA.
is there such an interface?

Thanks!

Brian
by kalitbri
Fri Aug 18, 2006 02:39
Forum: Help
Topic: Problems with DnD Example
Replies: 4
Views: 4005

To achieve your goal, one important thing is to get the original parent of the DragContainer. fortunately, we can get it by using ddea.dragDropItem->getParent() . Here are my modified function of handleDragDropped() : bool handleDragDropped(const CEGUI::EventArgs& args) { using name...
by kalitbri
Thu Aug 10, 2006 10:05
Forum: Modifications / Integrations / Customisations
Topic: 0.5.0 Chinese Font Demo
Replies: 3
Views: 4376

0.5.0 Chinese Font Demo

I've modified the font demo with CEGUI 0.5.0 RC1 source code to let it display Chinese font. Both the binary and modified demo source code are provided in the package: http://openhouse.nctu.edu.tw/~tbri/CEGUI-0.5.0-RC1-ChineseFontDemo.rar Here are some screenshots: http://openhouse.nctu.edu.tw/~tbri...

Go to advanced search