<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 06/04/2013 02:56 PM,
<a class="moz-txt-link-abbreviated" href="mailto:and.bernabei@gmail.com">and.bernabei@gmail.com</a> wrote:<br>
</div>
<blockquote cite="mid:20130604125647.5410942.34881.2045@gmail.com"
type="cite">
<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>
</blockquote>
pro:<br>
<tt># QML files and folders</tt><tt><br>
</tt><tt>qml.files = *.qml pages cover main.qml</tt><br>
<br>
and GroupBox.qml as well as MButtom.qml are in the pages directory
(next to the qmls). <br>
<br>
r<br>
wim<br>
<br>
<br>
<br>
<blockquote cite="mid:20130604125647.5410942.34881.2045@gmail.com"
type="cite">
<table style="background-color:white;border-spacing:0px;"
width="100%">
<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><a class="moz-txt-link-abbreviated" href="mailto:devel@lists.sailfishos.org">devel@lists.sailfishos.org</a></div>
<div><b>Oggetto: </b>[SailfishDevel] QML: Unable to
open input file: No such file or<br>
directory</div>
</div>
</td>
</tr>
</tbody>
</table>
<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>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
SailfishOS.org Devel mailing list</pre>
</blockquote>
<br>
</body>
</html>