Re: [Wt-interest] Combobox-Entries with CSS

2008-12-04 Thread Torsten Schulz
Ok, I think I don't understand which class I must use (WCssStyleSheet or WCssDecorationStyle), and then how to use it. Both don't work. sucheErgebnisse = new WSelectionBox(); sucheErgebnisse-setModel(new WStandardItemModel(0, 1, sucheErgebnisse)); sucheErgebnisse-addItem(test);

Re: [Wt-interest] Combobox-Entries with CSS

2008-12-02 Thread Koen Deforche
Hey Torsten, 2008/12/2 Torsten Schulz [EMAIL PROTECTED]: With cvs-version, i'm not able to compile my program: /bin/sh ../libtool --tag=CXX --mode=link g++ -O0 -g3 -o fantasimwt application.o benutzerliste.o chat.o db.o fantasimwt.o flogin.o spiel.o treffpunkt.o -lmysqlpp -lwt -lwtext

Re: [Wt-interest] Combobox-Entries with CSS

2008-12-02 Thread Torsten Schulz
Ok, I don't know for you're right, but behind I've deleted the cvs-directory and recreated it, it's all right (good luck for I made a patch for my WString::trimmed). Thanks and greets Torsten Koen Deforche schrieb: Hey Torsten, 2008/12/2 Torsten Schulz [EMAIL PROTECTED]: With