Updating can refer to the modification of data or configuration by an application, process, or service, or can refer to the modification of software by a process.
Questions tagged [updating]
1058 questions
-1
votes
1 answer
Stateful Builder not updating list in flutter while using interactiveScrollViewer
I'm using InteractiveScrollViewer and list is not updating on add and update function so i used StatefulBuilder for CardList. Now its working fine for same page but if i pushed another page i.e. endDrawer and update item there when i pop the page,…

B.Ayaz
- 47
- 1
- 9
-1
votes
1 answer
Java JComboBox Updating ComboBox
I have 3 JComboBoxes each with an actionListener. Upon selecting an item from any one of the JComboBoxes should update the content of the other two, and when two of the JComboBoxes are selected, the 3 combo box value should be updated based on the…

jpo
- 3,959
- 20
- 59
- 102
-1
votes
1 answer
REACT UPDATE A DATA
I have a problem trying to update an Array of Objects that lives in a Themecontext, my problem is with mutation, I'm using Update from Immutability helpers. the thing is that when I update my array in my specific element, This appears at the end of…

Codasko
- 31
- 5
-1
votes
1 answer
WPF InteractionRequest not working after Updating Prism 6.2.0 to 8.0
I have updated my WPF project build with Prism 6.2.0 to Prism 8.0. I am using .NET Framework 4.7.
I use InteractionRequest in a lot of places within my application in order to open a popup to gather user information. After updating the project, I…

chincheta73
- 187
- 1
- 22
-1
votes
1 answer
Excel formula Index and Match doesn't update when dragging down
I have the following formula
=INDEX($D$2:$D$300018,MATCH($AA$3,$O$2:$O$300018,0))
When I drag down the formula it doesn't change $AA$3 to corresponding Row
Please help

lavnalla
- 31
- 1
- 7
-1
votes
1 answer
Updating Python 2 to python 3 in MacOS and now I cannot use python
I was trying to update my mac from python 2 to python 3 using this tutorial and tried the section called "what we should do"
https://opensource.com/article/19/5/python-3-default-mac
and everything is going well and I got to the part where you have…
-1
votes
2 answers
Image File sets to null after updating only other fields
am having a weird functionality when am only updating other fields other than the image , the other fields (FirstName , LastName) update successfully but then the Image sets its self to null, but when I choose it with respect to other fields…

Idris Stack
- 546
- 1
- 14
- 36
-1
votes
1 answer
Dynamic TextView not updating in fragment
I'm trying to set a TextView that's in a fragment but the text won't update in the view. The text is 1 of 2 pages in a ViewPager. The ViewPager is inside another fragment that has a button which when clicked uses an interface to the MainActivity…

MagneticFlux
- 43
- 1
- 2
- 9
-1
votes
1 answer
JavaFX with fxml TableView updating some columns but not others
In my application Some of the columns in my table are populating like they should be the columns labeled Name Priority and BurstTime have the correct values being added but for some reason the other two ProcessID and State do not update with the…

Brendan
- 119
- 11
-1
votes
1 answer
Getting error of while updating from angular 2 to angular 4
enter image description here
I got error as 'Template parse errors: "let-" is only supported on
ng-template elements' when updating from angular 2 to angular 4. I
have attached the screenshot for the same.

Kushal Patel
- 1
- 2
-1
votes
1 answer
Transaction Record of an ATM Program in Python
My assignment is to keep a record of the transactions of an ATM program in a text file. After every deposit or withdraw you must update the file with the transaction type, amount deposited/withdrawn, and updated balance. I am able to get the text…

Penelope Tharon
- 1
- 1
- 4
-1
votes
1 answer
Enter data to a MySql database with PHP
I have a MySql database which has users and each user gets a grade see below:
ID NAME GRADE
1 Sean 10
2 Sarah 15
3 Seo 12
4 Ste 32
Basically, I want to be able to dynamically print out whats stored in the database and…

Steven
- 1
-1
votes
1 answer
PHP Updating Data of grades in each subject
I'm having trouble updating the data of grades in each subject I'm doing this and I can't figure the answer.
What is happening is when I press the submit button to update the grades of one subject all data of all subject will have the same value…

ronpa14
- 9
- 1
- 4
-1
votes
1 answer
Updating txt file to html?
I'm pretty new to html, css, etc, and I need help with something.
I stream on twitch, and i typically have music playing in the background. Currently, I just have scrolling text that shows what song is currently playing, from a txt file that…

Stephen
- 1
-1
votes
1 answer
create or update a record in rails
Im reading from a external db.
So I have made this so the database get created the first time the code runs.
I only paste the create part. The reading from the external db is code I not allowed to make public.
Collection.create(
name: …

roelof
- 1
- 2