Re: [SailfishDevel] Errors while instantiating a Dialog

2016-08-02 Thread Michael Neufing
As others already pointed out: As you are using the component correctly, this seems to be an internal Silica error and you can't do anything to fix it. Jolla has to fix this. So... just ignore it for now if everything is working and write a bug report @ TJC or something... Br, Michael Am

Re: [SailfishDevel] Errors while instantiating a Dialog

2016-08-02 Thread Marcin Mielniczuk
I don't really understand your point. I took the example straight from the docs for Dialog. And if you mean pushing this directly onto the pageStack via Qt.resolvedUrl, the errors are just the same. Marcin On 02.08.2016 12:18, Андрей Кожевников wrote: Open help article and check how dialog

Re: [SailfishDevel] Errors while instantiating a Dialog

2016-08-02 Thread Андрей Кожевников
Open help article and check how dialog header should be used. 02 авг. 2016 г. 14:36 пользователь "Marcin Mielniczuk" < marmistrz...@gmail.com> написал: > > Hi, > > Doesn't help for me. And now the column and the header overlap. > > > On 02.08.2016 10:32, Michael Neufing wrote: >> >> Hi Marcin, >>

Re: [SailfishDevel] Errors while instantiating a Dialog

2016-08-02 Thread Marcin Mielniczuk
Hi, Doesn't help for me. And now the column and the header overlap. On 02.08.2016 10:32, Michael Neufing wrote: Hi Marcin, you should not put DialogHeader into a Column but directly into the Dialog. That should solve your problem. Br, Michael Am 02.08.2016 10:29, schrieb Marcin

Re: [SailfishDevel] Errors while instantiating a Dialog

2016-08-02 Thread Michael Neufing
Hi Marcin, you should not put DialogHeader into a Column but directly into the Dialog. That should solve your problem. Br, Michael Am 02.08.2016 10:29, schrieb Marcin Mielniczuk: Hi, I copied the Dialog sample code from the doc: import QtQuick 2.0 import Sailfish.Silica 1.0 Dialog {

[SailfishDevel] Errors while instantiating a Dialog

2016-08-02 Thread Marcin Mielniczuk
Hi, I copied the Dialog sample code from the doc: import QtQuick 2.0 import Sailfish.Silica 1.0 Dialog { property string name Column { width: parent.width DialogHeader { } TextField { id: nameField width: parent.width