RE: [flexcoders] Digest Number 10715

2009-05-28 Thread Gregor Kiddie
Confusingly, Fowler uses VO to mean something else, then slags off the J2EE community for getting them mixed up... http://www.martinfowler.com/bliki/ValueObject.html Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton

[flexcoders] Maybe this could be also good place to share ur thoughts about FLEX at one place

2009-05-28 Thread Sajid Hussain
I have installed elg to my server with such concpet where RIA DEvelopers could mange thier blog , work profille, portfolio pages and jobs group http://dacoders.com/yourspace Sajid

Re: [flexcoders] LCDS async error

2009-05-28 Thread Johannes Nel
I just love talking to myself. No, the bug is not going to go away, I know people from Adobe read this list. This is really a show stopper, can someone from Adobe take a look please. has anyone on this list tried to decompile the fds swc, if so can they mail me off list and tell me how that

[flexcoders] Any ETA for Flex SDK 3.4 getting released?

2009-05-28 Thread Gregor Kiddie
We're waiting for some of the issues fixed in 3.4, and well... I have to have some information to appease the almighty testers ;) Last I heard it was going to be August. This still the case? Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread

[flexcoders] Refletion on text,perspective as in photoshop,alignment of text box--i am stuck

2009-05-28 Thread shubhra
Hi, I am working on an application in which i had to add certain effects and i am not able to implement for last 2 days, which has become Headache for me.Please help.The problems are stated as below. (!) I want to write an reflect function which can take is of the selected ID and can put

[flexcoders] Re: Custom ItemRenderer in List control and highlight

2009-05-28 Thread fonqiemp
Hi Sorry for the late response. I found out that I just needed to use the padding-left, right, top and bottom css properties to control the layout of the highlights. Just wierd that the default style has no padding only on the right. regards --- In flexcoders@yahoogroups.com, Yves Riel

[flexcoders] Data Grid : headers above and in the left side.

2009-05-28 Thread carlogiordano11
Hi guys, someone knows how build a Data Grid with headers both above and to the left side. The standard Data Grid have headers only above and not in the left side. Graphically I would have a Data Grid in this way : Unit | Value | Name 05/06 | mm | 45.0 | Vte 06/06 | ml | 0.88 |

[flexcoders] Re: Data Grid : headers above and in the left side.

2009-05-28 Thread markgoldin_2000
What if your left side headers are just another column with data looking like desired header text? You will have to build your data with an extra column that is the first column in the DataGrid. --- In flexcoders@yahoogroups.com, carlogiordano11 carlogiordan...@... wrote: Hi guys, someone

RE: [flexcoders] Converting XML Data Retrieved from Web Service to ArrayCollection

2009-05-28 Thread Tracy Spratt
No simple example handy, but it is straightforward. Declare a Class, implement public properties using either public variables or getter/setter functions. You could probably find an example if you search. Tracy Spratt, Lariat Services, development services available _ From:

[flexcoders] High CPU usage redux

2009-05-28 Thread Tom McNeer
A couple of days ago, I posted a message regarding extremely high CPU usage in an application I was building. Eventually, I concluded that the problem was not the Flex app, but some other processes on the same machine. However, I have since found out that I was incorrect -- the problem was the

[flexcoders] Multiselect dropdown Menu

2009-05-28 Thread Kuldeep Atil
Hi All, I want to have a menu which allows multiple selection without closing/hiding it. While looking into the properties of the Menu control there is a property which says allowMultipleSelection but its not working. Is this possible? Any reply or pointers in this direction is appreciated.

[flexcoders] Run time Warning

2009-05-28 Thread markgoldin_2000
warning: unable to bind to property 'ext' on class 'XML' (class is not an IEventDispatcher) It's coming from: mx:FormItem label=Ext required=true includeInLayout=false mx:TextInput id=ext focusOut=c.formatNumbers(ext, salesreps) width=10%

Re: [flexcoders] High CPU usage redux

2009-05-28 Thread Rick Winscot
Tom, Just a few quick points... you might already know but would be wise to cover for sake of maintaining history. Resources are allocated as components/controls/whatnot come into view. Your observation that your application footprint increased when touching creationPolicy is what one should

RE: [flexcoders] Run time Warning

