[flexcoders] Passing Data

2012-09-21 Thread Davidson, Jerry
I have an item renderer that is a linkbutton. It is in an advancedatagrid of a few columns. When it is clicked, a procedure is fired up and that procedure needs to know the values of the datasource for that row. How do I communicate that? Here is the renderer: override public function set

[flexcoders] passing Data

2011-11-24 Thread Sreeja I
how to pass data from flex applications to a ne tab through url?

Re: [flexcoders] passing Data

2011-11-24 Thread Rishi Tandon
Use http object for the same. Sent from my iPad On 24-Nov-2011, at 12:46 PM, Sreeja I sreejaharish8...@yahoo.in wrote: how to pass data from flex applications to a ne tab through url?

[flexcoders] passing data to itemrenderer children

2009-05-12 Thread sinstone_flickr
hey guys and gals, i'm using a list with an itemRenderer to show a list of activities in our LMS. the list has its dataProvider set to use XML retrieved from the backend: itemRenderers:ActivityListItemRenderer id=mainActivityList dataProvider={this.learningDesignXML.Activity} / inside the

Re: [flexcoders] passing data to itemrenderer children

2009-05-12 Thread Jeffry Houser
Because the data didn't change? sinstone_flickr wrote: hey guys and gals, i'm using a list with an itemRenderer to show a list of activities in our LMS. the list has its dataProvider set to use XML retrieved from the backend: itemRenderers:ActivityListItemRenderer id=mainActivityList

[flexcoders] Passing data providers to drop-in item editors/renderers

2009-02-24 Thread Tyler Kocheran
I need to pass in data to one of my item editors for a data grid column. I have an array of data objects that are loaded at runtime and I need to pass that collection to item editors so they can use it as a data provider. Here's an example of what I need to do. I'm loading a bunch of TKImage

[flexcoders] Passing data to a cell on a DataGrid, and putting there a ComboBox

2009-01-19 Thread João
Hi, My application has an AdvancedDataGrid that shows a list of data. I would like that the user could edit data on the DataGrid itself just by clicking on a row/cell. After the click, that cell shows a ComboBox filled with data that comes from other data source different from the datasource

RE: [flexcoders] Passing data to a cell on a DataGrid, and putting there a ComboBox

2009-01-19 Thread Tracy Spratt
@yahoogroups.com Subject: [flexcoders] Passing data to a cell on a DataGrid, and putting there a ComboBox Hi, My application has an AdvancedDataGrid that shows a list of data. I would like that the user could edit data on the DataGrid itself just by clicking on a row/cell. After the click, that cell

[flexcoders] passing data with custom event up displaylist chain?

2008-10-15 Thread Mic
is it true to say that a custom event can communicate nothing except an event has been sent, and that in order to send data, an event subclass with public properties has to be coded? I have a tileList deep within containers that must communicate its selectedItem to a higher-level Canvas. I thought

Re: [flexcoders] passing data with custom event up displaylist chain?

2008-10-15 Thread Maciek Sakrejda
. But it is possible. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Mic [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] passing data with custom event up displaylist chain? Date: Wed, 15 Oct 2008 07:30:35 -

[flexcoders] Passing data to AdvancedDataGridRendererProvider

2008-07-18 Thread frank_sommers
Hi, I'm trying to pass some custom data into the AdvancedDataGridItemRenderer. But as far as I can see, only the datafield can be passed to this component. Is there any way to specify to the class factory some other object references, too? In my case, I want the user to be able to affect

[flexcoders] Passing data from top level component to lower level component

2008-07-08 Thread Steve Good
Hi gang, I'm having a dense moment. How do I pass data through an event from the application level component to a child component? I know how to pass data through an event from a child component to the application component, is it a similar process? Thanks! Steve Good http://lanctr.com

Re: [flexcoders] passing data from PHP to Flex

2008-06-25 Thread David Pariente
if u take out the print line, and u just echo the XML it should work properly... - Mensaje original De: ghus32 [EMAIL PROTECTED] Para: flexcoders@yahoogroups.com Enviado: martes, 24 de junio, 2008 19:56:47 Asunto: [flexcoders] passing data from PHP to Flex Hello everyone, I have

[flexcoders] passing data from PHP to Flex

2008-06-24 Thread ghus32
Hello everyone, I have an upload script that I am using in Flex with PHP. The upload function is working fine, but I want to pass data from the serverside script back to the app. I want to communicate the message part in the php back to Flex. HOw would I go about doing this.. My PHP

RE: [flexcoders] passing data from PHP to Flex

2008-06-24 Thread Tracy Spratt
We answered this one a day or two ago, check the archives. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ghus32 Sent: Tuesday, June 24, 2008 1:57 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] passing data from PHP

[flexcoders] passing data from a PopUp Window labelfield.text to calling main app textbox

