[Qt-jambi-interest] Problems with lupdate (4.5.0_01)

2009-05-12 Thread Dusan Zatkovsky
Hi there. I have problems when generating .ts files for some of my java classes, generated from .jui designer form. Here is the (chunk of) java code: void retranslateUi(QMainWindow MainWindow) { ... actionExit.setText(com.trolltech.qt.core.QCoreApplication.translate(MainWindow, Exit,

[Qt-jambi-interest] Qt Jambi not using KDE Style

2009-05-12 Thread Philipp Schmidt
Hello, i have the Problem that QtJambi Apps won't use my selected KDE Style (QtCurve), or in some cases default to a Windows-like style when it should be using QtCurve. The Same goes for the Oxygen-Style. How can i make Jambi use that Style or is it impossible to do that? Greetings Philipp

Re: [Qt-jambi-interest] Problems with lupdate (4.5.0_01)

2009-05-12 Thread Dusan Zatkovsky
I have found, that when I change // this is generated with juic actionExit.setText(com.trolltech.qt.core.QCoreApplication.translate(MainWindow, Exit, null)); to actionExit.setText(com.trolltech.qt.core.QCoreApplication.translate(MainWindow, Exit)); lupdate extracts it right. -- Dusan

Re: [Qt-jambi-interest] Eclipse integration with the new 4.5 binary release

2009-05-12 Thread Victor
Hi, I have the same problem here. Did you find a solution? -- Victor Fusco On Monday 11 May 2009 21:38:00 Robert Lebel wrote: Hi, I'm using Qt Jambi 4.5.0_01Binary for Windows 32-bit released today and I am upgrading from 4.4.3. I tried to install the eclipse integration, but when I

Re: [Qt-jambi-interest] Eclipse integration with the new 4.5 binary release

2009-05-12 Thread Robert Lebel
Nope... 2009/5/12 Victor victor.b...@globo.com: Hi, I have the same problem here. Did you find a solution? -- Victor Fusco On Monday 11 May 2009 21:38:00 Robert Lebel wrote: Hi, I'm using Qt Jambi 4.5.0_01Binary for Windows 32-bit released today and I am upgrading from 4.4.3. I

[Qt-jambi-interest] Webkit problem

2009-05-12 Thread Dimitri Frederickx
When I want to open a webpage that contains flash in a QWebView, I get the following error: Debugger() was called! 2009-05-12 22:04:50.588 java[646:10b] Cannot find executable for CFBundle 0x430d2970 /Library/Internet Plug-Ins/Disabled Plug-Ins (not loaded) Any idea of what can be wrong?

Re: [Qt-jambi-interest] Webkit problem

2009-05-12 Thread Robert Lebel
Perhaps: QWebSettings.globalSettings().setAttribute(WebAttribute.PluginsEnabled, true); 2009/5/12 Dimitri Frederickx i...@dimitrifrederickx.be: When I want to open a webpage that contains flash in a QWebView, I get the following error: Debugger() was called! 2009-05-12 22:04:50.588

[Qt-jambi-interest] Adding javascript interfaces to webview

2009-05-12 Thread Bram de Kruijff
Hi there, newby question.. is it possible to add javascript interfaces to a webkit widget in Jambi? I know I can do it in Android and I read it is possible in QT using evaluateJavascript method but I can't find it in Jambi. Thanks! Bram ___

[Qt-jambi-interest] Jambi 4.5 with Mac JVM 1.6?

2009-05-12 Thread Phil Mc
Hello - I have Jambi 4.5 working in my development environment on Mac OS 10.5 using Java 1.5; however, when using Java 1.6, I'm seeing a java.lang.ExceptionInInitializerError during loading of qtjambi-macosx- gcc-4.5.0_01.jar, when it reaches the stage of loading library libQtCore.4.dylib.