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 02
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 h
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,
>>
Hello,
Afaik you can ignore those errors, their probably there because Jolla
needs to do some code cleanup. I had them too, but as you said the
dialog works with these errors.
Regards
Am Dienstag, den 02.08.2016, 10:36 +0200 schrieb Marcin Mielniczuk:
> Hi,
>
> Doesn't help for me. And now th
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 Mielniczuk:
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 {
p
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
placeh