[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] Object name referencing within a TitleWindow

2006-06-05 Thread rgwilson26
I am working on an app where I would like to reuse TitleWindow popup component many times throughout my app. However, depending where the user is in the app, it will change the title on the TitleWindow popup. I need to reference the specific initObject name each time a new TitleWindow

[flexcoders] Re: Object name referencing within a TitleWindow

2006-06-05 Thread rgwilson26
PROTECTED] wrote: You could pass in the title: showText(sTitle:String){ var textDescObj:Object = {title:sTitle}; ... Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rgwilson26 Sent: Monday, June 05, 2006 2:34 PM To: flexcoders

[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

[flexcoders] Re: Passing data between two datagrids

2006-05-16 Thread rgwilson26
hing like: { teamMemberData: mySelectedItemsArray } Hope that helps, Doug --- In flexcoders@yahoogroups.com, "rgwilson26" ryan.wilson@ wrote: 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

[flexcoders] Set focus to first index in a datagrid

2006-04-06 Thread rgwilson26
I would like to set focus on load of my component to the first index of my datagrid so it is highlighted everytime the component loads. I tried have a few things like Initialize=mydataGrid.setFocus (mydataGrid.selectedIndex = 0) with no luck. Any suggestions? -- Flexcoders Mailing List

[flexcoders] combo box selectedItem not being fired

2006-04-06 Thread rgwilson26
I am working on an app where I have a combo box that populates a datagrid column with the selected item from the combo box. This part works fine, but I when the user clicks on the row I want the item to be reflected back in the combo box. This worked when I manually inserted the values as

[flexcoders] Populate datagrid columns via titlewindow text input boxes

2006-04-05 Thread rgwilson26
I am working on an app with a datagrid and button where the user will click a button to display a titlewindow with various intput boxes to populate rows in the datagrid. At the moment I can only get one object to populate (the very first column and no others) the dg. My question is how can I

[flexcoders] sharedObject not storing values in array

2006-03-31 Thread rgwilson26
I am working on trying to get a shared object script to work, but can't seem to get it to save to my array. I am wondering if anyone can see what I am missing here. Thanks, *** main.mxml * ?xml version=1.0 encoding=iso-8859-1 ? mx:Application

[flexcoders] Re: databinding issue for combobox

2006-03-30 Thread rgwilson26
. Maybe: dgResources.addItem( {dept: cmbDept.selectedItem.dept} ); I'll see if I can do a quick example, and see what works. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rgwilson26 Sent: Wednesday, March 29, 2006 4:35 PM

[flexcoders] Re: databinding issue for combobox

2006-03-29 Thread rgwilson26
specific about what you mean when you say send the results from the combobox to a datagrid ? Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rgwilson26 Sent: Tuesday, March 28, 2006 2:41 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] Re: databinding issue for combobox

2006-03-29 Thread rgwilson26
are looking for cmbDept.selectedItem.data or cmbDept.selectedItem.label? - Original Message - From: rgwilson26 To: flexcoders@yahoogroups.com Sent: Wednesday, March 29, 2006 10:15 AM Subject: [flexcoders] Re: databinding issue for combobox Basically I am calling

[flexcoders] Re: databinding issue for combobox

2006-03-29 Thread rgwilson26
combobox item object into the dept property of a new object. Perhaps you just want: dgResources.addItem(cmbDept.selectedItem); Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rgwilson26 Sent: Wednesday, March 29, 2006 10:16 AM

[flexcoders] databinding issue for combobox

2006-03-28 Thread rgwilson26
I am working on an app where I am populating various combo boxes with results from my look up tables in a sql server database. I have no problem binding the results to the comboboxes dataProvider property. However, when I try to send the results from the combobox to a datagrid it populates the

[flexcoders] syntax for query call in a cfc

2006-03-28 Thread rgwilson26
I am wondering is anyone can help me on the sytna for a not equal to value using a cfc? I wrote this query in sql server and it works fine, but my cfc doesnt like the '' for not equal to. Does anyone know the correct way to write this? Thanks, ***my query SELECT OptionValue FROM

[flexcoders] referencing a datamodel from another component

2006-03-14 Thread rgwilson26
I am recently starting to work with datamodels in flex 1.5 and am having a bit of a time trying to pass data around my application. I figured I would use a data model using a model tag within comp#1. I will need comp#2 to access and display this data. However I cannot seem to get comp#2 to see

[flexcoders] Re: referencing a datamodel from another component

2006-03-14 Thread rgwilson26
mx:Application my:comp1 id=comp1/ my:comp2 id=comp2/ /mx:Application then in comp2.mxml, you can do this: parentDocument.comp1.datamodel to get you datamode defined in comp1.mxml --- In flexcoders@yahoogroups.com, rgwilson26 ryan.wilson@ wrote: I am recently starting to work

[flexcoders] Re: dynamically destroy child from parent

2006-03-08 Thread rgwilson26
://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rgwilson26 Sent: Tuesday, March 07, 2006 3:47 PM To: flexcoders@yahoogroups.com Subject: [flexcoders

[flexcoders] bind datagrid index to a combo box

2006-03-06 Thread rgwilson26
I would like to know how to tie a datagrid selection to a combo box. When the user selects a datgrid selection it will change the label shown on a specified combobox. Thanks, -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] flex and crystal reports

