I tried them all, also setFont, setSelectionBrushImage. It didn't work in the WindowsLook!
now i changed to the TaharezLook and it works perfectly?!?!!
something is wrong with the windowslook...
but thanks for your good&fast support!
Search found 7 matches
- Mon Apr 20, 2009 20:31
- Forum: Help
- Topic: Listbox - ListboxTextItem rendering issue
- Replies: 5
- Views: 3550
- Mon Apr 20, 2009 14:26
- Forum: Unofficial CEGUI-Related Tools
- Topic: Editing layouts on multiple projects
- Replies: 1
- Views: 12474
Re: Editing layouts on multiple projects
use the editor from svn, there is the old file open dialog
- Mon Apr 20, 2009 14:23
- Forum: Help
- Topic: Listbox - ListboxTextItem rendering issue
- Replies: 5
- Views: 3550
Listbox - ListboxTextItem rendering issue
I created a Listbox <Window Type="WindowsLook/Listbox" Name="R/MenuBox/ScenarioList" > <Property Name="Font" Value="DejaVuSans-10" /> <Property Name="Text" Value="List Box" /> <Property Name="UnifiedMaxSize" Value="{{1,0},{1,...
- Mon Apr 20, 2009 12:59
- Forum: Help
- Topic: [SOLVED]mac - cegui svn link/rt error
- Replies: 2
- Views: 2047
Re: mac - cegui svn link/rt error
yop that works, thanks
- Sun Apr 19, 2009 22:38
- Forum: Help
- Topic: [SOLVED]mac - cegui svn link/rt error
- Replies: 2
- Views: 2047
[SOLVED]mac - cegui svn link/rt error
Hi all I'm trying to compile the svn version (trunk). I got everything working, the samples are running, but my app does not, i got this strange error: CEGUI Error: FactoryModule::registerAllFactories - Required function export 'uint registerAllFactories(void)' was not found in module 'CEGUIFalagard...
- Sat Feb 07, 2009 20:46
- Forum: Help
- Topic: [SOLVED]DefaultResourceProvider mac compile error
- Replies: 4
- Views: 3753
What a foolish mistake, I included CEGUIResourceProvider.h, but not CEGUIDefaultResourceProvider.h. Maybe you should add a smal notice about that to the wiki, otherwise there'll be more cegui-newbies with the same problem. But thanks for the help. I've a lite feautre request, may you can add smt lik...
- Fri Feb 06, 2009 20:50
- Forum: Help
- Topic: [SOLVED]DefaultResourceProvider mac compile error
- Replies: 4
- Views: 3753
[SOLVED]DefaultResourceProvider mac compile error
I can't use the DefaultResourceProvider: (as in the tutorial@wiki) CEGUI::DefaultResourceProvider* rp = static_cast(CEGUI::System::getSingleton().getResourceProvider()); i get that error: error: expected `<' before ‘(’ token error: expected type-specifier before ‘(’ t...