Tagged Questions

5
votes
4answers
431 views

How do you model application states?

I'm writing a game, and I want to model its different states (the Game Maker analogy would be frames, I guess) in a clean, object-oriented way. Previously, I've done it in the following way: class …
4
votes
6answers
260 views

Linux Process States

In Linux, what happens to the state of a process when it needs to read blocks from a disk? Is it blocked? If so, how is another process chosen to execute?
3
votes
2answers
105 views

How do you handle ‘actions’ on resources in a RESTful design, like marking an email read?

How would you integrate things like this in a RESTful design? Marking an email as read Voting on a story Reporting a message as inappropriate Additionally, how would you do it in such a way that …
1
vote
1answer
36 views

flex state basedOn multiple states

Is it possible, in flex, to assign multiple states as base for another state? Say I have state "stateA" that adds a button "buttonA" and state "stateB" that adds a button "buttonB". Is it possible to …
1
vote
1answer
331 views

Flex - returning a window to its original state

I have been tearing my hair out now for a week or so, it's time I sought some help... I am coding a small app to show me the next train leaving the station. Normally only the hour of the next train …
1
vote
3answers
648 views

Flex 3 using nested states

Hi, Im using states in my flex form application. The base state is the regular form. I then have an advanced form button which calls the advanced state. Once inside the advanced state form if a …
1
vote
4answers
530 views

Tiger/Lines or shapefiles of USA states and cities?

Hi folks, i've been asked to generate some demographic reports (crime rates, birth/deaths, etc) based on state and cities for the USA. I have all the demographic data (provided by our client) but …
0
votes
2answers
57 views

changing children of dynamic created states

I'm building an Xml-driven application. I create new states in a seperate actionscript-class. These states all contain a DataGrid. I can switch the states in the Main.mxml. But now I would like to …
0
votes
2answers
48 views

ASP MVC storing page states for later restoring

I have a fairly complex ASP MVC set of controls that set a data filter (account ID range, cost range, carrier, dates etc). This also creates a data table object with the standard result set type …
0
votes
2answers
66 views

Blend 3 - States ??

Hi! I've just downloaded Expression Blend 3 from DreamSpark (for free because I'm a student :)) and read about states. I came across this and I was very impressed. And then I tried it on my own, I …
0
votes
1answer
49 views

Flex layout : Changes made to a single state

I was modifying the layout of a Flex application in Flex Builder. What I didn't realize was that the changes I made, were made for a particular state. There are around 6-7 states in my application. …