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
7
votes
1 answer
ng-class not updating properly on value change
I'm working on a project that need to allow users to add/remove tags on images.
There is grid view, single view and mixed view.
The grid view displays image thumbs in a grid,
Single view displays images one by one
and the mixed view has the grid…

madks13
- 155
- 14
7
votes
3 answers
Android App Updating Without Losing Data
I'm new to Android development, so I'm trying to do an app that stores information about a warehouse. However, I'm afraid that if I perform an update, the user data will get lost. Do I have to manage which data should remain unchanged upon…

kickingnico
- 178
- 1
- 11
7
votes
5 answers
Equivalent of “ScreenUpdating” in Google Apps Script (equivalent VBA-GAS )
I'm looking for the equivalent VBA-GAS of:
Application.ScreenUpdating = False
I'm running a very long macro in one of my Google Spreadsheets and it takes at least 30 seconds to finish it every time. It would be helpful if the macro didn't refresh…

Frank Montemorano
- 321
- 4
- 6
- 12
7
votes
1 answer
JPA - updating an embedded entity generates invalid SQL
I am trying to update an embedded entity and JPA seems to generate the wrong SQL.
I have a Company entity with an embedded Logo entity
@Entity
public class Company {
private Long id;
@Embedded
private Logo logo;
// Omitted other fields,…

Julius
- 2,784
- 6
- 32
- 54
6
votes
4 answers
How to draw an empty rectangle on screen with Python
I am not an expert and I am trying to show a rectangle on screen which follows mouse movements from a settle starting point, just as when you select something in word or paint. I came with this code:
import win32gui
m=win32gui.GetCursorPos()
while…

José Chamorro
- 497
- 1
- 6
- 21
6
votes
0 answers
skipWaiting() is not installing new service worker which is stuck in waiting phase
I am creating a PWA and I want to prompt user when an updated service worker is available but it get's stuck into waiting phase regardless of whether I call skipWaiting() or I manually press skipWaiting in dev console.
The new service worker will…

Nishant Desai
- 1,492
- 3
- 12
- 19
6
votes
1 answer
Angular 5 service variable value updating
I can not update my angular service variable value.
I have two non-related components, and i want to send updated object from one to other one , using service . But I can't update object in service.
First component :
import { SoruService } from…

mevaka
- 1,980
- 2
- 17
- 24
6
votes
1 answer
How to do zero-downtime rolling updates for app with (long-lived) sticky sessions using containers
Am trying to figure out how to provide zero-downtime rolling updates of a webapp that has long-lived interactive user sessions that should be sticky, based on a JSESSIONID cookie.
For this (and other) reasons I'm looking at container technology,…

Paul
- 335
- 1
- 3
- 16
6
votes
3 answers
Is it Possible to Have a Transforming Iterator in C++?
Assume I have a C++ iterator that not only traverses a data structure but also applies a transformation to the elements when it is dereferenced.
As a real-world example, here's an iterator that goes over the pixels in a bitmap, transforming the…

Cygon
- 9,444
- 8
- 42
- 50
6
votes
5 answers
Updating Table rows using jQuery
Suppose you have a html table:
ID | Username | First Name | Last Name |