Questions tagged [editbox]
127 questions
2
votes
1 answer
Handle the Sliders Control with Edit Box in MFC
I have a problem with appropriate using Slider Control and good understanding of mechanism of UpdatingData of values.
This is a very simple program which should help me get understood of problem.
Take a look on my code:
// TestDialog.cpp :…

SunriseAvenue
- 55
- 8
2
votes
2 answers
MFC CEdit Control does not handle Key Pressed after added to Accelerator
I have a Problem with the del Key in my MFC Application.
I have defined an Accelerator entry to use the del key in my CTreeView.
My Application uses a split view. The CTreeView is on the left panel and the CEdit Control is on the right Panel inside…

Kevin
- 785
- 2
- 10
- 32
2
votes
1 answer
Android Floating EditBox
I have an OptionMenu which has single option in it named "Search". When the search option is clicked, it should dynamically add a EditText at the top of Activity window like it has in WebView (browser address bar) so users could search something in…

Umair A.
- 6,690
- 20
- 83
- 130
2
votes
2 answers
EditText with cross(x) button at end of it
Is there any way to add the x-graphics in the android Editbox like the of iPhone
So that by clicking on that x graphic it can clear all the values in the Editbox
Is there any way to listen weather i touch a specific part of an edit text
Thank you

Labeeb Panampullan
- 34,521
- 28
- 94
- 112
2
votes
1 answer
How to know offsets within EDIT control to draw text?
I'm subclassing the EDIT common control to add some special placeholder text behavior in the background and I'm curious how to know offsets to draw text within in?
h and w in this diagram:

c00000fd
- 20,994
- 29
- 177
- 400
2
votes
0 answers
Is there an "Edit Box" (highlight active/selected work area) equivalent for NetBeans?
When I was using eclipse, there was useful Edit Box plugin to highlight portions of my code and that was very comfortable for me because sometimes I confuse lines when i'm tired.
Now I have to use NetBeans and I haven't been able to find something…

antares667367
- 91
- 1
- 10
2
votes
3 answers
String to Integer Conversion in MFC
I am just a beginner to MFC platform. I am just trying a simple pgm. Getting 2 numbers in 2 edit boxes and displaying the sum in the third edit box when a button is clicked.
This is my code:
void CMineDlg::OnEnChangeNumber1()
{
CString…

BeginnerWin32
- 39
- 8
2
votes
1 answer
Edit Box flickering
I'm trying to create an edit box inside my Win-32 application, but am having a bit of trouble. It will only show up under the circumstances that my mouse is moving, clicking and dragging at the same time, and it wil be flickering in and out of…

Matt
- 175
- 2
- 12
2
votes
0 answers
How to disable the cceditbox moving the whole scene to accommodate a keyboard
I've used the editbox in my game to handle the input.But there is a thing done by the system that the whole game scene is moved up to accommodate the soft keyboard.Any help is appreciated.

willmoon
- 47
- 1
- 7
2
votes
1 answer
How to get the result of voice recognition on EditBox?
I know there is like a ton topic and question regarding Voice Recognition and my question might be a stupid one too. but please bear with me guys.
I need to get the result of the speech recognition into an (Editable Text Box) instead of (Array…

K-19
- 67
- 1
- 7
2
votes
2 answers
Is there a way to mask text in an editbox in MATLAB?
is there any way to mask text that is inputted into an edit box?
I have to produce a really basic prototype GUI that will take the username and password from the user and they both work, but I want to replace the user's password with asterisks…

user2146415
- 33
- 4
2
votes
1 answer
iterate over edit box and compare value with previous in Delphi
I'm working on a school project where I have 10 textboxes (5 pairs).
The idea is that the sum of each pair can at most be "3". So
[1] [2]
[1] [0]
...
[2] [1]
I figured that checking this during a "onChange" event is too time consuming so I decided…

Nick
- 2,862
- 5
- 34
- 68
1
vote
3 answers
What is the best way to format an edit box that represents a numeric value?
In my c# program I have a very simple DevExpress edit box that represents a numeric value.
What I would like to do is to add a restriction on the number of decimals in such a way that:
Users cannot type, paste or in any other way enter a value…

Bart Gijssens
- 1,572
- 5
- 20
- 38
1
vote
0 answers
Will Delphi TEdit control allows texts containing newline character?
I am using TEdit in Delphi XE3, as it is a single line control. I don't expect it will allow text with new line character. However, today one of my customer send a file which contains the data from the edit box, which…

alancc
- 487
- 2
- 24
- 68
1
vote
0 answers
Edit box/Nodeclipse EditBox plugin not working anymore with Eclipse 4.18.0
I am getting the following error with edit box plugin in Eclipse:
ava.lang.NoClassDefFoundError:
org/eclipse/ui/internal/misc/StringMatcher …

KeshavM
- 11
- 3