Re: [SailfishDevel] Correct way to implement an import/export dialog

2019-10-23 Thread E.S. Rosenberg
I like your idea! For now I did it with a dropdown and will wait for the other contributors feedback after my pull request to see how to proceed. Op wo 23 okt. 2019 om 10:57 schreef Richard Grooff via Devel < devel@lists.sailfishos.org>: > Maybe use the new phone app with its tabs as an example:

Re: [SailfishDevel] Correct way to implement an import/export dialog

2019-10-23 Thread Richard Grooff via Devel
Maybe use the new phone app with its tabs as an example: tab import and export with the same component underneath... Regards, Richard On Wednesday, 23 October 2019, E.S. Rosenberg wrote: > Both pulldown and push up menus as is already have 3 options, the pull up > menu has an import option so I

Re: [SailfishDevel] Correct way to implement an import/export dialog

2019-10-22 Thread E.S. Rosenberg
Both pulldown and push up menus as is already have 3 options, the pull up menu has an import option so I want to change that to import/export and the page it goes to switches between import and export based on user desire. Op wo 23 okt. 2019 om 01:43 schreef Андрей Кожевников < coderusin...@gmail.

Re: [SailfishDevel] Correct way to implement an import/export dialog

2019-10-22 Thread Андрей Кожевников
like a caller ui? push up to export, pull down to import? вт, 22 окт. 2019 г. в 23:29, E.S. Rosenberg < es.rosenberg+sailfishos@gmail.com>: > Hi all, > I would like to build a dialog that allows both import and export on the > same page or at least accessible from the same pulley menu item. >

Re: [SailfishDevel] Correct way to implement an import/export dialog

2019-10-22 Thread E.S. Rosenberg
Thanks! The way I'm looking at doing this now is having a combobox on the page that changes the Dialog from Import to Export. Like this I can have a single pulley item and still allow both actions to happen. Op wo 23 okt. 2019 om 00:01 schreef Thomas Tanghus : > On tirsdag den 22. oktober 2019 22

Re: [SailfishDevel] Correct way to implement an import/export dialog

2019-10-22 Thread Thomas Tanghus
On tirsdag den 22. oktober 2019 22.29.25 CEST E.S. Rosenberg wrote: > Hi all, > I would like to build a dialog that allows both import and export on the > same page or at least accessible from the same pulley menu item. > > that seems to be the "wrong" way. > > So I wondered is there a "right" wa