Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
31 views

How to remove white color around Labelfield in Blackberry

I am developing a blackberry app and I am new to Blackberry. I am using Label Field in every screens, but there is a color surrounding the LabelField other than the background I have given for the ...
2
votes
1answer
540 views

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 ...
1
vote
2answers
528 views

BlackBerry vertically center LabelField with custom height

I have a LabelField nested within a TableLayoutManager row. I want the row to be a specific height (the same height as its bitmap background). In order to achieve this, I changed the layout() method ...
1
vote
1answer
247 views

Is it possible to strikethrough text in a LabelField?

I've been able to style a LabelField with bold, underlined and italic text, but I have yet to find a way to specify strikethrough text. I haven't been able to find any documentation that it's ...
1
vote
3answers
3k views

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?
0
votes
1answer
37 views

Title on mapfieldScreen in blackeberry is not visible

I am creating a map app. in which i am using mapfield. on the MapFieldScreen I am trying to add Title and also creating tabs but these two things are not visible. instead there is just gray color on ...
0
votes
1answer
46 views

BlackBerry API 6.0. How to make a LabelField wider (to make it stop enforcing new lines)?

I have a class which extends LabelField to set font and color. I have 2 such custom LabelFields and they display some strings of text. Those Strings are rather short, about a dozen symbols long. The ...
0
votes
1answer
116 views

how to calculate Labelfield and HorizontalFieldmanager height in blackberry

I have HorizontalFieldManager,VerticalFieldManager and LabelField. LabelField placed in HorizontalFieldManager and multiple HorizontalFieldManager are placed in VerticalFieldManager. When i try to ...
0
votes
2answers
1k views

How to display data in Label from data store in Sencha Touch

I want to display data that i receive from a data store. One way that i have tried, is to take a text field make it disabled and then set its value with store data. But i don't think it is the ...
0
votes
1answer
185 views

button with icon and title

in my screen , i want to create/add button with an icon and under this icon i want to write the title of this button like this picture
0
votes
2answers
258 views

newline doesn't work in LabelField

I'm very confused. I've created a global variable: public LabelField title2 = new LabelField("", LabelField.ELLIPSIS | DrawStyle.HCENTER| LabelField.USE_ALL_WIDTH | Field.FIELD_VCENTER | ...
0
votes
1answer
374 views

Linking a phone number on Blackberry LabelField

Is there a way to make text that contains a phone number show up as a clickable link using the Blackberry LabelField? Example: "Call me at 1234567" - the 1234567 would be a link that could be used ...
0
votes
1answer
355 views

Color Change LabelField

I have a vertical field manager, inside it are numerous horizontal field manager. in each horizontal field manager there are 1 bitmapfield and another verticalfield manager ( 3 label fields). I was ...
0
votes
1answer
706 views

Blackberry Custom LabelField

How to create a custom Label field that works similar to default LabelField issues : it should be able to take large texts and should be able to display them in different lines if the length ...
0
votes
1answer
168 views

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.
0
votes
1answer
637 views

Flex DropdownList does not show the correct values

I have a Flex Spark dropdownList in which I need to show the Provider FirstName,LastName: <s:DropDownList id="providerList" ...