Search found 45 matches

by kili
Fri Sep 21, 2012 07:07
Forum: Help
Topic: A lot of space will crash
Replies: 1
Views: 1662

A lot of space will crash

I download ceed-snapshot10 and use StockDatafiles1_0.project. In Demo8.layout, when i input a lot of space in root/Demo8/Window1/Controls/ins1, the Editor crashed. I found that it will loop infinitely in void RenderedStringWordWrapper<JustifiedRenderedString>::format(const Size& area_size) { del...
by kili
Thu Jul 29, 2010 02:00
Forum: Modifications / Integrations / Customisations
Topic: [Solved]RenderQueue problem
Replies: 2
Views: 3119

Re: RenderQueue problem

umm, this is my requirement: I have 2 windows belongs to different parents(A.B): A/A1 B/B1 A1 and B1 would overlay each other, but I hope A1 always on top when I click B1(B1's RiseOnClick attribute is True because it could be in front of other window exclude A1). I've tried all Window attribute rela...
by kili
Wed Jul 28, 2010 10:00
Forum: Modifications / Integrations / Customisations
Topic: [Solved]RenderQueue problem
Replies: 2
Views: 3119

[Solved]RenderQueue problem

Hi, I want to create a permanent on top window(AlwaysOnTop is not what i need), and this is the getRenderingContext_impl code: Window* sheet = System::getSingleton().getGUISheet(); ctx.surface = sheet ? &sheet->getTargetRenderingSurface() : &System::getSingleton().getRenderer()->getDefaultRe...
by kili
Mon Nov 09, 2009 01:53
Forum: Help
Topic: Problem with word wrap using Non-English Letters.
Replies: 1
Views: 1583

Problem with word wrap using Non-English Letters.

Hi CE, I'm not quite sure if the solved post would be read, so create a new one here. The problem is: http://i125.photobucket.com/albums/p77/shizuku4/UI/Link.jpg the words after [hyper-link] should follow it like: http://i125.photobucket.com/albums/p77/shizuku4/UI/Text.jpg Would you please add one t...
by kili
Fri Nov 06, 2009 07:24
Forum: Help
Topic: [Solved] Problem with word wrap and new widget embedding?
Replies: 6
Views: 3323

Re: [Solved] Problem with word wrap and new widget embedding?

Hi CE, There are still something strange: http://i125.photobucket.com/albums/p77/shizuku4/UI/Link.jpg the words after [hyper-link] should follow it like: http://i125.photobucket.com/albums/p77/shizuku4/UI/Text.jpg Would you please add one tag to separate English/Non-English Letters? I've hacked such...
by kili
Thu Nov 05, 2009 11:22
Forum: Help
Topic: GetFormattedLineCount in 0.7.0?
Replies: 9
Views: 13714

Re: GetFormattedLineCount in 0.7.0?

Hi, http://i125.photobucket.com/albums/p77/shizuku4/UI/Stone.jpg There are two images at the same place(the purple stone), both back and front image would change color, so it's hard to combine them. The old method I use is something like this: Font.getFormattedLineCount(Text, Tooltip_Rect, Font::Wor...
by kili
Wed Nov 04, 2009 08:35
Forum: Help
Topic: GetFormattedLineCount in 0.7.0?
Replies: 9
Views: 13714

Re: GetFormattedLineCount in 0.7.0?

Hi,
I'm using DefaultWindow with TextComponent. Is there any way to get VertExtent such as StaticText?If not, could I get it using TextComponet?
by kili
Mon Oct 26, 2009 02:07
Forum: Help
Topic: 0.6->0.7 Dim problem
Replies: 2
Views: 1924

Re: 0.6->0.7 Dim problem

I searched "DimOperator".
Thanks a lot for your help! :)
by kili
Mon Oct 26, 2009 01:26
Forum: Modifications / Integrations / Customisations
Topic: FalagardWRModule destruct error
Replies: 2
Views: 3214

Re: FalagardWRModule destruct error

umm...maybe the reason is MultiThread. I changed the CELayoutEditor to MTd,
then this appears, too. I'll check this later.
by kili
Thu Oct 22, 2009 11:32
Forum: Help
Topic: 0.6->0.7 Dim problem
Replies: 2
Views: 1924

0.6->0.7 Dim problem

Hi, this is a FrameWindow in CELayoutEditor with CEGUI0.7(svn trunk 10/19) http://i125.photobucket.com/albums/p77/shizuku4/UI/07.jpg this is a FrameWindow in CELayoutEditor with CEGUI0.62b http://i125.photobucket.com/albums/p77/shizuku4/UI/06.jpg if i change this : (FrameWindow in looknfeel) <NamedA...
by kili
Wed Oct 21, 2009 11:31
Forum: Modifications / Integrations / Customisations
Topic: FalagardWRModule destruct error
Replies: 2
Views: 3214

FalagardWRModule destruct error

Hi, we use CEGUI0.7, the log is: ******************************************************************************** 21/10/2009 17:13:50 (Std) * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM -------- * 21/10/2009 17:13:50 (Std) ***********************************************************...
by kili
Tue Feb 17, 2009 01:28
Forum: Modifications / Integrations / Customisations
Topic: Is it possible to add checkbox into MultiColumnList?
Replies: 4
Views: 4863

Hi CE,

Thanks for help, I'll try it next week. :)
by kili
Sat Feb 14, 2009 01:50
Forum: Modifications / Integrations / Customisations
Topic: Is it possible to add checkbox into MultiColumnList?
Replies: 4
Views: 4863

Hi scriptkid,

I've added a StaticImage and a Checkbox to Listbox before, but this time, it is MultiColumnList.

mcl->addChildWindow(check);
couldn't help me add an Item into correspond row/column.

Should I also let the CheckListboxItem inherit ListboxItem?
by kili
Fri Feb 13, 2009 10:13
Forum: Modifications / Integrations / Customisations
Topic: Editbox/button text align
Replies: 10
Views: 10586

This is my code today, HTH. ps. there is a bug, I comment it below. void FalagardEditbox::render() { Editbox* w = (Editbox*)d_window; const StateImagery* imagery; // draw container etc // get WidgetLookFeel for the assigned look. const WidgetLookFeel& wlf = getLookNFeel(...
by kili
Fri Feb 13, 2009 09:57
Forum: Modifications / Integrations / Customisations
Topic: Is it possible to add checkbox into MultiColumnList?
Replies: 4
Views: 4863

Is it possible to add checkbox into MultiColumnList?

As title, we want to add checkbox in front of MultiColumnList's child items,
how to implement this?( I've inherited ListboxItem, added a checkbox member)

Any help appreciated.

Go to advanced search