Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
2k views

Save Windows Form Size

I'm developing a piece in VB.NET. Inside my primary form, I'm creating a new form to use as a dialog. I was wondering if there was a way to, upon the close of the new dialog, save it's size settings ...
3
votes
2answers
41 views

Android - App Minimization Handling

I don't believe it is called minimization, but basically when the user navigates away from my game, is there an easy way to pause it? The only thing I know of is bundles, IE restoreState(Bundle ...
3
votes
2answers
5k views

Good example of XNA 4.0 to save game data?

I am trying to work my way through the XNA MSDN documentation on saving and reading game data, and I am not having much luck. In essence I have a manager class which keeps track multiple instance of ...
3
votes
1answer
174 views

Time lag between PreRenderComplete and SaveState

We are tracing our ASP.NET application and find that for one of our pages we see that there is a time lag of around 2.5 secs from the time PreRenderComplete Ends to SaveState Begins. Below is a part ...
3
votes
3answers
849 views

how to save current state of application

I am making an iphone application in which after login we will go through some steps and then finally we make a call from within the app. As we know on making call our app quits so plz suggest me how ...
3
votes
7answers
4k views

Want to save binary tree to disk for “20 questions” game

In short, I'd like to learn/develop an elegant method to save a binary tree to disk (a general tree, not necessarily a BST). Here is the description of my problem: I'm implementing a game of ...
2
votes
1answer
55 views

How to save state of checkboxes in expandable listview - Android

I'm displaying entries from SQLite database in Expandable ListView and everything is working correctly but, I wanted to add in a checkbox right next to all children. Every time I check a checkbox and ...
2
votes
1answer
349 views

android saving game state

I'm developing a game and i've ran into some questions about saving and resuming the game. Let's say i have 10 animated sprites drawn every frame (which move side to side) and everytime i press the ...
2
votes
2answers
130 views

saving program state (visual studio 2008)

I am debugging (in Visual Studio 2008) a utility I have written in C++. Combining massive input files with my slow machine and it can take upwards of 6 hours to get to the point where I need to watch ...
2
votes
0answers
574 views

Android: How to saveState of a WebView with an addJavascriptInterface attached?

I have an android WebView that has a JavaScript interface added with addJavajavascriptInterface(). Is it possible to save the state of the WebView (webpage state, html, css, javascript) and then ...
2
votes
1answer
620 views

iPhone- How to save the view controller object itself?

I want to save the state of my view controller. I searched and found that I should save the state by saving state variables. But I am interested in saving the view controller object itself. Is there ...
1
vote
0answers
26 views

How to use onSaveInstanceState() and onRestoreInstanceState() to save and restore multi-dimensional array?

How to use onSaveInstanceState() and onRestoreInstanceState() to save and restore multi-dimensional array? I am using ExpandableListView. I have following groups and children. public static ...
1
vote
2answers
123 views

How to save an image from an ImageView after taking a picture

I am picking the picture from gallery or taking it with the camera. If I get the picture into my imageView, and click the confirm button, how can I then save that picture? Do I have to use ...
1
vote
0answers
53 views

t:saveState to save state of Managed Bean with RequestScope - State for Pagination System

I am trying to work with tomahawk-saveState, but it is simply not working. I inserted the following code to my xhtml file (JSF2.0): <t:saveState value="#{managedBean1}"/> Using a managed ...
1
vote
3answers
166 views

How to write to and read from a text file in Android?

I'm developing a Dictionary app. There is a Favourite button on the app that allows users to: short-click to add the currently-viewed word into the Favourite list; long-click to view the Favourite ...
1
vote
0answers
304 views

Saving Primefaces layout state

I understand that Primefaces Layout and Dashboard have state which can be saved. Could someone help me with snippet code (or some tutorial / how to ) site on how to save Primefaces layout (fullpage) ...
1
vote
2answers
64 views

How to save state of onClickListener?

