The autosave tag has no wiki summary.
0
votes
0answers
9 views
NSPersistentDocument Autosave fails in 10.8 but works in 10.7
My app uses NSPersistentDocument for its data store. The app uses "'autosave in place".
+ (BOOL)autosavesInPlace
{
return YES;
}
When a new document is created, several default values are ...
0
votes
1answer
31 views
how auto save photo from camera without asking user (easily way)
Hi
I'm looking for a way to save photos from the camera device directly without ask the user to save or not. I'm not implementing the Camera classes or overriding it. I'm simply using this code ...
0
votes
0answers
30 views
Multiple windows for the same document, Version and Auto Save
I experience a strange behavior using multiple windows for the same document, not sure if it is standard behavior.
The drop down menu that let the user browse versions of his document (Versions ...
1
vote
1answer
34 views
Why aren't the init and windowControllerDidLoadNib: method called when a autosaved document is automatically open ?
I have a NS(Persistent)Document.
I run my application via Xcode, then create a new document (without any data), and then quit my application.
In this case, I can check that the init and ...
0
votes
3answers
28 views
How to show a “saved” message after every ajax request in text area
Hi I have text area with ajax request to save the text in drafts. when i navigate to form page and start writing text in textarea , it only first time shows the message of "saved as draft " after that ...
0
votes
3answers
93 views
How can I create a timer loop which runs code every 30 minutes?
I would like to input an autosave feature in my program which will run a line of code at the end of the countdown, then restart the loop. (It will run my SaveFile(); function)
I would like this timer ...
0
votes
2answers
40 views
How to save text in the html text area as draft like gmail
I want to save the text that is in the html text area using ruby on rails.So please help me in setting it as it is in gmail , when we reply to any email it is saved as draft before we send it.
-2
votes
2answers
193 views
CKeditor Inline editing
I have the following source:
<div id="editable" runat="server" contenteditable="true" >Sample Text</div>
My question is if I can save the edited text with asp.net only?
If yes, what ...
0
votes
0answers
10 views
autosave on child retrieved with scope
I am using Rails 3.0.11
in a system where Person has many phone_numbers and in each of the phone_number object there is a identifier for the type of phone number it is, for example phone_number.type ...
0
votes
1answer
176 views
Excel crashes, VBA userform cannot save
I have a userform in Excel in which the user enters information and then hits an "add stock" button. Upon pressing this button, the information is entered into a spreadsheet and then the spreadsheet ...
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
2answers
84 views
Autosave triggering in a text editor application
I need to implement an auto-save function in a text editor web-application to manage automatic save when the user is typing. I don't have specific knowledge about this kind of technology so I wonder ...
1
vote
1answer
76 views
How to disable Auto Save in Xcode 4.6?
I tried to no avail
defaults write com.apple.Xcode ApplePersistence -bool NO
defaults write com.apple.dt.Xcode ApplePersistence -bool NO
The "Ask to keep changes when closing documents" option from ...
0
votes
0answers
44 views
MFC Restart Manager Support in VS2010
i would like to add restart and document recovery to my mfc app and followed this msdn blog
http://blogs.msdn.com/b/vcblog/archive/2009/02/18/mfc-restart-manager.aspx
the problem is, nothing happens ...
0
votes
2answers
91 views
Emacs auto-save: Why are files not stored in the correct folder?
I looked in various places and finally came up with the following setup for 'auto-save' mode in Emacs:
(defvar my-auto-save-folder (concat "~/.emacs.d/auto-save")); folder for auto-saves
(setq ...
1
vote
1answer
57 views
how to silently “Save All Buffers” in Emacs?
How do I create a command to "Silently Save All Buffers" in Aquamacs Emacs?
I found the command save-some-buffers which is nice, but the problem is that it prompts me, separately, to confirm every ...
1
vote
1answer
76 views
Get notified when NSDocument is saved
How can I get notified when NSDocument is saved, the first time and subsequent times?
I first thought that overriding writeToURL:ofType:error: would do it, but it appears that this method is also ...
0
votes
1answer
190 views
Jquery autosave when input change
In my CMS (Wordpress) system I'll use a colorpicker.
<tr valign="top">
<th scope="row"><?php esc_html_e('Omlijning', 'webthesign'); ?></th>
<td valign="middle">
...
0
votes
1answer
33 views
Auto Saving in JavaMail
I am working on a simple mail application using JavaMail. My web based mail user agent (MUA) application has the functionality to compose, read, forward, delete, etc mails. Now I want to add a simple ...
1
vote
0answers
164 views
How to autosave HTML5 search input through javascript / without refresh
Question:
Is there any way to trigger Webkit's autosave functionality from javascript? If not through a dedicated API, is there at least a way to accomplish the same functionality by manipulating ...
0
votes
0answers
61 views
How to trigger a jQuery-autosave remotely
I use the jQuery Plugin Autosave, written by Raymond Julin, Mads Erik Forberg and Simen Graaten, and I need to manipulate the form data by another form.
https://github.com/kflorence/jquery-autosave
...
0
votes
0answers
97 views
Updating through has_many/belongs_to associations and accepts_nested_attributes_for tag
I am new to ruby and am trying out some of the features that I have not used before (associations). I have defined belongs_to and has_may association is the base class but I want these associations to ...
0
votes
1answer
28 views
WordPress multiple revisions saved every minute
When my client logs into WP, his system is somehow firing updates/revisions automatically (not autosave) -- sometimes every minute; sometimes every other minute. Here is the revision log on one of ...
1
vote
0answers
54 views
Timed Autosave Plugin/Feature for Eclipse
I'm looking for a way to have my files autosave in Eclipse on a timed interval, rather than when I build, because I'm quite stupid and forget to constantly (if ever) save my work. I lost about 6 hours ...
1
vote
1answer
123 views
How to force creation of default persistentStore/autosave in NSPersistentDocument
I have a document-based Cocoa app using CoreData which can import large amounts of data. Since this import takes some time I do it in the background, but since NSManagedObjectContext is not thread ...
0
votes
0answers
8 views
Script is not remembering type=email field?
I have a script running on my registration page to avoid blank input fields after submitting and failing to submit the form. Anyway, I have managed to get this script working for the input[type=text"] ...
0
votes
1answer
181 views
Remove note's autosave functionality by adding other entity's notes on form in CRM 2011
In CRM 2011, notes get automatically created and attached to main record on lost focus event. Requirement is to remove this auto save functionality. Only till main form is open user should be able to ...
0
votes
1answer
50 views
wp_is_post_autosave is not working
I want to auto publish all articles of my WP blog on Facebook without using any plugin.
I wrote some working code to do that and it's OK... but I also need to invoke this code only when I publish a ...
1
vote
1answer
70 views
How do I cause rails submodel join-table changes to be saved when the model is saved?
I can't figure out how to get join-table records autosaved in my app. I am building an application to let a user make a book. They create pages and upload a gallery of images, and then connect ...
0
votes
1answer
712 views
VBScript: Lotus Notes autosave attachments with specific extension
Early, I posted theme "Groovy: autosave attachment with specific extension from Lotus Notes", but couldn't find any solution, so i found different vbscripts and make own. Its works, but now i have a ...
0
votes
2answers
62 views
Cocoa - Adding menu to support versions? (Like in TextEdit)
In TextEdit, if you click the little dropdown next to the filename you get a menu which shows a couple of entries including Rename, Move to iCloud, Move To, Duplicate, Lock and finally Browse All ...
1
vote
0answers
19 views
distinguish use cases in NSAutosaveElsewhereOperation
I try to add AutoSave support to the Core Data File Wrapper example
Now if i have a new/untitled document writeSafelyToURL is called with the NSAutosaveElsewhereOperation type.
The bad thing is, ...
0
votes
0answers
40 views
How to deal effectively with text autosave and synchronization?
We are planning an app that will be a sort of text editor.
This editor will have some extra features, in particular:
Autosave
Synchronization (thanks to a web server) with other devices
We were ...
0
votes
0answers
68 views
chrome autosave “already in use. Exiting.” and using locally
I have tried to install chrome extension, but it's not working. Getting this error:
http://127.0.0.1:9104 is already in use. Exiting.
I had installed the extension, enabled the experimental ...
0
votes
0answers
108 views
Groovy: autosave attachment with specific extension from Lotus Notes letter
I have a VB script for autosave attachments from unread letters
`Dim Session As Object
Set Session = CreateObject("Notes.Notessession")
Sub Initialize
Dim s As New NotesSession
Dim db As ...
0
votes
1answer
99 views
Ajax - How to save automatically my Django form
i have an add_form under my django app. i want to add a feature this form which is saving form automatically after user starts to type.
like in gmail , or blogger.
what are the steps i should ...
1
vote
1answer
326 views
Auto Save and Auto Load Game Concept on Android Games and Saving on the Internal Vs. External (A.K.A. SD Card)
I have a question regarding on how to save and load game automatically. In this example, like Temple Run, it automatically saved the game on everything (records, money gained, and unlocked goodies) as ...
1
vote
2answers
366 views
Autosave textarea contents javascript and php [closed]
I'm building a very simple text editor for writers as a web app, it's essentially a glorified textarea, but I need it to autosave the content of the text area so the user can leave the page and come ...
0
votes
3answers
416 views
Hold the data with in the form when page refresh or back
I have a jsp form, which has textboxes,radio buttons,select and text areas. How can I persist/hold the data within the form even when I refresh the page or coming back to this page from the the next. ...
0
votes
0answers
407 views
Form fields autosave with AJAX and data attribute
I am wondering what is the best way to auto save input and select elements in a form.
Traditionally I have always done something with onKeyUp and a setTimeout which takes the ID of the input modified ...
0
votes
0answers
131 views
Browser plugin to autosave WYSIWYG editor content
I am working in ActiveCollab environment, which is using a WYSIWYG editor, most likely built on-top of TinyMCE. The software itself does not implement autosave functionality, that is why I need a ...
0
votes
1answer
186 views
QtCreator continuously saves .pro.user file inside a project
I'm experiencing an annoying behavior of QtCreator: when a project is open, QtCreator keeps saving the project's .pro.user file over and over, about every 10 seconds. Given that my projects are under ...
0
votes
0answers
119 views
Auto Saving Form and jQuery
I'm using a plugin called sisyphus to auto save my webform as it's filled out. However, I'm also using a jQuery UI slider, converted from radio buttons and another plugin called jqtransform to pretty ...
1
vote
1answer
539 views
Chrome Auto Save Extension - Firefox alternative?
I've just seen that extension and I pretty much fell in love with. As a guy with minimal css knowledge, I got bored of spamming CTRL + S, alt tab, check browser, alt tab back to IDE and continue ...
0
votes
1answer
127 views
Repeating same data in sql on autosave
i am trying to auto save some data after a certain time in a database.here is my view code
<div id="main">
<?php echo validation_errors(); ?>
<h1>Purchase Product ...
0
votes
1answer
136 views
How to implement auto save functionality in silverlight
I want to implement auto save functionality.
I have a silverlight application, in which, we are sending data on server on clicking of a button. Now i don't want to click on that button, i want, my ...
1
vote
1answer
160 views
Sitecore rich text editor auto-save
The content editors have a constant gripe about losing their work after they've been working on an article for over half an hour. This is a .NET session timeout issue but I do not want to modify that ...
0
votes
1answer
74 views
Cocoa Versions Browser: full screen
I have a problem in my document-based application, when it is in a Version Browsing mode.
It seems that although the version browsing UI fills the entire primary screen, the secondary screen is not ...
0
votes
1answer
530 views
QTP, how to Auto save scripts and Function Libraries after updating
Is there anyway to make Quick Test Professional(QTP) auto save updates for Scripts ?
your help is highly appreciated.
thanks Manaysah
0
votes
2answers
259 views
Automatic Save Throughout ASP.NET Application? [duplicate]
Possible Duplicate:
ASP.NET Forms autosave
I'm looking for general guidance on how to implement an "auto-save" feature in ASP.NET 4.0. I have an application with a tabbed interface (AJAX ...





