Questions tagged [updating]

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.

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