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.
-1
votes
0answers
13 views
Too many Emacs versions installed [closed]
I was trying to update my Emacs, but I ran into some problems. It appears I have more than one version of Emacs installed (eg. the Emacs when I open from applications is a different version from the ...
1
vote
1answer
15 views
WPF DataGrid - how to suspend UI updates from databind and do a bulk update later
Having to do a lot of cell-by-cell changes in code on my source DataTable, I need a way to temporarily halt it sending data-binding updates to its bound DataGrid:
I have a DataGrid bound to a ...
0
votes
2answers
14 views
Eclipse isn't Seeing Nexus 7
I bought a new Nexus 7, and Eclipse cannot see it. It is appearing in Device Manager as Android Device ---> Android Composite ADB Interface. There is no other devices category, and I have updated ...
0
votes
0answers
11 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
1answer
39 views
Eclipse is not running projects after once updated in android
In this morning i just checked for updates in my eclipse & when i found updates available i just did that.
But after once it is updated Eclipse is not working at all.
Its running existing ...
0
votes
1answer
11 views
Update vs Refresh in ORMLite
Dao<T,ID> Interface provides many DAO methods such as update,create ,...etc
I read that Update method
will not save changes made to foreign objects or to foreign
collections.
Did ...
0
votes
1answer
19 views
Update Supporting Files from Web Server
I am writing an IPhone application in witch I downloaded files and photos locally in the Supporting Files folder ( in the right panel of xcode ), these files are downloaded also in a web server, ...
-3
votes
0answers
11 views
Only very few people can see my facebook updates !! [closed]
I have about 16,000+ followers (Real) and 4,900+ friends (Real) but the amount of people who sees my updates are getting lower nowadays ..
About 2 months ago , when ever i post a picture of mine , i ...
0
votes
0answers
18 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
1answer
16 views
Update only a table, but the table is associated with anothers
I have a main table, Cliente. This table are associated with another 20 tables. I´m trying update only the table Clientee using the code below:
$this->Cliente->updateAll(array("ec_cnpj" => ...
0
votes
0answers
14 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 ...
-1
votes
1answer
53 views
C# updating information in an exe file
Im building an application that should consist of a single .exe file which in turn will be distributed by others. In this .exe file there is two hardcoded fields, username and password. The people who ...
0
votes
0answers
15 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
1answer
33 views
updating tool from site in cmd
so i have a simple batch tool
its url is somesite.tool[version].zip
eg: somesite.tool1.9.zip
and theres a file in the tool called version.
in this case it contains 1.9
the tool.zip will have the ...
0
votes
1answer
29 views
Worklight: JsonStore behaviour on hard install of new version
I am not sure about if we release new version of App on App Store and users get it installed. Now in this case, the existing JSONStore data of previous version of the App, Will be there or will be ...
0
votes
1answer
14 views
Update field annotated with @Value in runtime
Let's imagine we have such a component in Spring:
@Component
public class MyComponent {
@Value("${someProperty}")
private String text;
}
If we define the property placeholder:
...
0
votes
2answers
27 views
android update/install version checking
i'm new in android developing. (and in developing after all)
Here is my problem: If i install my android application onto my mobile device or AVD, i want it to check the current app version number ...
1
vote
0answers
23 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 " + ...
0
votes
0answers
23 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
38 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
3answers
93 views
JSF 2 template partial update
I have the following JSF 2 template Page with primefaces menu, I want to partially update the cenral centent of the page onclick of links from left Menu, I don't want to update the entire page.I have ...
1
vote
3answers
881 views
Run local java applet in browser (chrome/firefox) “Your security settings have blocked a local application from running”
I'm trying to run a java applet (html file), but the browser keeps saying:
"Your security settings have blocked a local application from running"
I have tried using Chrome and Firefox but i get the ...
0
votes
2answers
18 views
Update Joomla website
I updated my Joomla website on localhost - just the content of some Articles. Do I need to upload all the joomla folders to remote server to see these updates on the webpage? Is it possible just to ...
-1
votes
1answer
40 views
Joomla 1.7.0 Security fixes (Upgrade)
I have a shopping cart platform with Joomla 1.7.0 and VM2.0.6.Is there any option to update the versions manually (like files and DB tables).I can't upgrade it with normal joomla upgrade bcoz this ...
0
votes
6answers
55 views
Is there a way to update a record in an Arraylist without deleting the existing record?
I have an arraylist , where records are stored as objects. I want to know if there is a way to update a record in an array list without deleting the existing record?
For example, my records have ...
-2
votes
0answers
31 views
Check for Java updates from user account [closed]
How to set Java, so it can check for updates and install updates from non-administrators account? Is it posible?
1
vote
1answer
63 views
updating binary file containing structs in c, offsets changing to corrupt rest of file
I'm trying to write a method that will, given a file containing values to update or append, will update a second binary file.
Apparently, when I overwrite a struct in the binary file, the offsets ...
1
vote
1answer
59 views
Update DLL Server with Inno Setup
How do I structure my Inno Setup script to automatically register a dll if it is the first time a user has installed my application but unregister a previous version if there is one and then register ...
0
votes
0answers
62 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
2answers
38 views
Code breaks when updating jQuery due to changes in toggle
Background
I have recently taken over development on a project from a programmer that was using multiple jquery versions from 1.3x to 1.6x... Now that I have implemented some advanced functionality, ...
0
votes
1answer
36 views
how to update datatable from managed bean jsf2 primefaces
I want to update datatable from managedBean
this datatable is inside p:tab inside p:tabView inside h:form inside p:dialog
I tested this : but it is not updated :
...
0
votes
0answers
21 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
29 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
43 views
Hardware/BIOS serial number [closed]
If I update my BIOS, does the BIOS serial number change?
I am wanting to know this because I am making a software registration and would like to get some hardware IDs of hardware items that do not ...
0
votes
1answer
24 views
Setting an method outside a Timer/Thread but still updating it constantly
In the game that I'm currently making I have to add the mousePressed method inside a Timer/Thread so that it always go updated.
I need this because I have a power up in the game that change the way ...
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 ...
1
vote
1answer
36 views
Updating two or more tables in access
I have two tables which both include a Yes/No type column. I wish to update both these columns using one form.
I do not want to use a subform design because I only want a few fields to show up in ...
0
votes
2answers
56 views
Solr, how to use the new field update modes (atomic updates) with SolrJ
Solr 4.x has this nice new feature that lets you specify how, when doing an update on an existing document, the multiValued fields will be updated. Specifically, you can say if the update document ...
0
votes
0answers
19 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 ...
-1
votes
1answer
43 views
My iPhone app doesnt work without update
I can't open my old version app with some extra options. I used old version of app even when in app store shows that is passible to download the newest one. But when i reboot my iphone the old version ...
0
votes
0answers
34 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
1answer
61 views
Skipped installation of bin/classmap_generator.php … by update of the Zend Framework 2 library
When I try to update ZF2 in my project, I get this warning:
# php composer.phar update
Loading composer repositories with package information
Updating dependencies (including require-dev)
- ...
0
votes
1answer
26 views
Update hyperlinks in shapes when file location changes
I have a process flow diagram that uses various excel shapes to visually represent a data production process from start to finish, I.e. from data input to analytic environment to data output to ...
0
votes
0answers
30 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 ...
4
votes
1answer
84 views
MEF Runtime Plugin Update Issue
Issue : My MEF code is not appropriately updating assemblies during runtime, from a folder associated to a DirectoryCatalog. The plugins load at run-time succesffully, but when i update the dll and ...
4
votes
4answers
218 views
Updating sqlite database without XML
My app requires data from a sqlite database. It will ship with a version of this database, but I need to update it on a regular basis (most likely once a month). Typically I've been sending updates ...
0
votes
1answer
15 views
Update Loop clarification
It was recently brought to my attention that inside a game update loop, functions will not be completely run before another loop of update. for instance:
void update()
{
function 1;
function 2;
}
...
1
vote
1answer
38 views
How are concurrent updates handled in Memcached?
My understanding is that Memcached is lockless (in its default configuration), such that no client can impede any other client's operation. If that is the case, then how does Memcached handle two or ...
1
vote
1answer
48 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 ...