2006-03-06 Thread rgwilson26
Has anyone used crystal reports with flex and know how well the two inegrate? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group

[flexcoders] LinkBar for viewStack

2006-02-24 Thread rgwilson26
I would like to know if there is a way to allow a link that has been clicked to stay highlighted with relation to what viewstack item is displayed? I have all forms under one viewstack (on the right), with multiple navigation menus/linkbars (in another viewstack on the left...vertical

[flexcoders] Re: createChild and destroyChild

2006-02-23 Thread rgwilson26
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rgwilson26 Sent: Tuesday, February 21, 2006 8:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] createChild and destroyChild I am new to FLEX and am working on an app that allows the user to dynamically create a FormItem w/ various

[flexcoders] Re: calling a cfc from flex

2006-02-22 Thread rgwilson26
- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rgwilson26 Sent: terça-feira, 21 de Fevereiro de 2006 15:32 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: calling a cfc from flex OK, I glad to know there is a way to just return a straight query from a CFC

[flexcoders] Re: multiple lines in a datagrid

2006-02-22 Thread rgwilson26
- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rgwilson26 Sent: Tuesday, February 21, 2006 10:46 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: multiple lines in a datagrid I tried using variableRowHeight in my dataGrid with no luck. I may not have been

[flexcoders] changing date format display

2006-02-22 Thread rgwilson26
I would like to change the date field format to display as such...02/22/2006. Does anyone know where to change this in FLEX? Thanks, -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] coldfusion convert formatting query in flex 1.5

2006-02-22 Thread rgwilson26
I am working with a query in coldfusion where I am converting the date format from the database. 2 of the 3 columns show up in my datagrid, but the 3rd (InterviewDate) does not display. However, it does if I take out the convert formatting and just query the column name. Is this due to FLEX

[flexcoders] createChild and destroyChild

2006-02-21 Thread rgwilson26
I am new to FLEX and am working on an app that allows the user to dynamically create a FormItem w/ various text boxes dynamically from a click event including a delete button in each form item that will allow the user to delete that specific instance of the object. I am able to create the

[flexcoders] Re: multiple lines in a datagrid

2006-02-21 Thread rgwilson26
, rgwilson26 ryan.wilson@ wrote: I would like to know if anyone has an example of a multi line column in a datagrid. I would like to have a datagrid with a fixed column width, where if the user inputs enough info the datagrid will allow for a word wrap effect in the column if necessary

[flexcoders] calling a cfc from flex

2006-02-17 Thread rgwilson26
I am new to flex and working on calling a cfc that has a simple query in it. I want my query to populate a datgrid with all pertinant information. I am having a hard time converting from an array to a string to populate the DG. Any help in what I am missing would be great, or if there is an

[flexcoders] referencing functions within a component

2006-02-09 Thread rgwilson26
I am fairly new to Flex and wondering how to get one component to call a function within another component. How do I reference the function in component #1 from #2? **component #1* mx:Form xmlns:mx=http://www.macromedia.com/2003/mxml; xmlns=* private function

[flexcoders] populate a dataGrid

2006-02-09 Thread rgwilson26
How do you populate a datagrid from another datagrid? dgMyDataGrid.selectedItem will only send a selected item within a data grid, but I want all item within a given datagrid to be sent regardless of selection. thanks, -- Flexcoders Mailing List FAQ:

[flexcoders] html text to navigate tab navigator

2006-02-08 Thread rgwilson26
I have a Tab navigator with HTML links as shown below. I want the user to be able to click on the text link, and navigate through each tab in the tab navigator depending on what link is clicked. I am calling a funtion from my component startingPoint , however it doesn't change the tabs.

[flexcoders] event handler for components within a viewStack

2006-02-06 Thread rgwilson26
I have a LinkBar with a dataProvider that is linked to a viewStack. In the viewStack are several VBox components which populate the LinkBar. Is there a way to give a component event handler capabilities to change multiple viewStacks? I can do this with a regular link tag (like below), but

[flexcoders] compile all MXML files at once

2006-02-01 Thread rgwilson26
I recently switched servers for FLEX and now must re-compile all my files within my application. Is there a way to compile all files at once? Also, is there a way to pre-compile components upon testing an application rather than having to compile each individual component as they are

[flexcoders] TitleWindow width issue

2006-01-27 Thread rgwilson26
I would like to know if there is a way to make a popup expand the entire screen? I have need for a pop that expands the entire screen. When I use the PopUpManager.createPopUp function to create a pop-up the TitleWindow seems to take up about 60%-70% of the screen when the width is set to

[flexcoders] Multiple values in a data model

2006-01-24 Thread rgwilson26
I have an application I am working on where the user can input information into various text input fields layed out in a HBOX. If the user needs to add another person for the input they click on an add event that dynamically creates another row. My question is what is the best way to tie

[flexcoders] html text to navigate tab navigator

