Flex :: How To Set 'selectedItem' Property
Oct 15, 2009
i am working in Air application in Flex3 , i need know how to set "selectedItem" Property when we have 2 values like(data and label) label property to combobox selection, data value for our input.In (selectedItem="{stylename}") stylename will have "data" value but i need to set that "lable" property as selected value in combobox.Like if stylename is "checked" then the ComboBox selected item need to be "Checked".How to implement this in flex.
View 1 Replies
Similar Posts:
Jan 23, 2010
well, I have a combobox which I have bind his selectedItem property to a value object object, like this
<fx:Binding source="styles_cb.selectedItem.toString()" destination="_uniform.style"/>
<fx:Declarations>
<fx:XML id="config_xml" xmlns="" source="config.xml" />
<!-- Place non-visual elements (e.g., services, value objects) here -->
</fx:Declarations>
<mx:ComboBox x="66.15" y="63.85" editable="false" id="styles_cb" dataProvider="{config_xml.styles.style}" />
the value object is a custom class with some setters and getters, and I want to set a property based of the value of the selectedItem of the combo, so inside the value object I have something like this
[Bindable]
public function set style(value:String):void
{
_style = value;
trace(value);
}
my problem is that each time I change the combobox selection which in fact change the style property of the value object it does it 3 times, if I trace the value of the setter it actually do the trace 3 times, why?? how can I avoid this? I'm doing something wrong? or there is a better way to do it,
View 2 Replies
May 22, 2008
well, I have a combobox which I have bind his selectedItem property to a value object object, like this
<fx:Binding source="styles_cb.selectedItem.toString()" destination="_uniform.style"/>
<fx:Declarations>
<fx:XML id="config_xml" xmlns="" source="config.xml" />
[code].....
View 3 Replies
Sep 10, 2011
I am making some simple project and I have problem with selectedItem. I have sth like this
<s:State name="Form" enterState="makesService.send()"/>
so when I enter this state I take makes from database and populate them to dropdownlist.
but I have also button and on click event I'm changing state to this Form and I want to select specific make from the dropdownlist but I can't. I'm not sure whether I'm doing sth wrong or the problem is that I'm selecting item just before the dropdownlist became populated.
e.x. List of make consist of Audi and BMW and when I click button I want to open this state Form in which this dropdownlist exist with selected value e.x. BMW.
View 1 Replies
Mar 17, 2010
I am creating a lot of dynamic flex components like RadioButton, Combo Box, CheckBox.
[Code]....
When i click on Submit finally i need to get all the selected Values in each question. All the components are dynamically created at runtime.
View 1 Replies
Oct 22, 2010
When I change the: list.selectedItem.name = 'name2'
then in my item renderer
the dataChange event is not fired! and I can't update the label with the name property...
View 2 Replies
Jan 26, 2011
Main Thread (Suspended: ReferenceError: Error #1081: Property @data not found on Object and there is no default value.) [code]...
View 1 Replies
Feb 15, 2011
I have encountered somthing a little strange in flex, possibly somthing im doing wrong but im not sure. In two cases which i have noticed, when there is only 1 item in a s:List or s:DropDownList for some reason when using list.selectedItem it appears as null. Using requireSelection="true"i know this isnt the case.
[code]...
View 1 Replies
Aug 5, 2011
Here's the situation: I have a populated datagrid and I want to move a form to be inline (same y position) with the datagrid's selectedItem. I cannot rely on a mouseClick event because the selected item may change with a keyboard event. The datagrid does not have an itemRenderer, just plain old dataField.Anyone done this before?
Here's some stubbed out example code for all those interested based on Jacob's answer.
[Code]...
View 3 Replies
Oct 18, 2009
I used HTTPService POST method to call a php file that returns me an xml type of result like
<user>
<name>jones</name>
<age>34</age>
</user>
This result is obtained after the php files queries a database. The database contain other information too like (height, gender, education and address)Now i have a DataGrid (having two columns: NAME and AGE) and a Form below the DataGrid. I have displayed the above mentioned xml data in the DataGrid using the dataprovider="{userRequest.lastResult.User}" attribute.
I now want to use the itemclick=itemClickEvent(event) so that when a user click on a row of the DataGrid other information related to the clicked row like (height, gender, education etc) may appear in the form which is placed below the DataGrid in the GUI. For now my itemClickEvent, look like:
private function itemClickEvent(event:ListEvent):void
{
clickRow.text=String(event.rowIndex);
//Don't know what should i assign to following labels...
[code]....
View 1 Replies
May 20, 2010
I need to get the value of the item clicked and the name of the columns.[code]But this way it returns 'undefined'.But if I put the name already in function, I can get the correct data, example:Alert.show(''+datagridlist.selectedItem.create); // create is a column name in mysql.But this variable must be created dynamically, example:[code]I'm at it on time and I can not convert the string to column name.
View 2 Replies
Dec 26, 2010
I have two dataProvider's for one DropDownList. The following code can be compiled and run.
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
[code].....
View 1 Replies
Sep 14, 2011
When I move page01 to page02, I pass the same data along with it using the following code:navigator.pushView(Page02, data);How do I move to page02 with passing the next row of data (instead of the same data)? In other word, how to increment to the next row of data with pushView?
View 1 Replies
Dec 26, 2011
I have a tabbed view with in the second tab a splitview controller.
The master view shows a list. When selecting an item from that list it opens a second view with a new list by using navigator.pushView.
When I select an item in the second view/list it has to be passed to the detailview. Is there a simple solution available?
View 1 Replies
Oct 30, 2009
I am working on Air application,i had a problem on Tree control.Iam adding nodes for the tree dynamically, while adding nodes to the tree i am setting Tree.selectedItem as present added node. after that i need to fire Tree.itemClick event handler method also.how can i call event handler method as a common method. in Flex3
View 1 Replies
Sep 13, 2011
I have 3 pages view,
HomeView
ViewPg02
ViewPg03
In HomeView, has a List control and when user select an item it will goes to ViewPg02
[Code]...
View 1 Replies
Jul 26, 2011
Setting the text property of a flex DateField makes the selectedDate property of that DateField go to null.I need to set the text property so that I can use a particular format (DD-MMM-YYYY).
View 2 Replies
Jan 9, 2011
Lately i discovered MATE (for Flex development) and was wondering: how do i bind a property in a view (actually a navigatorcontent component) to another property in a class so that they stay in synchronization (meaning that whenever the property in the class changes the property in the view also changes).
So if we have a view called Target.mxml and a property targertProp how do we bind it to the class called SourceClass with property SourceProp?
View 3 Replies
Sep 20, 2011
Can we put [Bindable] on functions/methods? I know that bindable is used to change the value of the source property to destination property. But not sure if we can use that for methods. why we cannot put/ if we can then what will be the outcome?
View 1 Replies
Jan 23, 2010
I'm wondering if there is a way I can bind a flex property to flash property?, the flash property is inside a swc file created in flash with the Flex Component Kit for Flash Professional, I can manipulate the flash component as a regular flex component, but I want to bind their properties, is there a way?
View 1 Replies
Apr 13, 2011
I"m using Flex 4 and an AdvancedDataGrid. I need to keep track of the previously selected item. I can't think of where to capture this though. In an itemClickHandler method, the grid's selectedItem value is already the current selected item.
View 2 Replies
Nov 13, 2008
I've got a combobox, cb, for which I need to programmatically set the selection. The combobox was populated by:
cd.addItem({data:"string1",label:"string1"});
cd.addItem({data:"string2",label:"string2"});
cd.addItem({data:"string3",label:"string3"});
Lets say I need to set the combobox to "string2",I've tried all of the following, none work:
cb.selectedItem("string2");
cb.selectedItem(data:"string2");
cb.selectedItem(label:"string2");
cb.selectedItem({data:"string2",label:"string2"});
The docs say selectedItem() is read/write but all the examples I can find are read only.
View 2 Replies
Aug 13, 2007
Does anyone know how to change the myComboBox.selectedItem or at least make it act as if it were changed (meaning on the screen it remains the same, but i can refer to the myComboBox.selectedItem property later on with actionscript and use it.The selectedItem property is inherited from the List class.
Basically what I'm trying to do is build a media player, and I have my playlist in a combo box. The user clicks on a song to start it. Then when that song finishes, the onSoundComplete method is called from the Sound class, and it will move to the next item on the combo box and start playing that song.Btw, as in the title, I'm using UI components 2, actionscript 2.
View 2 Replies
Mar 20, 2012
I've created a number of MC's dynamically. Inside each MC, there are 4 comboBoxes. I'm trying to access the selectedItem.label from code.When I However, when trying to access from code on the timeline, I can't get the value e.g.trace("=======================" + my_FC_row.getChildAt(4)); // Value is ComboBoxIf I trytrace("=======================" + my_FC_row.getChildAt(4).selectedItem.label);
View 1 Replies
Mar 17, 2008
Is there a way to modify this tutorial to execute selectedItem on ROLL_OVER instead of click? I changed
lb.addEventListener(Event.CHANGE,itemChange);
to
lb.addEventListener(MouseEvent.ROLL_OVER, itemChange);
but when I rollover a list item I get: TypeError: Error #1009: Cannot access a property or method of a null object reference. at as3xml_finished_fla::MainTimeline/itemChange()
View 5 Replies
Feb 8, 2011
I have a list box of mp3s which populates via xml. When the user clicks on a song I want a "Stop" button to pop up next to the name of that song in the list box. Ideally I want to get the coordinates of the field in the list box that the user has just clicked on.
I set an eventListener like this:
[Code]....
View 1 Replies
Mar 16, 2005
Ok I can't find any doco on this and it's driving me crazy. Anyone know how you specify the default value for the V2 ComboBox component based on the selectedItem when you don't know the selectedIndex? Here's my scenario:
I have a hardcoded combobox called "dd_names" with 50 names in it. I'm returning a dataset into Flash via a SQL query, and onload I need the dd_names dropdown to default to the value of the name returned in the dataset. So if the query returns "Tom" I need the dropdown to default to "Tom."
I tried setting dd_names.selectedItem = "Tom" and dd_names.value = "Tom" and these don't work. The ComboBox just defaults to the first item in the list.However, if I use the selectedIndex property and set dd_names.selectedIndex = 3, the ComboxBox doesn't default to the first item in the list but shows the appropriate item. This doesn't help because I don't know the selectedIndex being returned from the query - I only know the selectedItem. Anyone know how to do this??
View 4 Replies
Dec 5, 2009
i have online game and i have to know how to do this easy thing i have inventory and under things like first aid is number of objects and its combobox and after change i want to change variable kolko[i] to equals combobox name : "co"+i and that selecteditem data , i have this
[Code]...
View 9 Replies
Sep 23, 2011
I am not able to get the Id property for flex components in my flex application(swf file) using Test Object Inspector in Rft Tool.
View 1 Replies
Sep 16, 2010
I need to specify more than one condition for visibiltyvisible="{data.allow && data.open}"However, this gives the error "The entity name must immediately follow the '&' in the entity reference."I could use a function, but I'd like to know if it is possible to do this directly with different syntax.
View 1 Replies