labelfield

Blackberry Java: TextField *without* the caret?

I want a non-editable TextField (or a subclass) that doesn't even have the caret displayed. Alternatively, I want a multiline LabelField. Is any of these possible? ...

Possible to have more then one labelField in Flex?

I have a combo box that is currently getting its information from a database this seems to be working fine. Now I would like to have content from two fields displaying in the combo box at once. Say First Name & Last Name I've added the information to the query fine but the data displayed in the combo box seems to be controlled by the l...

Flex DropdownList does not show the correct values

Hi All I have a Flex Spark dropdownList in which I need to show the Provider FirstName,LastName: <s:DropDownList id="providerList" dataProvider="{model.practiceProviderList.practiceProviders}" labelField="provider.providerName.firstName"/> But the output shows only [object Object] & [object Object] as there are 2 p...

How to insert trademark symbol in LabelField on Blackberry

I'm trying to figure out how to add a trademark symbol on a LabelField in Blackberry API v5.0. Can anyone please help me? Thx in advance. ...

blackberry paragraph formatting labelfield

im having a label field that contains text value exceeds the screen width, i want to format the labelfield as paragraph to display inside specified width and height.. how to format the text in blackberry?? ...