[Qt-jambi-interest] Eclipse integration Crash

2009-05-19 Thread José Arcángel Salazar Delgado
Hi, I was using the eclipse integration until tonight, when eclipse refuse to start with this error: (eclipse:6903): Gtk-WARNING **: Imposible encontrar el motor de temas en la ruta al _modulo: «murrine», QtJambi: Exception pending in native code in file 'jambicustomwidget.cpp':274 # # An unex

[Qt-jambi-interest] QCommandLinkButton font stylesheet

2009-05-19 Thread José Arcángel Salazar Delgado
Hi, I'm trying to use the QCommandLinkButton with Qt style Sheets to change the font attributes. I can change every attributes except the Point Size. This is intentional or is a bug? I'm using Qt jambi 4.5 with eclipse integration. Thanks for the help.

Re: [Qt-jambi-interest] QtJambi compiled!

2009-05-19 Thread Joel JO
It did compile, but it won't run... did I see today. I get the terrible java.lang.UnsatisfiedLinkError: C:\Users\Joel\AppData\Local\Temp\QtJambi_Joel_x86_4.5.0_01_msvc2008-20090519-0029\bin\qtjambi.dll: Can't find dependent libraries at java.lang.ClassLoader$NativeLibrary.l

[Qt-jambi-interest] QtJambi compiled!

2009-05-19 Thread Joel JO
Hi, I managed to compile qt and qtjambi. It went overall really well. I run Vista and wanted to compile with Visual Studio 2008. I though I would share my experience and the small issues I encountered. I first tried to compile Qt 4.5.1 from the git repositery. Configure.exe did not work at all.

Re: [Qt-jambi-interest] Doubt in qInstallMsgHandler

2009-05-19 Thread Eskil Abrahamsen Blomfeldt
Ravi Krishna wrote: > Hi, > When I run my QT application I am getting the following error > Hi, This mailing list is for Qt Jambi, Qt for the Java programming language. Please refer to the Qt Interest mailing list for questions about Qt for C++. -- Eskil _

[Qt-jambi-interest] Doubt in qInstallMsgHandler

2009-05-19 Thread Ravi Krishna
Hi, When I run my QT application I am getting the following error "QList: Out of Memory" on stdout when the message handler is not set. To catch all the fatal error messages I set qInstallMsgHandler to myMsgOut. void myMsgOut(QtMsgType type, const char *msg) { switch (type) { case QtCrit