Tagged Questions

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.

learn more… | top users | synonyms

21
votes
14answers
3k views

Writing my own Auto Updater

When writing my own auto updater, is there a general framework that I should be following? A while ago I was reading up on how one should create a 'boot strapper' that will load first before the main ...
14
votes
8answers
3k views

Text Progress Bar in the Console

Is there a good way to do the following? I wrote a simple console app to upload and download files from an FTP server using the ftplib. Each time some data chunks are downloaded, I want to update a ...
13
votes
4answers
6k views

Refresh WPF Command

Does anyone know how I can force CanExecute to get called on a custom command (Josh Smith's RelayCommand)? Typically, CanExecute is called whenever interaction occurs on the UI. If I click something, ...
7
votes
11answers
430 views

Is there an API or tool that can automate software updating?

Is there any API or tool that can automate software updating? It should take care of checking for updates from a URL for a provided list of files and downloading and replacing the ones that need ...
7
votes
7answers
1k views

Self Updating

What's the best way to terminate a program and then run additional code from the program that's being terminated? For example, what would be the best way for a program to self update itself?
5
votes
2answers
691 views

Browsers won't read updated CSS

EDIT: My sincere apologies! This wasn't an issue with anything but myself - I had a global.css file with correct stuff in it, but below that I included another file with the old CSS in it, in the ...
5
votes
6answers
2k views

Application.Restart Not Working In ClickOnce Deployed Application

I pulled the code straight from MSDN: http://msdn.microsoft.com/en-us/library/ms404263.aspx This updates my application, but Restart() does not work. The application shuts down, but does not restart. ...
4
votes
5answers
264 views

Append to a webpage in javascript

What I want to do is that: a webpage with continuously updating content. (In my case is updating every 2s) New content is appended to the old one instead of overwriting. Here is the code I have: var ...
4
votes
5answers
591 views

Tracking changes to a (functional) design document

I am looking for a good way to keep a design document up to date with the latest decisions. We are a small team (two developers, game designer, graphic designer, project manager, sales guy). Most of ...
4
votes
3answers
481 views

Autoupdating .net applications

I've written 2 reasonably large scale apps in .net so far, and both of them have needed an updating facility to automatically update the application when I roll out new code. I've found the ...
3
votes
3answers
247 views

Simply sqlalchemy filter not working

Select all works like this: q = session.query(products) Now I want to add a WHERE filter, so I am trying: q = session.query(products).filter_by(stock_count=0) I get an error saying 'nonetype' ...
3
votes
2answers
2k views

How to test an iPhone application update?

I already have an iPhone application (version 1.0) available in the App Store and am ready to submit a newer version (version 1.1). How do I test the new upgrade to make sure that the current sqlite ...
2
votes
2answers
63 views

Objective-C: Redrawing objects on screen

I've got a GameScreen.m file like (this is a simplified piece of the code): - (IBAction) onCellClick:(id) sender { points +=1; self.myScore.text = [[NSNumber numberWithInt: points] stringValue]; ...
2
votes
2answers
330 views

Updating to Rails 3.1 fails

I just installed OS X Lion with Xcode 4.1. I'm using Ruby 1.9.2 and gems version 1.5.0. When trying to upgrade from Rails 3.0.9 to 3.1, I get the following error: $ ruby -v ruby 1.9.2p0 (2010-08-18 ...
2
votes
1answer
219 views

JTreeTable updating

I'm trying to use the example taken from the http://java.sun.com/products/jfc/tsc/articles/treetable2/index.html, in which I've substituted the filesystem model with my model. I initially create a ...
2
votes
1answer
155 views

GridView Updating from code behind throwing exception

I have a GridView with a list of clients and their details bound to a Sq1DataSource. I want to update it from code behind thru the RowUpdating event, by accessing data cell by cell and sending it to ...
2
votes
3answers
175 views

Parallel.For updating a textblock

I am trying to update a WPF textblock from within a Parallel.For and I can't. I use a dispatcher but I guess, I do it the wrong way. All of the work is done at first and then the textblock updates ...
2
votes
2answers
326 views

Unpack, modify and re-pack files in an MSI?

I'm trying to figure out the easiest and most secure way to Authenticode sign binaries in one of my projects. The easiest way I can see to do this is to grab the result of compilation--a completed ...
2
votes
2answers
537 views

C#: Real-time combobox updating

I have been trying to load a text file into a combobox, and then making a button to save any changes I make in the combobox back to the text file. The problem is, when I type something in my ...
2
votes
0answers
746 views

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: ...
2
votes
4answers
681 views

How can I update a nested set tree structure?

I've looked at Managing Hierarchical Data in MySQL, but it really only deals with adding and deleting nodes in a Nested Set Model. I need to be able to move nodes with and without child nodes. How ...
2
votes
6answers
549 views

Maintaining/updating record order in mysql

I have a table of records in mySql. I need to maintain an order for them as specified by the user. So I've added a 'position' column. What would be the SQL statement to update all the records when I ...
2
votes
2answers
4k views

Sharepoint: What happens to lists based on content type when content type is updated?

I have kind of hypothetical question (at least for now :)) Let's say I create list based on some custom content-type. I add some 1000 items into that list (in production). Then customer comes and he ...
2
votes
3answers
249 views

Best way to update multi-gigabyte program (DVD fulfillment? Updater software?)

Two years ago, we shipped a multi-gigabyte Windows application, with lots of video files. Now we're looking to release a significant update, with approximately 1 gigabyte of new and changed data. ...
1
vote
3answers
107 views

Wpf Xaml view not updating

I have a splash screen that is supposed to show the loading process as the program starts up. I cannot get the text in the label to update as components are loaded. From the main start-up program.cs ...
1
vote
1answer
124 views

