Bug 120173 - [Field Assist] - beef up and release example
Summary: [Field Assist] - beef up and release example
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M6   Edit
Assignee: Susan McCourt CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 128720
Blocks:
  Show dependency tree
 
Reported: 2005-12-09 16:03 EST by Susan McCourt CLA
Modified: 2006-03-28 14:30 EST (History)
2 users (show)

See Also:


Attachments
Field Assist Example JAR (14.03 KB, application/octet-stream)
2006-02-08 12:25 EST, Susan McCourt CLA
no flags Details
Field Assist Example JAR (14.03 KB, application/octet-stream)
2006-02-21 11:18 EST, Susan McCourt CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Susan McCourt CLA 2005-12-09 16:03:29 EST
I have an example app for field assist that should be beefed up and released for 3.2.

It exercises all the various combinations of function (explicit keystroke invoke, auto-invoke, different kinds of decorations, etc.).  

However the target dialog itself is really dumb (username/password fields), and should be beefed up to contain a more realistic example with decorations on fields other than text.
Comment 1 Susan McCourt CLA 2005-12-14 09:36:25 EST
It would be nice to combine aspects of the field assist example (the preferences that let you control required field emphasis, configure content proposals, etc.) with a dialog that uses data binding.

Boris - it appears that the data binding examples are table-oriented.  If you guys had a simple dialog that edited one of your Person objects, I could adapt that to use field assist rather than have to release a separate example. (perhaps in the M5 timeframe.)  
Comment 2 Susan McCourt CLA 2006-02-08 12:25:44 EST
Created attachment 34357 [details]
Field Assist Example JAR

field assist example as of 20060208, attached here to share with others before it goes into builds.
Comment 3 Susan McCourt CLA 2006-02-12 15:37:03 EST
assigning to M6.
See also bug #120238 (we should use the prescribed visuals in the example vs. the dummy ones I did.)
Comment 4 Susan McCourt CLA 2006-02-14 14:40:51 EST
- preference page should be updated to reflect new API for filteringStyle
- recheck that all other API is exercised.
Comment 5 Susan McCourt CLA 2006-02-14 14:58:29 EST
- allow specification of delay for content proposal popup in pref page
Comment 6 Susan McCourt CLA 2006-02-21 11:18:21 EST
Created attachment 35079 [details]
Field Assist Example JAR

latest copy of field assist example
Comment 7 Susan McCourt CLA 2006-02-21 11:19:39 EST
Waiting on bug #128720 to get this into builds.
Comment 8 Susan McCourt CLA 2006-02-21 13:54:49 EST
example should show other widgets, too.
At least a combo, if not spinner, etc.
Comment 9 Susan McCourt CLA 2006-02-23 17:14:42 EST
Comment on attachment 35079 [details]
Field Assist Example JAR

Attachment marked obsolete as the example is now available in CVS
Comment 10 Susan McCourt CLA 2006-02-23 17:19:11 EST
- Released into CVS and updated map file.
- Updated buildDoc.xml to include the example doc
- Updated topicsSamples.xml to include the example
- contacted releng to update the SDK examples feature and testManifest.xml

The following has been added to the example:
- Preferences broken up into two pages
   - field assist example preferences controls use of decorations and color
   - content assist preferences (subpage) controls content assist settings
- All configurable aspects of ContentProposalAdapter are now settable via preferences
- Text, combo, and spinner are used to show decorations on different widgets
- The visuals proposed in bug #120238 are used in the example
- Demonstration of error-specific decoration text
Comment 11 Susan McCourt CLA 2006-03-28 14:30:42 EST
verified on I20060328-0010
- example is in examples zip file
- doc is in the examples guide
- example performs as expected