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? ...
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? ...
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...
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...
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. ...
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?? ...