Saving is the operation where a resource (document, game state, etc.) is persisted (written to the disk, sent to the cloud, etc.) for later use.

learn more… | top users | synonyms

0
votes
0answers
50 views

Dude, where is my bundle?

(Apologies for the title, but that's about how I feel right now) THE PROBLEM: There are only a log in screen (welcome layout) and a WebView in my activity. As the user logs in, activity changes the ...
0
votes
1answer
47 views

Trouble with Python: Opening an app/saving a file

I am a bit new to coding, I am trying to improve my skills. My preferred programming language is python. But I do need help with this bit of code. I am making an app called User Helper for my own use. ...
0
votes
1answer
18 views

Loosing brackets on saving AS3 to XML

I have encountered a problem with saving data from an Adobe Flash AS3 class to a XML file. The problem is that I'm loosing some of the brackets(<>) on saving. The file ends up like this: ...
-1
votes
0answers
14 views

I cannot safe my new app

Every time I try to save my new facebook app I have created for my client, it says not able to save right now, please try again later. This has been going on for 4 days now and I can't figure this out ...
0
votes
0answers
14 views

Saving to file from StringGrid row

Can someone know how to save a row from StringGrid to file until stop button in pressed? I have variables which are periodicaly followed so i want to see how variable was changing. I am trying to use ...
0
votes
1answer
25 views

Saving UITextField text in cell into NSUserDefaults?

I have seen every post that is close to this question, and still not finding something useful. I have textFields in every cell that is being used as a form for the user to fill out. Everything with ...
0
votes
0answers
24 views

JQuery Saving Sortable List

I know this question has been asked before but the solutions did not work for me. I am trying to save the new ordering of items to the database. In DB is saved so: ...
0
votes
3answers
62 views

Own PDF using Java [duplicate]

For a (commercial) tool I'm developing, I am searching for a way to publish data as PDF file. Now there are a couple of java libraries, but none with a practicable license (itextpdf, for instance, ...
0
votes
2answers
26 views

How do I save some textviews and load them from another class?

In my app, i have you put in some information through some edit text. Then you hit this button and it starts another activity that does some calculations and then displays results through text views. ...
2
votes
1answer
51 views

How to don't save code in vim

is it possible to add text to a file, and make vim don't save it ? To clarify the thing, I'm creating a vim-plugin that would add perfs informations above functions, but I don't want these to be ...
0
votes
2answers
57 views

saving all variable values in matlab's workspace together with their names

I'd like to save print all my variables in my workspace to a file together with their names in a certain way: %<*firstVariableName>firstVariableValue(s)%</firstVariableName> ...
0
votes
1answer
29 views

URL arrays saving

I have an NSMutableArray and I put URLs in this array. there is no problem but when I save it with NSUserDefaults it doesn't keeps the content when I load it after closing the app. I also tried to ...
1
vote
0answers
23 views

Saving a custom RGB color with NSUserDefaults then loading it and using it to draw

So i am just learning xcode and i made an app learning from this website... http://www.raywenderlich.com/18840/how-to-make-a-simple-drawing-app-with-uikit and there is a way to make your own custom ...
0
votes
0answers
29 views

Making a simple Level editor for a Cocos2d Javascript Game

Update: After digging around I realised the best way to discribe my problem is in terms of a level editor. I'm writing a simple came for the Iphone using javascript and I want users to be able ...
0
votes
1answer
32 views

Saving new associated records in CakePHP

So I have a Message model. When a message is created, I want to create new Recipient records. (Message hasMany Recipient, Recipient belongsTo Message). The intent is that the message_id field in ...
0
votes
0answers
24 views

breeze: design issue for saving

I'm having a design issue for saving my Entity and a bit of a conflict with my colleague who works on the server-side :) Upon a click on a button I need to update just one property of my Entity. On ...
0
votes
1answer
87 views

How to Save files with a FileUpload Interface (GUI) to a chosen location in asp.net?

This comes down to simply saving to a specific location in asp.net. Similar to using 'Save as...' in any standard program like Microsoft Word. The GUI I'm looking for is exactly the same as the GUI ...
0
votes
1answer
25 views

Saving reports query to database

I am developing an web app that is reliant on reports being dynamically generated. The client has specified they would like to save reports searches to the database for future use, specifically ...
0
votes
1answer
32 views

Saving application data transparently

I am writing a game in java, and i would like to save my game. I am going to save it as a set of XML documents in a zip file. What i would like to know is if their is a way i can do this ...
1
vote
2answers
42 views

Saving multithreaded game

I have written a 2d platformer in java, and i was wondering how i would save the game. I looked at just serializing the whole game using XMLEncoder or ObjectOutputStream, however those didn't save ...
-1
votes
1answer
95 views

jqGrid (retain changes in grid after pagination)

I am using a jqgrid: $("list").jqGrid { /* some functions */ colNames : ['Destinaton Id, OrderType, Mesg Seq Number, Replay Status], colModel:[{ name: 'destinationid', ...
0
votes
2answers
68 views

saving a bitmap in android using camera intent

I'm trying to follow this tutorial however the problem is when I click the checkmark that is supposed to confirm the image it doesn't do anything at all. I feel like I'm missing some kind of ...
1
vote
1answer
121 views

saving images in python at a very high quality

How can I save python plots at very high quality? That is, when I keep zooming in on the object saved in a pdf file, there is no blurring? Also, what would be the best mode to save it in? png, eps? ...
0
votes
0answers
18 views

looping through and manifpulating multiple files and then saving to multiple files using awk

I am using the following awk script to select the first occurrence after a 6PM time stamp and printing the remainder of the file. awk ' BEGIN { FS=","; ok=0 } $3~/[6,7,8,9,10,11]:[0-9]+:[0-9]+ PM/ { ...
-1
votes
1answer
39 views

Creating an encrypted save file

I'm trying to make a game in Ruby, and my latest addition is to save files, however, I'm having a major problem with encrypting them. I already got the saving and loading methods set up, but I don't ...
1
vote
2answers
61 views

Saving UILabel information?

I am working on the next update for my app and I am trying to save the information on my UILabels when the app closes or switches page. This is what I have, every time you hit a button, it will update ...
0
votes
0answers
39 views

CakePHP Save hasOne data: constraint error

Hey I am new to CakePHP and I want to know why my code doesnt work: $data['Gender'] = array( 'bezeichnung' => $item['person']['GENDER'] ); $data['Client'] = array( 'id' => ...
1
vote
1answer
206 views

Can't see pictures saved via getExternalStoragePublicDirectory on PC

Link to solution/workaround at bottom of question I used the Android tutorial to write code to open the nexus 7 camera via intents and take a photo. It refused to work properly unless I altered the ...
0
votes
2answers
40 views

Saving files internal

I was following an Android tutorial on saving files, from Google, when i came to this code: String filename = "myfile"; String string = "Hello world!"; FileOutputStream outputStream; try { ...
0
votes
1answer
26 views

add_meta_box not saving to database

I created a sidebar box with custom post options but i can't seem to get the to save to the database with the rest of the post data. <?php /* Plugin Name: Column Height Calculator Plugin URI: # ...
0
votes
0answers
15 views

How to save web page with a custom extention - using plugins for e.g. ffx - save Page As, Chrome Stylebot

I find the Save Page As plug-in with Firefox very handy; however, I am beginning to come across pages that have custom extensions (not .htm, html etc). I need help to save / capture the webpages ...
-1
votes
1answer
71 views

Saving Data on iCloud

I have been able to sync a plist to iCloud with all the user's level high scores. I still haven't been able to figure out how to make it so people cannot just go into iCloud docs folder and change ...
0
votes
0answers
94 views

read an image, resize it and resave it : corona SDK

In one of my apps in corona SDK, I have an image named home.png (480x380 px) with my application files. I want to read that image, resize it (to 240 x 240), and save the new one as a png file with ...
1
vote
1answer
55 views

trigger.io file.saveURL and looping

I am using the file.saveURL in a loop and its working good but I am seeing some strage things. Basically I loop over about 70 images and then grab the uri to them after they are saved and store that ...
0
votes
1answer
78 views

What is the best way to save user data in a web app which expects frequent user edits?

I'm creating a TODO list web app for self-learning purpose. This is my first time building a web app. I'm using JavaScript and PHP. I'm having a trouble finding the best approach for saving user data. ...
0
votes
1answer
161 views

Saving all contents of array through a class into a file.txt and then loading / saving / reading from that same file?

I'm trying to save user input in a file I've referenced known as "contacts.txt". I have to collect user input and store them in a phonebook format and then allow the user to call information that they ...
1
vote
2answers
133 views

How to save User-Input Form, To be able to open & edit it later? C#

I'm currently busy with a user interface application and I really need some help. Once 'new order' is clicked, a user INPUT window appears, allowing the user to type in the customer's details and ...
1
vote
1answer
26 views

How do I capture what to save if user is allowed to modify content during saving?

I'm creating a TODO list web app and I have a question about how saving the contents of a list should be done. Just like any word processor, I want to allow user to modify data during saving. I can ...
0
votes
0answers
98 views

(Solved) Media uploader not saving when options change in Wordpress

I'm having a problem with my custom options page in Wordpress. The issue concerns the media uploader I have put a while ago. It works properly, but when re-saving options the url in the field, where ...
0
votes
1answer
111 views

Ruby on Rails saving multiple instances of a class using a single form for a different class

As a bit of background, I am making a system where registered users can post bounties for artwork. They say what they want and post it as a bounty to be publicly visible. Users may also be registered ...
1
vote
1answer
55 views

How to make a keyboard Shortcut <Command + S> to save from multiple windows

OK, I am having a project having many xib's and each xib contains many nswindows. I need to use a keyboard shortcut to save for each of the window. Do I need to create muliple mainMenu NSMenuItems ...
0
votes
1answer
35 views

Save user prefs on a site?

I'm building a wordpress site and I'd like to give readers the ability to change the layout and the fonts (some people prefer serifs/sans serifs for reading) and the text size. Really prefer not to ...
0
votes
1answer
74 views

Core Data relationship not saving even though it is set

I have a mandatory genericCall relationship for a PlaylistCall entity that is being set prior to the PlaylistCall being saved. The logs show that the genericCall is not nil and yet I get a validation ...
0
votes
1answer
651 views

VB macro in excel to save an active doc to PDF with name from a Cell

I'm new to the forum and I'm happy to be part of it. I've been having this specific problem for about three weeks now. What I'm trying to do is to create a macro that automates a function for me. I ...
-5
votes
2answers
42 views

How to save the last integer used in a for-loop

I am currently working on a program where I need to save the value of the last integer used. Let us consider this scenario: for (int i = 1;i<=28123;i++){ if (isAbundant(i)){ ...
0
votes
1answer
53 views

How to Save data into Project Folder?

I download a XML file from web and save it in a folder.With these Codes NSURL *goo = [[NSURL alloc]initWithString:@"......xml"]; NSData *data = [[NSData alloc] initWithContentsOfURL:goo]; NSString ...
0
votes
0answers
39 views

Form bindAndSave method dont save files

I parse xml feed and save it this way: $action = new CouponActionForm(); $values = array( 'name' => $offer->name, 'link' => $offer->url, 'description' => ...
0
votes
0answers
77 views

How to save in-game progress with Core Data

So I created a 2d game like Plants vs Zombies and I am using Core Data to save my game files. I want to figure out a way to save the in game progress like Plant vs Zombies. Here's a screen shot Plants ...
0
votes
1answer
102 views

Core Data sending and receiving objects

I have an entity called Workout with the following attributes: workoutDate runningTime ellipticalTime stairMastersTime benchPressWeight I'm requiring users to create an account before using the ...
-5
votes
1answer
71 views

I need to build a user interface and get my program on the internet but I don't know what to do [closed]

I have a program that acquires language, but I'm still very new to Python. I have the opportunity to release this program and see what develops in a good environment but I need to build a UI. I don't ...

1 2 3 4 5 11