[flexcoders] File download problem -- Error #2044: Unhandled IOErrorEvent:

2009-12-19 Thread jeffreyr6915
I have a flex/lcds/java application that attempts to download a zip file called GeneratedTestProject.zip (using FileReference in the Flex app) that I generate at runtime on the server (in the Java app). The zip file is generated fine, but the following error is thrown by the Flash Player when I

[flexcoders] Re: Search Suggestion

2009-10-27 Thread jeffreyr6915
Hi prabowo, Please check out http://www.flexlcds.com. This is an all encompassing guide that will show you step-by-step how to create a full end2end applications. The topics included are: 1. Flex 2. LCDS 3. Java 4. Eclipse 5. Maven 2 It took me a long time to learn all of this information and

[flexcoders] Amazing Flex/LCDS/Java/Eclipse/Maven2 step-by-step guide

2009-10-25 Thread jeffreyr6915
I recently came across the best Flex/LCDS/Java/Maven2 guide that I have ever seen before (http://www.flexlcds.com). I have been looking for something like this for a very long time. If you are interested in how all the concepts come together (frontend, middleware, backend, build/deploy), please

[flexcoders] Dynamic Flex Stacked Column Chart

2009-04-06 Thread jeffreyr6915
I'd like to create a dynamic Flex Stacked Column Chart at runtime, based on values out of a database. The following are the steps that I currently follow (without success): 1. Query the database and populate chartIemArrayColl with ChartItem objects 2. Iterate through chartIemArrayColl and only

[flexcoders] Traffic Light Component

2009-02-10 Thread jeffreyr6915
I was wondering if someone could point me in the direction of a tutorial of traffic light component built in flex. If the tutorial is not available, can someone please point me to an example and source code? I'd like to be able to flash either red, yellow, or green glowing light inside of the

[flexcoders] How to add a horizontal scrollbar to a 3d column chart

2008-10-12 Thread jeffreyr6915
I would like to add a horizontal scrollbar to the column chart that I have. Can someone please show me how to do this? Below is the axis renderer class that I need to alter. Please help. Thanks package { import flash.display.Graphics; import flash.display.Shape; import

[flexcoders] Re: How to add a horizontal scrollbar to a 3d column chart

2008-10-12 Thread jeffreyr6915
--- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, jeffreyr6915 jrwalker2@ wrote: I would like to add a horizontal scrollbar to the column chart that I have. Can someone please show me how to do this? Below is the axis renderer class

[flexcoders] Re: Flex, LCDS, FlexUnit, and Maven 2

2008-06-16 Thread jeffreyr6915
Thanks Xavier! --- In flexcoders@yahoogroups.com, Xavier Agnetti [EMAIL PROTECTED] wrote: Hi ! Here are some pointers about Flex/FlexUnit/Maven: http://blog.flex-mojos.info/ http://blogs.adobe.com/francoisledroff/ Cheers, On Wed, Jun 11, 2008 at 10:11 PM, jeffreyr6915 [EMAIL

[flexcoders] Flex, LCDS, FlexUnit, and Maven 2

2008-06-11 Thread jeffreyr6915
I have a Flex application that uses LCDS. I was wondering if someone help me find tutorials/samples on how to do the following: 1. Build the Flex application (which uses LCDS) with Maven 2 (what to put in the pom.xml) 2. How to integrate my existing flexunit tests into the Maven 2 build 3. Run

[flexcoders] Glow effect duration -- time of a mouse over

2008-05-18 Thread jeffreyr6915
Can anyone tell me how I can determine how long a person rests his/her mouse over a component? I would like to apply a Glow effect to a component while the user has his/her mouse on top of it. So I need this time interval for the Glow effect's duration attribute. Thanks

[flexcoders] Re: Dispatching an event from an inline itemrenderer

2008-05-17 Thread jeffreyr6915
Hi Tracy, I tried to remove as much code as possible. Thanks DailyUpdateView.mxml --- public function initApp():void { //Event Listener

[flexcoders] Re: Dispatching an event from an inline itemrenderer

2008-05-17 Thread jeffreyr6915
--- In flexcoders@yahoogroups.com, jeffreyr6915 [EMAIL PROTECTED] wrote: Hi Tracy, I tried to remove as much code as possible. Thanks DailyUpdateView.mxml --- public function initApp():void

[flexcoders] Re: Flex Messaging Service + Drag and Drop List Component

2008-05-16 Thread jeffreyr6915
. Hope that helps, Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jeffreyr6915 Sent: Wednesday, May 14, 2008 11:01 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Messaging Service + Drag and Drop List Component I have a 2 list components in which I

[flexcoders] Flex Messaging Service + Drag and Drop List Component

2008-05-15 Thread jeffreyr6915
I have a 2 list components in which I have enabled drag and drop (dragEnabled=true dropEnabled=true dragMoveEnabled=true dragDrop=dragDropHandler(event)). So, I am able to drag and drop the List items (which I have a custom itemRenderer for). I am also using flex messaging service (Flex data

[flexcoders] Re: Flex Messaging Service + Drag and Drop List Component

2008-05-15 Thread jeffreyr6915
:[EMAIL PROTECTED] On Behalf Of jeffreyr6915 Sent: Wednesday, May 14, 2008 11:01 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Messaging Service + Drag and Drop List Component I have a 2 list components in which I have enabled drag and drop (dragEnabled=true dropEnabled=true

[flexcoders] Seeking tutorial that connects Flex with various architecture

2008-04-13 Thread jeffreyr6915
I am looking for a step-by-step detailed tutorial that will show me how to connect the following technologies with my Flex Application (from installation to actual usage to understanding what each part does). My flex application needs to be able to save data from a datagrid in the database and

[flexcoders] I know that if you want to communicate with the main application from within the

2008-03-27 Thread jeffreyr6915
I know that if you want to communicate with the main application from within the itemRenderer component, you have to use outerDocument first...Example: mx: DataGridColumn dataField=field headerText=col1 editorDataField=text editable=true mx: itemRenderer mx: Component mx:ComboBox

[flexcoders] Actionscript/Flex 3 - Communicating with an itemRenderer from the main applicati

2008-03-27 Thread jeffreyr6915
I know that if you want to communicate with the main application from within the itemRenderer component, you have to use outerDocument first...Example: mx: DataGridColumn dataField=field headerText=col1 editorDataField=text editable=true mx: itemRenderer mx: Component mx:ComboBox

[flexcoders] Re: Actionscript/Flex 3 - Communicating with an itemRenderer from the main appli

2008-03-27 Thread jeffreyr6915
mx:ComboBox dataProvider={outerDocument.myXml.info} change=parentDocument.handleChangeEvent(event) id=cbItemRenderer/ /mx: Component /mx: itemRenderer hth Scott Scott Melby Founder, Fast Lane Software LLC http://www.fastlanesw.com http://blog.fastlanesw.com jeffreyr6915 wrote: I

[flexcoders] Re: Actionscript/Flex 3 - Communicating with an itemRenderer from the main appli

2008-03-27 Thread jeffreyr6915
[mailto:[EMAIL PROTECTED] On Behalf Of jeffreyr6915 Sent: Thursday, March 27, 2008 1:44 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Actionscript/Flex 3 - Communicating with an itemRenderer from the main applicati I know that if you want to communicate with the main

[flexcoders] Flex and ActionScript 3 - Problem with dataGrid and the itemRenderers for Numer

2008-03-13 Thread jeffreyr6915
I have a datagrid with an arrayCollection data provider. On a button click, I call a method to update the dataGrid. Some of the cells in the datagrid are supplied by comboBoxes and Numeric Steppers. The following are the problems that I am having: 1. When using the

[flexcoders] Flex and ActionScript 3 - Selecting a Checkbox and deleting a data grid row

2008-03-13 Thread jeffreyr6915
I want be able to delete a datagrid row AND rows out of a data grid if a checkbox is checked. The checkbox is part of the row (the first cell). Right now I cannot detect if the checkbox is selected or not after it has been sent to the datagrid. I would like to check which rows are checked and then

[flexcoders] Problem with dataGrid and the itemRenderers for Numeric stepper and ComboBox

2008-03-13 Thread jeffreyr6915
I have a datagrid with an arrayCollection data provider. On a button click, I call a method to update the dataGrid. Some of the cells in the datagrid are supplied by comboBoxes and Numeric Steppers. The following are the problems that I am having: 1. When using the

[flexcoders] Selecting a Checkbox and deleting a data grid row

2008-03-13 Thread jeffreyr6915
I want be able to delete a datagrid row AND rows out of a data grid if a checkbox is checked. The checkbox is part of the row (the first cell). Right now I cannot detect if the checkbox is selected or not after it has been sent to the datagrid. I would like to check which rows are checked and then