RE: [flexcoders] Flex-Struts configration

2006-02-06 Thread Srikanth
Hi, I have seen in your mentioned link. I have some doubt in that link. Where I have to save the Flex client file and how it calls? Could you please explain? Thanks, Kind regards, Srikanth -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

Re: [flexcoders] Macromedia Flex 2.0 Explorer

2006-02-06 Thread Sreejith Unnikrishnan
:-) i thought so, since the regular apps that I developed with 2.0 seem to work OK. I have a feeling it has something to do with thes script calls that are made in the tree. The script appends swf to the link. For example, the link to DateChooser on the tree is

RE: [flexcoders] Re: Help installing Cairngorm 0.99

2006-02-06 Thread Alex Uhlmann
Hi Claudia, No offense here, but maybe it's best if you start looking at Flex itself first before diving into an architectual framework, such as Cairngorm. Get some Flex examples running, that connect to the serverside.When you've build some applications, you can also much more easily

Re: [flexcoders] Sending complex data to java services

2006-02-06 Thread Alberto Albericio Salvador
Hi Matt and thanks for your reply. I decided to stop using VO's to send/receive data to/from my services since it was too hard to code, replicating classes, etc... We are currently sending AS objects from Flex and receiving them as flashgateway.io.ASObject in the service side. These services

[flexcoders] Dashboard samples Error

2006-02-06 Thread João Fernandes
Hi there, Im getting this error when trying to connect to the dashboard sample: Error #2044: Unhandled SecurityErrorEvent: text=Error #2047: Security sandbox violation: 'LocalConnection.send': 'myserver' may not access

[flexcoders] Flexunit for Flex 2

2006-02-06 Thread Chris Velevitch
Is there a version of Flexunit for Flex 2 or will Flexunit 0.9 work with Flex 2? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Accessing local files

2006-02-06 Thread Tom Fitzpatrick
I'm working with some back-end programmers who asked the following question: We are using a data load process which will take (workspace, filename, type) arguments as inputs to the process, and we need to enable the user to select a file and submit it to the server and then trigger the load

[flexcoders] pageTitle bu g?

2006-02-06 Thread Sreejith Unnikrishnan
Hmm ... looks like specifying the pageTitle on the Application tag does not have the expected result! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

RE: [flexcoders] Flex 2 - Looking for feedback on Flex API doc

2006-02-06 Thread Stephen Gilson
Hi Chris, For your comment on issue #4, we are planning on adding the Use and Tree options to the output, which are modeled on the JavaDocs Use and Tree options. The Tree option will show you a class hierarchy of Flex in a text format, rather than a graphical one. Each class has a graphical

[flexcoders] Re: Cairngorm and Coldfusion Best Practice

2006-02-06 Thread sufibaba
Thanks Andrew, Would the Coldfusion implementation outlined for flex 1.5 be applicable to Flex2 beta. I just installed flex2 beta. Cheers, Tim --- In flexcoders@yahoogroups.com, Andrew Spaulding [EMAIL PROTECTED] wrote: There are a number of resources available for Cairngorm and ColdFusion

[flexcoders] Recommended testing tool ? /Flex1.5

2006-02-06 Thread Kazuya Komon
Hi all, Anyone have any ideas what to use testing tool ? I trid to use QTP whick Mercury provided. But I found it could not. Following is reason. 1) It cannot recognize individual object in Flash. 2) It cannot synchronize with application speed, positions of components and so on when it

Re: [flexcoders] Re: Help installing Cairngorm 0.99

2006-02-06 Thread Claudia Barnal
Heh, none taken... I've been playing arround with Flex for some months already (MXML and ActionScript). I have quite a big understanding of what Cairngorm is and what it could be used for (I use ARP for Flash) but I would love to give Cairngorm a go. The fact that I am a GUI girl and usually

Re: [flexcoders] Re: Help installing Cairngorm 0.99

2006-02-06 Thread Claudia Barnal
Maybe if I include the errors I get when trying to compile the login sample, you would be able to tell me what's wrong. 7 Errors found. Error /login/webapp/org/nevis/cairngorm/samples/login/business/Services.mxml:22 Namespace http://www.iterationtwo.com/cairngorm has not been associated with

[flexcoders] Flex2 alpha1 to beta1 : ColdFusion connectivity type mapping bug

