Closed GoogleCodeExporter closed 9 years ago
For me it seems strange that a user first has to click a button to open the file
dialog, because he will have to do this every time he wans to import a watch
(because
the only possible way to import watches is with a file and i can not think of
other
ways to import a watch)
Original comment by woutclym...@gmail.com
on 22 Feb 2008 at 4:49
I am not suggesting that we add a button, just that we change the order of
window
appeareances so that the process is less flashy/confusing.
The current behavior is:
- user clicks Import in the menu
- import window shows up
- ½ second later, the gtk file chooser also shows up
- user chooses a file, and its watches are shown in the import dialog
- user chooses watches to import and closes the import dialog
Proposed change:
- user clicks Import in the menu
- gtk file chooser shows up
- user chooses a file
- import window shows up, and watches are shown in it
- user chooses watches to import and closes the import dialog
Original comment by nekoh...@gmail.com
on 22 Feb 2008 at 5:56
Should work better in my branch, can somebody test it?
Original comment by woutclym...@gmail.com
on 11 Mar 2008 at 10:57
Fixed in revision 41
Original comment by woutclym...@gmail.com
on 17 Mar 2008 at 4:49
actually, hiding that dialog and then showind the filechooser is strange,
because you
see a window "flash" by.
Also, I don't know why, the import dialog takes a *long* time to create itself
(like,
1-2 seconds before it hides itself).
The correct workflow would be
filechooser shows up
If (file and file is valid):
close the file chooser
create the import dialog
show the import dialog
elif (not file):
pass
elif (file not valid):
warn the user
Original comment by nekoh...@gmail.com
on 18 Mar 2008 at 2:46
this illustrates the problem.
Original comment by nekoh...@gmail.com
on 18 Mar 2008 at 2:52
Attachments:
I created 2 different files for this, one for the import and another one for the
export to make it more clear.
revision 49
Original comment by woutclym...@gmail.com
on 19 Mar 2008 at 9:49
Original comment by nekoh...@gmail.com
on 21 Mar 2008 at 1:35
Original issue reported on code.google.com by
nekoh...@gmail.com
on 22 Feb 2008 at 3:50