Re: [SailfishDevel] next community meeting 18.6.

2015-06-10 Thread Carol Chen
Hi all, No agenda proposals for tomorrows meeting, moving it one week to 18.6. Please add your topics here: https://together.jolla.com/question/54157/sailfishos-open-source-collaboration-meeting-planning/ Thanks, Carol. On 05/21/2015 06:39 PM, Iekku Pylkka wrote: Hi, Thanks to everyone

Re: [SailfishDevel] Dialog doesn't register taps

2015-06-10 Thread Michael Fuchs
Hi, you dont need to set the property sound (Line 70), when you are binding it to the property checked (Line 65). maybe this helps... Am 10.06.2015 um 16:03 schrieb Thomas Tanghus: Hi I have a weird issue: A Dialog with two TextSwitches and a Background area, and none of them registers

[SailfishDevel] Dialog doesn't register taps

2015-06-10 Thread Thomas Tanghus
Hi I have a weird issue: A Dialog with two TextSwitches and a Background area, and none of them registers tapping. I've been staring myself blind for several days, so now I've gotta ask here for some more eyes ;) Link to github as it's easier to read:

Re: [SailfishDevel] Dialog doesn't register taps

2015-06-10 Thread Thomas Tanghus
On Wednesday 10 June 2015 16:21:24 Peter Kovacs wrote: console.log('NoSound', checked) missing ;? They are optional in Ecma/JavaScript, but I also normally use them. Especially if you are minifying JS files you have to use them or everything will break :P sound =

Re: [SailfishDevel] Dialog doesn't register taps

2015-06-10 Thread Thomas Tanghus
On Wednesday 10 June 2015 16:11:14 Michael Fuchs wrote: you dont need to set the property sound (Line 70), when you are binding it to the property checked (Line 65). Are the binding two-way when assigning the value this way? maybe this helps... Sadly no, but thanks for the suggestion. Am

Re: [SailfishDevel] Dialog doesn't register taps

2015-06-10 Thread Michael Fuchs
After removing SilicaFlickable (do you need it?) it works. Am 10.06.2015 um 16:03 schrieb Thomas Tanghus: Hi I have a weird issue: A Dialog with two TextSwitches and a Background area, and none of them registers tapping. I've been staring myself blind for several days, so now I've gotta ask

Re: [SailfishDevel] Dialog doesn't register taps

2015-06-10 Thread Michael Fuchs
Here is the repaired code. ;) http://pastebin.com/WXhGHbBF Sorry for spamming the list. Am 10.06.2015 um 16:46 schrieb Michael Fuchs: After removing SilicaFlickable (do you need it?) it works. Am 10.06.2015 um 16:03 schrieb Thomas Tanghus: Hi I have a weird issue: A Dialog with two

Re: [SailfishDevel] Dialog doesn't register taps

2015-06-10 Thread Kimmo Lindholm
my 5 cents... SilicaFlickable had no width and no contentHeight, that’s why it propably didn’t work. top-anchors don’t work inside a column. images with img inside label text ? put DialogHeader inside flickable (AFAIU) and anchor column to its bottom.

Re: [SailfishDevel] QML arrays and memory leak

2015-06-10 Thread Kim Foder
Thanks for all your comments on this problem. I have been using these last couple of months testing many different solutions, also those proposed here, but none have worked! Now I have solved the problem by using an circular buffer instead of an array, so when I add a value I just changes the

Re: [SailfishDevel] Dialog doesn't register taps

2015-06-10 Thread Thomas Tanghus
On Wednesday 10 June 2015 19:30:09 Kimmo Lindholm wrote: my 5 cents... SilicaFlickable had no width and no contentHeight, that’s why it propably didn’t work. That sounds reasonable. For now it's so short that it still fits in landscape, but I'll mark this msg for reference if it grows :)

Re: [SailfishDevel] Dialog doesn't register taps

2015-06-10 Thread Thomas Tanghus
On Wednesday 10 June 2015 16:46:15 Michael Fuchs wrote: After removing SilicaFlickable (do you need it?) it works. Your the Man! :) I honestly can't remember why I thought I needed it :P Am 10.06.2015 um 16:03 schrieb Thomas Tanghus: Hi I have a weird issue: A Dialog with two

Re: [SailfishDevel] PullDownMenu in a Dialog?

2015-06-10 Thread Kimmo Lindholm
Similar things as earlier. Don't give y to Pulldownmenu, breaks. Dialogheader not in Dialog, but in child. https://gist.github.com/kimmoli/626c838174682c1f6f20 This uses SilicaFlickable as first child of dialog. -kimmo Thomas Tanghus kirjoitti to kesäkuuta 11 05:14:07 2015 GMT+0300: Hi I

[SailfishDevel] PullDownMenu in a Dialog?

2015-06-10 Thread Thomas Tanghus
Hi I have a Dialog with a SilicaListView as a file picker. Now I want to have a PullDownMenu with a single MenuItem to go one level up. It kinda works, but the positioning is all messed up. Problem 1: The indicator is placed a tad below the header, so I made an ugly hack setting y: -