2006-02-06 Thread Benoit Hediard
We have migrated all our AS value objects in order to use the new [RemoteClass(alias=com.mycompany.myapp.service.SomeRequestVO)] instead of registerClassAlias(...). Most of the time it is working fine, except for the CFC name/type mapping. When sending an AS typed object as an argument to a

RE: [flexcoders] SetEventHandler Limitations?

2006-02-06 Thread Philippe Maegerman
It might be the Alert.show() that is expecting something else than an Object .. Philippe From: flexcoders@yahoogroups.com on behalf of Brian Lesser Sent: Mon 2/6/2006 3:15 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] SetEventHandler Limitations? Hi

RE: [flexcoders] Re: How to use SharedObject.getRemote with Flex 2 / AS3

2006-02-06 Thread Philippe Maegerman
Have you tried creating the SO server side first? in the applicationStart handler maybe, and see if it make any difference? Maybe also try to check SO.data.length. Philippe From: flexcoders@yahoogroups.com on behalf of Matt Chotin Sent: Mon 2/6/2006 6:45 To:

[flexcoders] cellRenderer not recognizing click events for Custom Mxml Cell Renderer

2006-02-06 Thread Kevin Ewok
Flexcoders - I have a mxml file which is basically copy and paste from the TimePicker.mxml file. (except for my mxml file is just a label and a button). When the button is clicked, the value of the label is passed to the Cairngorm Controller. This works completely fine when I implement my mxml

[flexcoders] intialize not working

2006-02-06 Thread Jeremy Rottman
I just migrated all of my flex 2.0 alpha code over to the beta version. And I have found that initialize is not working. I have a search that I am using (below) that calls a webservice to populate a dg. When a user clicks on the desired record, it changes the current state to an edit state. When

Re: [flexcoders] Bitmaps and Blipping

2006-02-06 Thread Trey Long
hehe, blipping. Yeah, oops. Alright, well if it's a case by case basis then I of course will experiment. It just seems that blitting method takes quite a bit of programming just for an experiment. Thanks for the response, Trey Matt Chotin wrote: I think you mean blitting, not blipping. In my

[flexcoders] Fade effects with Forms

2006-02-06 Thread Jonathan Miranda
I have an accordion with a Form inside, and when I do a visible=false, the accordion has a fadeout effect which fades the accordion, but leaves all the text until the last second. Ive tried putting effects on the form itself, and it still doesnt work. If I fade an accordion, why isnt

Re: [flexcoders] Recommended testing tool ? /Flex1.5

2006-02-06 Thread KAZUYA KOMON
Sorry, I have sent two emails by mistake. Best Regards, KAZUYA KOMON - Original Message - From : KOMON Kazuya [EMAIL PROTECTED] To : flexcoders@yahoogroups.com Sent : Mon, 06 Feb 2006 14:36:05 +0900 Subject : [flexcoders] Recommended testing tool ? /Flex1.5 Hi all, Anyone have any

[flexcoders] Tree Flex2 :: assign dataProvider in as3

2006-02-06 Thread Teoti Graphix
Hello, I have searched the archives and found some stuff but... When using the Tree dataProvider in an AS3 class subclassing the tree, weird things happen. Instead of the Tree using the label attribute of the XML object passed, it uses the whole node! With the brackets. It still spaces and

[flexcoders] Simple Datagrid cellrenderer fails in Beta

2006-02-06 Thread Jonathan Miranda
Worked fine in Alpha, anyone else getting this? The error: TypeError: Error #1034: Type Coercion failed: cannot convert SwfRenderer$ to mx.core.IFactory =My super simple renderer called SwfRenderer.mxml= ?xml version=1.0 encoding=utf-8? mx:Canvas

Re: [flexcoders] Fade effects with Forms

2006-02-06 Thread Scott Langeberg
If it's anything like Flash 8, you'll find that there's no alpha transparency for text. It's either visible or it's not!!Dan says: Place a colored block (something; Box, perhaps?) above the text and perform the fade on that. Sorry for the bad news,ScottOn 2/6/06, Jonathan Miranda [EMAIL

Re: [flexcoders] Flex 2: popup depth management

