Re: [SailfishDevel] Platform icons

2014-08-04 Thread Krisztian Olah
Thanks everyone. @Marcin that's exactly what I was gonna do. ;) On 4 August 2014 16:44, Marcin M. wrote: > You might simply want to scp all of them from the Emulator to your desktop > system. > > -- > Marcin > > > 2014-08-04 16:11 GMT+02:00 : > > Hi, >> >> Am Mon Aug 04 2014 15:21:58 GMT+0200

Re: [SailfishDevel] Platform icons

2014-08-04 Thread Marcin M.
You might simply want to scp all of them from the Emulator to your desktop system. -- Marcin 2014-08-04 16:11 GMT+02:00 : > Hi, > > Am Mon Aug 04 2014 15:21:58 GMT+0200 (CEST) schrieb fasza2mob...@gmail.com > : > > Hi all, > > Is there a way to see a list/dictionary of platform icons, such as

Re: [SailfishDevel] How to combine multiple Flickables?

2014-08-04 Thread Marcin M.
Thanks, I'll try it out. -- Marcin 2014-08-04 13:58 GMT+02:00 Andrey Kozhevnikov : > set pressDelay: 0 to flickable and listview > > 04.08.2014 16:42, Marcin M. пишет: > > Hi, > > My app uses PullDown and PushUp menus. Besides, it has a SilicaListView > inside to support multiple views in

Re: [SailfishDevel] Platform icons

2014-08-04 Thread martin . grimme
Hi, Am Mon Aug 04 2014 15:21:58 GMT+0200 (CEST) schrieb fasza2mob...@gmail.com: > Hi all, > Is there a way to see a list/dictionary of platform icons, such as > image://theme/icon-[s/m/l]-iconname; Preferebly with the corresponding > pictures, but a path in the OS will do just fine. > One way

Re: [SailfishDevel] Platform icons

2014-08-04 Thread sfietkonstantin
Hi Kris, The fastest way would be open a terminal and cd /usr/share/themes/jolla-ambient/meegotouch/icons ls But I agree that an index in developers doc is welcomed. Regards, Lucien - Mail original - De: fasza2mob...@gmail.com À: "Sailfish OS Developers" Envoyé: Lundi 4 Août 2014 15:2

[SailfishDevel] Platform icons

2014-08-04 Thread fasza2mobile
Hi all, Is there a way to see a list/dictionary of platform icons, such as image://theme/icon-[s/m/l]-iconname; Preferebly with the corresponding pictures, but a path in the OS will do just fine. Ideally it could be available in the Sailfish reference under Theme object or something. Thanks

Re: [SailfishDevel] How to combine multiple Flickables?

2014-08-04 Thread Andrey Kozhevnikov
set pressDelay: 0 to flickable and listview 04.08.2014 16:42, Marcin M. пишет: Hi, My app uses PullDown and PushUp menus. Besides, it has a SilicaListView inside to support multiple views inside the app (different text displayed on each view). Page { SilicaFlickable // vertical one

[SailfishDevel] How to combine multiple Flickables?

2014-08-04 Thread Marcin M.
Hi, My app uses PullDown and PushUp menus. Besides, it has a SilicaListView inside to support multiple views inside the app (different text displayed on each view). Page { SilicaFlickable // vertical one { PullDownMenu{ ... } PushUpMenu{ ... } SilicaListView { o