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.

learn more… | top users | synonyms

1
vote
1answer
50 views

Is it good to update Swing client information using web service call every second?

I have a Java Swing application running on client machines and a java server that provides web services with information. I need to update the information that is shown in the swing client application ...
-1
votes
1answer
22 views

Will an unavailable app in Apple's AppStore get updated? [closed]

I think of removing all regions from an "old app", so that it's not available in the appstore anymore for new users (they should get the other one). To keep the current users happy, I'd like to update ...
0
votes
2answers
33 views

How to update as3 code faster?

Is it any way possible to update my code (as3) more than 1 time per frame? it doesnt have to do anything visual. I used before event.ENTER_FRAME. If there's a way to do so, could someone explain or ...
0
votes
1answer
123 views

How to programmatically ajax-update specific component in backing bean

Is there a way to ajax-update a specific component such as a <h:form> in backing bean? I tried the following using RequestContext#execute(), RequestContext context = ...
0
votes
1answer
25 views

Mongoengine - how to atomically update a dictionary?

I have a model that looks like this: class TestDoc(Document): name = StringField() friends = ListField(StringField()) address_book = DictField() And I wish to atomically update the ...
0
votes
0answers
56 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
41 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
71 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
93 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
1answer
16 views

Update app on user request - android

Is it possible for updates not to be pushed to all devices, but only requested by the device when a certain point is reached within the application? (Ideally using Google play, but not necessarily)
0
votes
0answers
57 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
66 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
1answer
29 views

Wordpress - update notification on plugin page

Currently, if you use Wordpress plugin directory (to host your plugin), you can manage updates and version changes using SVN. Anyone who running that plugin will be notified of version changes and ...
0
votes
2answers
121 views

Rails Update Action fails with rails4, mongoid. Create ok

I have a dead simple rails application w/ rails4 and mongoid. I can create new datasets like a charm. But I just can't update existing datasets. Anyone has this issue? How does this work, what am I ...
0
votes
1answer
45 views

android update application without any alert

I am writing an android application and I want to publish it to google play. After I publish, if I update my application, I don't want to alert(about the update) the users that installed my ...
1
vote
2answers
41 views

Very slow updating in eclipse

Every time I start eclipse (Whether my computers been on for 2 hours or 1 minute) the update speed is significantly slower than normal. What I mean by that is if I have something such as a paint ...
1
vote
2answers
17 views

Validity of alarm upon application update

Say that one of my Services set an alarm, and now updates for the application were installed. Is it guaranteed that my alarm will fire? If not, can I add an event listener for updates?
1
vote
1answer
42 views

IOS Enterprise Distribution update keep user data?

I'm making an iPad app which will be distributed from my own web server using Enterprise Distribution Program. The app itself checks for a newer version on the server and calls itms-services in IOS to ...
0
votes
1answer
70 views

How to update software on MAC OSX V10.5.8 When it's rejecting any updates? [closed]

My Mac Osx Version 10.5.8 is not updateing software when i manually press update. it says "Software Update doesn’t have any new software for your computer at this time." There must be some kind of ...
0
votes
1answer
74 views

Updating child elements of data joins in d3.js

I'm having trouble grasping a basic operation in d3: updating child elements for a changing data set. The child element needs to be "appended" for the first pass, and modified for subsequent passes. ...
2
votes
1answer
51 views

Making a one-file visually customisable installer with patching/updating for XNA C# game

I'm making an XNA game and thought I'd look into making installers for it for when it's finished. It would be great to be able to distribute a single file that contains all the content and extracts ...
0
votes
0answers
26 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 ...
1
vote
1answer
126 views

Intellisense after VS 2012 update 2 insane slow

After updating my VS 2012 to the update 2, while working in a XAML Editor, I have to wait about 2 seconds for each key. The difference is only if I press CTRL + SPACE, when the Intellisense window ...
2
votes
2answers
771 views

Does creating an offline package for Visual Studio 2012 Update 2 include updates from Update 1?

I downloaded VS2012.2.exe and ran it via: VS2012.2.exe /layout to get an offline version of the installer. Now I'm wondering whether this includes the whole set of updates ever since the RTM of ...
-1
votes
1answer
65 views

Stop gps updating after last known location is fetched

I have a Location Manager: private LocationManager lm; I initialize it like this: lm = (LocationManager)getSystemService(Context.LOCATION_SERVICE); Then i need last known location which i ...
0
votes
0answers
66 views

Visual Studio 2012 Express for Windows 8 Continuously Asking to apply Update 1 [closed]

I have installed Visual Studio 2012 Express for Windows 8 and am currently stuck in a loop attempting to apply Update 1. If I open help and about the Version is reported as Version 11.0.51106.01 ...
1
vote
2answers
51 views

