<html><head></head><body text="#000000" bgcolor="#FFFFFF" data-blackberry-caret-color="#00a8df" style="background-color: rgb(255, 255, 255); line-height: initial;"><div id="BB10_response_div" style="width: 100%; font-size: initial; font-family: Calibri, 'Slate Pro', sans-serif; color: rgb(31, 73, 125); text-align: initial; background-color: rgb(255, 255, 255);"><br style="display:initial"></div> <div id="response_div_spacer" style="width: 100%; font-size: initial; font-family: Calibri, 'Slate Pro', sans-serif; color: rgb(31, 73, 125); text-align: initial; background-color: rgb(255, 255, 255);">Maybe you forgot to add it to the qml.files variable in the .pro file? Or to the .qrc, if you're using resources :)</div> <div id="_signaturePlaceholder" style="font-size: initial; font-family: Calibri, 'Slate Pro', sans-serif; color: rgb(31, 73, 125); text-align: initial; background-color: rgb(255, 255, 255);"></div> <table width="100%" style="background-color:white;border-spacing:0px;"> <tbody><tr><td id="_persistentHeaderContainer" colspan="2" style="font-size: initial; text-align: initial; background-color: rgb(255, 255, 255);"> <div id="_persistentHeader" style="border-style: solid none none; border-top-color: rgb(181, 196, 223); border-top-width: 1pt; padding: 3pt 0in 0in; font-family: Tahoma, 'BB Alpha Sans', 'Slate Pro'; font-size: 10pt;"> <div><b>Da: </b>Wim de Vries</div><div><b>Inviato: </b>marted́ 4 giugno 2013 14:53</div><div><b>A: </b>devel@lists.sailfishos.org</div><div><b>Oggetto: </b>[SailfishDevel] QML: Unable to open input file: No such file or<br> directory</div></div></td></tr></tbody></table><div id="_persistentHeaderEnd" style="border-style: solid none none; border-top-color: rgb(186, 188, 209); border-top-width: 1pt; font-size: initial; text-align: initial; background-color: rgb(255, 255, 255);"></div><br><div id="_originalContent" style="background-color: rgb(255, 255, 255);">
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
<meta name="qrichtext" content="1">
Hi,<br>
I am sandboxing the sailfishapplication.<br>
In the page dir, I created my MButtom.qml.<br>
This one is loaded in the SecondPage.<br>
Works fine.<br>
I also have a GroupBox.qml.<br>
When I load this one I get:<br>
<meta name="qrichtext" content="1">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><!--StartFragment--><span style=" font-family:'Monospace'; font-size:9pt; color:#be1414;">Unable
to open input file: No such file or directory</span><!--EndFragment--></p>
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<style type="text/css">
p, li { white-space: pre-wrap; }
</style><br>
SecondPage.qml:<br>
<br>
<font face="monospace">import QtQuick 1.1<br>
import Sailfish.Silica 1.0<br>
<br>
Page {<br>
id: page2<br>
MButton<br>
{<br>
id: r1<br>
buttonText: "MBUTTON"<br>
}<br>
<br>
GroupBox<br>
{<br>
id : altWindow<br>
}<br>
<br>
}<br>
</font><br>
Any hints.<br>
Thanks.<br>
<br>
<br>
<meta name="qrichtext" content="1">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<style type="text/css">
p, li { white-space: pre-wrap; }
</style><br>
<br>
<br>
<br>
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<br><!--end of _originalContent --></div></body></html>