<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: times new roman,new york,times,serif; font-size: 12pt; color: #000000'>Hi Rudi:<br><br>I guess that your FirstPage has noot been installed in your SDK.<br>Is it listed in the .pro file ?<br><br>Also, <span style=" color:#800080;">"Component</span><span style=" color:#000000;">.</span>onCompleted<span style=" color:#000000;">:</span><span style=" color:#c0c0c0;"> </span>mainWindow<span style=" color:#000000;">.</span>firstPage<span style=" color:#c0c0c0;"> </span><span style=" color:#000000;">=</span><span style=" color:#c0c0c0;"> </span>firstPage" is buggy: you do not need to set your first page to itself.<br><br>Regards,<br>Lucien<br><hr id="zwchr"><blockquote style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>De: </b>"Rudi Timmermans" <rudi.timmer@gmx.us><br><b>À: </b>devel@lists.sailfishos.org<br><b>Envoyé: </b>Lundi 15 Juin 2015 17:42:11<br><b>Objet: </b>[SailfishDevel] Debug error<br><br>
  

    
  
  
    <font size="+1">Hi,<br>
      <br>
      Any idea what this mean when i try to debug a new app?<br>
      <br>
    </font><br>
    
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Monaco'; font-size:12pt; color:#aa0000;">[W] unknown:14 - </span><a href="file:///opt/sdk/budgetmanager/usr/share/budgetmanager/qml/budgetmanager.qml:14:9" target="_blank"><span style=" font-family:'Monaco'; font-size:12pt; text-decoration: underline; color:#0000aa;">file:///opt/sdk/budgetmanager/usr/share/budgetmanager/qml/budgetmanager.qml:14:9</span></a><span style=" font-family:'Monaco'; font-size:12pt; color:#aa0000;">: Type FirstPage unavailable </span></p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Monaco'; font-size:12pt; color:#aa0000;">             FirstPage { 
</span></p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Monaco'; font-size:12pt; color:#aa0000;">
This is the code into my budgetmanager.qml
</span></p>
    <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><style>
p, li { white-space: pre-wrap; }
</style>
</p><pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#800080;">ApplicationWindow</span></pre>
{
<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;">   </span><span style=" color:#800000;">id</span>:<span style=" color:#c0c0c0;"> </span><span style=" font-style:italic; color:#000000;">mainWindow</span>
 </pre><pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;">    </span><span style=" color:#808000;">property</span><span style=" color:#c0c0c0;"> </span><span style=" color:#800080;">Item</span><span style=" color:#c0c0c0;"> </span><span style=" color:#800000;">firstPage</span></pre>
<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;">    </span><span style=" color:#808000;">property</span><span style=" color:#c0c0c0;"> </span><span style=" color:#808000;">alias</span><span style=" color:#c0c0c0;"> </span><span style=" color:#800000;">coverAction</span>:<span style=" color:#c0c0c0;"> </span><span style=" font-style:italic; color:#000000;">coverAction</span></pre>
<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;">    </span><span style=" color:#800000;">initialPage</span>:<span style=" color:#c0c0c0;"> </span><span style=" color:#800080;">Component</span><span style=" color:#c0c0c0;"> </span>{</pre>
<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;">        </span><span style=" color:#800080;">FirstPage</span><span style=" color:#c0c0c0;"> </span>{</pre>
<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;">            </span><span style=" color:#800000;">id</span>:<span style=" color:#c0c0c0;"> </span><span style=" font-style:italic; color:#000000;">firstPage</span></pre>
<pre style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></pre>
<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;">            </span><span style=" color:#800000;">Component.onCompleted</span>:<span style=" color:#c0c0c0;"> </span><span style=" font-style:italic; color:#000000;">mainWindow</span>.firstPage<span style=" color:#c0c0c0;"> </span>=<span style=" color:#c0c0c0;"> </span><span style=" font-style:italic; color:#000000;">firstPage</span></pre>
<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;">        </span>}</pre>
<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#c0c0c0;">    </span>}</pre><p></p><style>
p, li { white-space: pre-wrap; }
</style><pre class="moz-signature">Thanks!

-- 
---
Best regards!

Rudi Timmermans.</pre><br>_______________________________________________<br>SailfishOS.org Devel mailing list<br>To unsubscribe, please send a mail to devel-unsubscribe@lists.sailfishos.org</blockquote><br></div></body></html>