Updates 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.
2
votes
0answers
67 views
GTFS major vs minor update
We are downloading new GTFS (basically zip of CSV files) data from multiple sources each day to see if an update has been updated. Right now, we just check if the zip themselves are different, and ...
2
votes
0answers
111 views
Need to move .Net Assemblies to Program Files after Windows Update
I have a legacy windows client application that uses a several .Net assemblies (I created), one with a COM wrapper. The client application resides in a root drive subfolder (c:\somefolder...). ...
1
vote
0answers
9 views
Lucene: add facets to existing index
I'm a bit stumped about how to add facets to an already existing Lucene index.
I have a Lucene index (created without any facets) created using Lucene 3.1.
I've looked over the Lucene documentation ...
1
vote
0answers
29 views
javafx-2 applet doesn't update gui when called from javascript
I'm trying to invoke a method from javascript object which in turn calls a the following java method :
public void loadPicture(final String absolutePath) {
System.out.println("loadPicture " + ...
1
vote
0answers
120 views
Sharepoint 2013 App upgrade issue
I met an annoying problem when i try to upgrade my new version app 1.0.0.1 to my sharepoint 2013 server.
The detail steps I did,
1, Create a development site in sp 2013.
2, Create a sharepoint-host ...
1
vote
0answers
39 views
c# ClickOnce test if updating my application works local
I finished an c# application and I'am able to Publish it, the problem is that I want to test the update function local, one problem: I can't just give in a folder path, so I can't update from a folder ...
1
vote
0answers
33 views
Deploying with capistrano fails to update js and css files. How to clear cached files?
I'm using capistrano to deploy from localhost to the remote server.
Everytging works fine except one thing: js and css files do not update. Not even one. Not even application.js or application.css is ...
1
vote
0answers
23 views
UITableView - CanPerfromAction delegate method
When an UITableViewCell is created inside an UITableView, its available actions are retrieve from the UITableViewDelegate automatically by:
– tableView:canPerformAction:forRowAtIndexPath:withSender:
...
1
vote
0answers
75 views
AppaholicsUpdateChecker: No Connection Issue
I m new in the "Android Coding" Scene, i have programmed my first application, now i want to implement a auto-update function.
Now i have found this library:
...
1
vote
0answers
106 views
Android contacts tables update but do not get saved to SIM
I am trying to update the phone number associated with a contact on the SIM. I am able to update the Data table's row ok, but the change does not get propagated to the SIM. I dump out the Data row ...
1
vote
0answers
97 views
WSUS Approvals being ignored by Client PC when it's not connected to the domain network
This is an odd one,
We have a WSUS server configured to tell clients through a GPO to check in for windows updates and download them from Microsoft Update (so we don't have to have a WSUS repository ...
1
vote
0answers
39 views
What is the syntax to write or update records in CQDB for Rational ClearQuest 7?
What is the syntax in Rational CQ 7 API to write or update records into CQDB from an external table like excel using VBA.I want to create a macro in excel where using VBA and the syntax to ...
1
vote
0answers
81 views
How to Inno setup bootstrapper to install multiple updates?
I want to know how to script inno setup to install multiple windows updates. I also want to display 2 progress bars(one for current install and other for total progress) I don't want any kind of ...
1
vote
0answers
77 views
Windows - Check if updates are currently being installed
Is there any way to find out if windows is currently installing updates?
My basic aim is to prevent my programs to perform certain actions or to shut
the pc down while updates are installed.
Is there ...
1
vote
0answers
61 views
Android: PhoneStateListener not updated during long send/receive data operation
I have wrote an app using the PhoneStateListener to get updates for level (signal strength), cell location etc. Normally this works fine and I have no problems. I see level updates normally every 1 or ...
1
vote
0answers
137 views
How to create vertical axis lines when the chart type can change?
I am trying to create the axis lines that can be seen in this d3.js example with the chart from this d3.js example.
I am new to d3.js and I am struggling with creating both the horizontal lines and ...
1
vote
0answers
46 views
Updating Visual Studio screws up Programs shortcuts
First, I do apologize if this question has been asked and answered before. (I am capable of internet searching but simply cannot find an answer anywhere!)
The (recurring) problem is that whenever I ...
1
vote
0answers
369 views
Graph API & Real-Time updates
My need is to have facebook poll my server using POST requests whenever a user that has "allowed / installed" my application changes something, eg, their checkins.
I have followed the page at ...
1
vote
0answers
270 views
Real Time Updates using Windows Communication Foundation
I'm trying to implement Real Time Updates by using Windows Communication Foundation and REST; I've successfully solved one part (see link)
So I subscribe to the events that I want, but don't get ANY ...
1
vote
0answers
53 views
how to get the Facebook updates in .net?
I want to read the Facebook updates in my windows based .net application.
Is there any way i can read the facebook updates.
Please reply if anyone have any idea.. I want the implementation for ...
1
vote
0answers
44 views
How to deal with updates to white-labeled sites that have been modified by customers
I'm planning to make a white-label product that will be delivered to clients.
The product is developed using an MVC framework (CakePHP in particular), and the idea is to let the customer modify not ...
0
votes
0answers
26 views
Core Data - database not found when Updating App on App Store
We have an app currently up on the app Store. Recently we put up a new version that now uses a preloaded Core Data database.
When a user does a fresh install of the new version, there is no problem.
...
0
votes
0answers
12 views
Is it possible to update an existing Zimbra ZCS contact using the REST API?
Is it possible to update/modify an existing Zimbra contact (or appointment etc) using the REST API?
I can successfully add a contact but not update a contact - even though the URL I use to add a ...
0
votes
0answers
12 views
Releasing new data strategy for mobile applications
I'm developing a mobile application which has a backend website to update its contents.
In the backend website users can add/update/delete everything they want.
I'm thinking to 2 different solutions ...
0
votes
0answers
20 views
Installing an MSP using Powershell works on the local machine, fails remotely. Why?
I need some Powershell advice.
I need to install an application's MSP update file on multiple Win08r2 servers. If I run these commands locally, within the target machine's PS window, it does exactly ...
0
votes
0answers
15 views
pyqt application performing updates
I have a pyqt application ready to release. It's my first attempt on this gui thing so bare with me. Everything works pretty well and I only have one more thing to wrap up. I love software that ...
0
votes
0answers
17 views
How to update Choice type field?
I have the following code which works well with Text Fields. However, it does not work with choice field. Any tweaking I need to do?
Add-PSSnapin Microsoft.SharePoint.PowerShell
$SiteUrl = ...
0
votes
0answers
26 views
Updating date field using Hibernate - Row not updated if date is the same, time is different
I have a situation where a table in the database has a date field defined as date where time also is important (for sorting later).
At first, all times for the date where coming as 000000 but I ...
0
votes
0answers
18 views
how to update my application and a synchronisation service?
I have an application that allows to classify application by Category,
and made a selection of application for user (sports, food, news ....).
I always defined a catalog that I put on a server and ...
0
votes
0answers
40 views
Values updating on debug but not on runtime
I have a weird problem to explain here. I have a wizard with multiple screens. In my first screen I am reading an XML file and its been read and its values shown/used for screens. In one of the ...
0
votes
0answers
65 views
C# Program to update files in local disk over a network mapped drive
I am starting to work in a program to browse and open certain files, that are well organized in my hard drive, this files are technical information that i can review if a need to configure a machine, ...
0
votes
0answers
23 views
Cocos2d update() strange behaviour
I have a strange floating (Heisenbug) behavoiur when scheduling update(float deltaTime) selector in my class MainSceneLayer: public CCLayer.
update(float deltaTime) function increases ...
0
votes
0answers
32 views
CinnArch Update; Downgrade to Cinnamon
I've updated my CinnArch-OS (window-manager: gdm) and then noticed, that Gnome was installed. If i switch my session to Cinnamon, the fallback will be loaded and an error message (no hidden info ...
0
votes
0answers
29 views
Applying something to a sprite if a boolean equals to true
In the game that I'm creating at the moment I have an power up that makes it so that the player shoots alot faster. The problem is that I can't seem to make it apply when I kill a zombie(I have made ...
0
votes
0answers
21 views
sessions values unchangeable after submit
I have a form with multiple submit,so, I have to keep input data from the form,I used SESSION for storing data.On my form I have to handle some actions,and at the end (the last submit) I have to unset ...
0
votes
0answers
35 views
How should I handle updates to the downloadable content of an in-app purchase?
I'm planning on having an in-app purchase in my app. When they purchase it, the app will download audio files that are hosted with Apple.
If I later find that there was an error with one of the audio ...
0
votes
0answers
31 views
Apex: Update simple checkbox report
I am using apex 4.2. I can't seem to find a clear cut and explained example of this anywhere. I have created a reprot with a source query
select person_id, first_name,last_name
from persons
where ...
0
votes
0answers
62 views
How to edit Magento Attribute Option Values?
I have created a Magento module that will add options in a multiselect attribute from an observer. Now I want to be able to edit and/or delete those attribute option values as per admin select from ...
0
votes
0answers
46 views
Error while `gem update`
I've tried to update gem, and here is what it tells me at the end of the process:
$ sudo gem update
[…] (lots of gems)
ERROR: While executing gem ... (RDoc::Error)
error generating ...
0
votes
0answers
73 views
PHP Form Update Function Is Not Updating the Database
I am truly stumped here. I have an admin section in which part of the functionality allows the user to go in and create login accounts for others via form submission. The 'add' and 'delete' queries ...
0
votes
0answers
13 views
build a cross-domains web file updater
I owe two servers: serverA.com is on a dedicated server with host A. serverB.com is a cloud VPS with host B.
On serverA.com is a data folder that contails hundreds of sub-folders with several files ...
0
votes
0answers
101 views
How to update/save database table in VB? Access Database/VisualStudio 2012
I have a problem with Visual Studio and my access database.
I have a DataGridView to see if changes are applied to the database.
I have managed to add and to delete rows from database but when I ...
0
votes
0answers
61 views
[Java/Netbeans]Progress Bar to time a sort Method + Timing a Method
I have two questions. How can I implement a progress bar to time a sort method. My second question, how can I time a method or process execution then show the time updating on a label.
I'm using ...
0
votes
0answers
69 views
Moving data from one table to another in LINQ
I have a table Modules with Module_code, Module_name, Module_status, Module_credits,
Module_capacity, Fee, Module_Description and a table Amendments_Awaiting_Approval with Amendments_ID, User_Number, ...
0
votes
0answers
28 views
How to add vertices to existing linestrings in mysql?
Is it possible to add a Point at the end of a Linestring in MySql?
For example I have a Linestring as
Linestring(1 2, 1 4, 1 6)
and I want to add a Point
Point(1 7)
at the end (output should be ...
0
votes
0answers
24 views
Android - counting sensor updates
I am trying to Make an app including proximity gestures, but for this I need to count sensor updates, could anyone tell me with a code example how to count sensor updates!
0
votes
0answers
38 views
Facebook Real-Time updates: Get update when user joins an event
Scenario: An event (ie Party) is created through my app and pushed to facebook. If a friend or otherwise joins the event, facebook realtime updates pushes an "event" update to my handler. Also, if ...
0
votes
0answers
33 views
Visual studio 2012 doesn't completely run program
I'm currently using monogame with visual studio 2012 to develop windows 8 games.
I was developing a game and everything was going perfectly fine.
A while later, visual studio wanted to update ...
0
votes
0answers
80 views
vb.net mysql da.update(dt) doesn't work after online changes
I have windows form application connected to mysql database.
To menage this base I use mysql.net connector.
After I make some changes in datatable in my app, I use commandbuldier, datatadapter update ...
0
votes
0answers
38 views
Facebook Realtime Updates with multiple pages on one APP_ID
We have an app that is installed on many many pages. I've seen in the docs that FB says one app_id can only have one subscription per object type. For most objects the API seems to confirm this, ...

