[Qt-qml] QML plugins using relative paths

2010-11-11 Thread Tico Ballagas
I have a custom QML plugin module that needs to access a local file using a relative path. After packaging everything into an installable app, my QML modules seem to find relative paths correctly, but my plugin modules do not. How do I get my QML plugin to load a relative file from the

Re: [Qt-qml] Basic QML Webkit + Flickable not working

2010-11-08 Thread Tico Ballagas
wonder if there is a way to warn us of the circular reference. -Tico On Nov 8, 2010, at 8:38 PM, ext michael.bras...@nokia.com wrote: Hi, On 06/11/2010, at 7:17 AM, ext Tico Ballagas wrote: I was trying to create a basic QML Webkit + Flickable proof of concept. import Qt 4.7 import

[Qt-qml] Basic QML Webkit + Flickable not working

2010-11-05 Thread Tico Ballagas
I was trying to create a basic QML Webkit + Flickable proof of concept. import Qt 4.7 import QtWebKit 2.0 Flickable{ width: 640; height: 480 contentWidth: webView.width contentHeight: webView.height WebView { id: webView preferredWidth: parent.width url:

Re: [Qt-qml] How to macdeployqt QMLViewer.app with gestures plugin?

2010-10-21 Thread Tico Ballagas
I'm struggling with the same issue now. I've run 'install_name_tool -change...' for my library, but I'm still running into these issues. Can you say more about 'each link'. How do I know when I haven't missed a link, or how do I determine a complete list of the links I need to change. I

[Qt-qml] QMLviewer silently fails to import plugin when shared library not found

2010-09-30 Thread Tico Ballagas
I was having issues debugging an import problem for a custom QDeclarativeExtensionPlugin. The ultimate problem was that I forgot to install a required shared library used by my plugin. However, qmlviewer reported the problem as follows: # QML_IMPORT_TRACE=1 qmlviewer gesture.qml

[Qt-qml] Weirdness with Behaviors

2010-09-17 Thread Tico Ballagas
I'm seeing some weirdness with Behaviors. I created the following example to demonstrate what is happening. Basically, I'm trying to snap rect back to it's original position after the mouse is released. The behavior works once, but then stops working. import Qt 4.7 Rectangle {

[Qt-qml] Fwd: QtMobility declarative examples

2010-09-15 Thread Tico Ballagas
I didn't get any bites on the mobility list, can anyone here help me with importing QtMobility 1.1? How do I get qmlviewer to find the installed libraries? Best -Tico Begin forwarded message: From: Tico Ballagas balla...@gmail.com Date: September 14, 2010 12:33:34 AM PDT To: qt-mobility

Re: [Qt-qml] Fwd: QtMobility declarative examples

2010-09-15 Thread Tico Ballagas
aemo5” equate to in real terms? Is there an /opt/qt4-maemo5/imports/QtMobility/location directory that contains a shared library? If not, please attach a directory tree listing of the /opt/qt4-maemo5 directory. Cheers, Aaron On 16/09/10 4:24 AM, "ext Tico Ballagas" balla...@