Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Input help in Adobe Flex

Former Member
0 Kudos
134

Last days I have been following some video tutorials on flex and web dynpro, but I can 't seem to find anything on input help. Is there a way to implement input help in Flex? I want the user to still be able to search the values like in a default search help but I need to make the whole lay-out in Flex.

Regards,

Geert-Jan

1 ACCEPTED SOLUTION

wouter_peeters
Participant
0 Kudos
107

Hi GJ,

You have a custom Flex component from Adobe to handle autocompletion for input, you can find information, examples with source code [here|http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1047291]

Kind regards,

Wouter

2 REPLIES 2

Former Member
0 Kudos
107

Hi Geert-Jan,

you can provide simple input help usinf combobox populated with prefetched values in Flex application.

On creationComplete event you can fetch such values using web/http service hit.

Even you can provide Advance Search option using Pop-up where user can specify primary criteria to fetch further level values.

For invoking popup and then using selected values in main application you can get lots of examples of net.

Even i have used such input helps many times in many applications. So nothing great in this for R&D.

Just make sure of some routines/RFC which can provide you prefetched values for input help or you have to write these simple supportive RFCs for use.

Regards,

Vivek

wouter_peeters
Participant
0 Kudos
108

Hi GJ,

You have a custom Flex component from Adobe to handle autocompletion for input, you can find information, examples with source code [here|http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1047291]

Kind regards,

Wouter