Search found 8 matches
- Wed Mar 18, 2009 04:01
- Forum: Modifications / Integrations / Customisations
- Topic: How to add images "freely" among text.
- Replies: 4
- Views: 5542
- Tue Mar 17, 2009 03:49
- Forum: Modifications / Integrations / Customisations
- Topic: How to add images "freely" among text.
- Replies: 4
- Views: 5542
How to add images "freely" among text.
Hi, all.
Just like in the MSN, we will need to send faces or other larger images,
when chatting.
I'm writing a chatbox, how can I display text mixed with freely placed images? Is it possible just using a ItemListbox with my own ItemEnty?
Any suggestion will be appreciated.
Just like in the MSN, we will need to send faces or other larger images,
when chatting.
I'm writing a chatbox, how can I display text mixed with freely placed images? Is it possible just using a ItemListbox with my own ItemEnty?
Any suggestion will be appreciated.
- Tue Mar 17, 2009 03:27
- Forum: Help
- Topic: Can't read from objects of sub-class of ItemEntry?
- Replies: 5
- Views: 2812
- Tue Mar 17, 2009 03:23
- Forum: Help
- Topic: Can't read from objects of sub-class of ItemEntry?
- Replies: 5
- Views: 2812
- Tue Mar 17, 2009 03:16
- Forum: Help
- Topic: Can't read from objects of sub-class of ItemEntry?
- Replies: 5
- Views: 2812
- Tue Mar 17, 2009 03:01
- Forum: Help
- Topic: [Solved]Should I destroy all sub-windows recursively?
- Replies: 2
- Views: 1876
- Mon Mar 16, 2009 03:34
- Forum: Help
- Topic: Can't read from objects of sub-class of ItemEntry?
- Replies: 5
- Views: 2812
Can't read from objects of sub-class of ItemEntry?
Hi, every one. Here is another problem i have. I tried to use the getBuddyId() method below, and get a crash. "... Access violation reading location 0xfeeefef2. " Why ? #pragma once #include <cegui/CEGUI.h> namespace CEGUI { class ImageListboxItem : public CEGUI::ItemEntry { prot...
- Mon Mar 16, 2009 01:37
- Forum: Help
- Topic: [Solved]Should I destroy all sub-windows recursively?
- Replies: 2
- Views: 1876
[Solved]Should I destroy all sub-windows recursively?
Hello, every one. I have a question on destroying windows. Please help me. Initially, I created some windows. But when some event occured, I do not need those windows anymore. In order to release memory. Should i recursively call the destroy() methods of every sub-windows, or just call the destroy()...