2009-05-28 Thread Jake Churchill
Convert the XML to an arraycollection of VOs and make the entire VO class bindable. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of

[flexcoders] Re: Value Objects

2009-05-28 Thread Jason
Just realized I replied with the wrong subject line. Here is my reply: Tim Rowe wrote: The use of 'VO's in Flex has always confused me, largely because as everyone I've spoken to has explained it, all a 'Value' object is is just a Model object - therefore WTF are they being referred to as

Re: [flexcoders] Converting XML Data Retrieved from Web Service to ArrayCollection

2009-05-28 Thread thomas parquier
You could use an XMLListCollection : private var arrDP:XMLListCollection; ... arrDP = new XMLListCollection( _xmlData ); thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601

[flexcoders] Re: Run time Warning

2009-05-28 Thread markgoldin_2000
But my XML is set to bindable. --- In flexcoders@yahoogroups.com, Jake Churchill j...@... wrote: Convert the XML to an arraycollection of VOs and make the entire VO class bindable. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154

Re: [flexcoders] Converting XML Data Retrieved from Web Service to ArrayCollection

2009-05-28 Thread thomas parquier
[EDIT] to get an XMLList from_xmlData : arrDP = new XMLListCollection( _xmlData.children() ); --- thomas 2009/5/28 thomas parquier mailingli...@web-attitude.fr You could use an XMLListCollection : private var arrDP:XMLListCollection; ... arrDP = new XMLListCollection( _xmlData );

Re: [flexcoders] Any ETA for Flex SDK 3.4 getting released?

2009-05-28 Thread Tom Chiverton
On Thursday 28 May 2009, Gregor Kiddie wrote: We're waiting for some of the issues fixed in 3.4, and well... I have to have some information to appease the almighty testers ;) You can always go the 'monkey patch' route, or use a fixed SVN revision from the repository. -- Helping to

[flexcoders] Invoke RemoteObject synchronic

2009-05-28 Thread mhbmarcos
Hi!!! i need invoke a RemoteObject in sync way? when focus out in textField, execute a method that requiere the value returned by RemoteObject, but, this execution must be sync. any solution for this? Thanks

[flexcoders] Re: Converting XML Data Retrieved from Web Service to ArrayCollection

