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
2
votes
1 answer
how to update data form file json using d3.js (zoomable circle pack)
I'm working on a real-time visualization of incoming data stored in a json file. I use D3 for the visualization. This is the chart I use: http://mbostock.github.io/d3/talk/20111116/pack-hierarchy.html
This is all the code page:

Mario Lepore
- 307
- 2
- 8
- 18
2
votes
2 answers
Will Updating Your Application Save Over Your Users Previous Plist Files?
Future thinking here, if I was to create A .Plist files that saves data to my app to benefit users will this be overwritten if lets say I updated the app a few weeks later or am I fine to not worry. If not I was thinking maybe I could create the…

Mutch95
- 271
- 3
- 14
2
votes
2 answers
Updating MySQL db

tgcowell
- 95
- 1
- 1
- 6
2
votes
0 answers
Service doesn't update textview
I have a problem with a quite simple Android app that I'm deveolping. It's something like a football score board. The activity consists of 3 fragments (2 for the team goals and 1 for the timer) and I have a service to perform the countdown. It seems…

codeblender
- 21
- 1
- 3
2
votes
1 answer
Java Swing Updating JList
I'd like to know if there is any way that I can update a Jlist after the user adds or removes an item to it and after a user sorts it. Is there any way that I can write a standardized method to update the display based on the order of items in an…

GLRockwell
- 31
- 3
- 5
2
votes
3 answers
Update Within a SQL Server Function
I have a SQL Server function that gets a nextID from a table. That is straight-forward enough, but I also want to update the table for the ID used. I am using the technique to update into a table, but the update just isn't happening. The code is…

Bob Phillips
- 437
- 1
- 3
- 7
2
votes
0 answers
Moss problem: Your change conflict with those made concurrently by
I want to update some lookup field of a list when some feature is activated. To deal with this I made a SPFeatureReceiver for the feature. I debug my code and every thing was perfect until I do this:
sourceField.SchemaXml =
…

Abel
- 21
- 3
2
votes
1 answer
Retrieve DropDownList value in RowUpdating event asp.net
Here is my aspx code:
Select value
1

Anh Hoang
- 2,242
- 3
- 22
- 23
2
votes
2 answers
Android R.java keep not updating
I'm a new learner in android programming. I have reading book about android programming and currently practicing. I have one little problem but it's annoying.
My R.java file does not updating with any change I made. Like when I drag an image, or…

iwalyfa
- 49
- 7
2
votes
2 answers
How to update variable in javascript/jquery after click?
I am trying to write some code that only allows buttons with the .add class function on click if there are fewer than 3 immediate children divs within the #hold placeholder div. theDiv_append is a seperate function that adds a div block within #hold…

user2581676
- 31
- 3
2
votes
1 answer
Updating Database using Datagrid in C#
just working on the something lately need help i m again stuck here.... i m retrieving values from database using datagrid and i want to update the database using that similar datagrid but somehow i m having trouble, can anyone guide me how to do…

Abeer Islam
- 33
- 1
- 2
- 7
2
votes
1 answer
How to update GitLab in Bitnami stack
I am trying BitNami GitLab Stack 5.1.0-2,
and while I was doing that 5.1.0-3 was released.
How to update GitLab in Bitnami stack?
Related to
BitNami GitLab Stack 5.1.0-2 with LDAP

Paul Verest
- 60,022
- 51
- 208
- 332
2
votes
2 answers
Android how to update a listview periodically
I have an array adapter which is used in my listview. The adapter is periodically updated by fetching or removing contents from a server. I have used a scheduledthreadpoolexecutor to periodically update the adapter and then use…

Aris
- 21
- 3
2
votes
1 answer
how to update geometry vertex position in three.js r58?
in the version r56 of three.js this was working
geometry.verticesNeedUpdate = true
in the new r58 version it is not, what should I do?

Memo Lestas
- 393
- 1
- 4
- 13
2
votes
1 answer
Updating PHP CMS Site to fully support unicode / utf8
Some years ago, I built a good custom PHP CMS Site, but I overlooked one important issue: unicode support. This was primarily due to the fact that at the time, the users were English-speaking and that was to remain the case for the foreseeable…

J Johnson
- 168
- 3
- 11