Top "Save" questions

To store (data) in a computer or on a storage device.

Alternative to locking file type on FileReference.save() AS3

Update: As discussed in Jacob's reply below, limiting or correcting the behaviour of FileReference.save isn't possible. Can anyone suggest …

flash actionscript-3 save filereference file-type
VHDL: The following files are missing: .stx, .ncd, .xrpt

Before I even start with synthesis(as soon as I press "Save"), I get this warnings: WARNING:ProjectMgmt - File …

file save warnings vhdl synthesis
How to implement pause/resume in cocos2d game?

My question is to look for design solution for pause/resume states (including all data info, which need save ) during …

iphone save cocos2d-iphone resume
How to save cropped image to a directory with Jcrop using PHP

I can crop my images and click on crop. but then something goes wrong, because i don't know exactly how …

php image save directory jcrop
Adding text to image and save

In my program i allow the user to enter some text which then gets put on top of an image …

c# image-processing text save digital
How to save a trained model by scikit-learn?

I am trying to re-create the prediction of a trained model but I don't know how to save a model. …

python python-3.x scikit-learn save pre-trained-model
Shut down iPhone in simulator

This might seem like a strange question, but can I actually shut down the iPhone and restart it in the …

iphone settings ios-simulator save shutdown
Detaching a Fragment not triggering onSaveInstanceState()

My Android application has an ActionBar that changes which Fragment occupies a certain FrameLayout. I am trying to use onSaveInstanceState …

android save fragment detach
Save CoreData-entities in NSUserDefaults

Imagine an CoreData entity (e.g. named searchEngine). NSManagedObjectContext manages some "instances" of this entity. The end-user is going to …

cocoa core-data save nsuserdefaults
Eclipse reverts all changes to file on key press, undo not possible?

Somehow I just pressed some key or key combination in eclipse (android development) and eclipse suddenly restored the previous version …

eclipse file save undo revert