SwingWorker process() updating gui Generics

Im trying to use SwingWorker to update my gui. The part of my gui that I'm trying to update is a JPanel (gridPanel) with a GridLayout [50][50]. Each grid in the GridLayout has a custom GridGraphic ...
1
vote
2answers
72 views

How to update field from SQL database

I have a lotus notes application that has a document with a Number, and a description field. Users reserve a series of numbers at which point documents are created. They then fill in the description ...
1
vote
2answers
68 views

How to go about updating the GAE SDK?

I'm thinking about updating my version of the GAE SDK (1.5.1 -> 1.5.4). However, I've never updated a SDK before and I can't find any tools provided by GAE to facilitate this task nor am I aware that ...
1
vote
1answer
334 views

Excel 2007, VBA import new .csv files to update existing tab

I've just been acquainting myself with the VBA language and would appreciate any help. I'm trying to write a program that updates an existing tab with a new file. Heres what I have so far: Sub ...
1
vote
0answers
262 views

Asp.Net ListView ItemUpdating does not set OldValues when using UpdateItem()

I don't know why the OldValues of the ItemUpdating eventargs is not being set when I try to update items using Listview.UpdateItem method. OldValues is always set when I use the normal procedure of ...
1
vote
3answers
207 views

Checking if an item exists before saving

I've a SQL DB with various tables that save info about a product (it's for an online shop) and I'm coding in C#. There are options associated with a given product and as mentioned the info recorded ...
1
vote
1answer
15 views

any standard approach for updating 50 asp.net web applications + database?

I am using VS 2k10 and have a asp.net 4 app with a sql server db behind it, and I have 50 deployments of it (50- databases, 50 web application deployments). Is there any recommended or standard tool ...
1
vote
0answers
565 views

AdMob Android requesting ads while program is not in view

Hello I am having a problem trying to stop adMob from requesting new ads. If a person hits the back key or home the application goes to sleep, but admob continues to request new ads. The only way it ...
1
vote
2answers
556 views

How can I update data in iPhone app

I create an app, with data store in plist. Now what are the wAys I cAn update the data? Maybe if I create a webpage and retrieve my dAta from it instead of storing in plist? Or is there a way I can ...
1
vote
2answers
169 views

Cocoa NSWindow not updating with data

I have an NSWindow that shows up when you click either of two items (both from an NSTableView). I have a setter method that tells the window what information to display. This all works perfectly, ...
1
vote
1answer
667 views

unable to update sqlite3 on mac osx?

i want to install newest sqlite3 on my mac osx. i am trying this from last 6 hours but still not succeed.Here are the steps i have followed.I have tried this site mkdir ~/src cd ~/src curl ...
1
vote
1answer
75 views

jQuery - Div isn't updating

Hey, sorry to be such a nuisance, but I have another jQuery problem. Same code. $('.tab').click(function() { $(this).unbind("click"); var classy = $(this).attr("class").split(" ...
1
vote
5answers
7k views

VB.Net 3.5 Check if file is in use

I have an update program that is completely independent of my main application. I run the update.exe to update the app.exe. To check to see if the file is in use, I move it to another file and catch ...
1
vote
2answers
55 views

Updating access error

Dim conn As OleDbConnection Dim cmd As OleDbCommand Public Sub openDB() conn = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Application.StartupPath ...
1
vote
1answer
84 views

Updating Nulls

I am trying to generate a data layer template. When I do my Selects, Updates, and Inserts, the idea is to have the template work with all the columns because I don't know which one's contain values or ...
0
votes
1answer
17 views

C, GTK: window stops updating

I'm developing an application that periodically draws images on a GTK Drawing Area inside a window. The rendering first works well and the window content gets repainted if I drag another window over ...
0
votes
2answers
38 views

Android widget not updating when it's not shown

I have a widget that counts down time. It's on the main Home screen and it seems to work fine while i'm staying on the Home screen, BUT when i switch to another screen for a while and then get back ...
0
votes
1answer
56 views

mongodb updating nested array in a document using PHP

document structure example is: { "dob": "12-13-2001", "name": "Kam", "visits": { "0": { "service_date": "12-5-2011", "payment": "40", "chk_number": "1234455", ...
0
votes
0answers
20 views

Ajaxified Custom Server Control

I'm trying to Ajaxify a custom server control for asp.net. I've run into a roadblock because even though I'm calling "ajaxRequestWithTarget" the page is doing a full postback. I have some stripped ...
0
votes
2answers
61 views

DOM element not updated after post jquery response

Demo Page DOM element not updated after post jquery response I'm using this plug for jquery link combined with this script: $(document).ready(function() { ...
0
votes
1answer
34 views

Android updating text line by line in TextView

I am having a TextView to which I am outputting lines of text in a loop. But when I set the text even by appending to existing text it doesnt show till the loop has ended. Is there a way I can update ...
0
votes
5answers
83 views

jQuery search array via textfield

I'm struggling to figure out how to make this work for a university project, some help would be amazing!! Ive got a mysql database which stores lots of items. (i can do this bit no problem). Ive got ...
0
votes
2answers
72 views

Update component position at run time

I'm currently stuck with the following problem: I need to dynamically update component positioning at run time. I'm making a form editor for an external application. I use wrapper-classes for ...
0
votes
1answer
49 views

Are class diagrams automatically updated? If not, is it possible to do this?

Are class diagrams automatically updated? If not, is it possible to do this, so new classes are automatically added and removed/renamed classes are removed from the class diagram? Maybe there's a ...
0
votes
1answer
33 views

ADO.Entity updating a single field of one record without retrieving the whole record

What is the best practise for updating a single field for one record (with specific ID) using ADO.Entity? As far as I know, you have to retrieve the whole object by id, update the property and call ...

1 2