Auto-updating is software functionality that allows a program to maintain whether it or the supporting data is up-to-date in an automatic fashion.
Questions tagged [auto-update]
1377 questions
-1
votes
1 answer
Is there a way to update Windows 10 on several notebooks from offline?
I have several laptops in my organization. When I need to give out them to users, they, of couse, start update Windows 10. Is there a way to keep them up to date and update them when they're in the laptop charging trolley? I mean is there a way I…

Alexey
- 41
- 4
-1
votes
1 answer
Is it possible to auto update a text box when a NumericUpDown is updated
I'm trying to make my program so it auto updates the price in the text boxes for this "Pod" whenever I change the value of the NumericUpDown box by either +1 or -1
People.Value is the NumericUpDown Box
'Calculating and Displaying Prices for…
-1
votes
2 answers
Auto update chart on input change in Reactjs
I am trying to auto update a chart on input change.
I have 3 elements : an input field (k), an array of 2 columns (x and sin(kx)) and a chart (plotting sin(kx)).
I want the array and the charts to auto update on k change. No buttons to click, no…

Grojibz
- 1
- 2
-1
votes
2 answers
How can I automatically reload my output?
I had the idea to make a Countup from a Date with days, month and years and I want to show the countup on a small screen with a raspberry pi or something like that. How can I generate a loop etc. to update the numbers on screen (e. g. every…

VRK
- 51
- 4
-1
votes
3 answers
How to update individual element in javascript only depending on service response
I would like to update a value inside a row, I don't want to use OnReload because that uploads the whole script and it is depending of a timer ex: reload this every 5 seconds ... it is not what I want. Unless there is something modern that I could…

Pxaml
- 651
- 2
- 12
- 38
-1
votes
2 answers
Upgrade needed dialogbox for my application
Hi GUys
In our company we have some specific softwares that have several releases during a year and we were wondering to notify the clients about new releases automatically. How can we code this functionality? I mean from where should we begin? we…

FidEliO
- 875
- 3
- 14
- 24
-1
votes
1 answer
Updating program's dependencies created with Pyinstaller, with the program itself
I have made an .exe file which depends on the module pytube and would like to run it on my friends pc's, who does not have python installed. However every so often pytube is updated and I would like my .exe that I have given to my friend to stay up…

valcofadden
- 103
- 3
-1
votes
3 answers
The score is not updating. Can you please tell me what is wrong with the code?
The score is not updating. Please help me make the score update.
When I click the button with the function for 'addScore', the displayed score will not change to a new one.
I have tried a lot of things. Non of which have worked
var score =…

Paul Starr
- 13
- 3
-1
votes
1 answer
Tkinter pyowm not updating
I have several widgets, or more correctly, Labels, that update perfectly when a method finishing with self.after() is called in __init__.
That's not the case with this Label here, which gets the weather Information from OWM (OpenWeatherMap)…

Shade Reogen
- 136
- 2
- 13
-1
votes
1 answer
Emacs auto updated to Python 3?
Would emacs auto update from python 2.7 to 3? I tried to run some code today that I haven't ran in a while and now I'm getting tab errors all over the place, and it's python 3!
It's crazy right? Emacs wouldn't do that?
-1
votes
1 answer
MySQL Auto Update Date when any row value is updated
I have an existing table with values already filled in. Last column is of type date.
My requirement is that if any value is updated, that row's corresponding date column should be automatically updated to the current date.
For example, if the table…

Aquaholic
- 863
- 9
- 25
-1
votes
1 answer
safemode required for future system updates
My ps4 is currently set to automatically update, but since about a week ago or so, it's required that i boot up in safe mode in order to do so, giving me error CE-30002-5 (needing safe mode to update). This is going to get really tedious turning on…

Andrew Eckerberg
- 13
- 5
-1
votes
2 answers
Compiling Autopsy on Windows using netbeans command line
when i compiling Autopsy4 on Windows10. Using command line ant.
when i play 'ant' command on root directory of autopsy, build.xml run.
build.xml called build-impl.xml, and this called platform.xml.
platform.xml run this:

CancerYoon
- 89
- 1
- 2
- 9
-1
votes
2 answers
how to pass input to cli application at runtime
I've a tricky problem in my project. I have an application runs on VDS. I installed this application with git and composer. This project have git repository just like local one.
I'm trying to make an auto updater bot.This bot is going to get last…

Akın Özgen
- 25
- 7
-1
votes
1 answer
Data deleted after update
I have published a new update for my app but when I upgrade it from Play Store I have seen that application data were deleted. Why?
Thanks
My Manifest:

Alessandro Marino
- 186
- 3
- 11