Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
yako
Posts: 43
Registered: ‎01-20-2009
Accepted Solution

Focus on multiple Field - Like Task and Memopad

Hi all, I would like to implement that is something like memopad.

The particular thing I'm interested in is that it shows focus at two places, in this case, focus is on the TextField and the ListField.

When the user types TextField is populated irrespective of where the current highlighted position of the LisfField.

 

Any tips or direction would be appreciated.

 

Please use plain text.
Developer
simon_hain
Posts: 13,830
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: Focus on multiple Field - Like Task and Memopad

it is not possible for two fields having the focus.
actually only one field - the one where you enter stuff - has the focus.
the other field is registered on this one using a callback and processes the input this way.
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.
Developer
haagmm
Posts: 178
Registered: ‎07-29-2008

Re: Focus on multiple Field - Like Task and Memopad

Your talking about using a KeywordFilterField, there is a sample included in the JDE i belive showing how it works.
Please use plain text.
Developer
yako
Posts: 43
Registered: ‎01-20-2009

Re: Focus on multiple Field - Like Task and Memopad

I see. I finally found it in the 4.5 API. I did however tested it and it did behave exactly as Memopad. I thank you for that.

 

However, I'm going to have to go down path of Simon's suggestion as I am still developing for 4.3 onwards.

Please use plain text.
Developer
haagmm
Posts: 178
Registered: ‎07-29-2008

Re: Focus on multiple Field - Like Task and Memopad

fair enough, good luck :smileyhappy:
Please use plain text.