2006-01-24 Thread rgwilson26
I have a Tab navigator with HTML links as shown below. I want the user to be able to click on the text link, and navigate through each tab in the tab navigator depending on what link is clicked. I am calling a funtion in the main application from my component, however it doesn't change the tabs.

[flexcoders] Re: html link in text

2005-12-20 Thread rgwilson26
I have a similar issue. I have a Tab navigator with HTML links as shown below. I want the user to be able to click on the text link, and navigate through each tab in the tab navigator depending on what link is clicked. I am calling a funtion in the main application from my component, it

[flexcoders] Vertical link bar

2005-12-16 Thread rgwilson26
I would like to create a vertical link bar that is tied to a viewstack. The functionality I am looking for is when the user clicks on it the selected link is highlighted with relation to a particular view. Is there a way to make a Link bar direction vertical, and what would be the best way

[flexcoders] Building a dynamic flowchart in FLEX

2005-12-16 Thread rgwilson26
I am working on a project where I would like to build a flow chart that is built on data input by the user. For example, when the user inputs a flow of events via input boxes FLEX will create a flowchart boxes that will be connected to eachother. I would also like each box to be dynamic and

[flexcoders] Dynamically create multiple text input rows

2005-12-15 Thread rgwilson26
I would like to dynamically create a row of text input boxes all located within an HBOX. When the user clicks add button a new HBOX containing all new text boxes will display below allowing for mulitple rows of inputs. My question is: What is the best way to do this, and how do you

[flexcoders] Re: embeded link text in a label tag

2005-12-06 Thread rgwilson26
@yahoogroups.com, rgwilson26 [EMAIL PROTECTED] wrote: I would like to know how to set text in a label to linked text. I want the words Environment and Equipment linked to a section in my application. *** mx:Label id=trainingQuestion8 text=If equipment

[flexcoders] Re: embeded link text in a label tag

2005-12-06 Thread rgwilson26
a separate label. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rgwilson26 Sent: Tuesday, December 06, 2005 7:36 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: embeded link text in a label tag Actually, the link is currently

[flexcoders] embeded link text in a label tag

2005-12-05 Thread rgwilson26
I would like to know how to set text in a label to linked text. I want the words Environment and Equipment linked to a section in my application. *** mx:Label id=trainingQuestion8 text=If equipment was involved, see the Environment and Equipment questions./

[flexcoders] dynamically created HBOX

2005-11-30 Thread rgwilson26
What would be the best way to go about creating a function that will dynamically create rows (HBOX) for data input? I want an HBOX with various text input fields to be succesively added when the user pushes an add button. I am thinking of using a repeater, but just wondering if there is a

[flexcoders] combo box in a data grid

2005-11-21 Thread rgwilson26
I would like to know how to put a combo box in on cloumn of a datagrid. I would like the combobox to allow the user to pick from two values on the last column of the datagrid when each row is populated.Somthing like this. (but this does not work)mxataGrid id="intitalFlowchartDataGrid"mx:columns

[flexcoders] Re: How to reference a child component

2005-10-18 Thread rgwilson26
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rgwilson26 Sent: Monday, October 17, 2005 3:00 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to reference a child component How would i make a call from (Comp_Level_1) to (Comp_Level_2) one level down

[flexcoders] Re: components still existing after location change

2005-10-17 Thread rgwilson26
/your_flex_app.mxml?recompile=true Let us know, if it doesn't work. There might be some other problem. -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rgwilson26 Sent: Friday, October 14, 2005 12:51 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] local machine directory vs. server directory

2005-10-17 Thread rgwilson26
Is there a reason why my server files are not being updated while my local files are updated? I have been compiling everything as normal, but when I check my server path the directory structure and edited files have not been updated. This seems to only happen after I rearrange components into

[flexcoders] Re: components still existing after location change

2005-10-17 Thread rgwilson26
? Thanks --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Try deleting the contents of the folder. It is safe to do. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rgwilson26 Sent: Monday, October

[flexcoders] How to reference a child component

2005-10-17 Thread rgwilson26
How would i make a call from (Comp_Level_1) to (Comp_Level_2) one level down in a directory? I want to make a pop-up window appear in Comp_Level_1 that originates from Comp_Level_2. Main /Comp_Level_1 /Comp_Level_2 If (Main) creates a namespace for (Comp_Level_1) and

[flexcoders] Re: Including files.

2005-10-14 Thread rgwilson26
I am having a similar problem. I am trying to do the same to reference several directories with my components. for example: root /componentsDir1 /componentsDir2 /componentsDir3 I can acces /componentsDir1 by: --

[flexcoders] Component storage

2005-10-13 Thread rgwilson26
I would like to know how to store and access components in more than one directory. I have a directory called components that holds my navigation components that I referr to in my main.mxml file as such xmlns:nav=Navigation_Components.*. What I want to do is create another directory with my

[flexcoders] pass multiple objects from dispatchEvent()to addEventListener()

2005-10-06 Thread rgwilson26
What is the correct syntax to pass *multiple* objects between dispatchEvent()to addEventListener() and then called by handleEvent()? This is what I have and doesn't work: Thank you in advance. --- popUp.mxml --- mx:Metadata