Questions tagged [editbox]

127 questions
0
votes
0 answers

Delphi Barcode Scanning - enter into a readonly editbox

Delphi 10.3. I want to detect the entering of a bar code scanning into a editbox (TEdit or TcxEdit). I think of the onChange or onEditValueChange, so need to make the editbox readonly. I don't want to fire this event everytime I type in the digit…
Ricky Nelson
  • 197
  • 1
  • 1
  • 7
0
votes
1 answer

How to keep editbox's value even when file is closed and reopened? (in word 2016)

I'm a beginner who just started learning macros through a Google search. I have succeeded in running the macro with the value entered in the edit box. I've been working on the normal.dotm file. For example, a macro to set the font size. The custom…
Andy
  • 1
0
votes
2 answers

MFC edit box modify even

I want event on modifying MFCedit box, i.e. when I try to write or delete any letter. I am getting the event on killing the focus but that's not required. I want event while modifying the content of edit box.
Rahul Jape
  • 11
  • 1
0
votes
1 answer

Eclipse Marketplace Install pending

I just installed a new version of eclipse IDE(2020-12) and tried to install the plugins I had on the older version but had no success. As shown in the picture, when I find the plugin in the Eclipse marketplace and click install, "install pending"…
Cloud Walker
  • 314
  • 1
  • 6
  • 18
0
votes
1 answer

A message box that never loses focus

A message box created with MessageBox (NULL, "Text", "Title", MB_ICONINFORMATION | MB_SYSTEMMODAL); stays on top of other windows, but it loses keyboard focus when the user clicks another window. How could I create a message box (or an Edit box or…
user13867014
0
votes
1 answer

Excel VBA Ribbon - Set value of editBox on Startup Based on Value on Worksheet

I have an editBox on an Excel File where I want to display a date that is stored in a named cell on a specific worksheet. I want this value to be displayed when the Excel file is opened. Here's the ribbon XML line:
Jeff R
  • 3
  • 1
  • 3
0
votes
1 answer

Xpages Type Ahead Drop Down font size

Is it possible to change the font size of the drop down list that appears in an Xpages type ahead control? Have to display a type ahead on a 7 inch tablet screen and readability is quite hard for most people.
0
votes
1 answer

How to adjust font size on CEditbox to fit the text?

I'm using the MFC framework at work. I have a CEdit control that I display status in. How do I change the font size so that the text fits? (IOW, I want the font size as large so that the text fits.) Bonus points: How to center the text? I'm not…
Thomas Matthews
  • 56,849
  • 17
  • 98
  • 154
0
votes
0 answers

Why can't I delete text entered into Firemonkey edit box under Android after pressing Enter/Return key?

I type text into a Firemonkey edit box and press Enter/Return on the virtual keyboard. When I press Backspace, the entered text isn't deleted and the caret stays at the same position. The problem is resolved by changing the caret position by tapping…
0
votes
3 answers

change div color with textbox

I am trying to make a small javascript program in which I have a Div that is transparent initially, and contains an editbox inside. But I want that transparent div to become pink if the text inside editbox is not number. How can I do this? I tried…
Gogu
  • 1
  • 1
0
votes
0 answers

Search value in a EditText

I have a edit box in my layout and when user press the button for Send Mailto check if the value fromEdit Box contains @ and .com layout code:
0
votes
2 answers

Is there anything like GetDlgItemInt but for a Window that has been created? Win32 Api

Using C++ Win32 API, I've created a window ( CreateWindow() ) instead of a dialogue box. Are there any commands similar to "GetDlgItemInt" or "SetDlgItemInt" that is used for getting and setting data in an edit window for Win 32 API instead? …
ChiggenWingz
  • 461
  • 1
  • 8
  • 17
0
votes
1 answer

How to setting up EditBox

Im trying to set up EditBox in LiClipse for python but nothing I do makes it work. I feel like I've tried everything but maybe I missed something. Can anyone who was able to set it up explain how they did it? I'm trying to get it to look like this:
Jake
  • 999
  • 1
  • 7
  • 16
0
votes
1 answer

Matlab gui error message

I'm making a GUI in MATLAB that will accept numerical inputs from the user and make calculatations with them accordingly. I want to be able to create an error dialog box whenever the user enters letters instead of numbers. So far I have this bit of…
Oreomega
  • 1
  • 1
0
votes
1 answer

show or hide edit control in Autoit GUI

I want to show or hide a edit control depending if a radio button is checked or not.The following Autoit code appears semantically ok but not working.Can anyone please help? thanks While 1 $nMsg = GUIGetMsg() …
Jayk
  • 191
  • 1
  • 5
1 2 3
8 9