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
/1286171768835306ec6a -kimmo (Tested with gistpud) -Original Message- From: devel-boun...@lists.sailfishos.org [mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Thomas Tanghus Sent: 10. kesäkuuta 2015 18:31 To: Sailfish OS Developers Subject: Re: [SailfishDevel] Dialog doesn't register taps

Re: [SailfishDevel] Dialog doesn't register taps

2015-06-10 Thread Thomas Tanghus
-boun...@lists.sailfishos.org [mailto:devel-boun...@lists.sailfishos.org] On Behalf Of Thomas Tanghus Sent: 10. kesäkuuta 2015 18:31 To: Sailfish OS Developers Subject: Re: [SailfishDevel] Dialog doesn't register taps On Wednesday 10 June 2015 16:46:15 Michael Fuchs wrote: After removing

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