Automatic ask/recomendation for user to update browser when user enters website

I'm wondering if there is some solution to "force" user to update their internet browser - I'm thinking if user enters my site and he or she is having an old version of browser, some hidden area (for ...
1
vote
2answers
59 views

Unable to updates my App programaticaly in Win8 - mfc

I am trying to update my App from the sysMenu. And by doing click on Update App.. in the SysMenu, Updates automatically started. Its working fine with XP and Win 7, But when I trying to do the same ...
0
votes
0answers
23 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!
2
votes
1answer
142 views

How to detect IIS Express version?

I have found that our ASP.NET application runs differently on different machines in IIS Express. All have VS 2012, .Net 4.5 and Integrated mode. But some has VS 2012 Update 1, some not. How do I find ...
0
votes
0answers
36 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
1answer
81 views

JPA update doesn't work in a many-to-many relationship

I have 3 tables: customer(idCustomer,...) is_managed(idCustomer,idPerson) sales_person(idPerson,...) There is a @ManyToMany relation between customer and sales_person. When I perform a delete, ...
0
votes
0answers
32 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 ...
1
vote
1answer
76 views

SQL, Updates,and Inserts

Hey so i'm supposed to write a procedure AddSaleDetail that will add a sale detail for a book purchased and will update the sale with that book information. The data that needs to be passed in is ...
5
votes
1answer
118 views

TYPO3 Update: cannot find deprecated RTE properties

I want to update from TYPO3 4.7.5 to TYPO3 4.7.10. Now I'm in the Upgrade Wizard and it says: Deprecated RTE properties in Page TSconfig The following Page TSconfig RTE properties are ...
0
votes
2answers
31 views

Update data in form 2 without opening a new form2

I have 2 forms, From1 and Form2. By clicking a button an image is sent to Form2 to be shown in pictureBox at Form 2. Everytime I click the button a new Form2 is opened and image is shown but this is ...
0
votes
2answers
102 views

JSF ajax calls supported with ViewScope bean?

Do ViewScope beans allow ajax calls? For example: Here is a xhtml page: <h:body> <h:selectOneMenu value="#{test.selected}"> <f:selectItem itemValue="2" ...
2
votes
1answer
58 views

Do proximity alerts need coordinates updates from my app?

I am working on an app that would use proximity alerts to trigger some functionality. I have dug into some tutorials and examples, setup some alerts, it seems to work somewhat okay. However when I ...
0
votes
1answer
37 views

Updating the code through executes

I'm a beginner programmer and I'm trying to learn SQL and I've run into an issue here the question I was given is: Write a procedure UpdateSuggestedPrice that accepts an ISBN number and a new ...
0
votes
0answers
79 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
1answer
181 views

Wizard Component PrimeFaces Updating other variables

I have two tabs. With the wizard component, when i press the 'Next' button (FROM THE FIRST TAB), I need to populate a list(with SelectItem objects) and then show these SelectItems in a SelectOneMenu ...
0
votes
1answer
28 views

Updating via export-reimport: can I specify the value of a lookup field via a non-primary field in the target?

The question looks more complicated than the problem! I want to use the import wizard to update a field that we have added to the Account record. It is a lookup (foreign key) to a new entity, ...
0
votes
1answer
72 views

App Store still shows WP7.1 Version of my app on WP8 devices [closed]

I have a very strange problem: For upgrading my Windows Phone App from 7.1 to 8.0 I created a completely new solution in Visual Studio. After creating the new version I uploaded it as the Windows ...
-3
votes
4answers
52 views

replace words in mysql

i want to replace some words from a text string using PHP & MySQL. for e.g. - the text column in the database contains the value "Word1 word2 word3 word4 word5 word3". i want to replace ...
0
votes
1answer
741 views

Creating an update.zip for android phone

having some trouble making an update.zip for my Samsung Galaxy Apollo android phone. I was making my first update.zip by trying to push an apk file into /system/app. Below is the content of ...
1
vote
1answer
130 views

InnoSetup : silent install and progress install value in wpf application (for update)

In my wpf application, I ask the user to download the update if there is one. The file is downloaded via my program using this code: WebClient wc = new WebClient(); wc.DownloadProgressChanged += new ...
1
vote
0answers
117 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
1answer
45 views

Large update in Sybase

I need your help to solve a problem that I have with a large update. Hi we want to create a server for developers/testers and we want that have a copy from production, so we want to obfuscate the NSS ...
-2
votes
1answer
118 views

updating the datagridview [duplicate]

i have 2 forms and dont know how to update the datagridview, if some can simply guide me please. form1 is as follows: public partial class frmBooking : Form { //instance of sqlConnection created ...

1 2 3 4 5 14