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
0
votes
3 answers

Android GridView items update from onActivityResult

I am having an issue with updation of GridView items once its back from child activity. Once the griditem is clicked a child activity is opened which has two options as yes or no. I have to show an extra image in a gridview for that particular…
Lavanya
  • 3,903
  • 6
  • 31
  • 57
0
votes
0 answers

NSCollectionView drawing issue when scrolling

I have a strange problem that exists only on one computer during testing. In my developer laptop its ok. When scrolling, dragging it makes no updated. There is no custom drawing code, only NSCollectionView & NSCollectionView items subclasses with…
SeregASM
  • 75
  • 12
0
votes
2 answers

Exact Parent/Child Duplication Updating Until A Certain Date or Flag

I am working a scenario where I have a parent item called "TEAM", with a 1 to many of "COACHES" AND "PLAYERS". The team, coach, and players each have a parentid column in their table that referencing a parent item in that same table. These teams…
Mike Flynn
  • 22,342
  • 54
  • 182
  • 341
0
votes
1 answer

How does context saving work in Core Data

I have a data base in my app. I use core data. I need to refresh my local data base with information coming from the server. I want to reduce time of updating DB. Let's say i have a table with 3 fields "ID", "Name", "file". In the "file" attribute…
PSsam
  • 639
  • 7
  • 18
0
votes
1 answer

Getting column names from oldValues IOrderedDictionary

I understand that the oldValues property of FormViewUpdatedEventArgs contains field name/value pairs for an update. I can certainly access the values using for example e.OldValues(x) - because the default member has been declared in the system..…
Tabloo Quijico
  • 700
  • 2
  • 10
  • 26
0
votes
1 answer

ASP.Net Insert to database not updating

I'm working with MSSQL Server 2008 and made a database in it. Now i made a ASP.Net (MVC 4) project and connected it to the database. I let visual studio generate the Entity Data Model and everything is working fine so far. Now i have a table for a…
Stefan Koenen
  • 2,289
  • 2
  • 20
  • 32
0
votes
0 answers

Why should I clear my browser cache? I updated a page but can't see the changes

I updated my page and I can't see the changes if I won't clear my browser cache. So people were not seeing the change. Then the thought came that they need to clear their cache. But how can I force a browser to clear its cache when it visits my…
Mena
  • 49
  • 1
  • 3
  • 7
0
votes
1 answer

Finding and Updating PHP 2D Array Elements

This is quite a novice question - I've looked at similar solutions to similar problems on here and around the internet however I can't seem to find what the problem is with this one. I'm playing with PHP and writing a bit of code that pulls all of…
Eieio
  • 109
  • 3
  • 15
0
votes
1 answer

Drupal 7 selectively update LIVE site from DEV

My client has a LIVE site which is translated into 2 languages. For this they are using the Entity Translate module. The issue is the same site has been recreated on a DEV server and the translations has increased by one more language. Meanwhile,…
sisko
  • 9,604
  • 20
  • 67
  • 139
0
votes
1 answer

Add items to MongoDB Array with Datanucleus

I know that you can add array items to a MongoDB document by doing something like: db.mycollection.update( {"id":"asd"}, {"$pushAll" : {array_name: [1, 2, 3]}} ) How can you do this with Datanucleus? I've looked through the documentation and…
user1751547
  • 2,211
  • 4
  • 21
  • 25
0
votes
4 answers

Wicket & Javascript: any way for Wicket to get notified of an updated text?

Following situation: My Wicket application works in combination with javascript. There is a Page which has a Label for example. This label has "ON" as text set: Label state = new Label("serverState",…
DaUser
  • 357
  • 3
  • 5
  • 19
0
votes
1 answer

UILabel text is not updating on iPad

We have a delegate method which will be called for approximately 20 times in a second. In the delegate method we are updating our UILabel which represents the counter like below mentioned code: - (void) counterUpdated:(NSString *) value { …
0
votes
1 answer

Reading from that stream and sending text to another form's textbox?

I have a readstream opened in a form. I'm reading from that stream and sending text to another form's textbox . i want the text to be updated to the textbox as soon the text arrives in readstream. code in first form:-> f2.ShowDialog(); //f2 is…
0
votes
1 answer

Updating JLabel with setText

enter coclass Gamehandler extends JFrame implements ActionListener { //questions JPanel qpanel = new JPanel(); //answers JPanel aPanel = new JPanel(); JRadioButton[] responses; ButtonGroup group = new ButtonGroup(); //bottom JPanel botPanel = new…
Louis345
  • 700
  • 2
  • 11
  • 38
0
votes
1 answer

Unable to save description in products with magento

I got some problems when im trying to save product short and long description in backend. whenever i try to change the description and press save, the text i have entered disappears and the textarea field is blank. This does not just only occur for…