2009-05-28 Thread wrhinfl
How about moving one line of code from getGridData into serviceResultHandler, something like: private function getGridData():void { CursorManager.setBusyCursor(); var service:WebService = new WebService(); service.addEventListener(ResultEvent.RESULT, serviceResultHandler);

Re: [flexcoders] Invoke RemoteObject synchronic

2009-05-28 Thread Fotis Chatzinikos
yes, on focus out call the rpc method and turn the component into a waiting data state, for example disable it and show a loading indicator. When you get the response from the server, turn the component back to its normal state... On Thu, May 28, 2009 at 6:49 PM, mhbmarcos

[flexcoders] popup systemManager not working

2009-05-28 Thread Mark Hosny
Hey guys, For some reason when I dispatch a custom event via the pop up, my main app isn't receiving the event. In my main app I have a custom component called search, which contains a button to open up a pop window called new member. In my pop up I have this: mx:Metadata

[flexcoders] Re: popup systemManager not working

2009-05-28 Thread valdhor
Is the SendNewMember event set to bubble? --- In flexcoders@yahoogroups.com, Mark Hosny h...@... wrote: Hey guys, For some reason when I dispatch a custom event via the pop up, my main app isn't receiving the event. In my main app I have a custom component called search, which

[flexcoders] Re: Invoke RemoteObject synchronic

2009-05-28 Thread mhbmarcos
i undertand, but, the handler event (Focus Out) is into the mxml component, so, the method for example is: public function focusOutHandle(e:Event): void{ var data:Object = invoke remote Object sync; /*working with data variable */

[flexcoders] Flex Data Grid Question

2009-05-28 Thread guess what
I need to draw a data grid where I need to do paint subtotals and and page total and group by some category . Can anyone provide me witha same xml for this kind of table Item IDName Qty Price Milk --- This is how it should be milk should be first row

Re: [flexcoders] Re: Invoke RemoteObject synchronic

2009-05-28 Thread Fotis Chatzinikos
I do not get it... What is your problem? On Thu, May 28, 2009 at 8:19 PM, mhbmarcos mhbmar...@yahoo.com.ar wrote: i undertand, but, the handler event (Focus Out) is into the mxml component, so, the method for example is: public function focusOutHandle(e:Event): void{ var data:Object

[flexcoders] data binding in textinput ?

2009-05-28 Thread luvfotography
How do I get databinding to work in textinput? In this example below, I have a TextInput defined with the text bound to {userName}, when I run the app, and enter text into the TextInput field, I would like the text entered assigned to the Bindable character string userName, however it is not.

[flexcoders] Re: Invoke RemoteObject synchronic

2009-05-28 Thread mhbmarcos
i have a mxml component, and this have a textField, in the focusOut of ths field, i have a handler, public function focusOutHandle(e:Event): void{ var data:Object = service.getData();invoke remote Object sync; /*working with data variable */ data.set.;

Re: [flexcoders] Re: Invoke RemoteObject synchronic

2009-05-28 Thread Paul Kukiel
That can't be done. You need to add a result handler to service.getData method and do your data manipulation in that method with the result of the remote object call. Paul. On 28/05/2009, at 1:52 PM, mhbmarcos wrote: i have a mxml component, and this have a textField, in the focusOut

Re: [flexcoders] High CPU usage redux

2009-05-28 Thread Tom McNeer
Rick, On Thu, May 28, 2009 at 9:54 AM, Rick Winscot rick.wins...@zyche.comwrote: Your observation that your application footprint increased when touching creationPolicy is what one should expect. Actually, I wasn't very clear: it wasn't that the application footprint increased (though

[flexcoders] adobe autocomplete

2009-05-28 Thread rbrueckmann78
Quick question for anyone using the Adobe autocomplete flex component in Flex 3. I have it bound to an array of custom objects. Works great. Have a custom filter function and a label function and it works beautifullly, except that when an item in the resultant filtered dataset has a width

Re: [flexcoders] data binding in textinput ?

2009-05-28 Thread Tom McNeer
Hi, On Thu, May 28, 2009 at 1:45 PM, luvfotography ygro...@all-digital-links.com wrote: How do I get databinding to work in textinput? I think you have the idea of databinding a little backwards. Basically, the bound variable ('userName' in your example) is used to bring data *in*. In

[flexcoders] Re: Successive Videos Display

2009-05-28 Thread bharat_00001
Thanks for the suggestion. I have a bit of confusion. What do you mean by load the next one when while one is playing. ActionScript isn't multiothreaded. How can it load the next and play the current at the same time. Or did I not follow whatyou said correctly? - In

[flexcoders] Re: Invoke RemoteObject synchronic

2009-05-28 Thread mhbmarcos
i don´t invoke the resultFunction, i need invoke a serviceFunction without result Function, like other local function. because, i need the result in the same method: example, public function focusOutHandle( e:Event): void{ var data:Object = invoke remote Object sync;

Re: [flexcoders] popup systemManager not working

2009-05-28 Thread hoz
Here's my custom event, which works well with other applications... package com.event { import flash.events.Event; import com.vo.NewMemberInfo; public class SendNewMember extends Event { public var newmemberinfo:NewMemberInfo; //Constructor

[flexcoders] Re: data binding in textinput ?

2009-05-28 Thread markgoldin_2000
He is not the only one who would think that binding should work both directions. --- In flexcoders@yahoogroups.com, Tom McNeer tmcn...@... wrote: Hi, On Thu, May 28, 2009 at 1:45 PM, luvfotography ygro...@... wrote: How do I get databinding to work in textinput? I think you

[flexcoders] Re: Run time Warning

2009-05-28 Thread Tim Hoff
Hence the warning. Like Array, XML is not bindable. You might try converting the XML to an XMLListCollection. -TH --- In flexcoders@yahoogroups.com, markgoldin_2000 markgoldin_2...@... wrote: But my XML is set to bindable. --- In flexcoders@yahoogroups.com, Jake Churchill jake@ wrote:

Re: [flexcoders] Re: Successive Videos Display

2009-05-28 Thread mark . jonkman
Flash may be single threaded in terms of ActionScript code execution, but when you call something to load, Flash doesn't stay locked down on the load, it continues to give a slice of its processing to multiple operations, one at a time, stepping through a list of active processes. It even idles

[flexcoders] Re: Flex Data Grid Question

2009-05-28 Thread Tim Hoff
Check out the AdvancedDataGrid control and documentation. -TH --- In flexcoders@yahoogroups.com, guess what myworld10...@... wrote: I need to draw a data grid where I need to do paint subtotals and and page total and group by some category . Can anyone provide me witha same xml for this kind

[flexcoders] Re: Invoke RemoteObject synchronic

2009-05-28 Thread valdhor
You cannot do this. RemoteObject calls are asyncronous. You have to set up a result handler for the remoteObject call and then you can manipulate the returned data. --- In flexcoders@yahoogroups.com, mhbmarcos mhbmar...@... wrote: i don´t invoke the resultFunction, i need invoke a

Re: [flexcoders] popup systemManager not working

2009-05-28 Thread hoz
Hey guys, I added bubbles to true in my custom event, and it worked! OK, so I'm a little puzzled b/c I have other custom events going without having to add that. I thought Bubbles default was true... hoz wrote: Here's my custom event, which works well with other applications... package

[flexcoders] Re: data binding in textinput ?

2009-05-28 Thread Tim Hoff
You could use an onchange event in the text input to fire a function that would place the myName.text into userName. But if you did that, you'd create a circular binding which probably wouldn't be good. It wouldn't be an infinite loop; so its not all that bad. mx:TextInput id=myName_ti

[flexcoders] Re: popup systemManager not working

2009-05-28 Thread Tim Hoff
Popups are not on the same DisplayList as other components; so they have to be treated a bit differently. -TH --- In flexcoders@yahoogroups.com, hoz h...@... wrote: Hey guys, I added bubbles to true in my custom event, and it worked! OK, so I'm a little puzzled b/c I have other custom

Re: [flexcoders] Re: Flex Data Grid Question

2009-05-28 Thread guess what
I did , but I am not sure how to do with row and value on it for the example asked . Can you provide me with a sample . The problem is I can group rows using Advanced Data grid , but if i wanted to display something like footer rows in betwen Data grid . I can not able to do it . --- On Thu,

[flexcoders] Re: Flex Data Grid Question

2009-05-28 Thread Tim Hoff
A quick Google search: http://www.forta.com/blog/index.cfm/2008/1/29/Summarizing-Grouped-Data-W\ ith-Flex-3-AdvancedDataGrid http://www.forta.com/blog/index.cfm/2008/1/29/Summarizing-Grouped-Data-\ With-Flex-3-AdvancedDataGrid -TH --- In flexcoders@yahoogroups.com, guess what myworld10...@...

Re: [flexcoders] popup systemManager not working

2009-05-28 Thread hoz
Thanks! Those crazy pop ups!! They do serve a good purpose, and hopefully this will give a little insight for those who try to tackle them in their projects. hoz wrote: Hey guys, For some reason when I dispatch a custom event via the pop up, my main app isn't receiving the event.

Re: [flexcoders] adobe autocomplete

2009-05-28 Thread Jeffry Houser
I'm not sure I fully understand what you want to do, and I haven't delved into the Adobe AutoComplete. Once you dig into the code and find a hook to the TextInput, I believe you can use setSelection method to move the cursor all the way to the left. rbrueckmann78 wrote: Quick question

[flexcoders] Re: Need Alternative for enterFrame event (Causing Memory leak )

2009-05-28 Thread Dharmendra Chauhan
Hi Alex, I think , I failed to communicate the real issue. Let me try to explain it The issue is with callBack ,what is happening is as soon you hide Flex application by opening another application(any app) and then again you come back to your flex app , call back does not work ,

[flexcoders] keeping aspect ratios of containers

2009-05-28 Thread blc187
is there an easy way to keep a container at a specific aspect ratio? i have an hDividedBox but i want the vbox on the left side to always be twice as high as it is wide. how can i keep a container at this aspect ratio while having the child on the right in the hDividedBox fill the rest of the

[flexcoders] Re: Invoke RemoteObject synchronic

2009-05-28 Thread mhbmarcos
ok, thanks --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: You cannot do this. RemoteObject calls are asyncronous. You have to set up a result handler for the remoteObject call and then you can manipulate the returned data. --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Value Objects

2009-05-28 Thread mikeashields
Ironically upon reluctantly plunging back online today in a quest for VO understanding I came across this post: http://www.advantexllc.com/blog/post.cfm/how-oo-almost-destroyed-my-business Now let me first SHOUT a sincere thankyou to all community members who contribute their expertise to

Re: [flexcoders] Re: Successive Videos Display

2009-05-28 Thread Manish Jethani
On Thu, May 28, 2009 at 11:50 PM, bharat_1 bharat_00...@yahoo.com wrote: Thanks for the suggestion. I have a bit of confusion. What do you mean by load the next one when while one is playing. ActionScript isn't multiothreaded. How can it load the next and play the current at the same

Re: [flexcoders] offset in chart with two series

2009-05-28 Thread thomas parquier
Dataproviders of the two series are sliced arrays from two bigger arrays, the issue seems to be a mis-slicing of the original arrays... Sorry for the pollution. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net

Re: [flexcoders] keeping aspect ratios of containers

2009-05-28 Thread Manish Jethani
On Fri, May 29, 2009 at 12:42 AM, blc187 blc...@yahoo.com wrote: is there an easy way to keep a container at a specific aspect ratio? i have an hDividedBox but i want the vbox on the left side to always be twice as high as it is wide.  how can i keep a container at this aspect ratio while

Re: [flexcoders] Re: Need Alternative for enterFrame event (Causing Memory leak )

2009-05-28 Thread Manish Jethani
On Fri, May 29, 2009 at 12:40 AM, Dharmendra Chauhan chauhan_i...@yahoo.com wrote: The issue is with callBack ,what is happening is as soon you hide Flex application by opening another application(any app)  and then again you come  back to  your flex  app , call back  does not work , they are

Re: [flexcoders] Re: Invoke RemoteObject synchronic

2009-05-28 Thread Manish Jethani
On Thu, May 28, 2009 at 11:28 PM, Laurence MacNeill lmacne...@comcast.net wrote: I think he means he wants to work on the data from within the calling function, rather than having to go to a result-handler function to use the data?  I didn't know that was possible, but I'm pretty new to Flex,

Re: [flexcoders] popup systemManager not working

2009-05-28 Thread Manish Jethani
On Fri, May 29, 2009 at 12:08 AM, hoz h...@satx.rr.com wrote: I added bubbles to true in my custom event, and it worked! OK, so I'm a little puzzled b/c I have other custom events going without having to add that. I thought Bubbles default was true... bubbles is false by default. It's not

Re: [flexcoders] data binding in textinput ?

2009-05-28 Thread Manish Jethani
On Thu, May 28, 2009 at 11:15 PM, luvfotography ygro...@all-digital-links.com wrote: How do I get databinding to work in textinput? In this example below, I have a TextInput defined with the text bound to {userName}, when I run the app, and enter text into the TextInput field, I would like

Re: [flexcoders] Re: Value Objects

2009-05-28 Thread Laurence MacNeill
At 03:49 PM 5/28/2009, you wrote: 3.) Boiling everything down, the need is to manage DBase -- View interactions. JSP/CF can assign properties to DB elements which Flex/AS can map to for increased efficiencies. Cost/Benefit of CF included, are JSP a more programmically straightforward option??

Re: [flexcoders] Re: Flex Data Grid Question

2009-05-28 Thread guess what
Thanks That was useful. But now since my collumns are also dynamic , How do i do Summary Fields and Grouping using Action Script . I did a search by in Google . But I coudnt find any example . I have got the advanced Data grid working on Action Script . But i dont know how to add summary

[flexcoders] best practice to handle overloading in AS3?

2009-05-28 Thread gwangdesign
Hi, I am trying to overload a method (same name and different signatures)in a subclass. In the inherited class, the method looks like this: public function set dataProvider(value:Array):void In my subclass I want the method to look like this: public function set

Re: [flexcoders] best practice to handle overloading in AS3?

2009-05-28 Thread Pedro Sena
If you want the same method name in a subclass, we are talking about override, not overload. Flex 'deals with overload' making the arguments optionals, example: public function test(obj:Object = null):void then you can invoke it using test() or test(object). Appears that you are trying to

[flexcoders] Re: best practice to handle overloading in AS3?

2009-05-28 Thread gwangdesign
Hi Pedro, Thanks for the guide. What if I don't have any control over my superclass, like if I were importing this from a swc library or something? For now I kinda give up the idea of overriding and ended up just use a slightly different method name (dataProviderr) for my overriden class:

[flexcoders] Re: Data Grid : headers above and in the left side.

2009-05-28 Thread carlogiordano11
== What if your left side headers are just another column with data looking like desired header text? Yes, can be a solution. But does exist some pre-build component that do this ?

[flexcoders] Calculate IRR

2009-05-28 Thread jonkma...@rogers.com
Hi Has anyone successfully programmed an AS Class to calculate IRR (Internal Rate of Return)? Rick

Re: [flexcoders] High CPU usage redux

2009-05-28 Thread Rick Winscot
Tom, After a little more poking around I found this issue in the Adobe bug-base for the Flash Player. http://bugs.adobe.com/jira/browse/FP-1149 ...and... https://bugs.adobe.com/jira/browse/FP-2009 It looks like the root cause isn¹t with skinning but rather frame rate handling which could be

[flexcoders] Re: data binding in textinput ?

2009-05-28 Thread Tim Hoff
Ha, now you're just showing off. :) -TH --- In flexcoders@yahoogroups.com, Manish Jethani manish.jeth...@... wrote: On Thu, May 28, 2009 at 11:15 PM, luvfotography ygro...@... wrote: How do I get databinding to work in textinput? In this example below, I have a TextInput defined with the

Re: [flexcoders] High CPU usage redux

2009-05-28 Thread Tom McNeer
Hi Rick, Thanks for the thorough explanation. Interesting to know more about the cause, though I sure hope they fix the bug. The problem is that while the application has focus cpu usage will be higher... So, I guess the real question is if cpu consumption while the application is active is

[flexcoders] ADG/DataGrid prevent render even from firing immediately on propertyChange

2009-05-28 Thread tntomek
Hi, Is there any way to tell the ADG to not re-render itself immediately after a propertyChanged even has been fired in the dataProvider? I have quite a wide row (lots of cells) and lots of custom logic that updates these dependent properties on each row. i.e. calculated columns. I am doing

[flexcoders] Re: ADG/DataGrid prevent render even from firing immediately on propertyChange

2009-05-28 Thread foobone9
You might try enableAutoUpdate and disableAutoUpdate on ICollectionView, not sure if that has the desired affect or not. You could also put custom events in your model objects and manually dispatch collection events or call explicitly tell the grid when to update. --- In

[flexcoders] Compiling via Command Line

2009-05-28 Thread Angelo Anolin
I have created a Custom MXML named PopupInfo.mxml component which is based from a TitleWindow. Am using the MXMLC compiler to compile my App.mxml into a SWF file and embed the same to my asp.net page. The App.mxml file calls the PopupInfo.mxml to display a Popup and I am calling it from

[flexcoders] Atlanta Flex 4 Pre-release Tour

2009-05-28 Thread app.developer
Who's attending the Atlanta Flex 4 Pre-release Tour?

[flexcoders] unsubscribe

2009-05-28 Thread Scott Mulder
unsubscribe

RE: [flexcoders] Re: Run time Warning

2009-05-28 Thread Tracy Spratt
No, Tim that is not correct, XML *IS* bindable. XMLList is not bindable. This warning is because selectedItem is an object and Object is not bindable. The fix is to cast/convert it to xml: text={XML(salesreps.selectedItem).ext} The warning is misleading. Tracy Spratt, Lariat

[flexcoders] Re: Run time Warning

2009-05-28 Thread markgoldin_2000
Yes, that's what I did. Warning is gone. --- In flexcoders@yahoogroups.com, Tracy Spratt tr...@... wrote: No, Tim that is not correct, XML *IS* bindable. XMLList is not bindable. This warning is because selectedItem is an object and Object is not bindable. The fix is to cast/convert

[flexcoders] Re: Run time Warning

2009-05-28 Thread Tim Hoff
ay, gotta work with xml more. So its XMLList and Array; got it. Thanks Tracy. -TH --- In flexcoders@yahoogroups.com, Tracy Spratt tr...@... wrote: No, Tim that is not correct, XML *IS* bindable. XMLList is not bindable. This warning is because selectedItem is an object and Object is not