I have a program that implements several onClickListeners. So as the user progresses through the button clicks. Is there anyway to save which onClick listener the user was on before they left the ...
1
vote
1answer
88 views

I cant find a difinitive way to save the state of a spinner in onSaveInstanceState, and recall it . . . please help

I cant find a difinitive way to save the state of a spinner in onSaveInstanceState, and recall it . . . please help. I have spent hours looking and I cannot find anything about this. . . . I only ...
1
vote
2answers
1k views

Android - how can i save a state of CheckBox when user exit the application?

Is there any way by which i can save a state of my checkboxes(checked or unchecked) when user exit the application and reload this state when user again start the application. Would be great if you ...
1
vote
3answers
251 views

back pressed should bring the refreshed activity

Hey guys Activity A fires intent on activity B and then on back pressed of activity B the saved state of Activity A is shown. I want to show the updated / refreshed state of activity A when back ...
1
vote
2answers
98 views

.net: Best practice for saving 2 last Winform state?

Hi How can I save 2 last winform state? I use it when user clicks on "cancel" button. I wanna to set the form state into its proper one. Thank you
1
vote
2answers
584 views

Using the applicationWillTerminate method doesn't seem to be working…or I am not using it right

I am wanting to save some app state data for when the user is quitting the app. I am thinking that I should be using the applicationWillTerminate method inside of my appDelegate, but when I try and do ...
1
vote
1answer
330 views

what is Best way to save the large number of Checkboxes state in Android?

I have some 34 checkboxes on one Activity which i have to mark and unmark. and I want to save the status of the each checkbox. I want this persistently. So should i have a sqlite table or ...
1
vote
1answer
352 views

Save android.app.Application state

I've encountered a problem wile using my own subclass of android.app.Application. I have numerous activities in my application and I'm running a custom ROM which consumes quite a lot of memory. What ...
1
vote
1answer
2k views

ExtJS - Save State of treePanel

TLDR I want my treepanel from EXTJS to remember its previous settings. ExtJS-3.2.1 I have seen this done before for ExtJS-2.x.x :See here on the extjs forums. But as seen as they are pretty much ...
1
vote
1answer
41 views

How do I retain the state of a data input screen on a ASP.NET Page using ExtJs Controls

