Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: Autocompletion simulated in Tk

by mawe (Hermit)
on Jul 16, 2005 at 21:38 UTC ( [id://475506]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Autocompletion simulated in Tk
in thread Autocompletion simulated in Tk

Hi!

Well, they all behave a little different (as far as I understood the descriptions ;-)):
Tk::MatchEntry: While you type into the entry, a list with choices pops up (I guess thats what you wanted).
Tk::BrowseEntry: Well, that's just a Combobox, which doesn't really care about what you typed into the entry. Always the same items are shown in the list.
Tk::HistEntry: This one remembers what you typed into the entry, so you can scroll back in history ;)
Tk::SelectionEntry: I couldn't find this one :-/

Hope this helps for your decision :)

Regards, mawe

Replies are listed 'Best First'.
Re^4: Autocompletion simulated in Tk
by Ace128 (Hermit) on Jul 16, 2005 at 22:28 UTC
    Thanks man! Tk::MatchEntry it is then!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://475506]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-19 22:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found