2008-06-03 Thread ritexcorp
Hi guys, I am new to the group and new to Flex, my background is in Java, so I am going through alot of tutorials getting up to speed. I want to redo my website http://www.mycabservice.com with a Flex UI frontend, so heres the problem. So far I have a flex 2 application that has a popup window

RE: [flexcoders] passing data from a PopUp Window labelfield.text to calling main app textbox

2008-06-03 Thread Tracy Spratt
PM To: flexcoders@yahoogroups.com Subject: [flexcoders] passing data from a PopUp Window labelfield.text to calling main app textbox Hi guys, I am new to the group and new to Flex, my background is in Java, so I am going through alot of tutorials getting up to speed. I want to redo my website

[flexcoders] Passing data from grid row to form components problem

2008-02-26 Thread kapil b
Hi All, I am new to flex... in my sample application i m retrieving the data from the xml and displaying it in the grid. On clicking on particular row, the row data should get populated in a form (containing text boxs) so that i can delete and update the contents and save back to database. I

[flexcoders] Passing data between components

2007-08-31 Thread nextadvantage
Hi All; I am a front end designer and am having issues trying to get view stack ID's from one component into a link bar in another component. I have gone through many tutorials but need some help with this sample.. . I can't grasp how to get the data from the view stack id into the other

Re: [flexcoders] passing data to an EventListener

2007-03-30 Thread Muzak
{ trace(index: +evt.currentTarget.data.btnIndex); } regards, Muzak - Original Message - From: dougco2000 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, March 30, 2007 8:43 AM Subject: [flexcoders] passing data to an EventListener I'm creating a number of buttons

RE: [flexcoders] passing data to an EventListener

2007-03-30 Thread Tracy Spratt
Hey, that IS a clever idea, thanks! Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Muzak Sent: Friday, March 30, 2007 5:53 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] passing data to an EventListener You can

[flexcoders] passing data to an EventListener

2007-03-29 Thread dougco2000
I'm creating a number of buttons programmatically and I'd like to have a unique value passed along to a function when each one is clicked. So if I am doing something like: for (i=0;i10;i++) { b = new Button(); b.y = offset; b.label = click me; b.tooltip = button +i;

[flexcoders] Passing data from TitleWindow to application

2007-03-02 Thread jmfillman
I've attempted to model this after an Adobe example found here: http://livedocs.adobe.com/flex/201/html/textcontrols_060_19.html I'm trying to take that example and apply it to set the height of a control, based on logic in the TitleWindow popup. When you close the TitleWindow, I want the

RE: [flexcoders] Passing data from TitleWindow to application

2007-03-02 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jmfillman Sent: Friday, March 02, 2007 3:55 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Passing data from TitleWindow to application I've attempted to model this after an Adobe example found here

[flexcoders] Passing data between JavaScript and Flex apps via FABridge (Question!)

2007-02-19 Thread Private Romeo
I am trying to build a simple sample which shows how (xml) data gets passed via JavaScript to a Flex application where it is bound to a Flex Charting control. However, I am stuck at the data passing part. Here is the simple Flex Charting MXML Application: ?xml version=1.0 encoding=utf-8?

Re: [flexcoders] Passing data from JSP to Flex

2006-08-28 Thread e baggg
Anas- Please see the HTTPService class. This is the code from the API docs. The "url" attribute would the URL link to your server side java Delegate. If you are using FDS (Flex Data Services), then you can actually return your java domain objects, otherwise, you'll have to return XML or

RE: [flexcoders] Passing data from JSP to Flex

2006-08-25 Thread Seth Hodgson
@yahoogroups.com Subject: [flexcoders] Passing data from JSP to Flex I am new to Flex. Could someone help me with the following question.   We have a struts-based application that we are gradually porting over to Flex. Currently, the user authentication (login screen) is done via a JSP page. A new

[flexcoders] passing data jsp to mxml using flex 2

2006-08-24 Thread sas_dbest
I have jsp page i want ro pass data from that jsp page to an mxml file. how do i do that? If anybody can come up with a sniplet. thank you -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Passing data from JSP to Flex

2006-08-24 Thread Anas Mughal
I am new to Flex. Could someone help me with the following question.We have a struts-based application that we are gradually porting over to Flex. Currently, the user authentication (login screen) is done via a JSP page. A new module of the application is wrriten in Flex.We would like

[flexcoders] passing data to a datagrid

2006-08-09 Thread s_hernandez01
Hey Flexers, I am trying to send specific data from a datagrid to another datagrid and am having trouble with my actionscript. I can manage to send data if the index is selected, but I only want to send certain data to the other datagrid. Can anyone help? Here is what I have so far...

RE: [flexcoders] passing data to a datagrid

2006-08-09 Thread Tracy Spratt
: Wednesday, August 09, 2006 9:43 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] passing data to a datagrid Hey Flexers, I am trying to send specific data from a datagrid to another datagrid and am having trouble with my actionscript. I can manage to send data if the index is selected

