Questions tagged [editfield]
9 questions
3
votes
1 answer
fix the value limit of the EditText in Android?
I am working on an application in which I have added an EditField for which the value is fixed for $72.
I have implemented the check at the end of the form but this is not working for me. I need to check this at run-time to check weather user is…

Sam-In-TechValens
- 2,501
- 4
- 34
- 67
2
votes
3 answers
protect password of tedit components
I just wonder if there is an efficient way of protecting an TEdit field with password char set from tools which can read it back in plain text.
I think those tools for example grab the target handle of the TEdit and use gettext or something…

Hans Harz
- 203
- 2
- 13
1
vote
3 answers
how to set a default value to EditField when it is cleared?
I am using an EditText field in my application. also i had added addTextChangedListener for that. On the onTextChanged method, i had called my squareFunction. The code is like..
value =…

Dil Se...
- 877
- 4
- 16
- 43
0
votes
0 answers
Operands to the || and && operators must be convertible to logical scalar values. Symbolic vars
Operands to the || and && operators must be convertible to logical scalar values.
the code is to evaluate the editfield if they are empty, there an equation is inserted in each one; what I am trying to do is that if the fields of the editfield are…

Andre3600
- 17
- 5
0
votes
3 answers
I inserted long text in Edit Text view increase its size in Android
I am working on an Android application in which I am using edit text. When I put long text in it, it increase the size of the edit text. I having already given "wrap_content" on width and limit the number of lines and 'ems' but it won't work.
When I…

Usman Khan
- 3,739
- 6
- 41
- 89
0
votes
1 answer
Android prevent layout from moving up on focus on edit field
Hi I searched so much but nothing could solve my problem. This is the Layout

spiky
- 1
- 1
0
votes
1 answer
stickers below editfield hide/show blackberry
i am new blackberry 7 development.
I am doing a chat application which will have stickers and i have stickers in res folder and now i want add them to chat screen below editfield with hide/show option and i dont know how to do this.please help me…

AVINASH KANNA
- 617
- 1
- 5
- 11
0
votes
1 answer
Fixed height EditField in BlackBerry
I am new to blackberry development and I am currently writing my first application where I ran into a problem. I want to implement two types of EditField
An EditField that will have the maximum height of one row. If text are entered into this…

JoeAdeoye
- 170
- 2
- 10
0
votes
2 answers
Change the limit of digits in EditField based on the first input characters in Android?
I am working with a EditField in my application, to enter phone number to DIAL.
Now My query is,
1) if begins with 1, it should be only 10 max digits after the 1,
2) if 011, up to 15 digits max, but no fewer than 8 after 011.
Please let me…

Sam-In-TechValens
- 2,501
- 4
- 34
- 67