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.
0
votes
3answers
47 views
Own PDF using Java
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
23 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
48 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
45 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
26 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
20 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
22 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
31 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
63 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
21 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
31 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
40 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
76 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
58 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
109 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? ...
-3
votes
0answers
11 views
BLANK PAGE WHEN I SAVE PRODUCT
When I save my product in Magentos backend it just leads to a blank page and does not save the item.
Any ideas why?
Not sure how to fix
0
votes
0answers
15 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
38 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
59 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
38 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
174 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
36 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
24 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
11 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
62 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
84 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
53 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
70 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
137 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
117 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
24 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
90 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
100 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
51 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
34 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
64 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
583 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
41 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
52 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
74 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
68 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 ...
0
votes
1answer
47 views
ClassLoader - Loading and saving data
Hopefully someone can help me with this.
It is my understanding that using a ClassLoader is the most reliable way to load in content.
public class Pipeline{
public static URL getResource(String ...
0
votes
2answers
68 views
PHP exec() with Pygments for PHP
I'm currently using the Pygments for PHP plugin that is located here: http://derek.simkowiak.net/pygments-for-php/.
The line that actually calls Pygments from that code is an exec() passed: ...
-1
votes
1answer
57 views
Serialization loading issue [closed]
Im trying to get this working however I'm confused as to why it wont work?
I added implements java.io.Seriaizable to all the classes.
It creates the file and its all encrypted or looks that way.
I'm ...
-4
votes
1answer
89 views
Android external Storage read only one line [closed]
I want to read just the third line of a text-File in /sdcard/Android/data/com.example/Files/. Is there a way to do this?
Thanks in Advance
0
votes
2answers
221 views
How to save a file programmically in internal storage (visible)
I'm developing an app and want to save two variables String s, Integer i in a readable and writable file in the internal storage /sdcard/Android/data/<App-Path>/files/myfile.txt, when you press ...
1
vote
1answer
202 views
Saving and Deleting NSManagedObject & NSManagedObjectContext
Three Questions but they are all related. If you like I can divide them into three questions so that you can more credits. Let me know if you'd like for me to do that.
I have the following code ...





