Search found 16 matches

by Ivanovich78
Wed Oct 29, 2008 18:24
Forum: Offtopic Discussion
Topic: Folder Selector for CEGUI and win32
Replies: 5
Views: 6363

Sure :)
Moved to CodeSnippets.
by Ivanovich78
Tue Oct 21, 2008 23:04
Forum: User Projects
Topic: Photopolys
Replies: 5
Views: 7844

I've never tried what you want to do, which seems to be possible though not easy... Note that I'm not moving any CEGUI windows in a 3D space; those windows are always drawn in a 2D context. The 2.5D effect used in Photopolys deals with OpenGL & glu functions: glTranslatef, glRotatef, gluLookAt a...
by Ivanovich78
Mon Oct 20, 2008 12:34
Forum: Offtopic Discussion
Topic: Folder Selector for CEGUI and win32
Replies: 5
Views: 6363

Hmmm....
I have placed the article in Tutorials section, but taking a more careful read to wiki organization, I wonder if should I move the article to User Contributed Material.
Is just change a couple of links (link on this page and wiki link).
by Ivanovich78
Mon Oct 20, 2008 12:26
Forum: User Projects
Topic: Photopolys
Replies: 5
Views: 7844

That's good, thank you very much!
by Ivanovich78
Sun Oct 19, 2008 22:21
Forum: User Projects
Topic: Photopolys
Replies: 5
Views: 7844

Photopolys

Choose your Photos and play! http://www.ivan.org.es/showcase/images/screenshots/thumbs/photopolys.jpg A challenge for your mind in which you must compose puzzles based on your own photos. Video, photo and download available: www.ivan.org.es This project uses CEGUI as the GUI solution, and seems to ...
by Ivanovich78
Sun Oct 19, 2008 21:51
Forum: Offtopic Discussion
Topic: Folder Selector for CEGUI and win32
Replies: 5
Views: 6363

by Ivanovich78
Fri Oct 10, 2008 10:33
Forum: Offtopic Discussion
Topic: wiki not showing code?
Replies: 7
Views: 6242

Today I've found that Widget Galore needs an edition. :wink:
by Ivanovich78
Fri Oct 10, 2008 10:23
Forum: Offtopic Discussion
Topic: Folder Selector for CEGUI and win32
Replies: 5
Views: 6363

Folder Selector for CEGUI and win32

Hello, CEGUI community! I while ago I was looking for an open source folder selector for win32 based on CEGUI, but I didn't found anyone. So I decided to make my own, and share it with others. This is how it looks: http://meteorgames.es/temp/fs_preview.JPG It's pretty simple so far, but if you just ...
by Ivanovich78
Mon Sep 15, 2008 18:00
Forum: Help
Topic: item->getText() and unicode in a Listbox
Replies: 4
Views: 3216

Thanks for your replies. Do you have the option to keep using Cegui Strings when it comes to your filenames? No, I have to convert strings to LPCWSTR type for call win API functions. I should take a closer look to how unicode works, and why, etc... I will read this site which seems to contain some g...
by Ivanovich78
Sun Sep 14, 2008 14:06
Forum: Help
Topic: item->getText() and unicode in a Listbox
Replies: 4
Views: 3216

So far what I've done is to keep track of the items in the list with a new vector: std::vector<std::string> d_itemList; When I update the items list I also update the d_itemList vector: d_itemList = disk->getFolders(); for (int n = 0; n < d_itemList.size(); n++) { CEGUI:...
by Ivanovich78
Fri Sep 12, 2008 18:47
Forum: Help
Topic: item->getText() and unicode in a Listbox
Replies: 4
Views: 3216

item->getText() and unicode in a Listbox

Hi, I'm having some problems with unicode characters. I add items in a Listbox, and they seems to be correctly added. At least they are correctly rendered, but when I try to access the items via getText() method, the unicode characters are shown like "Iván" instead of "Iván". I'...
by Ivanovich78
Sun Feb 03, 2008 17:41
Forum: Help
Topic: (solved) Building debug dll's in MSVC9.0
Replies: 5
Views: 3284

Ok, I've no permission for write in new thread, so I write here:
All seems to be working fine now. Thank you! :)
by Ivanovich78
Sun Feb 03, 2008 16:06
Forum: Help
Topic: (solved) Building debug dll's in MSVC9.0
Replies: 5
Views: 3284

Thanks a lot. I'm going to test it this afternoon. I'll post my impressions later in the new thread.
by Ivanovich78
Sun Feb 03, 2008 09:43
Forum: Help
Topic: (solved) Building debug dll's in MSVC9.0
Replies: 5
Views: 3284

(solved) Building debug dll's in MSVC9.0

Hi, I'm having some troubles running CEGUI using msvc9.0, 2008 Express edition. Firstly I downloaded and tried with CEGUI-SDK-0.5.0b-vc8 prebuilt, wich was running fine until I used certain cegui functions. For example I was able to load an scheme file or render a scheme created by myself with layou...
by Ivanovich78
Sun Feb 03, 2008 02:44
Forum: Help
Topic: [SOLVED] Setting up CEGUI in VC2008
Replies: 3
Views: 2938

[EDIT] Posted in a new topic [/EDIT]

Go to advanced search