|
1.0.2 fix works.
Couple suggestions:
It appears then when you go into the transfer screen it does a scan, which in turn discovers the device(s), however if they go out of range, would it be worthwhile to put a "rescan" button on the screen. The rescan would only be enabled if a scan had completed, this way one could stay on that screen rather then going back and forth to discover clients.
Send File/Send Message is a little awkward.
There's one text box that servers 2 purposes. Coming from a VB/SCADA background here's what I would do.
Get rid of the text box. Create a frame with 2 tabs labeled "Send File" and "Send Message", respectively.
Clicking on the Send File tab gives a combobox(perhaps save last 5 entries) with a ellipses (...) which would call "file explorer" to select a file then a "Send" button to send that file. Maybe limit the file types to .txt,.jpg,.bmp,.mpg etc.
Clicking on Send Message give a text or combobox (store last 5) and automatically pops up the keyboard (if possible) and a send button.
Last edited by beakmyn : 05-28-2007 at 03:12 PM.
|