[flexcoders] Need some suggestions about spark skin

2010-01-10 Thread j2me_soul
Can anybody give some articles about spark skin deeply ? In flashcatalyst there is no way to make a dropdownlist so I have to write some code in flashbuilder. I'm just reading the spark.skins.spark.DropDownListSkin but actually I can understrand what exactly the meaning of the codes. So I really

[flexcoders] Banner in Flex

2010-01-10 Thread Christophe
Hello, I am searching examples of Flex source code for doing banners. Thank you, Christophe,

[flexcoders] Flex + BazeDS: custom collections on Flex side

2010-01-10 Thread Sébastien Tromp
Hello, I am currently working with a Java server implementation, talking to a Flex client using BlazeDS. On my client side, I have implemented a custom HashCollection (

[flexcoders] Single Record Tables

2010-01-10 Thread criptopus
I have a table with a single record in it and I've been trying to read it with not too much luck. Tried a couple of ideas one was using try and catch which seemed to work but has stopped working for some unknown reason. This is my latest attempt to load an ArrayCollection. Anybody got any

[flexcoders] Re: Flex + BazeDS: custom collections on Flex side

2010-01-10 Thread Sébastien Tromp
(sorry, mislicked on the send button). What I want to do is to map all instances of java.util.Map coming from my server (as well as its Hibernate counterpart, the org.hibernate.collection.PersistentMap) to this HashCollection. To experiment in doing so, I am trying to add custom serialization to

Re: [flexcoders] Banner in Flex

2010-01-10 Thread David Pariente
Maybe flash is more suited for that. Flex loads a big framework of around 500kb. A little too much for a banner... Flash, in contrary, is designed with banners and other creative in mind. That might be the reason you are not finding examples. -- David Pariente RIA

RE: [SPAM] Re: [SPAM] [flexcoders] Properly display html entities in datagrid

2010-01-10 Thread Tracy Spratt
IS the data valid html? If so, then htmlText should handle it properly (within the limits of that property. It only parses a small subset of html tags). will indicate the beginning of a tag, and lt; will be rendered as a literal . If it is not valid html, then you will have to manipulate it

RE: [SPAM] [flexcoders] How to get all tree node parents upon select

2010-01-10 Thread Tracy Spratt
If your dataProvider is XML, you can use parent() to recursively traverse the ancestors. If it is XMLListCollection, I am not sure, but would expect there to be some kind of parent property. Tracy Spratt, Lariat Services, development services available _ From:

RE: [SPAM] [flexcoders] How to get all tree node parents upon select

2010-01-10 Thread Tracy Spratt
If your dataProvider is XML, you can use parent() to recursively traverse the ancestors. If it is XMLListCollection, I am not sure, but would expect there to be some kind of parent property. Tracy Spratt, Lariat Services, development services available _ From:

RE: [SPAM] [flexcoders] How to get all tree node parents upon select

2010-01-10 Thread Tracy Spratt
If your dataProvider is XML, you can use parent() to recursively traverse the ancestors. If it is XMLListCollection, I am not sure, but would expect there to be some kind of parent property. Tracy Spratt, Lariat Services, development services available _ From:

RE: [SPAM] [flexcoders] How to get all tree node parents upon select

2010-01-10 Thread Tracy Spratt
If your dataProvider is XML, you can use parent() to recursively traverse the ancestors. If it is XMLListCollection, I am not sure, but would expect there to be some kind of parent property. Tracy Spratt, Lariat Services, development services available _ From:

RE: [SPAM] [flexcoders] Banner in Flex

2010-01-10 Thread Tracy Spratt
What exactly do you mean by banner? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Christophe Sent: Sunday, January 10, 2010 7:56 AM To: flexcoders@yahoogroups.com Subject: [SPAM]

RE: [SPAM] [flexcoders] How to get all tree node parents upon select

2010-01-10 Thread Tracy Spratt
If your dataProvider is XML, you can use parent() to recursively traverse the ancestors. If it is XMLListCollection, I am not sure, but would expect there to be some kind of parent property. Tracy Spratt, Lariat Services, development services available _ From:

RE: [SPAM] [flexcoders] Single Record Tables

2010-01-10 Thread Tracy Spratt
The best way is to set resultFormat=e4x. The default resultFormat (object) causes Flex to convert the xml into a tree of nested objects. In this case, if there are multiple sub nodes, Flex knows to create an array, but if there is only one node, it just has to create a single object. You can

RE: [SPAM] [flexcoders] Banner in Flex

2010-01-10 Thread Tracy Spratt
What exactly do you mean by banner? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Christophe Sent: Sunday, January 10, 2010 7:56 AM To: flexcoders@yahoogroups.com Subject: [SPAM]

RE: [SPAM] [flexcoders] Single Record Tables

2010-01-10 Thread Tracy Spratt
The best way is to set resultFormat=e4x. The default resultFormat (object) causes Flex to convert the xml into a tree of nested objects. In this case, if there are multiple sub nodes, Flex knows to create an array, but if there is only one node, it just has to create a single object. You can

RE: [SPAM] RE: [SPAM] [flexcoders] How to get all tree node parents upon select - sorry about the duplicates

2010-01-10 Thread Tracy Spratt
Sorry about the duplicates, Outlook had a seizure. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Sunday, January 10, 2010 1:58 PM To: flexcoders@yahoogroups.com

RE: [SPAM] RE: [SPAM] [flexcoders] How to get all tree node parents upon select - sorry about the duplicates

2010-01-10 Thread Tracy Spratt
Sorry about the duplicates, Outlook had a seizure. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tracy Spratt Sent: Sunday, January 10, 2010 1:58 PM To: flexcoders@yahoogroups.com

[flexcoders] Undetermined line in constructor'

2010-01-10 Thread Dan Pride
I have a problem when I move my amfphp to a new server. I get the following error (Object)#0 message = faultCode:AMFPHP_BUILD_ERROR faultString:'mysql_connect(): Can't connect to MySQL server on '208.109.94.94' (10060)' faultDetail:'D:\Hosting\5298779\html\amfphp\services\/MyService.php on

[flexcoders] Re: Caringorm vs PureMVC

2010-01-10 Thread gers32
Hi Patricia, I spent a couple days investigating the various Flex frameworks and finally came to the conclusion that Mate was best for me. The big Plus is that it doesn't interfere with your Flex code. Among my numerous findings, the following two are pretty good: