[flexcoders] Re: Solutions for provide a secure access to a Web-Service using Flex

2008-01-04 Thread João
Frederico, www.riapt.org is an open community. Everyone can post on the blog. More important than the blog, is the Mailing List. We have a ML with 123 members. The interest in Portugal is still small, but it's growing fast. I think you should try joining the ML. :) We are also promoting some

Re: [flexcoders] Distributed compilation in FlexBuilder?

2008-01-04 Thread Tom Chiverton
On Friday 04 Jan 2008, Lachlan Cotter wrote: This may be wishful thinking, but does anyone know if there is any way to set up parallel, distributed compiles in FlexBuilder? or Why would you want to do that ? What problem are you having that this would solve ? -- Tom Chiverton Helping to

[flexcoders] The 'right' way to do custom styles

2008-01-04 Thread Tom Chiverton
So, as I see things, there are two ways to do custom styles in a custom component. The first is the quick and easy way: create a public Bindable of type uint and then use data binding inside your custom component. Your component then has properties for the styles. The second is the more long

[flexcoders] Re: print function code for $$ - anyone interested?

2008-01-04 Thread anthony_morsey
This offer is still available -- anyone interested?? --- In flexcoders@yahoogroups.com, anthony_morsey [EMAIL PROTECTED] wrote: Is anyone interested in building a print function for a small reward - $100 ?? I need a function that will take any objects from the current screen (text areas of

RE: [flexcoders] RTE hide panel

2008-01-04 Thread Kevin Aebig
Since the early days of FlashCoders, you've been making me feel like an idiot with these simple solutions... =] Cheers and thanks! !k -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Muzak Sent: Friday, January 04, 2008 1:11 AM To:

[flexcoders] WebORB 3.0

2008-01-04 Thread NileAge, Mail
Hello all, Please help me to understanding (WebORB) in more details such as: - What this technique do? - What the advantages and disadvantages ? - How I can use it with flex? Thank you Abdullah Sofyan

[flexcoders] Re: ComboBox itemRenderer scrolling Bug?

2008-01-04 Thread shafram
Has anyone resolved this issue? I'm having a similar problem where I have different images in a datagrid column based on the data and as soon as I start scrolling, the images start moving around (i.e the image that was supposed to be displayed in row 1 with row 1's data is now displayed in row 2

[flexcoders] How to use flexmdi framework in flex builder 2.0.1

2008-01-04 Thread gt_shrikant
hi, i downloaded the source along with SWC, and i tried to use this flexmdi in one mine project. i have flex builder 2.0.1. i added the flexmdi.swc to library path using add swc, and added namespace defination at tag. i didnt got any tag which works……… and it shows error like cannot resolve

[flexcoders] FLEX3 Datagrid enabling data paging

2008-01-04 Thread kamiseq
I'm looking for a ready to use component that is able to page data and load very quickly. I 've only found http://www.badongers.com/blog/?p=73 but it is just filling datagrid with nulls to show scrollbar and that is strange approach for me. I know that lifecycle should give me such feature but

Re: [flexcoders] Re: print function code for $$ - anyone interested?

2008-01-04 Thread Frederico Garcia
anthony_morsey escreveu: This offer is still available -- anyone interested?? --- In flexcoders@yahoogroups.com, anthony_morsey [EMAIL PROTECTED] wrote: Is anyone interested in building a print function for a small reward - $100 ?? I need a function that will take any objects from the

[flexcoders] Filtering of Grouped data in Advanced DataGrid

2008-01-04 Thread Muhammad Asim Javed
I want to display the Hierarchical Data (groped data) in Advance DataGrid and at the same time I want the filtering functionality as well. The problem is if I want grouped view then I have to provide GroupingCollection to the dataprovider ( that has no filterFunction type functionality ). Is there

[flexcoders] Re: The 'right' way to do custom styles

2008-01-04 Thread Andrew Strader
It is not always worth the extra effort to make a style rather than a regular property. What you lose, then, is the ability to control the property with stylesheets, to let the style's value be inherited from parent components, and to let its value be overridden from cascading style classes.

[flexcoders] Flex Samples

2008-01-04 Thread Stewart Grainger
If anyone can provide any sample flex projects and code for someone to start development on a bigger project, I would be greatful. Code and sample files can be sent to either the group, so other can benefit, or to my email [EMAIL PROTECTED] or [EMAIL PROTECTED] I am looking at updating my

[flexcoders] Re: Mock objects in AS3

2008-01-04 Thread abdulqabiz3
I heard of reading, in this thread, about ActionScript compiler in ActionScript. Metal Hurlant has created a library (eval) which is still being developed, but it does compile ActionScript code, yeah library is written using ActionScript 3.0

[flexcoders] Re: PrintDataGrid variablerowheight issue

2008-01-04 Thread jf317820
https://bugs.adobe.com/jira/browse/SDK-14174 --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Please file a bug with a simple test case and post the bug# From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[flexcoders] Service Browser for GranitedDS

2008-01-04 Thread Frederico Garcia
Hi, The thing I like the most on AMFPHP is the Service Browser. I'm using granite data services (POJO) now, and I'd like to use the Browser from AMFPHP. Can anyone tell me how to do it? Regards, Frederico Garcia

Re: [flexcoders] Re: The 'right' way to do custom styles

2008-01-04 Thread Tom Chiverton
On Friday 04 Jan 2008, Andrew Strader wrote: If you like re-usability, you would also want to consider whether making a property out of something that is very style-like may be very counterintuitive to a later developer. I do, yes, hmm. Vote for #FB-11589 :-) -- Tom Chiverton Helping to

RE: [flexcoders] Setter question

2008-01-04 Thread mark goldin
Yes, that's what I fugured. Here is my code. I have a combobox as a form item.: mx:FormItem label=Other RailRoad Involved width=302 customComponents:comboItemRenderer selectedIndex={modelGeneral.otherrailroadinvolved} id=otherrailroadinvolved width=95

[flexcoders] Flex performance

2008-01-04 Thread nitin15j
Hi, we have created a dasboard application using flex 2 (eclipse IDE), java, sql server(database). The application servers different formats of charts built in flash. we are using a remote object which takes the data from java and sends back to the flex. we are deploying the application on

Re: [flexcoders] WebORB 3.0

2008-01-04 Thread Muzak
Start here: http://www.themidnightcoders.com/weborb/ - Original Message - From: NileAge, Mail [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, January 04, 2008 1:47 PM Subject: [flexcoders] WebORB 3.0 Hello all, Please help me to understanding (WebORB) in more details

Re: [flexcoders] Simulating Flex Client requests using Java?

2008-01-04 Thread Jeffry Houser
I'm speaking a bit off the cuff here, but... Would it make sense to look into FlexUnit ( http://code.google.com/p/as3flexunitlib/ ) for these type of things? Robert Csiki wrote: Hello, For server-side testing purposes (e.g. testing custom LCDS Assemblers, remote service

[flexcoders] Simulating Flex Client requests using Java?

2008-01-04 Thread Robert Csiki
Hello, For server-side testing purposes (e.g. testing custom LCDS Assemblers, remote service destinations etc) using the JUnit testing framework, I need to somehow simulate Flex Client requests to LCDS, programatically, through Java code (the test cases). Is that possible, if so, how please?

RE: [flexcoders] compc usage

2008-01-04 Thread Gregor Kiddie
There is a couple of steps required to get this working. Firstly you need to build up the list of files in the directory (plus subdirectories), and then feed this into the compc task. This is from one of our build files, I hope you're using ant! !--Gets the class names of files --

[flexcoders] Re: Simulating Flex Client requests using Java?

2008-01-04 Thread Robert Csiki
Thanks for your reply Jeffry, yes, we're using FlexUnit too, for testing the client code. FlexUnit is some kind of JUnit but for Flex code (Actionscript). I was talking about server side testing. What I want is my Java JUnit test case code to somehow act as a Flex client simulator and generate

Re: [flexcoders] Adobe Air Error on new install - Unable to locate specified base class

2008-01-04 Thread Tom Chiverton
On Friday 04 Jan 2008, helihobby wrote: I think I need to point the app to the SDK I download but tried different things and can't seem to point it to the SDK... In the project properties ? -- Tom Chiverton Helping to seamlessly harness killer experiences on: http://thefalken.livejournal.com

Re: [flexcoders] Re: Simulating Flex Client requests using Java?

2008-01-04 Thread Jeffry Houser
I'm still speaking for a stance of borderline ignorance here... I don't think I understand why you want to simulate a Flex call from Java + JUnit instead of making an real Flex call, triggered by FlexUnit. Instead of trying to simulate a Flex call from the server side, wouldn't you want

[flexcoders] Re: Adobe Air Error on new install - Unable to locate specified base class

2008-01-04 Thread helihobby
Anyone ? --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: Any one has an idea why I get the following error when I try to start a new AIR Desktop Project in Flex Beta Builder 3 ? Unable to locate specified base class 'mx.core.WindowedApplication' for component

[flexcoders] Spring Framework with BlazeDS

2008-01-04 Thread Rodrigo Pereira Fraga
hi! With OpenAMF, I had a class SpringBeanInvoker that drew my beans, exist something similar in BlazeDS that I can to use to call my Beans of Spring? Thanks! Atenciosamente: --- | Rodrigo Pereira Fraga | http://www.digows.com

Re: [flexcoders] Flex Samples

2008-01-04 Thread Mike Chabot
I hope you have checked the Adobe Web site for sample applications. There are a bunch of samples with full source code there. Flex Store is a popular one. You could also get a book like Training From The Source which comes with a sample application. -Mike Chabot On Jan 4, 2008 4:20 AM, Stewart

[flexcoders] Re: AdvancedDataGrid - how to clear contents?

2008-01-04 Thread mitek17
Hi Greg, Thanks for the reply! I've figured out the way how to clear the contents. I was unable to do it if ADG and group collection and dataprovider were in MXML format. So, I just created independent ArrayCollection, binded it to the GroupCollection as source and then after getting query

Re: [flexcoders] Spring Framework with BlazeDS

2008-01-04 Thread James Ward
Check out: http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetailextid=1035406 and the old test drive has a Spring example: http://coenraets.org/blog/2007/01/flex-test-drive-server-for-java-developers-tomcat-based/ -James On Fri, 2008-01-04 at 09:16 -0800, Rodrigo Pereira Fraga

[flexcoders] Re: Simulating Flex Client requests using Java?

2008-01-04 Thread Robert Csiki
You are right in your way ... I was trying to analyze how well the testing of the server code covered (using a Java code coverage tool - like Clover - which works together with JUnit). If I'm using FlexUnit, I'm testing the client (Actionscript) code, not the server (Java) one. Of course I can

RE: [flexcoders] Flayer Player minimum requirements Flex 3

2008-01-04 Thread Matt Chotin
We support r28 or greater of Player 9 I think. Current version is 115 which we can leverage for the cached framework, but don't require. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: Friday, January 04, 2008 9:32 AM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Flayer Player minimum requirements Flex 3

2008-01-04 Thread Kevin
I am wondering what the minimum requirements for the Flash Player version are. Our app is compiled using Flex Beta 3 and is LCDS project run in Tomcat. I have a client having trouble with IE crashing and losing RTMP connections. I am wondering if their flash player version is a

[flexcoders] Re: Flex Samples

2008-01-04 Thread javaguru_uk
Hi Stewart, I have had the same problem. First, I read the getting started user manual, where I grasped how Flex worked. Since I had already worked with Openlaszlo before, it was easy to get used to it. The technologies are quite similar. Well, I have tried to find examples as well, and found

[flexcoders] Bug in Date object - setting month increments timezone

2008-01-04 Thread Collin Peters
Can somebody verify this? When I set the month in the date object the timezone increments code var date:Date = new Date(); trace(date1: + date); date.setFullYear(1963); trace(date2: + date); date.setMonth(6); trace(date3: + date); date.setDate(5); trace(date4: + date); /code Output: date1:

[flexcoders] Re: enforce mx:DateField date selection?

2008-01-04 Thread rueter007
Look at the disabledRanges property on the DateField. You should specify a rangeEnd value with yesterday as the value. - venkat http://www.venkatj.com --- In flexcoders@yahoogroups.com, markflex2007 [EMAIL PROTECTED] wrote: Hi, I want to use mx:DateField and disable all the dates before

[flexcoders] Re: WebORB Installation Error

2008-01-04 Thread Mark Piller
Hi, Do you use WebORB for Java or .NET? If it is .NET, try to run the diagnostics page at the following URL and let me know what the page displays: http://localhost/weborb30/diagnostics.aspx Also, the following forum might be a better place to post WebORB related questions:

[flexcoders] flex meter

2008-01-04 Thread coder3
Hi All, i need to implement a real time meter for my web app. does FLEX have that kind of feature? i can't find it. thanks -- View this message in context: http://www.nabble.com/flex-meter-tp14623087p14623087.html Sent from the FlexCoders mailing list archive at Nabble.com.

Re: [flexcoders] IE cache

2008-01-04 Thread coder3
i tried to set the no-cache header in my jsp, somehow it didn't work. so i have to use garbage parameter to work around. thx Scott Melby-3 wrote: Are you using HTTPS? Check this post http://blog.fastlanesw.com/?p=9 on my blog for a workaround. hth Scott Scott Melby Founder, Fast

RE: [flexcoders] The 'right' way to do custom styles

2008-01-04 Thread Gordon Smith
If it doesn't work with getStyle() and setStyle(), I wouldn't call it a style. That will just confuse your users. You can certainly implement simple properties that affect visual stuff like colors, but then your developers will wonder why they're not styles and can't be set in CSS. Styles are

RE: [flexcoders] Re: keyboard up down navigating

2008-01-04 Thread Alex Harui
You can try storing every child in an array and scanning the array From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Corey Smaller Sent: Friday, January 04, 2008 11:02 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: keyboard

RE: [flexcoders] flex meter

2008-01-04 Thread Alex Harui
http://weblogs.macromedia.com/pent/archives/2004/12/gauge_component.cfm From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of coder3 Sent: Friday, January 04, 2008 11:20 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] flex meter

[flexcoders] embedding a swf file in html

2008-01-04 Thread pateyog
I am trying to embed the generated swf file in an html which lies in the parent directory and am not able to do so here is the detail root folder contains main.html under root folder is en_US which contains main.swf here is my object tag in the main.html object

[flexcoders] Re: Bug in Date object - setting month increments timezone

2008-01-04 Thread rueter007
It is not a bug. It is the daylight savings that create different timeZoneOffsets. And this is expected behavior. - venkat http://www.venkatj.com --- In flexcoders@yahoogroups.com, Collin Peters [EMAIL PROTECTED] wrote: Can somebody verify this? When I set the month in the date object the

[flexcoders] Re: tabEnabled not enabling

2008-01-04 Thread Corey Smaller
thanks Alex! I actually went ahead and created my own scheduler using the constraintRows/Columns in a canvas and each program entry is a button. each button is created with its height fixed and width based upon the length of the program to match the timeline of the scheduler. it load perfectly

[flexcoders] How can I tell length or size of object ( not array ) but object ..

2008-01-04 Thread helihobby
Is there a way to know a size of an object ( hash table ) without doing a for loop ? as in: var o:Object = new Object(); o.a = aa; o.b = bb; o.length or o.size does not work ? So how can I know size without doing a loop every time ? Regards, Sean.

[flexcoders] enforce mx:DateField date selection?

2008-01-04 Thread markflex2007
Hi, I want to use mx:DateField and disable all the dates before today. and only can select date after today. Please give me a hit. Thanks Mark

[flexcoders] WebORB Installation Error

2008-01-04 Thread NileAge, Mail
Anybody can solve this problem? After installing WebORB 3.0 but some tabs in WebORB Management Consol (localhost )do not appear a management tab Plz help me

[flexcoders] firstVisibleItem with AdvancedDataGrid, potential bug?

2008-01-04 Thread picklzzz
Hello, Has anyone attempted to programatically set the firstVisibleItem property of AdvancedDataGrid and got it to work. I have a plotChart and an associated ADG populated with a superset of the data used for the plotChart. I want a click on an item from the plotChart to change the

[flexcoders] Re: keyboard up down navigating

2008-01-04 Thread Corey Smaller
hmm, i am getting the event.currentTarget.x and y coordinates but how to move the focus up or down to other targets? each new button object created has the same var name so it just goes to the very last one created. I tried using a counter for assigning var names but that gives me an error, I

[flexcoders] DataGridColumn width shrinks when visibility is toggled

2008-01-04 Thread dfalling
I've setup a datagrid so that users can toggle the visibility of columns, exposing previously hidden ones or hiding currently visible ones. For some reason, if the datagrid is fixed width (100% width of parent) it doesn't handle this properly. If I keep toggling a column's visibility, it will

[flexcoders] Re: DataGridColumn width shrinks when visibility is toggled

2008-01-04 Thread rueter007
I had this problem too when I used the datagrid. The fix I did was to reassign the columns property on the datagrid instead of toggling the visibility. - venkat http://www.venkatj.com --- In flexcoders@yahoogroups.com, dfalling [EMAIL PROTECTED] wrote: I've setup a datagrid so that users can

RE: [flexcoders] How can I tell length or size of object ( not array ) but object ..

2008-01-04 Thread Gordon Smith
As far as I know, you have to loop. By the way, using Object-literal syntax var o:Object = { a: aa, b: bb }; produces more efficient code than what you wrote. And instead of doing var o:Object = new Object(); you should just write var o:Object = {}; Gordon Smith Adobe

[flexcoders] Yahoo Maps Viewstack Sandbox Issues

2008-01-04 Thread Chip Moeser
Hello All, Anyone ever come up with a solution to the problem that a sandbox error comes up when using Yahoo Maps AS3 in a viewstack with transitions? Found lots of unsolved threads:( Best, -Chip

[flexcoders] Newbie : Flex Hosting Question

2008-01-04 Thread hardikpandya2000
Hello FlexCoders, I am newbie to Flex and have a very basic question I need to make Flex Application with Mysql + JSP, what do I need to host this kind of application live. What are the options / alternatives ? I would really appreciate any help and suggestions. Thank you all in advance,

Re: [flexcoders] Yahoo Maps Viewstack Sandbox Issues

2008-01-04 Thread Aaron Miller
I had to create a MapLoader component that has the yahoo map service in it, then created an actionscript var of that type. When the viewstack changes for the first time, I instantiated it and added it as a child to the viewstack container. # if( idViewTab.selectedIndex == 1 myMapLoader == null )

[flexcoders] Legend font size ignored in Flex Builder 3?

2008-01-04 Thread mr19
Hi all. Recently imported a project I built with FB2 into FB3. My Legend is no longer adhering to the font sizE specified for the Application. I've tried adding it to the Legend style, still no luck, always stays a constant size. I can change the fontFamily this way, but not the fontSize.

[flexcoders] Re: Newbie : Flex Hosting Question

2008-01-04 Thread Abyss Knight
I'm not sure about the JSP requirement, but I would presume you would need Tomcat, JBoss or Geronimo to do that. I would recommend taking a look at WebORB and AMFPHP, as those are easier to set up on shared hosting. Are you looking to do real-time messaging using push, or would polling work? --

[flexcoders] FW: How can I tell length or size of object ( not array ) but object ..

2008-01-04 Thread Dimitrios Gianninas
forwarding Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jethro Grassie Sent: Friday, January 04, 2008 4:08 PM To: [EMAIL PROTECTED] Subject: Re: How can I tell length or size of

[flexcoders] Re: flex meter

2008-01-04 Thread scalenine
You could make one using Degrafa : http://www.degrafa.com or http://code.degrafa.com . There's samples here: http://samples.degrafa.com . Check out the clock. --- In flexcoders@yahoogroups.com, coder3 [EMAIL PROTECTED] wrote: Hi All, i need to implement a real time meter for my web app.

[flexcoders] Lazy Loading on Tree Component with LCDS

2008-01-04 Thread Kevin
We are having trouble with lazy loading and the tree component. We get item pending errors all over the place. Is this to be expected or should the tree component handle lazy loading like the DataGrid? We are using LCDS with Hibernate so the calls are made internally. If not, what is the

Re: [flexcoders] enforce mx:DateField date selection?

2008-01-04 Thread Muzak
Read the docs.. DateField.disabledRanges http://livedocs.adobe.com/flex/201/langref/mx/controls/DateField.html - Original Message - From: markflex2007 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, January 04, 2008 7:30 PM Subject: [flexcoders] enforce mx:DateField date

[flexcoders] Re: Select XML subset

2008-01-04 Thread rueter007
read the docs. it has all the information. http://livedocs.adobe.com/labs/flex3/html/help.html?content=13_Working_with_XML_02.html - venkat http://www.venkatj.com --- In flexcoders@yahoogroups.com, markgoldin_2000 [EMAIL PROTECTED] wrote: I have an element based XML. How can I get a subset of

[flexcoders] Select XML subset

2008-01-04 Thread markgoldin_2000
I have an element based XML. How can I get a subset of this data where one of the elements value matches some var? subdivisions id1/id name22ND STREET YARD/name division_id37/division_id /subdivisions subdivisions id2/id name59TH - 65TH ST. I/L/name division_id43/division_id

[flexcoders] Re: keyboard up down navigating

2008-01-04 Thread Corey Smaller
yup that one worked. almost fell off my chair when it did. Now i have to figure out a way to move the canvas when i scroll off the view so that the offscreen buttons are visible when I tab. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: You can try storing every

RE: [flexcoders] FW: How can I tell length or size of object ( not array ) but object ..

2008-01-04 Thread Gordon Smith
It is probably MUCH faster to use a for-in loop to count the fields. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas Sent: Friday, January 04, 2008 1:10 PM To:

RE: [flexcoders] Lazy Loading on Tree Component with LCDS

2008-01-04 Thread Jeff Vroom
I have an approach that might help with the 2.x Tree. It is a subclass of ArrayCollection you can use to suppress ItemPendingErrors which you can get here: http://www.jvroom.com/NotPendingCollection.as You provide it a source collection and this collection will either be empty or fully

[flexcoders] Re: Send event to all objects?

2008-01-04 Thread jrag0n
Point taken about the button versus the stage. But I wonder if your solution is the most elegant. From what I've read, the event hierarchy (capture, target, bubbling) should be able to handle this for me. Stepping through the array makes sense if I have to, but I don't think I have to.

RE: [flexcoders] Lazy Loading on Tree Component with LCDS

2008-01-04 Thread Alex Harui
The 2.x Tree does not handle IPEs. The 3.0 Tree won't either, but by using the ADG's hierarchicalCollections and some glue, it should work. I'll be blogging on how to do that right after 3.0 goes out the door or sooner if I get a chance. You might be able to workaround some of the issues in

[flexcoders] Re: Newbie : Flex Hosting Question

2008-01-04 Thread Anas Mughal
How does JSP fit in your architecture? Let us know and we would try to help. -- Anas Mughal --- In flexcoders@yahoogroups.com, hardikpandya2000 [EMAIL PROTECTED] wrote: Hello FlexCoders, I am newbie to Flex and have a very basic question I need to make Flex Application with Mysql +

RE: [flexcoders] Re: How do I make the background fill the whole screen, not just the Application

2008-01-04 Thread Alex Harui
http://blogs.adobe.com/aharui/2008/01/flex_and_scalemodes.html From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of kolt_siewerts Sent: Thursday, December 20, 2007 2:01 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How do I

RE: [flexcoders] Setter question

2008-01-04 Thread Alex Harui
You might find this article helpful: http://blogs.adobe.com/aharui/2008/01/selecteditem_and_combobox.html That way you can find the item you want to be selected after the DP is set. In general the DP must be set first. From: flexcoders@yahoogroups.com