12,710 questions
-4
votes
0
answers
114
views
Binding textbox to an image in WPF
I'm creating an app for a clinic, they want to add the option of filling a prescription inside the app and printing it from there. I tried to just put some textboxes for the info, and put those over ...
0
votes
2
answers
169
views
how to use grid with textbox? my textsize seems to impact my grid but I don't want it to
I want my screen to have a small notepad in the bottom left.
My textsize within this textbox seems to impact my grid, but I don't want it to.
My understanding is that using uniform ="a" ...
1
vote
0
answers
43
views
Conflict between RequiredFieldValidator and Client Side CustomValidator
3rd time's a charm. Let me apologize for not knowing proper StackOverflow etiquette in my previous two question attempts.
I am trying to validate a page. By design, it is allowable for the user to ...
1
vote
0
answers
81
views
Textbox with RequiredFieldValidator requires 2 clicks (have to click twice)
My first attempt at asking this didn't go well. So, I am trying again, with hopefully more/better details.
I am running into this exact same problem:
RequiredFieldValidator have to click twice
...
-1
votes
1
answer
82
views
Problem with textbox validation and next control focus
I am validating a textbox (specifically, a Telerik RadTextBox, but I don't think that is the problem). I've tried both RequiredFieldValidator and CustomValidator. When I press Tab, validation works ...
1
vote
1
answer
115
views
Listbox dynamic search through textbox in Userform VBA
I have here a sample form below with dynamic search code from this reference.
OR
Code:
Private Sub txtSearch_Change()
Dim i As Integer
Dim j As Integer
With listData
.MultiSelect = ...
3
votes
3
answers
90
views
Get color code to Excel Textbox from cell reference in VBA
I have the following VBA code in Excel which works fine
Sub Change_Color()
Color_TextBox4 = RGB(255, 255, 0)
Sheet03.Shapes("TextBox4").Select
With Selection.ShapeRange.Fill
....
0
votes
1
answer
188
views
nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes)
Part of the control having TextBox as the base class
public override string Text
{
get => _labelText;
set // <=====
{
_labelText = value!;
Invalidate();
}
}
I ...
0
votes
1
answer
78
views
WPF TextBlock for Phone Number
I need to make a beautifull form to input a phone number (I'm not sure if all the points are feasible):
Text in the textbox: +1 --- --- ----.
When the user enters digits (ncluding by pasting), they ...
0
votes
0
answers
94
views
Avalonia Textbox limit the hexadecimal character
I try to limit the input and displayed characters of an AvaloniaUi Textbox to just allow hexadezimal characters. So 0-F. So far I was not able to accomplish by using the various events and handle them ...
0
votes
1
answer
152
views
How to add a separator for CTK Text Box?
I would like to add a separator line in between the entries of my text box but have not yet found a neat way of doing this.
I would also gladly appreciate any further comments on my code any ways to ...
0
votes
0
answers
31
views
Populating Google presentation from spreadsheet: how to align text containers (textboxes)
I am trying to create a self-populating slideshow that pulls from a google spreadsheet - and I've got that part down, but somehow I can't get the text boxes with the data to fit inside the slide.
I ...
0
votes
0
answers
47
views
Textbox highlighted issue in create.js
When I click the first audio button, the first textbox of the word should be
highlighted. However, when I click the audio button again, the first
textbox of that word is not highlighted, instead, the ...
0
votes
2
answers
76
views
move between textboxes by arrows
I am making the magazine for ratings. I need to navigate between textboxes using the arrows on the keyboard. My interface will look like a table, but I can't use TableLayotPanel and the like because ...
1
vote
0
answers
74
views
Trying to trap a button click before focuslost event
I have a form with some questions on it and MaskedTextBoxes for user input. I have that validation for possible entries.
With the question/text boxes, the user can put something into the textbox, but ...
0
votes
1
answer
70
views
How to change ControlSource of textbox on sub report?
I have an Access form with sub-report on it for preview. This way I have the print, save and email buttons "docked" to the bottom of the form window while scolling the report.
Form_Load ...
0
votes
1
answer
100
views
Populating a list of lists of TextBox
I have a grid of 81 modified TextBox items arranged in a 9x9 grid.
I added properties for row, column, block, and valid int entries for each box.
I was able to populate the row, column, and block ...
1
vote
0
answers
37
views
Dropdown textfield which can accept custom input using flutter dropdown_textfield package
I am trying to create e dropdown textfield which can accept a custom input and add it to its dropdown history. For that dropdown_textfield package comes in use. I manage to create the actual textfield ...
0
votes
2
answers
88
views
Is there a way to make a text box look different from my input fields
I made a simple website that takes in two arugments and gives the output of the third. To style the inputs, I used input styling on text inputs. However, my result is also in a text field and looks ...
0
votes
4
answers
93
views
Textbox in scrollviewer delete outdated lines in wpf
I'm still new in wpf so please bear with me.
I have a GroupBox that handle my logging. inside of it is ScrollViewer for scrolling and a TextBox to contain the logging. what i want is that at certain ...
1
vote
5
answers
97
views
How To Temporarily Disable lname Textbox When fname Is Empty? [closed]
I want to temporarily disable lname textbox when the fname textbox is empty, but if the fname is not empty the lname should be enabled.
I have a code but I don't think it is correct nor wrong.
...
0
votes
1
answer
82
views
How to pull a value from a table in Access and show it in a textbox based on a unique ID displayed in another textbox?
I have a textbox in Form2 named txtEID with an Employee ID value that is passed from another form.
I also have a sample textbox named txtFullName that should autopopulate the name of a person from ...
0
votes
2
answers
151
views
VBA userform with interactive, editable pop-up to view and edit textbox
I have userform1 with a textbox1 and space on the form is limited. I am trying to create an interactive/editable 'pop-up' to give the user a larger space to enter/edit text in textbox1.
I created a ...
1
vote
1
answer
122
views
How to handle extra space in result in textbox in vb.net
I'm Trying to handle extra space in result in textbox in vb.net
Is there something wrong with my code?
or there is another solution?
Please Guide me
Thanks
Below is the code I used :
Public Class ...
0
votes
1
answer
103
views
Formatting string into currency in textbox in form load and event and support Value In Words with VB.NET
I'm Trying to Formatting string into currency in textbox in form load and event and support Value In Words with VB.NET.
for textbox txtdownpayment is not readonly . So please guide me so that I can ...
1
vote
1
answer
114
views
"The name "TextBox" does not exist in the current context" errors during a few tutorials
I want to make an ASP.NET web form that sends the text from a TextBox to a SQL database in Visual Studio. I found 2 tutorials for exactly what I wanted, but both of them have the same errors halfway ...
0
votes
1
answer
50
views
VBA and Combobox values
I have a form with a combo box, and I would like the corresponding values related to the selected ID from the combo box to display in text boxes. The issue is that the text boxes only display the ...
1
vote
1
answer
25
views
VBA Option button "other" jumps to textbox
I have a UserForm1 with options why the discount is applied. One option is "Other".
I would like to "jump" into the Textbox associated with the Option button OptionO and vice versa:...
4
votes
1
answer
72
views
Centering Text With Superscripts on Multiple Lines in a Plot in R
I have a plot, and I'd like to add a text box to it. This text box has text that must go on 5 different lines. This text box also contains superscripts. The text box should be center justified too. I ...
0
votes
0
answers
43
views
rust input field textbox set placeholder
I would like to set the placeholder in the textbox input field, but I am not succeeding.
Can you help me?
use druid::widget::{TextBox, Flex};
use druid::{AppLauncher, Data, Lens, Widget, WidgetExt};
#...
0
votes
1
answer
84
views
Scanner for Textbox causes PostBack
I have a textbox which gets information from a scanner or scanned barcode item. However, when I scan the barcode, it causes an AutoPostBack which erases all the information that has been entered. I ...
0
votes
0
answers
23
views
Use ComboBox as TextBox in userform
I created a userform with multiple fields (all of them are text boxes). In the first field I indicate the research criteria. Upon clicking the "Search" button, the macro looks in column A of ...
-1
votes
2
answers
79
views
C++ GUI DateTimePicker date value to TextBox
I have a TextBox and a DateTimePicker and I want the selected date in the DateTimePicker to be written in the TextBox.
In short what do I need to write inside here?
private: System::Void ...
-1
votes
1
answer
67
views
How to add an item that is not included in the listbox to a listbox in ASP.NET?
I need a control in ASP.NET webforms. When the user writes a text in this control and clicks enter, the relevant text should be selected and appear in the control. In this context, I tried Listbox, ...
3
votes
2
answers
168
views
Text inside a pygame_gui textbox disappears after changing it - pygame_gui library
I am using the pygame_gui library. I am trying to make a textbox that when pressed enter it will print the text inside the box to the console and reset it (so the textbox will be empty).
It does ...
0
votes
1
answer
147
views
Reading doubles (numbers) in and out of Excel cells
I'm reading in values from an Excel sheet and have the user checking those numbers/text and hitting save again if they are correct. It works well for any text and numbers, except for my discount being ...
-3
votes
2
answers
107
views
Why are my Java text boxes only holding the last number of an imputed array? (I am using a JFrame Form for the GUI)
I have tried to get a textbox to display an array, but as far as I have tried it only shows the last number of the array
ex: array gives: 1, 24, 18, 98, 100, 78, 63, 24, 77, 46
Textbox displays: 46
...
0
votes
2
answers
72
views
WPF TextBox typing issue with StringFormat
Is there a way to "bypass" the dot and "override" the decimals when typing a value in a TextBox in WPF formatted with a 2 decimals via StringFormat='{}{0:F2} ?
When I type "1....
0
votes
1
answer
276
views
DevExtreme: TextBox: Set Mask to a Model property
Is it possible to set the mask of a devextreme textbox field to a model's property? As in bind the mask property to a model's property value?
For example:
Model:
public MyClass{
public string ...
0
votes
1
answer
39
views
WPF Custom TextBox Sizing issue
I am trying to create a custom TextBox Template in WPF.
My TextBox has a 1px border around it, this border has a margin of 8px, this is all simple stuff, no issues here.
The issue I have is that when ...
0
votes
2
answers
93
views
Can we add an image inside a textbox without the use of a stack in swiftui?
I am trying to add an image into my textinput in swiftui without the use of a zstack because this cause the whole view to bug, this is the expected result , is there a way to add them without the use ...
0
votes
0
answers
141
views
how to adjust width,change back color and add icon image in dropdown textbox autocomplete in datagridview with VB.NET
Im Trying to adjust width based on length text,change back color and add icon image in dropdown textbox autocomplete in datagridview
for this adjust width based on length text >> Probably a ...
0
votes
0
answers
71
views
Form Header textbox value changes with record set when scrolling through continuous form? in Access
I'm trying to set up a Continuous form in Access that provides information for an employee task list (i.e. Supervisor name, Employee name, Due date, Status, etc.).
In the form header, the supervisor ...
0
votes
1
answer
96
views
Enable disable multiple inputs on dropdown change selection
I am trying to enable or disable multiple text boxes on selection box change. Meaning when I select any option in a selection box, all fields should be enabled.
Tried the JavaScript and Html below ...
-1
votes
1
answer
418
views
how to change the text color of a pygame gui textbox
I have this python code which displays a screen with a textbox in the middle that print its text when pressed enter:
import pygame_gui, pygame
pygame.init()
screen = pygame.display.set_mode((500,500))...
0
votes
1
answer
61
views
Javafx eclipse Text Input Validate when numeric or Mixed and reject when Non-numeric
In JavaFx eclipse application, before saving the data in SQL data base, it is required to verify following conditions: Either Numeric Value or Mixed. But,reject if purely non-numeric with(out) ...
0
votes
1
answer
84
views
Add default text to curses Textbox object
I'm using the curses python library in an application and have implemented a Textbox as well https://docs.python.org/3/library/curses.html#textbox-objects.
Is there a way to add a default text when ...
0
votes
1
answer
181
views
how to Force user only select suggested entry from datagridview Autocomplete textbox in VB.Net
I'm Trying to Force user only select suggested entry from datagridview Autocomplete textbox in VB.Net
and one more I want the "Unit" column to appear according to the database when the "...
0
votes
1
answer
127
views
Group Textboxes to create an array in VBA
I want to automatically save solidworks files within an assembly. The names of each parts that will be saved is created based on the input given in a userform.
The user can determine the amount and ...
0
votes
1
answer
118
views
Can't enter decimal point in textbox bound to a float
I am using Dot Net 8.0 and I have created a WPF application. On a window I wish to have a textbox control that is bound to a Float so the user can see and modify it.
I have tried many things but ...