Search found 4 matches
- Mon Jan 21, 2008 09:17
- Forum: Offtopic Discussion
- Topic: Edit Box Question
- Replies: 1
- Views: 3472
Edit Box Question
Can your Edit Box do automatic word wrap? I need to get quite long strings out of a text file script and print them into an edit box. I also need to have each new line I print go under the existing text, not rewrite it. Plus I obviously then need a vertical scroll bar. I do all this at the moment wi...
- Mon Jan 21, 2008 07:46
- Forum: Offtopic Discussion
- Topic: Run under Win32 API?
- Replies: 4
- Views: 5344
Yes I realise that now. I asked a stupid question. I've since downloaded Ogre and seen the samples using your SDK. Now I'm truly confused. I couldn't get text wrap with a graphics engine so I spent a month building a fancy Win32 App that runs a graphic engine such as Ogre in a child window. Now I se...
- Fri Jan 18, 2008 10:28
- Forum: Offtopic Discussion
- Topic: Run under Win32 API?
- Replies: 4
- Views: 5344
Well that sounds interesting. I've tested quite a few Graphics Engines for the app I'm building and only Irrlicht and D3DX9 could simply pass the handle of a Win32 child window to the graphics device object and run happy as anything. Unfortunately Irrlicht is crap at 2D and D3DX9 is very complicated...
- Fri Jan 18, 2008 00:16
- Forum: Offtopic Discussion
- Topic: Run under Win32 API?
- Replies: 4
- Views: 5344
Run under Win32 API?
Can cegui run in a standard Win32 App client window? The animation is only part of my total game and I already have a standard Win GUI with maybe 3000 lines of code behind it that does a lot of string handling and text input/output. I don't really understand why all these Graphics Engines want to ta...