Application Development and Automation 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: 
Read only

Input help in Adobe Flex

Former Member
0 Likes
536

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
Read only

wouter_peeters
Participant
0 Likes
509

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
Read only

Former Member
0 Likes
509

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

Read only

wouter_peeters
Participant
0 Likes
510

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