Re: [SailfishDevel] Dialog doesn't register taps

2015-06-10 Thread Thomas Tanghus
immo > > (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] Dia

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 tap

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 wi

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

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 TextSwi

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) sound = !ch

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 h

Re: [SailfishDevel] Dialog doesn't register taps

2015-06-10 Thread Peter Kovacs
console.log('NoSound', checked) 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 fo

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 t

[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: https://github.com/tanghus/kitchen-timer-q