My Client has an application that is built in ASP.NET (c#) that makes use of a lot of ExtJS controls. I need to enable the application to save every thing on the entry screen to a temporary storage ...
1
vote
2answers
1k views

richfaces keepAlive not working

I have a mediaOutput tag which, in its createContent attribute, requires the backing bean to be in a certain state. A list of values, which is filled in an init method, must be available. I therefore ...
1
vote
5answers
1k views

ASP.NET Save HTML Sent to Browser

I need to save the full and exact HTML sent to the browser for some transactions (for legal tracking purposes.) I suspect I am not sure if there is a suitable hook to do this. Does anyone know? (BTW, ...
0
votes
2answers
30 views

Saving string on orientation change FC's app if changed too quickly

I'm having trouble saving a string on orientation changed. I've tried using onSaveInstanceState()/onRestoreInstanceState() and onRetainNonConfigurationInstance()/getLastNonConfigurationInstance() ...
0
votes
1answer
44 views

Save activity state(not just some variables) on orientation change

I realized that there are lots of question on this topic already asked on SO. But I don't even know the basic when it comes to saving the state of an activity. (Refer Screenshot Below) When app ...
0
votes
3answers
47 views

android: save error state on change orientation

I make a login form with dynamic field validation. I have 3 fields username, email & password & all of these field are required. When field length = 0, I set error editText.setError( ...
0
votes
2answers
55 views

Activity State save and restore Helper

I'd like to write some kind of helper to save and restore activity state from/into Bundle Overriding methods onCreate(Bundle savedState) and onSaveInstanceState(Bundle outState) is still necessary, ...
0
votes
1answer
75 views

Trying to save preferences (according to official android reference) leads to an error

I need to save some variables of my main Activity when the user jumping to another pages (activities) of my application. The official reference ...
0
votes
1answer
83 views

Android back key not letting me save activity state

Quick question. I have an activity that calls my save function at the proper moments, onPause and onSavedInstance. The onPause happens if the activity leaves the foreground and the onSavedInstance ...
0
votes
0answers
131 views

Android WebView saveState and JavaScript DOM manipulation

Is there a way to make saveState() function remember changes done via JavaScript to the DOM structure? When I change the DOM structure (for example add new nodes) and rotate the device, all the ...
0
votes
1answer
103 views

Android saveState of webview page

I noticed that in the browser app, when I scroll down a webpage and rotate the screen, the location of the webpage stays But when I try this in a webview of my own, the webpage (and everything else ...
0
votes
1answer
74 views

PHP Black Jack game; updating display

my first question on stackOverflow! Have read tons of useful tidbits on here, but haven't been able to find a useful answer to the following question. I've written a blackjack game in PHP as a ...
0
votes
0answers
47 views

Save SyndFeed in Android

I am building a RSS reader for my android application. I decided to use the rome-feed-reader as described on: ...
0
votes
1answer
56 views

Saving view states with Honeycomb

I developed a pretty simple game that uses a custom view for drawing to the screen. On my phone (Android 2.2), I can press the home button on the device and do other tasks. When returning to the game, ...
0
votes
1answer
62 views

Problem in Saving and Cancelling Changes in WPF App

I have a requirement for which i have to implement a 3 Step save functionality I have a MainView which is divided into two parts: Left Part has a UserControl which has a TreeView inside it. ...
0
votes
3answers
246 views

How to use onSavedInstanceState example please

Im confused when it comes down to saving a state. So i know that onSaveInstanceState(Bundle) is called when the activity is about to be destroyed. But how do you store your information in if and bring ...
0
votes
1answer
58 views

I'm having trouble saving the state of this activity

public class Talk extends Activity { private ProgressDialog progDialog; int typeBar; TextView text1; EditText edit; Button respond; private String name; private String textAtView; private String ...
0
votes
0answers
49 views

Saving state of onClickListener? [closed]

Possible Duplicate: How to save state of onClickListener? My program implements several onClick listeners. I need a way to save which onClick listener the user left off at before they exit ...
0
votes
1answer
23 views

How to Save OnClickListener state

Okay so i have a program that requires the user to click the button to continue throughout the program. Every time the button is clicked the user is moved to a different stage in the program. The ...
0
votes
1answer
147 views

How to save Activity State with this

I'm having a hard time saving the state of my activity so that when the activity is destroyed it can restore where the user last left off. Here is my source code. How do I save and restore it. ...
0
votes
2answers
87 views

How to restore when activity is destroyed or paused?

Okay so im having a hard time saving the state of my activity so that when the activity is destroyed it can restore where the user last left off. Here is my source code. If anyone could look at it and ...
0
votes
2answers
135 views

onSavedInstanceState vs. SharedPreferences

I have 7 activites all with back and forth navigation buttons between the rest; activites consist of editTexts, Spinners, textViews, TimePickers, DatePickers, and checkboxes. I want all UI to be ...
0
votes
1answer
225 views

How to save app state(custom object, Vector, Object) on runtime?

I am a new developer for Android and searching about how to save custom object as persistent data. How can I save an object and restore it ? I've researched several methods such as ...
0
votes
1answer
136 views

How to add cookies to a drag and drop div

Hello i have added a drop and drop feature to my site See Here and as i am a beginner i don't know anything about adding cookies to a page or a div, i would like to have a save button which will save ...
0
votes
3answers
686 views

How to save state of a .swf file?

I have some swf files (games) which I play using Swiff player... Is there any way to save the state of the swf file ?? so that I don't have to start the game all over from level 1 again !!

1 2