Re: [SailfishDevel] Pass data from MainPage into CoverPage

2013-06-03 Thread Lucien XU
Hello Mike, I don't think it is a good idea to alias someting that is in another component. Usually, you alias a property of a child component to expose it outside. But you can access the properties defined in appWindow from the cover page. Isn't that enough ? Cheers, Lucien Le lundi 3 juin

Re: [SailfishDevel] Pass data from MainPage into CoverPage

2013-06-03 Thread Andrea Bernabei
Hi Michael :) Just delete the properties in the page and cover, and use appWindow.total when you want to read/write on it, and you're set ;) Let me know if that works! 2013/6/3 Michael Faro-Tusino > Hi guys, > > This is a very beginner question I know, but still having some troubles. > > I am

Re: [SailfishDevel] change Silica theme details

2013-06-03 Thread Wim de Vries
Thanks all for the replies. First, I sure like the swiping functionality of Silica, especially the pull down/push up menus, page indicator, etc.. Still, my app is used in a cockpit. Many (light) aircrafts and gliders do have full "glass" canopies (like an F16). This is an extremely bright light

Re: [SailfishDevel] change Silica theme details

2013-06-03 Thread Garret Raziel
Hmm, then I suggest not to use Silica theme. On Mon, Jun 3, 2013 at 11:36 AM, Wim de Vries wrote: > Thanks all for the replies. > First, I sure like the swiping functionality of Silica, especially the > pull down/push up menus, page indicator, etc.. > Still, my app is used in a cockpit. Many (l

Re: [SailfishDevel] change Silica theme details

2013-06-03 Thread Wim de Vries
Garret Raziel schreef op 2013-06-03 11:48: Hmm, then I suggest not to use Silica theme. For now, I have the pulldown/pushupmenu in black and white. This config gives the best highlight. I will use my own buttons. And now the aircraft checklists On Mon, Jun 3, 2013 at 11:36 AM, Wim de