Search found 8 matches
- Sat Nov 26, 2005 04:04
- Forum: Modifications / Integrations / Customisations
- Topic: Static Text setBackgroundColours problem
- Replies: 6
- Views: 5161
Re: Static Text setBackgroundColours problem
Thanks for that address mistake info. That program is really for editing objects for ogre3D engine. After the announcement and the reaction of the person I realize that there is not very much interest in that type of program. I’ll do some tuning and then I will make an announcement to CEGUI communit...
- Wed Nov 09, 2005 03:58
- Forum: Modifications / Integrations / Customisations
- Topic: Static Text setBackgroundColours problem
- Replies: 6
- Views: 5161
Static Text setBackgroundColours problem
Hello! I have a little problem: http://www.gamecrest.ro/temp/screenshot_4.png I use the following code: _background->setBackgroundEnabled(true); _background->setFrameEnabled(true); _background->setBackgroundImage("TaharezLook", "MultiListSelectionBrush"); ...
- Sun Nov 06, 2005 23:59
- Forum: Modifications / Integrations / Customisations
- Topic: Visual Studio 2005 Compile Error
- Replies: 3
- Views: 4562
Re: Visual Studio 2005 Compile Error
Thank you for the idea. I have downloaded the xercesc 2.7 and recompile in VS2005 and now everything works. About the line std::ostream& operator<<(std::ostream& s, const String& str); you simply move the & close to the operator and you can compile. std::ostream CEGUIEXPORT &...
- Sun Nov 06, 2005 05:22
- Forum: Modifications / Integrations / Customisations
- Topic: Visual Studio 2005 Compile Error
- Replies: 3
- Views: 4562
Re: Visual Studio 2005 Compile Error
Ok, the problem is solved! I have modify the line like this: std::ostream CEGUIEXPORT &operator<<(std::ostream& s, const String& str); But now I have 28 liker error: CEGUIWin32XMLSelectHack.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static...
- Sun Nov 06, 2005 03:54
- Forum: Modifications / Integrations / Customisations
- Topic: Visual Studio 2005 Compile Error
- Replies: 3
- Views: 4562
Visual Studio 2005 Compile Error
Hello!
I have just switched to VS 2005 and I am having trouble compileing the library.
The error appears at the line:
c:\cegui_mk2\include\ceguistring.h(5550) : error C2059: syntax error : '__declspec(dllexport)'
At this moment I have no idea how to correct it. Any suggestions?
Thank you
I have just switched to VS 2005 and I am having trouble compileing the library.
The error appears at the line:
c:\cegui_mk2\include\ceguistring.h(5550) : error C2059: syntax error : '__declspec(dllexport)'
At this moment I have no idea how to correct it. Any suggestions?
Thank you
- Thu Nov 03, 2005 09:23
- Forum: Modifications / Integrations / Customisations
- Topic: StaticText Size
- Replies: 4
- Views: 3688
Re: StaticText Size
Thank you!!!!!
The problem is now solved!
Now when I modify the size of the staticText I modify also the window max size.
Thank again!
The problem is now solved!
Now when I modify the size of the staticText I modify also the window max size.
Thank again!
- Thu Nov 03, 2005 02:21
- Forum: Modifications / Integrations / Customisations
- Topic: StaticText Size
- Replies: 4
- Views: 3688
Re: StaticText Size
Hi again! The colour red of the viewport is in fact a static text with the background colour set to red. I have check the again the calculation of the height is correct. In the screen shoot the red must be longer that the green of the rotation. I don't know where the problem is so if you could help ...
- Wed Nov 02, 2005 10:31
- Forum: Modifications / Integrations / Customisations
- Topic: StaticText Size
- Replies: 4
- Views: 3688
StaticText Size
Hello! I have a simple question. Is it possible to create a StaticText with a size bigger that 1.0? If yes, how can I do it? I really need for my tree control implementation. I have attached 2 images. In the second image the red from the viewport node must be like in the first image. The bug appear ...