nope - you don't want a suggestbox. you have to actually do the popup yourself based on triggers you set up (i.e. user presses a .) Dunno how easy that would be if you want it positioned somewhat relative to the cursor.
On Mon, Apr 13, 2009 at 4:46 AM, Edoardo Ceccarelli <[email protected]>wrote: > > I already have a class that extends suggestbox and override the > setText method, it would be easy to filter out html and have accurate > suggestions. > My main problem is that textarea is not really versatile to have a > suggestbox (for example the box is always appearing in the lower left > angle of it, and when I select the options of the box the cursor moves > inside the textarea too). > What I am trying to implement is a text input with suggestions, to > write small programs in it, like eclipse. > > On Apr 13, 11:21 am, Darkflame <[email protected]> wrote: > > Surely it wouldnt work because richtext uses html ? I mean, I'm not > > sure the suggestions would be accurate as (I think) it would be > > looking at the html tags as part of the requirements for the > > suggestions. > > > > I'm curious exactly what your trying to achieve....a multi-line > > suggestion box? > > > > On 13 apr, 01:08, Eddy <[email protected]> wrote: > > > > > Hello, > > > > > anybody tried to use the SuggestBox (with a SuggestOracle) using a > > > RichTextArea instead of a normal TextArea? > > > I am trying to use SuggestBox with the TextArea but I'm having several > > > problems, so I was wondering that maybe the RichTextArea should be the > > > way to go (even though the SuggestBox doesn't even instantiate with > > > RichTextArea) > > > > > Thanks > > > Edoardo > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