2006-02-06 Thread Manish Jethani
On 2/3/06, Scott Langeberg [EMAIL PROTECTED] wrote: Anyone found how to control the depths of windows created in such a manner?: private var p1:IFlexDisplayObject; private var p2:IFlexDisplayObject; private function init() { p1 =

RE: [flexcoders] Fade effects with Forms

2006-02-06 Thread Jonathan Miranda
If this is right(please god no, ARG).can someone give an example on how I could pull this off? _ Jonathan Miranda Flexible Master of the Web In the game of chess, it's important to never let your opponent see your pieces. From:

Re: [flexcoders] Re: MediaController controls

2006-02-06 Thread Manish Jethani
On 2/5/06, Renaun Erickson [EMAIL PROTECTED] wrote: I have not looked into how different Flex 2's Media components are. In Flex 2, there's only one component - VideoDisplay. It's got an API that you can create your own controller on top of. -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Tree Flex2 :: assign dataProvider in as3

2006-02-06 Thread Manish Jethani
On 2/6/06, Teoti Graphix [EMAIL PROTECTED] wrote: When using the Tree dataProvider in an AS3 class subclassing the tree, weird things happen. Instead of the Tree using the label attribute of the XML object passed, it uses the whole node! With the brackets. It still spaces and created

Re: [flexcoders] Fade effects with Forms

2006-02-06 Thread JesterXL
Use Dissolve, not Fade. http://www.jessewarden.com/archives/2005/10/mxeffectsfade_v.html - Original Message - From: Jonathan Miranda To: flexcoders@yahoogroups.com Sent: Monday, February 06, 2006 11:47 AM Subject: [flexcoders] Fade effects with Forms I have an accordion with a

Re: [flexcoders] Simple Datagrid cellrenderer fails in Beta

2006-02-06 Thread Manish Jethani
On 2/6/06, Jonathan Miranda [EMAIL PROTECTED] wrote: Worked fine in Alpha, anyone else getting this? The error: TypeError: Error #1034: Type Coercion failed: cannot convert SwfRenderer$ to mx.core.IFactory =In my code= mx:DataGridColumn cellRenderer={SwfRenderer}… Remove the binding.

Re: [flexcoders] Fade effects with Forms

2006-02-06 Thread Manish Jethani
On 2/6/06, Jonathan Miranda [EMAIL PROTECTED] wrote: If I fade an accordion, why isn't the text fading? I think alpha still doesn't work with device text. Try using embedded fonts. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] Stylesheet example by Kevin Hoyt

2006-02-06 Thread Dominick Accattato
Below is the link to the post. I'm wondering if anyone else is getting an xml error in flexbuilder2 beta? Once I remove the AccordianHeader selector, everything is fine, but when its not commented out, the design view of flexbuilder has an error even after refreshing. However, compiling and

[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] Re: Accessing local files

2006-02-06 Thread douglowder
Flex 1.5 does not natively support file upload, but there are workarounds for Internet Explorer. See: http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19382 IE is the only browser that allows the FileInput object's click event to be fired from script, so the technique

[flexcoders] shared object security with flex 1.5

2006-02-06 Thread Robert Brueckmann
I created a remember me on this computer option when the user logs in, so when they come to the URL it automatically logs them into our site based on the username and password I'm encrypting and storing in a shared object on their machine. Works great. Out of curiosity, I located that

[flexcoders] FlashPlayer 8.5 for Windows Mobile PocketPc ?

2006-02-06 Thread rossanovazzoler
First I want to thank's a lot Adobe/Macromedia for the excellent work done with Flex 2.0, i think flex is years in advance in the IT scenario and can make IT infrastructure of our customers years in advance against competitors. But now the bad questions :-) Are there any plans for making flex 2

[flexcoders] Rotate Effect

2006-02-06 Thread Trey Long
Are there any known problems with to Rotate effect class? I am trying to get the origins working and it appears that, even copying from the example, that the origin is at best ignored and at worst completely changes the x and y of my component. CODE: ?xml version=1.0 encoding=utf-8? !-- Simple

RE: [flexcoders] Rotate Effect

2006-02-06 Thread Joan Tan
Trey, Yes, there was a bug that the origin properties didnt work. This has been fixed internally, so in the next build, this should work fine. Sorry, there is no workaround for now. Joan From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of

[flexcoders] Yahoo Maps Flex 2

