[SailfishDevel] How to check Switch state

2013-08-21 Thread Dimitris
Hello, I have a ListModel and in my delegate I display the name of each element and next to it a Switch. Then I want to call a function which needs to know if the Switch for each element is checked or not. How can I do this? Regards, Dimitris ___ Sa

Re: [SailfishDevel] How to check Switch state

2013-08-21 Thread Michael Faro-Tusino
Hi Dimitris, Why not use an if function? ( buttonID.checked = true ? Execute function : do other function) Hope that helps, Michael Sent from my BlackBerry 10 smartphone. From: Dimitris Sent: Wednesday, August 21, 2013 8:39 PM To: devel@lists.sailfishos.org Subject: [SailfishDevel] How to chec

Re: [SailfishDevel] Some UI stuff etc.

2013-08-21 Thread FIlip Kłębczyk
Thanks for reply Vesa-Matti! I also have noted other suggestions I've received from people. Writing them here as they may have or may not some value to you: * In the Formatter example while scrolled text leaves the top of the screen - it could possibly have lower opacity when close to the edg