Questions tagged [editbox]

127 questions
0
votes
0 answers

MATLAB GUIDE - How to display results on a single editbox after pressing the pushbutton

I am trying to create a matlab gui using GUIDE, and have been looking for a solution to the following problem. I have the following: An editbox that will take user input A listbox with choices to choose, and once a type is chosen, data is…
wi3o
  • 1,467
  • 3
  • 17
  • 29
0
votes
1 answer

How to insert values through a matlab gui into sql database automatically?

We have created a registration form in Matlab with some field such as name, age, etc. Also we have created a database using Sql Server(ODBC). Now we can read the TextBox values and display it in command window by get property (it is in pushbutton…
Anjuzz
  • 3
  • 4
0
votes
4 answers

How to add Image in Editbox with some text?

I am trying to add the image in Edit box with some text, but it is not showing the image. It is showing only texts. Here is my xml.
0
votes
0 answers

Make 4 edit boxes total sum never to exceed 100

How could I make my four edit boxes total sum never to exceed 100? None of the edit box values or the total sum of the edit boxes should also never go below 0.
user2481390
  • 31
  • 2
  • 7
0
votes
1 answer

How to change an editbox from minutes to hours in Java

I have a variable that is an integer array (intArr) containing three minute values. Then I have three edit boxes (e1, e2, e3), where e1 takes value intArr[0], e2 takes value intArr[1] and e3 takes value intArr[2]. I also have a radio button (one can…
user2481390
  • 31
  • 2
  • 7
0
votes
1 answer

MFC editbox get cursor, In OnInitDialog function

How do I get cursor when dialog is start at OnInitDialog function, without user to move click it, like as follow pic enter link description here Other problem is, when the editbox already fill with text, how do I select the text ?
user1753112
  • 203
  • 2
  • 17
0
votes
1 answer

how to dynamically update editbox of matlab gui before saving in .mat

I am quite new with the MATLAB gui and I wandered how we could allow an editbox value to be modified once the callback to the corresponding function had already been done (ie once the value is entered inside the editbox). Indeed I would like to save…
0
votes
2 answers

How to check if entry is number including float numbers

Is there a simple way or function to check if the entry to the Editbox is numeric including float numbers. Any alphabetic or alphanumeric entries will not be allowed. Without float number part I would check ascii but I think it does not work for…
user2937812
  • 49
  • 2
  • 8
0
votes
4 answers

Android single button multiple functions

I am beginner to Android development. I have 3 edit boxes and one "Edit" button. When I launch the activity all the edit boxes should be disabled. When I click on the Edit button all the 3 edit boxes should get enabled and button text should change…
user2740599
  • 449
  • 4
  • 10
  • 20
0
votes
2 answers

CEditBox or CListBox which one is better for big amout of logging data

This always was a big question for me that for a very big amount of logs (like 100,000 line log) which one is better in performance, scrolling,... also consider formatting the text with color is a must.
EBAG
  • 21,625
  • 14
  • 59
  • 93
0
votes
2 answers

Xpages 8.5.3 Bug ? xp:input text

I have 2 edit Boxes, 1 is editable, the other just prints the name of the sessionScope, both fields are in a in 2 cells next to each other , see code below, inputText1 is a editable text field, inputText2 is non editable text, printing…
Web_Developer
  • 9
  • 1
  • 2
  • 8
0
votes
0 answers

EditBox inside StringGrid

I have problem with inserting Editbox in StringGrid. I have one StringGrid and one Editbox on my form. The editbox shows just fine in the selected col and row but i can insert just one number in the selected cell... can anyone explain me how to put…
user2381189
  • 61
  • 1
  • 1
  • 5
0
votes
1 answer

How can i implement a edit box plugin firefox with the opensource firebreath?

I found an open source-- Firebreath which aims to be a cross-platform plugin architecture, I want to use this to implement a security controls in firefox chrome and so on. I can get the hwnd ,but i have no idea at how to insert some control like an…
0
votes
1 answer

how to display info in a listbox instead of edit box?

i want to create a client server program in mfc i found some really good source code from this website: http://www.softwareandfinance.com/Visual_CPP/TCP_Client_Server.html ok can someone help me display the information in a listbox instead of the…
Karen123456
  • 327
  • 1
  • 3
  • 10
1 2 3
8 9