Search found 3 matches

by zhk_tiger
Tue May 19, 2009 07:10
Forum: Bug Reports, Suggestions, Feature Requests
Topic: A defect in CEImagesetEditor-v0-6-2
Replies: 1
Views: 2094

A defect in CEImagesetEditor-v0-6-2

File EditorGLCanvas, line 238, should better be: m_GUIRenderer = new OpenGLRenderer( 0, 2048, 2048 ); //2048 can be even bigger The default calculation for d_display_area of OpenGLRenderer is wrong on some OS/platfrom. So you can not select or move ElasticBox. I have two PC, one is Windows xp profes...
by zhk_tiger
Thu Mar 22, 2007 07:07
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Memory usage
Replies: 7
Views: 8090

I have added a Caption widget(no scroolbars, has Text, Font, TextColor, Alignments) to the CEGUI project we are using(V0.4.1), the memory usage has decreased greatly. Also the creation time is greatly saved. StaticText in CEGUI 0.5 still has scroolbars, so i do not think the memory usage will be muc...
by zhk_tiger
Sat Mar 03, 2007 14:09
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Memory usage
Replies: 7
Views: 8090

Memory usage

I found some frequently used widgets are realized not cheap, such as StaticText. It owns two scrollbars, a scrollbar owns three PushButtons. The following table shows the memory grows up during a StaticText creating: (Unit:KB) Mem Usage VM Size Total Cost 18772 14828 33600 StaticText self created 18...

Go to advanced search