RE: [flexcoders] flex profiler

2006-02-12 Thread Matt Chotin
Can you try using the FP 7 debug player instead of 8? Which settings did you put in mm.cfg? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sof4real03 Sent: Sunday, February 12, 2006 5:12 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] fl

RE: [flexcoders] flex2: styles sheets and accessing elements

2006-02-12 Thread Matt Chotin
I think the overhead exists but the VM is faster J  I believe we considered it fast enough now to not need to differentiate between inherited and uninherited styles.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Johannes Nel Sent: Sunday, February 12,

RE: 回复: RE: [flexcoders] Re: HTTPServ ice onLoad

2006-02-12 Thread Matt Chotin
Are you using 1.5 or 2.0?    1.5   myHttpService.addEventListener(“result”, mx.utils.Delegate.create(this, myResultHandler)); myRemoteObject.someMethod.addEventListener(“result”, mx.utils.Delegate.create(this, myROResultHandler));   2.0 myHttpService.addEventListener(“result”, my

RE: [flexcoders] Re: Flex2 and Amfphp is it possible ?

2006-02-12 Thread Matt Chotin
Pete and I discussed it the other day. He was working on getting it in soon, not sure if it will be method-for-method compatible but the goal is for it to provide the same functionality. I don't know what the status will be of connecting it to a legacy gateway though, that has not been an overrid

RE: [flexcoders] Flex-Struts configration

2006-02-12 Thread Matt Chotin
Title: RE: [flexcoders] Flex-Struts configration Kinda hard to help without more information.  Turn on debugging in flex-config.xml, check your server logs, put printlns in your java code to see what’s happening, etc.  Time to sit down and debug J   From: flexcoders@yahoogroups.

RE: [flexcoders] declaring constants in an interface

2006-02-12 Thread Matt Chotin
I think the language folks decided that constants just won’t be in interfaces.  Use a class with static consts instead.  I’m not sure that the Java folks these days ended up feeling like constants in interfaces was so grand anyway.   Matt   From: flexcoders@yahoogroups.com [ma

RE: [flexcoders] Re: HTTPService

2006-02-12 Thread Matt Chotin
Someone will try to look into it this week and see if we see the same error. If we see it we'll fix it or tell you why it no longer works. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of José Saldanha Sent: Friday, February 10, 2006 7:58 AM To:

RE: [flexcoders] Bind Datagrid to model

2006-02-12 Thread Matt Chotin
Dg2.dataProvider is going to be an Array that contains whatever you put in there.  You can do with it whatever you want, including sending it to a service.   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Venkata Krishnan Natarajan Sent: Friday

RE: [flexcoders] Array serialization for Webservice

2006-02-12 Thread Matt Chotin
With the literal request format instead of passing in the object as the parameter and having it serialized you write the XML that the service would expect. So since you know what the XML should look like going across the wire you just fill that in instead of the serializer doing the wrong thing l

RE: [flexcoders]How to create Heavy interface properly?

2006-02-12 Thread Matt Chotin
With the queued policy you may want to specify the creationIndex to further control things. A creationPolicy of "all" will do all of the work at startup which will mean that the app is slow to initialize but will be fast afterward. Is that preferable? These are the tradeoffs, I'm not sure that

[flexcoders] flex profiler

2006-02-12 Thread sof4real03
I installed the flex profiler in my application server and enabled the mm.cfg file as well as the flex-config.xml. I make the request to my mxml page and then view the profiler. It adds a row to my tested pages, but the column with the "File Name/URL" field is blank. I'm sure i've installed the fla

Re: [flexcoders] flex2: styles sheets and accessing elements

2006-02-12 Thread Johannes Nel
sorry to dig up this old thread. i was wondering if calls to getStyle has the same type of overhead as it does in flex 1.5? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups

Re: [flexcoders] AS3 class constructors can't be private? Abstract classes?

2006-02-12 Thread Jens Halm
> My point is that every time there's a new language (yes I've been > around for awhile :) there are people complaining that it's unlike > some other language (mostly an older one). It's understandable, but > I also know that the people implementing the language spec's for the > most parts is not

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

2006-02-12 Thread Anatole Tartakovsky
Kevin, Here is the brief internal training video of the component that does what you are doing : http://demo.xmlsp.net/dataservice%206/dataservice%206.html Toward the end of video you should see a typical cellRenderer that is being used in dynamic layouts. Looking at your original code I woul

Re: [flexcoders] AS3 class constructors can't be private? Abstract classes?

2006-02-12 Thread Michael Hansen
I agree that it can become tedious, but it's hardly a hack.My point is that every time there's a new language (yes I've been around for awhile :) there are people complaining that it's unlike some other language (mostly an older one). It's understandable, but I also know that the people implemen

Re: [flexcoders] AS3 class constructors can't be private? Abstract classes?

2006-02-12 Thread Julian Suggate
Try writing static facades for a class with any larger interface than five or so methods and it becomes tedious to say the least. not to mention that every time you add a function to the Manager class you have to manually expose it through ManagerImpl. If there was a codegen tool that could do t

Re: [flexcoders] AS3 class constructors can't be private? Abstract classes?

2006-02-12 Thread Michael Hansen
Please explain why Roger Gonzalez (last 4 lines) construct is a hack (other than different from the Java way)?It is interesting to note that private constructors are discouraged in C# 2.0 and replaced by statics. (much like in AS3)cheers  -michaelOn 2/12/06, Xavi Beumala < [EMAIL PROTECTED]> wr

[flexcoders] Re: Cairngorm2 version of Phones Flex/ColdFusion Connectivity samples

2006-02-12 Thread sufibaba
Hi Benoit, Great work. Appreciate your contribution. Cheers, T --- In flexcoders@yahoogroups.com, "Benoit Hediard" <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > Today, I managed to take some time to write a Cairngorm2 version of the > Phones Flex/ColdFusion Connectivity sample! > > Descr

[flexcoders] RslBuild - an automated build report parser and SWS generator for Flex 1.5

2006-02-12 Thread Jim Phelan
Hi all,   I had some free time to work on this utility recently. Basically, it reads your Flex build reports and generates a SWS file for classes that are common to a specified number of applications. I’d like to offer it to anyone who would find it useful. It’s pretty preliminary and m

回复: RE: [flexcoders] Re: HTTPService onLoad

2006-02-12 Thread 沈浩亮
i use result event handler in the .mxml.but in AS, how to use resutl event handler,i use remote object,and it  also has the same problem on loading the data from java,could u please give an example  to handler the result date using AS?Matt Chotin <[EMAIL PROTECTED]> 写道: In the result event hand

RE: [flexcoders] Flex2: Hierarchical DP with typed objects. Class must be dynamic?

2006-02-12 Thread Geoffrey Williams
You might want to look into using the ITreeDataDescriptor http://www.google.com/search?q=ITreeDataDescriptor -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aldo Bucchi Sent: Sunday, February 12, 2006 1:05 PM To: flexcoders@yahoogroups.com Subjec

[flexcoders] File - flexcodersFAQ.txt

2006-02-12 Thread flexcoders
Flexcoders Frequently Asked Questions Last Updated: 30th May 2005 Contributors: Matt Chotin, Steven Webster, Alistair McLeod, Tariq Ahmed, Jeff Tapper,

[flexcoders] Flex2: Hierarchical DP with typed objects. Class must be dynamic?

2006-02-12 Thread Aldo Bucchi
Hi all, I was feeding a tree with a structure of objects ( instances of a custom class, PersonVO ) which had a children array. The tree kept spitting out runtime errors until I modified my class to make it dynamic ( i figured that at some part of the process the tree classes were trying to stick s

RE: [flexcoders] Difference between WebService and Remote Object

2006-02-12 Thread Shlomi Cohen
what do you mean that removing the functions will solve it ? i don't see a difference other than the removed functions.   Shlomi   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint ModienSent: Thursday, February 09, 2006 16:16To: flexcoders@yahoogroups.comSu

Re: [flexcoders] AS3 class constructors can't be private? Abstract classes?

2006-02-12 Thread Xavi Beumala
Hi there, I also completely agree with you. If it's a fact of architecture why not let us (programmers) decide what to use (internal vs private) ?? All new features on AS3 and FES are really amazing, but I think two main things are being forgotten as has been said: abstract classes and private

[flexcoders] Datagrid to HTTPService - Pls help

2006-02-12 Thread Venkata Krishnan Natarajan
Hi, Can anyone please advise on how to pass the contents of a datagrid as a HTTPService in flex 1.5. Thanks Venkat   Find just what you're after with the new, more precise MSN Search - try it now! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