Thanks Chris,
I also have "QML Connections" (to c++) errors while the connections do
work perfectly (in plain QML as well as Sailfish).
I have the impression that it is a kind of (QML-load) timing problem.
Indeed, maybe due to the emulator or more (virtualbox+Ubuntu+myHardware).
For now, I wil
Hi Kalle and Wim
The Haptics control that causes the same error as Wim reports is
standard QtMobility stuff, used as follows.
import QtMobility.feedback 1.1
HapticsEffect {id: rumbleEffect
attackIntensity: 0.0
attackTime: 250
intensity: 1.0
duration: 100
Hello,
On Tue, 2013-06-04 at 18:08 +0200, christopher.l...@thurweb.ch wrote:
> Hi Wim
>
> I think it may well be down to something you are doing in
> GroupBox.qml. Can you post the content of this component?
>
> I get the same error from one of my core apps when it starts up on the
> Sailfis
Hi Wim
I can confirm that in the case of my project, I get the "unable to
open input file .." error when I include HapticsEffect elements.
If I comment these out, then I no longer get the error.
Interestingly I had problems with Haptics on the Harmattan Simulator
(but not the Emulator), an
Hi Wim
I think it may well be down to something you are doing in
GroupBox.qml. Can you post the content of this component?
I get the same error from one of my core apps when it starts up on the
Sailfish Emulator
% Display on requested
% Qml debugging is enabled. Only use this in a safe en
Le mardi 4 juin 2013 16:15:50 Wim de Vries a écrit :
> Even more strange
> I have added QML/pages to qml.files in .pro
> GroupBox comes up now, but the error message is still there.
>
> The loading page (SecondPage.qml) and the to-be loaded page
> (GroupBox.qml) are in the same directory.
> Why is
Even more strange
I have added QML/pages to qml.files in .pro
GroupBox comes up now, but the error message is still there.
The loading page (SecondPage.qml) and the to-be loaded page
(GroupBox.qml) are in the same directory.
Why is it not found by default?
r
wim
On 06/04/2013 03:48 PM, Wim
Additinal note:
If I load in FirstPage it does work.
If I load it in ThirdPage it dowsn't.
On 06/04/2013 03:31 PM, Wim de Vries wrote:
On 06/04/2013 02:56 PM, and.berna...@gmail.com wrote:
Maybe you forgot to add it to the qml.files variable in the .pro
file? Or to the .qrc, if you're using
On 06/04/2013 02:56 PM, and.berna...@gmail.com wrote:
Maybe you forgot to add it to the qml.files variable in the .pro file?
Or to the .qrc, if you're using resources :)
pro:
# QML files and folders
qml.files = *.qml pages cover main.qml
and GroupBox.qml as well as MButtom.qml are in the page
Maybe you forgot to add it to the qml.files variable in the .pro file? Or to the .qrc, if you're using resources :)
10 matches
Mail list logo