[flexcoders] passing data to CF and back

2006-08-04 Thread Devin Holloway
I have an ArrayCollection used as the dataProvider for a datagrid. Submitting a form adds an item to the ArrayCollection (and therefore the grid). I'm also detecting changes to the ArrayCollection using the CollectionEvent.COLLECTION_CHANGE event listener. When detecting an ADD, for example, I

[flexcoders] Passing data between seperate components

2006-06-06 Thread rgwilson26
I have an app where I have created a single control bar that allows the user to navigate through various components in my application. This is so that the navigiation is always located at the bottom of the screen and is visible at all times to the user without scrolling. I am doing this

[flexcoders] Passing data between two datagrids

2006-05-16 Thread rgwilson26
I am working on an app (Flex 1.5) that passes data from the main apps dataGrid and sends it to a popUp with another dataGrid. I have some logic that will select all the data in the main apps datagrid and send it to the popUp, but it only sends the last value in my main apps dataGrid.. Does

RE: [flexcoders] Passing data between two datagrids

2006-05-16 Thread Tracy Spratt
: dgTeamMemberAssignment2.dataProvider = teamMemberObj.aSelectedMembers; Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rgwilson26 Sent: Tuesday, May 16, 2006 1:27 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Passing data between two

[flexcoders] passing data to dynamically created TabNavigator children

2005-07-21 Thread Cliff Meyers
I have a class that dynamically adds several components to a TabNavigator via AS. I need to pass some data into these components. If they were static (ie, created with MXML) I'd just add an attribute and so some databinding. How can I accomplish the same thing with AS? There doesn't seem to be

Re: [flexcoders] passing data to dynamically created TabNavigator children

2005-07-21 Thread Scott Barnes
Instead of using createTab(classRef, instanceName, label, icon) use createChildWithStyles(classRef, instanceName, initObj) ie: customCreateTab(classRef:Function, instanceName:String, label:String, icon:String, customParam:String):Void { var initObj = new Object(); if(label != undefined) {

Re: [flexcoders] Passing data from Html to Flex application.Urgent pls

2005-06-24 Thread Scott Barnes
Hi Nithya, Your best bet is to implement the http://weblogs.macromedia.com/flashjavascript/ mind you its a browser limited only situation as getting JavaScript -- FLASH is umm yeah, dooable in most mainstream browser versions but not 100% fool proof. On 6/11/05, nithya karthik [EMAIL PROTECTED]

Re: [flexcoders] Passing data from Html to Flex application.Urgent pls

2005-06-24 Thread Scott Barnes
@yahoogroups.com Subject: Re: [flexcoders] Passing data from Html to Flex application.Urgent pls Hi Nithya, Your best bet is to implement the http://weblogs.macromedia.com/flashjavascript/ mind you its a browser limited only situation as getting JavaScript -- FLASH is umm yeah, dooable in most

Re: [flexcoders] Passing data from Html to Flex application.Urgent pls

2005-06-24 Thread Mike Chambers
is required... -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Barnes Sent: Friday, June 24, 2005 6:20 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Passing data from Html to Flex application.Urgent pls Hi

RE: [flexcoders] passing data from jsp page to flex app

2005-06-12 Thread nithya karthik
uot;") _lc.send("cartConnection", "addItemToCart", {name: name.text, orderno: orderno.text}); } /mx:Script mx:VBoxmx:Text id="name" text="Prod 1" /mx:Text id="orderno" text="#0011"/mx:Button label="Add" click="addRow()"

[flexcoders] passing data from jsp page to flex app

2005-06-11 Thread nithya karthik
hai, i have a flex appl that would call a jsp page. in the jsp page i have an embedded mxml witha button "add". when i trigger that it must get added to my mxml page outside jsp page. how to do this? my code is as below: mxml: ?xml version="1.0" encoding="utf-8"? mx:Application

RE: [flexcoders] passing data from jsp page to flex app

2005-06-11 Thread Abdul Qabiz
cart; var _lc:LocalConnection; function onAppInit() { _lc = new LocalConnection(); } function addRow() { //if (name.text != "") cart.addItem( {name: name.text, orderno: orderno.text} ); if(name.text != "") _lc.send("cartConnection", "addItemToCart", {n

[flexcoders] Passing data from Html to Flex application.Urgent pls

2005-06-10 Thread nithya karthik
hai, I have a flex application with a tilelist of images. On click of each image takes me to a html page which has some details regarding the image. I have a button on each html page say"add" then it must add the particaular item to a datagri\d in my flex application.. how should i pass the