2006-02-06 Thread Jonathan Miranda
Anyone got a no-brainer solution to this or know somewhere where I can find this information? Im trying something just real basic with the SWC in the root of the project and Im getting YahooMap is not a compile-time constant or something close to that. Ideas? ?xml version=1.0?

[flexcoders] Re: MediaController controls

2006-02-06 Thread Renaun Erickson
--- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 2/5/06, Renaun Erickson [EMAIL PROTECTED] wrote: I have not looked into how different Flex 2's Media components are. In Flex 2, there's only one component - VideoDisplay. It's got an API that you can create

[flexcoders] How do you make a mx:text double spaced

2006-02-06 Thread nostra72
I am trying to make a mx:text tag but have the text in the tag be double spaced can someone give me some ideas on how to do this? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Flex 2: popup depth management

2006-02-06 Thread Scott Langeberg
Manish, You are the MANish!I had to do a little changing, but you were very close. Note I had to cast p1 p2 as DisplayObject: import mx.controls.Alert; import mx.core.* ; import flash.events.*; import flash.display.*; import mx.managers.*; import comps.*; private var

Re: [flexcoders] event handler for components within a viewStack

2006-02-06 Thread Manish Jethani
On 2/6/06, rgwilson26 [EMAIL PROTECTED] wrote: 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? LinkBar has

[flexcoders] RemoteObject connection not working on first view, requires refresh

2006-02-06 Thread maxgsilverscape
I'm having a strange issue, pardon if this has been asked before but my searches couldn't find anything. On my application, when you first enter it, the busy cursor clock holds indefinitely and no data is retrieved from the server. The network monitor shows a SERVER.PROCESSING error but no

[flexcoders] Re: Delete Item after Drag operation in Tree (Flex 2.0)

2006-02-06 Thread Michael Montagna
There's a temporarily open bug in Tree that is causing items to be inserted without the corresponding remove. This appears to be a copy, but its really a bug in move. For now you can delete or copy your objects by implementing your own drag methods. dragStart and dragComplete should do the

Re: [flexcoders] Re: Tree control in Flex 2 Beta 1

2006-02-06 Thread Jason Y. Kwong
I'm really at a lost as to how we're supposed to work with the hierarchical data that's used with the Tree component. The XML approach seems to be the most supported at the moment, so consider this simple XML: var rootNode: XML = node label=Root node label=Child1/ node label=Child2/

[flexcoders] New Inline cell renderers

2006-02-06 Thread Jonathan Miranda
So I decided to mess around with the new inline cell-renderersand having issues getting at their data. Pretty simple example mx:DataGridColumn textAlign=center columnName=compare sortable=false headerText=Compare width=75 mx:cellRenderer mx:Component mx:HBox width=100%

[flexcoders] Flex2 Beta1: Trouble with HTTPService.setCredentials()

2006-02-06 Thread Avi Flax
I'd like to create a Flex2 app that can access a REST API using Basic HTTP Authentication. I'm using the latest beta. So, here's my test code: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml; xmlns=* layout=absolute backgroundColor=#ff

Re: [flexcoders] Yahoo Maps Flex 2

2006-02-06 Thread Hari Kolasani
First of all , I think you need to include the .SWC file in the Build Path. Secondly, I don't think Yahoo Maps Flex API is supported in Flex2/Action Script 3. - Hari Jonathan Miranda wrote: Anyone got a no-brainer solution to this or know somewhere where I can find this

[flexcoders] Cairngorm 2 alpha, Flex2 and Coldfusion Setup?

2006-02-06 Thread sufibaba
Hi All, Has anyone successfully setup Cairngorm 2 Alpha, Flex2 Beta and Coldfusion? Question for Cairngorm gurus... Is there a current example of how to setup Cairngorm with the latest version of Coldfusion Adapter. Any help on this is greatly appreciated. Cheers, Tim -- Flexcoders

[flexcoders] Cairngorm 2 alpha, Flex2 and Coldfusion Setup?

2006-02-06 Thread sufibaba
Hi, Has anyone managed to setup Cairngorm 2 alpha, Flex2 and Coldfusion. I seem to be having problems getting the three to work. Cheers, Tim -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Yahoo Maps Flex 2

2006-02-06 Thread JesterXL
Flex 1.5 was used to create the Yahoo Maps currently on Yahoo's dev site. As such, it won't compile in Flex 2. You can load it into a Loader maybe, but then you could only control it via LocalConnection, and they don't have a LocalConnection API in it. Your best bet is to create one via

RE: [flexcoders] Yahoo Maps Flex 2

2006-02-06 Thread Jonathan Miranda
Well I get somewhat close to fixing it then I notice this cannot be used for commercial use. *tosses code out the window* _ Jonathan Miranda Flexible Master of the Web In the game of chess, it's important to never let your opponent see your

[flexcoders] Re: Help installing Cairngorm 0.99

2006-02-06 Thread Andrew Spaulding
Hi Claudia, What seems to be missing is the namespace declaration in the flex-config.xml file. You can find the flex-config.xml file in your Flex server instance at flex_root/WEB-INF/flex/flex-config.xml Look for the namespaces tag. It will look like this: namespaces namespace

[flexcoders] Re: Cairngorm and Coldfusion Best Practice

2006-02-06 Thread Andrew Spaulding
Hey Tim, I'm not quite sure what you mean about the ColdFusion implementation outlined for Flex 1.5? For Flex 2.0 you might want to take a look at the new ColdFusion/Flex Connector http://labs.macromedia.com/technologies/cf_flexconnectivity/ Andrew --- In flexcoders@yahoogroups.com,

Re: [flexcoders] FlashPlayer 8.5 for Windows Mobile PocketPc ?

2006-02-06 Thread John Dowdell
rossanovazzoler wrote: Are there any plans for making flex 2 apps available on pocketpc? Not immediate, but that's definitely a long-term desire, assuming the hardware and subsequent markets permit. Right now, as work on Flash Player 8.5 enters Beta, the PocketPC engine handles the SWF6 format

Re: [flexcoders] Flex 2 - Looking for feedback on Flex API doc

2006-02-06 Thread Chris Velevitch
On 2/7/06, Stephen Gilson [EMAIL PROTECTED] wrote: For your comment on issue #4, we are planning on adding the Use and I'm interested in knowing what your thoughts are on my comments on issue #1. On 2/3/06, Stephen Gilson [EMAIL PROTECTED] wrote: 1. ... We have a request to split the public

RE: [flexcoders] Flex2 Beta1: Trouble with HTTPService.setCredentials()

2006-02-06 Thread Matt Chotin
Ah, good find. HTTPService won't support setCredentials without the proxy, we need to prevent that error from coming through. When you don't use the proxy the only way you can send credentials to your service is via HTTP authentication which means that the browser will pop up its dialog, you

[flexcoders] Re: Tree control in Flex 2 Beta 1

2006-02-06 Thread Michael Montagna
Hi Jason, You're on the right track. You can edit your data directly and through data binding the Tree control will update to reflect the changes. See the Collections events for the notifications that the Tree listens for. For the added node that doesnt display, I believe that you hit upon a

[flexcoders] Support for datagram sockets in Flex 2.0?

2006-02-06 Thread tobiaspatton
The subject line says it all. I can't find a way to create a datagram socket in Flex 2.0. Is there one? Thanks. Tobias. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Re: Cairngorm and Coldfusion Best Practice

2006-02-06 Thread sufibaba
Andrew, Sorry for not being very clear. Basically, I need to see an example of how to setup Cairngorm 2 alpha, Coldfusion and Flex 2 Beta. I understand how coldfusion works with flex2. The only thing I don't quite get at the moment is how to configure Cairngorm 2 alpha to work with coldfusion.

Re: [flexcoders] Gradient Fill question

2006-02-06 Thread Trey Long
So no one has used any gradients? Or had any problems with the ratio attributes? Trey Long wrote: My question is about the RATIO attribute of the Graphics.beginGradientFill() method. Example: graphics.beginGradientFill(GradientType.RADIAL,[0xFF,0x00F9FF],[.27,1],[0,255]);

[flexcoders] DataGrid Column Highlighted

2006-02-06 Thread Mehdi, Agha
Title: DataGrid Column Highlighted How can I highlight individual columns instead of rows when I rollover the columns in the grid? Thanks Agha Mehdi IDT - eBusiness Program Manager Work: 408.284.8239 Cell : 209.275.0482 Fax : 408.284.2766 -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Support for datagram sockets in Flex 2.0?

2006-02-06 Thread JesterXL
What is a datagram socket? What is a datagram? - Original Message - From: tobiaspatton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, February 06, 2006 5:18 PM Subject: [flexcoders] Support for datagram sockets in Flex 2.0? The subject line says it all. I can't find a

[flexcoders] Problem with Stacked Column chart and data series using the same 'yField'

2006-02-06 Thread thunderstumpgesatwork
I am trying to stack chart series each representing a region (US/Europe,India, etc), and the value is the number of subscribers in that region. I am splitting the query into multiple data sets containing the subscribers in each region. The 'yField' column in all cases is Subscribers, but it will

Re: [flexcoders] Support for datagram sockets in Flex 2.0?

2006-02-06 Thread JesterXL
Ok, read this: http://java.sun.com/j2se/1.4.2/docs/api/java/net/DatagramSocket.html And if it's UDP, it won't work. The binary socket in Flash Player 8.5 is TCP/IP. - Original Message - From: tobiaspatton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, February 06, 2006

[flexcoders] Re: Help with XMLDecoder

2006-02-06 Thread thunderstumpgesatwork
Matt, Thanks for replying to all my posts.. as you could probably tell they were all related. I have gone from web services to RemoteObjects and now get XML (e4x) objects back correctly. In fact I even get charts using the XMLListCollection wrapper! I guess the web service problem and the

RE: [flexcoders] Re: Cairngorm and Coldfusion Best Practice

2006-02-06 Thread Stacy Young
I dont have an example as I havent done the setup myself (yet). But there isnt anything specific you need to do in Cairngorm. Make sure ur CF install is working properly by creating a simple mxml with a remote call on a CFC. If thats ok then you shouldnt have any issues inside a

Re: [flexcoders] Re: Tree control in Flex 2 Beta 1

2006-02-06 Thread Hari Kolasani
I think , the Flex 2.0 Tree related classes have been changed quite a bit with the introduction of Hierarchical Data Providers and stuff. Here is some sample .mxml/as code that worked for me. Hope this will help. - Hari

Re: [flexcoders] New Inline cell renderers

2006-02-06 Thread Manish Jethani
On 2/6/06, Jonathan Miranda [EMAIL PROTECTED] wrote: So I decided to mess around with the new inline cell-renderers…and having issues getting at their data. Pretty simple example… mx:DataGridColumn textAlign=center columnName=compare sortable=false headerText=Compare width=75

[flexcoders]does flex1.5 support arabic text?

2006-02-06 Thread Nithya R
hi, i want to know if flex1.5 supports arabic text? i tried giving direction="rtl" in css but it doesn't work well.. is there any possibility for arabic support in flex 1.5... any examples online?thanks, Nithya Send instant messages to your online friends http://uk.messenger.yahoo.com

[flexcoders] virus warning!!!!

2006-02-06 Thread Andy Johnston
yo all got a virus warning on: Incoming email '[flexcoders] Re: SetEventHandler Limitations?' From: pim [EMAIL PROTECTED] Win32:VB-CD2 [Wrm] Virus/Worm 0606-1, 06/02/2006 -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders]does flex1.5 support arabic text?

2006-02-06 Thread Abdul Qabiz
Hi,RTL is not supported in Macromedia Flash Player. But you can still do lots of RTL stuff in Flash Player, just search in Google for RTL and Flash...You would surely get some links.-abdul On 2/7/06, Nithya R [EMAIL PROTECTED] wrote: hi, i want to know if flex1.5 supports arabic text? i

Re: [flexcoders] pageTitle bu g?

2006-02-06 Thread Abdul Qabiz
What is the unexpected thing, you are seeing?Are you using FlexBuilder 2?-abdulOn 2/6/06, Sreejith Unnikrishnan [EMAIL PROTECTED] wrote: Hmm ... looks like specifying the pageTitle on the Application tag does not have the expected result! -- Flexcoders Mailing List FAQ:

[flexcoders] Re: Flex 1.5 Bug Fixes ?

2006-02-06 Thread jwc_wensan
Matt: Sorry it has taken so long to respond, I've been out of town. I realize nothing is going to change, buy I can't let this one pass without a comment, so I will step up to the plate. It must be nice when you are a multi-billion dollar company and you can basically tell customers and yes I