Re: [SailfishDevel] The UI dims after removing an item from GridView

2016-08-02 Thread Marcin Mielniczuk
Hi, This happens even if deleting the item is the first thing I do. The model hasn't changed between the two calls. But this doesn't happen if I use a RemorseItem. Marcin On 02.08.2016 17:54, Michael Fuchs wrote: Hi, did the model (MyModel) change during the first and the second time you

Re: [SailfishDevel] The UI dims after removing an item from GridView

2016-08-02 Thread Michael Fuchs
Hi, did the model (MyModel) change during the first and the second time you opened the context menu? I had such issues, when this was the case. regards, Michael. Am 02.08.2016 um 16:42 schrieb Marcin Mielniczuk: Hi, I created a SilicaGridView with a ContextMenu (placed in a ColumnLayout):

[SailfishDevel] more security for 802.1X wifi/eduroam

2016-08-02 Thread Lichtinger, Bernhard
Hello, After reading https://together.jolla.com/question/315/how-to-wpa-8021x-enterprise-eduroam-others-gui-wifi-support-needed-workaround/ and https://together.jolla.com/question/15292/connman-does-not-support-certificate-detail-verification/ I had a closer look in the sources of connman and wp

Re: [SailfishDevel] Chroot on sdcard (Jolla 1)

2016-08-02 Thread toadron
Sorry. Continue. When i running this script zypper installing needed packages but some packages no. For example: glibc-headers, systemd, e.t.c. And i get this error: Installing: ca-certificates-2014.2.1-1.4.2 [error] Installation of ca-cer

[SailfishDevel] The UI dims after removing an item from GridView

2016-08-02 Thread Marcin Mielniczuk
Hi, I created a SilicaGridView with a ContextMenu (placed in a ColumnLayout): SilicaGridView { id: myView Layout.preferredWidth: parent.width Layout.fillHeight: true model: myModel cellWidth: width / gridDimension // say, gridDimension = 2 cellHeight: height / gridDime

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 02

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 h

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 taaem
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

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 Mielniczuk:

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 { p

Re: [SailfishDevel] The SailfishOS IDE todo plugin doesn't work

2016-08-02 Thread Marcin Mielniczuk
Hi, I tried both of the modes. For me disabling and enabling the plug-in fixed the issue. Maybe the problem was that I was using the ToDo plugin with QtCreator previously...? Regards, Marcin On 31.07.2016 19:15, Martin Kampas wrote: Hi Marcin, For me it works well. Did you notice you can s

[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 placeh