Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Autocomplete in text field.
Autocomplete in text field. [message #557651] Wed, 08 September 2010 12:39
Michal Borek is currently offline Michal BorekFriend
Messages: 25
Registered: August 2010
Junior Member
Hello,
I'm trying to implement autocomplete in text field containing path to some resource.

If user types some text, contentproposal searches for specific directory and if finds something it adds proposals.

The problem is, when I type, for example "tem" , and it proposes: "template", "templates", "temp", when I select one it adds text, so it looks as follows:
"temtemplate"

When I change flag to replace old text it replaces all text in textfield.

Is it possible to tell where it should start replacing ?

for example if I have this text in text field: "/templates/index" and field assist shows me: index.html, about.html, help.html, when I choose about.html i want to have /templates/index/about.html.

Can you please help me ?
Previous Topic:Dialog can have menu ?
Next Topic:Helios RPC problem with p2 self-update
Goto Forum:
  


Current Time: Thu Apr 25 19:03:42 GMT 2024

Powered by FUDForum. Page generated in 0.02703 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top