This pattern is used to represent the state of an object.
1
vote
2answers
18 views
How do I save the state of std::mersenne_twister_engine to restore it later?
I would like to save the state of a std::mersenne_twister_engine so that I can restore it back exactly at a later time. I know I can save the original seed and call discard to roll the engine forward ...
0
votes
0answers
21 views
XNA game Development, update sprite
would someone tell what i did wrong in this code...i am trying to move a sprite whenever the left arrow on the keyboard is pressed. but when i run the code the game window open and shut off prtty ...
0
votes
1answer
17 views
How to preserve user state in the transition between devices?
Recently I came across this problem that users get distracted when they are working with their mobile phones for example when a user is shopping online, forget to continue their task, and there is no ...
0
votes
1answer
15 views
View state at fragment on backstack with retaininstance = true
I have got loader in fragment and it loads data on background. After data are loaded, I fill edittexts with that informations. Problem is that if user changes something in edittexts and rotate screen, ...
0
votes
0answers
30 views
flash AS3 menu - next active button resets previous active button
i have been working on this problem for three days and nights.
i have to make a website for uni and i have completed my layout and content etc.
the menu is also complete, apart from the fact that i ...
0
votes
1answer
23 views
State Change Monitoring
I would like to know if there are any apple Xcode APIs for monitoring state changes before I attempt to build my own. The app I work on changes out several View Controllers. Each controller can have a ...
5
votes
2answers
274 views
Where Should Model State Be Stored In Angular JS
I'm finding Angular's use of models confusing. Angular seems to take the approach that a model can be anything you like - I.E. Angular does not include an explicit model class and you can use vanilla ...
0
votes
1answer
24 views
Android: Maintaining Global Application State
Android documentation for Application states:
There is normally no need to subclass Application. In most situations, static singletons can provide the same functionality [i.e. maintain global ...
0
votes
1answer
24 views
Change of JS State Variable in Googlemaps API Geocoder does not work
Hello smarter than me people. ;)
I really cannot figure this weird behaviour of my code out.
What it is supposed to do is to execute the function fixedlocation() when a button is pressed in order to ...
0
votes
2answers
26 views
API to call Countries and States
I want to create a drop down of country list using PHP as Web Service and HTML. I don't want to create the list by writing an Array but by using an API. As in the next drop down I want to display the ...
-4
votes
0answers
39 views
Changing the Button state by another action
I have a app with a lot of buttons. These buttons have two states (normal or selected).
I would like to know if i could create a action to transform all select buttons in normal buttons.
Thanks!
0
votes
0answers
19 views
Represent the state of a Highschool schedule
I am trying to schedule a large amount of students across 6 periods. Students have already chosen the courses they want to take (each take 5-6 classes). Courses have been created and teachers assigned ...
0
votes
2answers
14 views
When changing state can I re-initialize my code?
So basically I've got a game that runs with 4 game states. One for the main menu and 3 for my mini-games. Within each of these mini games there are smaller states to handle various sections of the ...
0
votes
0answers
31 views
Gstreamer Android changing pipeline state issue
I am working at a player based on gstreamer tutorials. For this I created a pipeline using:
pipeline = gst_pipeline_new("audio-player");
//adding also 3 gstreamer elements
appsrc = ...
0
votes
0answers
12 views
First ImageView from Grid is not visible
I'm facing a very strange problem. I've read a lot of things about grids but I haven't been able to resolve my problem.
I have a Grid which contains only an ImageView for each item. I load two images ...
1
vote
1answer
16 views
Database States Touching States - SQL Statement
Theory question here.. I am trying to determine if there is a good way to know given any US state if there is a way to know what states are "touching" that state.
Select NeighborState from ...
4
votes
2answers
82 views
Is there a generic way to preserve state variables on the stack in C++?
In the program I'm currently working on, a number of the objects include state variables which persist with the object. e.g. an object representing a point in 3d model might include a variable to ...
0
votes
0answers
9 views
Weblogic Portal - portlet window states get reset to normal
I am facing an issue where, suppose there are 4 portlets(A, B, C, D) in a page, and I minimize portlet A, and then try to minimize portlet B, A gets restored to normal. There are no backing file or ...
0
votes
1answer
28 views
Google OAuth 2 and state parameter values need to be registered in redirect url
The state parameter according to the Google Oauth 2.0 docs:
Indicates any state which may be useful to your application upon receipt of the response. The Google Authorization Server roundtrips ...
0
votes
2answers
40 views
Button to cycle through 3 state changes
I'm new to JS and working on a class assignment that requires:
When the user clicks the highlight button apply a css class to every other li element so you get the colors alternating, and make an ...
1
vote
0answers
29 views
any experience with Statecharts frameworks for Java? [closed]
Does anybody have experience on things like Yakindu or Kieler?
I have started playing with Yakindu and so far I like it, but I can't find many references and feedback to it.
0
votes
1answer
19 views
Recomended way to keep the state in Sharepoint 2013
What is the recommended way to persist the state in a SharePoint 2013 application?
I need implement a Shopping Cart functionality in SP.
Also, it would be great if you can point me an open source ...
0
votes
0answers
18 views
ext.require is not a funtion error
I have the following code in my pgm.
Ext.require([
'Ext.grid.*',
'Ext.data.*',
'Ext.util.*',
'Ext.state.*'
]);
In firebug I am getting the error TypeError: Ext.require is not a ...
0
votes
1answer
30 views
How can I convert a complex program flow into a stateless one for the Web?
Let's say I have a simple single-player text based RPG that runs as a console application.
Over-simplified pseudocode:
...
while (character.hp > 0 and monster.hp > 0)
...
0
votes
1answer
41 views
Java state machine library for extending a generic state machine
I have a messaging program where we take in field values from a GUI and transform it into a generic message. The generic message will contain a certain type of state machine based on the type of ...
0
votes
1answer
19 views
iPhone App launches from the last known state, instead of relaunching from beginning of process
I am having difficulty with the development of a POC at work.
Currently the flow of my app is as follows:
App launches,
Delegate instantiates a loading view,
Loading view prompts user with an ...
0
votes
0answers
12 views
Does a request to a stateful server have to provide a full set of arguments?
I know a stateless server must be provided a full set of arguments, but I'm not sure the same is true for a stateful server. Also, can you use coaching to improve the performance of a stateless ...
0
votes
1answer
53 views
Stateful server versus stateless server?
I understand the basic differences between the two but specifically I was wondering, can you pass arguments to both or to just the stateless server? Also, can you use caching to improve the ...
0
votes
0answers
8 views
session state rest while creating dynamic controls
I have a web application that using form authentication
the application creates user controls and pages dynamically at run time
when I create new page or new user control the session state is reset ...
1
vote
0answers
21 views
How to save&load a snapshot of an Android app state?
Before reading this, note that I'm not talking about capturing the screen.
Motivation
Many times, in order to test apps, we need to go over many activities (including a loading/splash screen) till ...
1
vote
1answer
38 views
Android setOnClickListener disables state color change in ListView
I have a simple ListView, and by default when I press on list item its background changes to some color. But when I assign each list item view .setOnClickListener(...) it stops doing that.
Could you ...
1
vote
2answers
33 views
Is it ok to use the text on a button to determine current state?
I have been using the text to determine the button state and want to know if it is generally accepted ?
I have a datagrid view with a list of items and a "Done" Button. When the user clicks the done ...
0
votes
3answers
67 views
How to NOT save view state in Android?
I am developing app, where I need to display suggestions in ListView and when orientation changed I want that list to be hidden. But it appears on the screen anyway. I tried this:
1) Get list adapter ...
0
votes
1answer
48 views
Generic collection in asp.net application state
I would like to store the logged in users in my asp.net application to a collection and store this collection in application state. I have a login Page and on Default.aspx page load event i have the ...
-4
votes
0answers
52 views
Design of State Machine in Verilog
I am trying to designing a state machine where the machine gives a output only when
The signal from a low level detector is high
The signal from a the high level detector is low a
The signal from ...
1
vote
2answers
47 views
how can i handle WCF Services when database result is very great?
I use code below:
private class WcfProxy<TService> :
ClientBase<TService> where TService : class, IContract
{
public TService WcfChannel
{
...
2
votes
0answers
72 views
C++ Monitoring variable for changed value
I'm converting a TradeStation EasyLanguage indicator code to a C++ DLL. Using the TradeStation API it's possible to access market data in the C++ DLL like so:
double currentBarDT = ...
0
votes
1answer
41 views
android restore state of edittext after returning to the activity
I am beginner to android developing and I am dealing with a probably simply solvable problem.
I have a Main activity which is a menu and the user can click on of the items on menu. Then a new Activity ...
0
votes
0answers
21 views
Developing a State Machine - Handling Multiple Outcomes Per State
So I'm trying to develop a simple state machine for a game I'm making, and I'd like to start off the Character Controller with the basics. I'm just confused on how to handle transitions from one ...
0
votes
0answers
5 views
Is it possible to change the state of a running process to Service?
Is it possible to change the state of a running process to "Service"?
I do not care wich programming language can manage this , i just wonder if its even possible.
I tried creating a service for the ...
1
vote
2answers
126 views
stop jquery ui window from closing after postback
I have a jquery UI window that has a set of text boxes and an image uploader. ive got it up and running great, but am having an issue with the image uploader.
When the user clicks to upload their ...
0
votes
1answer
85 views
EnableViewState=“false” does not work and Why asp.net view sate automatically decoded and stored in browser
I used asp.net text-box and set
EnableViewState="false"
then i run my code and enter some sample texts and i enforced the post-back (which means click the button )then Textbox control retain ...
5
votes
1answer
92 views
Is Powershell -sta (apartment state) preferred?
I've been dabbling in Powershell (2.0) for the past several months and would love to use it to modernize and standardize some of the processes at work - mostly DOS based processes. Because of the ...
1
vote
1answer
49 views
Unity3D third party C# library inclusion
So I'm currently working on making an RPG that's going to require a lot of state machines with Unity3D. The problem I'm running into is when trying to include the Stateless Framework ...
0
votes
1answer
31 views
Navigate to page(s) dynamically
In my first ASP.NET page (homepage), user answers a number of questions which determines which page(s) they will go to when they click on 'Next'.
E.g. if the following table results from the user ...
0
votes
1answer
58 views
Change tkinter button state
I need to change a button state from DISABLED to NORMAL...I mean i need to activate the button when some event occurs. here is the current state of my button...currently disabled.
...
2
votes
3answers
83 views
How to Increment Values in a Map
I am wrapping my head around state in Clojure. I come from languages where state can be mutated. For example, in Python, I can create a dictionary, put some string => integer pairs inside, and then ...
0
votes
1answer
35 views
Unittest a statemachine
I'm new to C# und with their unittesting facilities. I wrote a state machine using the state pattern from GoF
public class Program
{
private static void Main()
{
var c = new ...
0
votes
1answer
34 views
perform command depending on last known value?
switch (leds & 0x07) {
case 1:
setG510LEDColor(0, 220, 0);
break;
case 2:
setG510LEDColor(220, 0, 0);
break;
case 4:
setG510LEDColor(0, 0, 220);
...
0
votes
0answers
137 views
Too many “java.lang.Thread.State: WAITING (parking)” when dump thread on Java game server by Netty
I am running a Socket Game Server base on Netty framework. This time, the server have a serious problem: CPU usage 0% and didn't accept anymore connection suddenly.
The average CCU is about 1000
I ...


