Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 26

Thread: New on screen Keyboard Idea

  1. #11
    Raw Wave god_of_cpu's Avatar
    Join Date
    Jan 2004
    Location
    SilverSpring Maryland
    Posts
    2,960
    Quote Originally Posted by Peoples
    i would love for this to work too. Also, i know in hondas at least the navigation allows you to enter stadiums, convention centers, concert halls etc as way points. so for example, you could choose baltimore, then convention center, and it gives you directions to the convention center. do D3, mappoint, iguidance or any other of the popular ones we use have this capability?
    Don't know about the others, but mappoint uses fuzzy logic for the searches, so if you search by place name, it will return all results with the same or similar place name. For example if you enter "Convection center". It will return all results that sound like that and if they are sorted by distance to your current location, the correct one will probably be at the top of the list. This does have some tradeoffs to restricted input systems, but, at least with mappoint, you don't have to enter in a city, state, or zip or even spell it correctly, just a street or place name. Also with mappoint your database is very large, i.e. the whole US and since you don't have to restrict results, it doesn't effect the performance of the input system much.
    StreetDeck.com Developer (I am Chuck)
    Get StreetDeck at http://www.streetdeck.com
    The Official StreetDeck Forums have moved, please visit us at http://www.streetdeck.com/forum for official support for Streetdeck.

  2. #12
    Variable Bitrate M^ck^y's Avatar
    Join Date
    Aug 2004
    Location
    Melbourne
    Posts
    308
    Now that we have voted, let's go and beg for it lol... think how well navivoice would work for entering new addresses... Woooohooooo

  3. #13
    My Village Called 0l33l's Avatar
    Join Date
    Jul 2004
    Location
    Berkeley, CA
    Posts
    10,520
    Quote Originally Posted by M^ck^y
    Now that we have voted, let's go and beg for it lol... think how well navivoice would work for entering new addresses... Woooohooooo
    The only thing I can think of is for that feature to be implemented in FD or MM. Can't really do this with iG

  4. #14
    Raw Wave RoyN's Avatar
    Join Date
    Sep 2004
    Location
    São Paulo, Brazil
    Posts
    3,534
    Quote Originally Posted by lastberserker
    It's better (and much more often) done with auto-complete drop-down.
    Yes but disabling keys that really "cant" be pressed is better solution for the OSKs IMO... like the mercedes has

  5. #15
    Raw Wave
    Join Date
    Jun 2004
    Location
    On the beach
    Posts
    2,225
    I can't see how this could be coded, it would be a nightmare and probably very slow if it was implemented, it would be better not to have the key disabled but not to allow the autocomplete update.

  6. #16
    Constant Bitrate
    Join Date
    Mar 2004
    Location
    California
    Posts
    135
    If designed properly, it would not function poorly. As a software developer myself, I think this would be a fairly easy thing to do. More than likely, an index generator for your current region would need to be rewritten, to pregenerate easy to use data indexes for prepopulating searches that will run while the user is inputting. It's really quite simple.

    Indexes that would have to be created:

    1. single digit index containing counts for number of associative matches (i.e. a 869,343)
    2. single digit directive to double digit index containing counts for number of associative matches (i.e. a ---> b 10,341 --- meaning there are 10,341 street names that start with "ab")

    repeat #2 for every potential column (i.e. the longest word in the database).

    The advantage of this method is that it would be very simple to check a small index of these to determine what the next available letters are.

    So, let's say the user has already typed C, the index might contain something like:

    C 3
    CA 1
    CO 2
    COL 1
    CON 1

    We would know there was 3 states starting with the letter C, only one starting with CA, and two starting with CO. If the index is stored properly, you'd be able to programmatically determine that the A and O are the ONLY usable keys next. This eliminates spelling, grammatical errors, etc. And it will allow for autocompletion or suggesting the remaining spelling. When the user presses O, then the A and O delight, and L and N light up as available.

    It is a feature that wouldn't take too long to develop in my opinion.

    Seeing as there is no open source mapping extension (i.e. MapMonkey nor FreeDrive), this can't be added by myself.

    But to say is it an unimportant feature, or that it would be too slow, is truely avoiding the idea altogether.
    Kevin
    Audi A4 Carputer, 80% setup.

  7. #17
    Variable Bitrate lastberserker's Avatar
    Join Date
    Apr 2005
    Location
    Seattle
    Posts
    239
    Quote Originally Posted by kevlar
    Indexes that would have to be created:
    Here is the wheel you're so diligently trying to invent With suffix trees you also get a very nice autocompletion property. See more on the topic.
    Asus K8S-MX ~ Athlon 64 2800+ ~ Kingmax MPXD42D-2K 1Gb ~ Seagate ST960822A 60Gb ~ PSK-3100 PS/2 kbd ~ MR-350 GPS ~ Hawking HSB1AP ~ Buffalo WLI-USB-G54 ~ 8" Dynamix TS LCD ~ DSATX ~ XCard ~ TVedia ~ some LCD TV ~ Vista ~ MapPoint 2006 ~ iGuidance 2.*

  8. #18
    My Village Called 0l33l's Avatar
    Join Date
    Jul 2004
    Location
    Berkeley, CA
    Posts
    10,520
    Here's an image from the stock Toyota Nav system
    Attached Images Attached Images  

  9. #19
    Constant Bitrate
    Join Date
    Feb 2004
    Location
    Germany
    Posts
    123
    Yes this would be nice.
    But I think it would be better when you can switch with a knob through the letters.
    So you only need small place on display and it is better to control while driving.
    Is this possible?

    Winni

  10. #20
    My Village Called 0l33l's Avatar
    Join Date
    Jul 2004
    Location
    Berkeley, CA
    Posts
    10,520
    Quote Originally Posted by Winni
    Yes this would be nice.
    But I think it would be better when you can switch with a knob through the letters.
    So you only need small place on display and it is better to control while driving.
    Is this possible?

    Winni
    Are you using a 15" LCD

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. On Screen keyboard Layout
    By xequtor in forum Map Monkey
    Replies: 2
    Last Post: 12-10-2004, 05:46 PM
  2. Keyboard idea...
    By Traffic000 in forum Input Devices
    Replies: 1
    Last Post: 08-30-2004, 07:33 PM
  3. Idea for screen placement...looking for feedback.
    By Dagger in forum LCD/Display
    Replies: 11
    Last Post: 05-05-2004, 02:45 PM
  4. A question about mounting a flexible keyboard
    By Rudical in forum Input Devices
    Replies: 23
    Last Post: 08-05-2003, 10:54 PM
  5. Replies: 13
    Last Post: 07-02-2002, 11:54 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •