<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<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>
</body>
</html>