Tagged Questions
The states tag has no wiki summary.
12
votes
7answers
7k 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?
8
votes
3answers
8k views
onSaveInstanceState () and onRestoreInstanceState ()
I'm trying to save the state of an activity using the methods onSaveInstanceState () and onRestoreInstanceState ().
The problem is that it never enters the onRestoreInstanceState method (). Can ...
7
votes
2answers
142 views
List of world countries, states and their counties / districts / regions
Please suggest sites for downloading list of world countries, states and their counties / districts / regions.
No need for cities.
7
votes
5answers
1k views
How to inherit states with mxml?
I have the following panel component called AdvancedPanel with controlBarContent:
<!-- AdvancedPanel.mxml -->
<s:Panel>
<s:states>
<s:State name="normal" />
...
7
votes
4answers
751 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 ...
3
votes
1answer
144 views
Silverlight Layout states beforeloaded -> afterloaded transition just not working
I am trying to add a initial animation when items are added to a list box.
For this I'm using Layoutstates, generated by blend inside the itemcontainerstyle:
<VisualStateGroup ...
3
votes
3answers
576 views
State list of world with country-code
Where can I found the list of all the states of world with their country code (ISO2 or ISO3).
I have to insert all these states in my database. If the list is available in the .sql will be great.
I ...
3
votes
3answers
59 views
What's a good tutorial on how to deal with different “states”?
Just a tutorial to cover the basics of state machines and design patterns.
3
votes
11answers
269 views
What do you call your US States table?
Silly question for the masses: Assume you have a table that handles the state of your object as it passes through your workflow.
Now assume you have a standard United States State table...
What do ...
3
votes
2answers
132 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 ...
2
votes
4answers
254 views
VBA Excel Populating cells based on previous existance
I haven't seen this addressed yet, but I think that might be because I don't know how to phrase my problem concisely. Here's an example of what I'd like to try and do:
Given a column which holds ...
2
votes
2answers
166 views
How Many States Does an Activity Have?
The Activity lifecycle section in the Application Fundamentals tutorial states that there are 3 states:
An activity has essentially three
states:
(1. active/running 2. paused 3. stopped)
But ...
2
votes
1answer
152 views
WPF: looking for list of each control's states and brushes
Is there a list somewhere of all the common states for each control? We're restyling them and it would be nice to not have to hunt through each control to figure this out.
Basically a list like:
...
2
votes
2answers
2k views
Flex 3 using nested states
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 user ...
1
vote
1answer
90 views
Qt High Score System
I'm still quite new to Qt and I want to add a High Score system to my game. I found this file http://grip.espace-win.net/doc/apps/qt4/html/demos-declarative-snake-content-highscoremodel-qml.html which ...
1
vote
2answers
422 views
Android : button automatic pressed state(like iOS) for both background and text?
In iOS, if I set a button's background to an image, and when I pressed the button, the whole content of the button(including the text) will be shadowed, can I achieve the same effect in Android, or do ...
1
vote
2answers
368 views
Flex 4.5 Scope Problem Between States
I am creating an interface that has a few different states for the different steps. For those steps, there is data that I am pulling in from a database to fill certain fields.
As of right now I am ...
1
vote
3answers
123 views
How many states would a Turing Machine need to decide this language?
The language L = {1^200}, or rather, the language such that there are 200 1's in a row? Aka, this TM only accepts once it receives 200 '1's in a row. Would it therefore need 200 states to solve ...
1
vote
1answer
205 views
Changing state specific mxml parts in AS3
I'm using something like this in my MXML file:
<s:label id='mxml_label' text.state1='test' text.state2='test 2' />
Now i would like to change the state1 text from as3 on runtime.
Anyone any ...
1
vote
1answer
283 views
Is there a way to have global Flex 4 states (user roles)?
I am having an issue with flex states in my application. What I am looking to do is on creation complete of the application, obtain a user role guest/user/superUser (based on username and password) ...
1
vote
5answers
226 views
Implementation techniques for FSM states
How do you go about implementing FSM(EDIT:Finite State Machine) states?
I usually think about an FSM like a set of functions,
a dispatcher,
and a thread as to indicate the current running state.
...
1
vote
1answer
375 views
State Animation on ListBox ItemTemplate
I have a listbox which reads from Observable collection, and is ItemTemplate'ed:
<DataTemplate x:Key="DataTemplate1">
<Grid x:Name="grid" Height="47.333" Width="577" Opacity="0.495">
...
1
vote
1answer
196 views
What does mx:target do in Flex 3?
There is an example on Adobe livedocs for using states:
<!-- Define one view state, in addition to the base state.-->
<mx:states>
<mx:State name="Register">
...
1
vote
3answers
1k views
How can I use VisualStates in a ChildWindow?
Is there any way to use the VisualStateManager with my ChildWindow subclass? Calls to VisualStateManager do nothing, and the googling I did implied the only way to achieve this is with manual calls to ...
1
vote
1answer
857 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
1k 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
2k views
Tiger/Lines or shapefiles of USA states and cities?
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 can't seem to ...
0
votes
2answers
55 views
Java Game State Management [closed]
Does anyone have a good State Manager tutorial in Java? I have been looking into this for the past couple of days and anything that I come across doesn't seem to work in the correct fashion for what I ...
0
votes
1answer
49 views
Flex 3 - How to define 2 states and transition between them?
My first steps with Flex (currently using Flex 3) and I want to define 2 states where in the first I have a list and a panel with some button bellow it. When clicking one of the buttons in that panel, ...
0
votes
0answers
5 views
How to use mx:Grid with mx:States
How can i use states in conjunction with grid component in flex 3? When i use something like that it doesn't have 100% witdh or height even i set them to 100%. Is there any flexible way that i can ...
0
votes
1answer
44 views
activemq-cpp how can I get the status send or receive timeout
I have set the timeout property for a activemq connection when I send message to broker.
But I couldn't get any exception or return when it send timeout.
I couldn't gain the status of sending ...
0
votes
1answer
27 views
What approach is good for US State ListBox/DropDownList
What is the best approach to bind US State in WPF (in ListBox or in DropDownList)? Should I use DataTable to bind this data? Is binding DataTable to WPF object right programming approach? Or Should I ...
0
votes
1answer
60 views
Android Eclipse add “Button-like state” to listview items
What is the quickest way to set your list view items so that when you click on them they flash to a different state to let the user know they clicked on it? Something like a quick image change, color ...
0
votes
0answers
28 views
drupal #states with #tree. visible is set to on automatically, how to have it as off by default
I have the #states function below working as expected but when I uncomment #tree (line:3 //$form['#tree'] = TRUE;) , it sets everything to visible on loading from the previous step.
Can anyone tell ...
0
votes
2answers
277 views
Flex 4 Item Renderer background colour - states do not work
I have an item renderer with the following states:
<s:states>
<s:State name="normal"/>
<s:State name="hovered"/>
<s:State name="selected"/>
</s:states>
I ...
0
votes
1answer
40 views
Flex 4 States — “correct” syntax
OK, can someone please tell me the REAL syntax for doing states in mxml in Flex 4???
I've seen both of the following (and implemented both) and don't know which way is "right" or preferred.
In the ...
0
votes
1answer
120 views
Flex button skins return to default
I have a problem which involves skinned buttons returning to their default skins after certain actions occur in my application. Below I have included a partial screenshot where you can observe the ...
0
votes
1answer
142 views
Expression Blend, Button states, how to?
Sorry for such a rudimentary question, but I am not experienced in Blend 4 much at all.
What I need to do, and based on the little I know or have seen it seems that Blend is the place to do it, is to ...
0
votes
4answers
323 views
Flex 4 - How to loop over children of a container when they are state-dependant
Flex's new States re-parents visual items that are marked with includeIn/excludeFrom. If I have a Group (MainGroup) with 5 children/elements that are state controlled, is there still a way to get a ...
0
votes
1answer
82 views
What is the best view architecture in flex?
I have started learning flex 4 and I got myself thinking about how to change views. So I have a question what do people usually use - states or views (ViewStack). The type of web application I am ...
0
votes
0answers
35 views
using states in flex and tomcat
I'm using states in my application. It's a flex web application.
I'm using Tomcat as my web server.
I have a button on one component that when clicking on it causes a state change.
When I run my code ...
0
votes
2answers
249 views
Flex 4.5: States vs Components
Can you suggest me when to use states and when to use custom components? The advantages and disadvantages of using these too methods?
One problem I see using states in Flex 4.5 is, the includeIn ...
0
votes
0answers
33 views
Silverlight Call two states at same time
I'm using Silverlight 4 with MVVM structure. In my application when I call two states each one for different control in the application from the viewmodel, only one state occurred , I can call the ...
0
votes
1answer
151 views
Flex spark list, onHover/onClick changes currentState
I'm using a Flex4 Spark list with a Tilelayout. In the itemrenderer, 4 states are defined.
The state changes on MouseOver and MouseClick, which is not my purpose.
This is some code:
<s:List ...
0
votes
0answers
97 views
States in a custom component not working
I have a custom component called DualPanel (which I found on the net). Basically its a container with 2 states - FRONT and BACK, and a button. When i click on the button, the panel flips and toggles ...
0
votes
1answer
41 views
Transitioning to previous state
I am designing a state-machine and have one specific state that I can enter from two different states... I am not sure how to go back to the previous state... or am I modeling it wrong ?
to ...
0
votes
1answer
238 views
regular expression to convert state names to abbreviations
I'm working on a project that requires only the use of regular expression to convert state names (must be case insensitive) to their two letter abbreviations.
I cannot use any sort of development ...
0
votes
2answers
57 views
Is there any special jQuery that would execute two different set of codes for one element?
So I have code that lets me to show an element on click of one element and hide it on click of another. code looks like:
$('.downloads').hide()
$('.downloads').css({visibility:'visible'})
...
0
votes
1answer
135 views
use global application states
I am trying to use global application states to manage roles in my application. How can I use <properties.state> everywhere in my application if I declare it in my top level application?
0
votes
1answer
63 views
Where does Flex 4 states sit with components and frameworks?
Basically each of them tries to build smaller manageable parts of an application, but now I'm getting a little confused. I've seen the Mate Framework which claims to be an eventbased framework, but ...