Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2006
    Posts
    209

    Grin is there way to autocomplete

    hi,
    just wandering is there way to save last entered input for application and next time when user enter some thing it give list as you can say history in internet explorer you type web address???

  2. #2
    Join Date
    May 2005
    Posts
    1,115
    There is, but you'll have to a reasonable amount of coding to pull it off..
    Never know what life is gonna throw at you.
    (Based on a true story.)

  3. #3
    Join Date
    May 2006
    Posts
    5,380
    look in the examples or suggestions forum, someone (i cant remember who) posted a suggestion/example which showed auto compleat on a input object....its worth a look
    Open your eyes to Narcissism, Don't let her destroy your life!!

  4. #4
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    I did this with an sqlite database where I would search the appropriate column for text like that and then autocomplete with that information, or you could use a combobox and do the same thing and filter your list based on what they type.
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

Posting Permissions

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