Search found 2 matches
- Thu Oct 16, 2008 18:06
- Forum: Help
- Topic: Alpha channel from texture is being ignored
- Replies: 2
- Views: 2305
Alpha channel from texture is being ignored
This is my image: http://img91.imageshack.us/img91/8792/cooldownsaj9.png THis is my Imageset: <Imageset Name="Cooldowns" Imagefile="Cooldowns.png" NativeHorzRes="800" NativeVertRes="600" > <Image Name="0" XPos="0" YPos="0" Width=&...
- Tue Oct 14, 2008 18:58
- Forum: Modifications / Integrations / Customisations
- Topic: [Solved] Debugging CEGUI 0.8.X strings in Visual Studio
- Replies: 13
- Views: 29692
[Solved] Debugging CEGUI 0.8.X strings in Visual Studio
It is difficult for me to see the contents of a CEGUI::String in visual studio. I basically have to add something like this to the watch window and then expand it and ignore every other letter: (wchar_t *)(stringVar).d_quickbuff,50 There must be an easier way. Is there some way to get Visual Studio ...