Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

43
votes
7answers
29k views

What is the most appropriate way to store user settings in Android application

I am creating an application which connects to the server using username/password and I would like to enable the option "Save password" so the user wouldn't have to type the password each time the ...
4
votes
1answer
212 views

How to save tags/keywords from array to database with php?

I saw this question: how to save tags(keywords) in database ? Good answer for how the database should be structured. But which way is best to do the saving process in php? A process that handles both ...
3
votes
2answers
659 views

Saving Ajax Form Data Best Practices

I am just wondering what general best practice is for saving data in Ajax Forms. In Spree ECommerce for example, every time you change a value in a list of objects (say you change the quantity of a ...
2
votes
2answers
29 views

saving file to specific location

here is my method to saving file: def savefile @generator = Generator.new(params[:generator]) @bigtable = Rails.cache.read("pass") doc = "wyniki.csv" File.open(doc, "w"){ |f| f ...
2
votes
4answers
127 views

NSUserDefaults does not save

I use the NSUserDefaults method to save data. I save an int and an NSMutableArray. The int gets saved properly when the app terminates, enters the background, or switches to another view. The array ...
2
votes
1answer
111 views

applicationWillTerminate and applicationDidEnterBackground don't get called

I'm trying to implement saving user's data in my application. I've created special method named saveUserInfo which is called when user logs out (and for this event everything works great just as i ...
2
votes
2answers
123 views

Restore listView in android

I am navigating from Activity_A to Activity_B and showing a list view in Activity_B , when I press back button in Activity_B control comes to Activity_A. Now, again I navigate to Activity_B, now I ...
2
votes
2answers
362 views

Saving an ArrayList to a file

i have a Arraylist, which i want to save in a file for use in the application another time, i've read serveral places that i can use this code to do this, but it doesnt work, it returns a error right ...
2
votes
2answers
249 views

saving a data file in R

I have successfully loaded a .txt file into R. I want to save the data so I can actually actively use it. What is the command for saving a file? Will I save the file to one of the existing packages ...
2
votes
1answer
280 views

Is it good to save database connections in xml file

I am on a general scenario of deploying my vb.net database application on my client's computer. Thinking of future problem of changing the database connection setting, i am planning to store it in a ...
1
vote
1answer
45 views

saving variable to file and downloading it

I've got a problem with my previous question. Nobody can't help me so I'll try to write better this time what I want: I've got a generators#show view, and in this view I want to do everything ...
1
vote
3answers
49 views

Storing a history list in objective c

I am doing a project to scan qr codes.a. In this project a history page is present in which i have to show the history of user's scans. It contains URLs only. So I am planning to show the list of urls ...
1
vote
3answers
61 views

saving setText after closing JDialog

I'm having a JDialog that works as a "Settings Window". I Choose a Save-File-Path and I click a button named Save. It Stores the Path and displays it on a JTextField. My problem is when i close the ...
1
vote
2answers
85 views

saving password in device memory in android

I am creating an application which connects to the server using username/password and I would like to enable the option "Save password" so the user wouldn't have to type the password each time the ...
1
vote
1answer
274 views

Core Data Managed Object Context Saving Problem

I am trying to save an array into core data using NSData but my ManagedObjectContext says there are 0 objects and when I call it, I have it appearing as NULL. I have an entity called Event and 3 ...
1
vote
1answer
50 views

Downloading and writing images from an array of urls crashing iPad

I am writing images to the directory of my app using the following code in a separate thread for (int j =0; j<[sorted count]; j++) { NSData *data = [NSData dataWithContentsOfURL:[NSURL ...
1
vote
1answer
67 views

How to read the files sequentially from a subfolder in document directory of iPhone

I am saving some images in to the documents directory of the app using the following code. for (int k=0;k<[_imageNames count];k++) { NSString *imagePath = [dataPath ...
1
vote
2answers
48 views

Preferred file extension

I am saving with NSKeyedArchiver. What should the file extension of my file name be?
1
vote
1answer
123 views

Can I have 2 arrays within a plist?

I am trying to save data for an iphone app that I am building. My data structure is to save a gamesArray that contains individual gameArray. In each gameArray I have a date, name, home/away, and a ...
1
vote
1answer
803 views

iptables error in android: iptables-save and iptables-restore not working

I have compiled Linux for android emulator with full netfilter functionality enabled. And got a iptables binary after building android from source. When i push this binary to the emulator i can ...
1
vote
3answers
346 views

How to save an array full of custom classes in iOS?

In an iOS application I am creating for a school project, I am having trouble saving data that is stored in an NSMutableArray. The array is created in the app delegate file, and then delegates for it ...
1
vote
1answer
173 views

Best Way to save array of objects in iPhone app.

I have an iPhone program with a table view. The table view gets its data from a NSMutable Array. I want people to be able to add data to that table, i.e add objects to that array. Using addObject and ...
1
vote
1answer
65 views

I'm having issues inputing a name if applicable

I have a function here that upon completing a single round, if your score is higher than either a default score entry or a newly placed high score then it will swap its data with your data and push ...
1
vote
2answers
447 views

How do you save data with NSKeyedArchiver?

Hi, I am trying to save an object from a class I have created. It is called shot and Contains 5 variables I wish to save. Here is the .h file--- It cut off NSCoding and NSMutableCopying Protocals and ...
1
vote
1answer
173 views

Linq->Entities and foreign key table issue

C# and general programming noobie here. I have two tables. Property and Memo. There can be many Memo's to a single Property. I have, at least I think I do, the format of the object creation done ...
1
vote
3answers
527 views

Objective-C NSUserDefaults: HighScoreManager, why doesn't this work?

My app won't save the data or load the data, it just crashes, I wonder what I'm doing wrong in my High Score Manager class. I'm going to post my class's .h and .m file: .h #import ...
1
vote
3answers
244 views

NHibernate update reference

Entities We have an entity called Product which is loaded using NHibernate. Product has a category which NHibernate happily populates for me. Database In the database, Product has a foreign key ...
1
vote
4answers
569 views

Strategies for preserving form data ( on tab/browser close )

I have an issue with a task management application where occasionally users close their browsers/tabs and the information which they type goes away because they accidentally close a browser/tab, ...
0
votes
1answer
36 views

Orientation changes cause app to FC

I'm working on an app that scans barcodes, when it gets a successful scan it will show a Dialog with the code that was scanned and depending on what was contained within the bar/QR code it will show a ...
0
votes
2answers
60 views

android save settings and information

i am new to android, i searched a lot and couldn't find a satisfying answer; what i need is to save some setting for my application such as 1> language, number of items to display, display/not ...
0
votes
0answers
37 views

Saving and Loading in Eclipse Android Emulator

I'm having difficulty saving and loading information for an Android app. I set up my SD card properly, but after I write to a file I can't find said file in the DDMS File Explorer, and needless to say ...
0
votes
1answer
135 views

Saving VBA Dictionary object in Excel

As part of an Excel Workbook Template a Dictionary object (from the Scripting Runtime Library) is created and added to. Is it possible to save this in some way along with the Workbook such that it is ...
0
votes
2answers
130 views

Saving only fields that have changed in Entity Framework 4

I have a Windows Form with some textboxes and a Save button. When the form loads the textboxes are populated with data from an entity in my model. When the user clicks on the save button the values ...
0
votes
1answer
44 views

CakePHP Conundrum - Saving In A HasMany Relationship

Okay, I'm tying myself up in knots here - I need clearer heads than mine to cut through to the centre of the problem! I have a model Livesession model which hasMany Sessiontracks. Someone edits the ...
0
votes
3answers
44 views

How to save data before app enters multasking

Im trying to find a way to save data before my app enters multitasking, i know how to save data, but i dont know what method to use to save it before the app enters multitasking. ...
0
votes
0answers
55 views

Save Contents of NSTextView in Document-Based Application as any File Type

I want to know how to save the contents of an NSTextView instance that's in my document-based application. Currently, I have the NSSavePanel appear although the document does not save at all. I would ...
0
votes
1answer
72 views

Command to save files in MATLAB on Linux OS

My situation here is that I need to send my program to my university's cluster which runs on Linux. To save file on my com locally using Windows, I simply use fid = fopen('exp.txt', 'w'); ...
0
votes
1answer
26 views

Marshaling and/or saving Objects with/without their current state to file and reloading them in Python

Hi Is there any known method, through API or clean programming practice to save an object to a file and then load the object again for instance if: Object inst is an instance of class C and it has ...
0
votes
0answers
18 views

About fetching MyLibrary by using books gdata

I have Develop One Application for the Google Book Search By JSon of Books Search. Now i want to Fetch the My Library content and the Category data of the Google Books By JSON. Is there any JSON for ...
0
votes
1answer
195 views

Getting the ids of multiple inserted hasMany items in CakePHP

Description / Explanation: On the "Add an Event" page, you can add multiple Schedules. When you saveAll(), it saves the Event data and all the Schedule(s) data - this is working correctly. But ...
0
votes
1answer
243 views

Saving Table View in Xcode

Hello I need some help in finding out how to save the new configurations that the "USER" makes to the table view. I am a little bit familiar on how this is done "in the AppDelegate.h and .m" but the ...
0
votes
1answer
829 views

How to encode and decode a custom class with NSKeyedArchiver

I have a custom class that I wish to save and load. The class contains an NSDate, an NSString, and an NSNumber. I have implemented the NSCoding protocol in the .h file. Here is the code I have so far. ...
0
votes
1answer
28 views

How to decode rootObject

I have a custom class and I am trying to save an array within my class. In the encodeWithCoder method I use the encodeRootObject:theShotArray to save the data. What should I use for the initWithCoder ...
0
votes
0answers
166 views

Mdi app - save info on all child forms in txt file

I have an Mdi application with 3 child forms, and I need to save all text that user enters in theese child forms, so when I open app next time, everything looks just like when app was used last time. ...
0
votes
1answer
48 views

How to display user-modified list of projects for selection?

Okay, so what I'm looking to do in the application I am writing, is allow the user to create "projects", each project has a custom name defined by the user, and each project containts the user's ...
0
votes
2answers
451 views

Simple CakePHP ActiveRecord save problem: Why does the field save `NULL` instead of the value I assign it?

First, I've been using CakePHP for a long time, and I'm very comfortable with the API. I'm pretty sure this is going to be a face-palm error, but I'll need some fresh eyes on this because I've been ...
0
votes
0answers
43 views

Saving hand drawn images on iPad

I have completed coding an application that allows me to draw lines on an iPad screen. But, I have not been able to do much with the images. I would like to save them as png or jpg files. How do I go ...
0
votes
0answers
169 views

how to read and wirte namespace xml to mysql with php

I've been searching for a bit and I can't seem to find a decent example of saving namespace xml to a mySQL database. Example of xml: <ns1:node1 xmlns:ns1="name.space.1" xmlns:ns2="name.space.2" ...
0
votes
1answer
140 views

what file extension do i use with nskeyedarchiver

I am writing an app that uses NSKeyedArchiver to save its data. Should my file be ishotTrack.plist or ishotTrack.arch Thanks in advance
0
votes
1answer
445 views

cakephp set field in this->data to a related field in database

I am trying to upload multiple images using meioupload which works fine if I set image.1.field and then image.2.field for each field of data. Then loop through and create/save rather than saveall. My ...

1 2