RE: [flexcoders] Flex Enterprise Services - Adapters

2006-02-18 Thread Matt Chotin
Not yet, we're still working on them. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of javanatic23 Sent: Friday, February 17, 2006 6:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Enterprise Services - Adapters Are there some tuto

RE: [flexcoders] Plz help in this error (Branch between 6080 and 38887 around line 0 exceeds 32K span)???????

2006-02-18 Thread Matt Chotin
This is described quite well in the FAQ on cflex.net (and in the one linked below).   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of anil thakur Sent: Friday, February 17, 2006 1:17 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Plz he

RE: [flexcoders]Combobox feature?

2006-02-18 Thread Matt Chotin
If you meant that the words in the list are now impossible to read that’s a bug.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacey Mulcahy Sent: Friday, February 17, 2006 11:53 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders]Co

RE: [flexcoders] Re: problem with cell renderer in ComboBox

2006-02-18 Thread Matt Chotin
labelField isn't necessary if you have a cell renderer. Any chance you can just use labelFunction if all you're doing is concatenation? I'm almost positive variableRowHeight also isn't going to work. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Compiler bug?

2006-02-18 Thread Matt Chotin
Probably the parsing of the 4 screws it up and it thinks it’s using a number.  I’ll forward this on internally.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda Sent: Friday, February 17, 2006 7:28 AM To: flexcoders@yahoogroups

RE: [flexcoders] ComboBox in a Repeater

2006-02-18 Thread Matt Chotin
Can you try assigning the selectedItem in the creationComplete handler of the ComboBox (event.target.selectedItem = ...)? Maybe we need to ensure that the dataProvider is set before the selectedItem. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf O

RE: [flexcoders] Re: mx.rpc.xml::NamespaceUtil$/getLocalName() ERROR in flex 2

2006-02-18 Thread Matt Chotin
We have an open bug on this. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of José Saldanha Sent: Friday, February 17, 2006 7:06 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: mx.rpc.xml::NamespaceUtil$/getLocalName() ERROR in flex 2

Re: [flexcoders] Object cleanup and memory usage "Best Practices" (2.0b1)

2006-02-18 Thread JesterXL
6 rules of thumb: 1. never trust an alpha for benchmarking 2. never trust a beta for benchmarking 3. if it's a member variable, delete it: delete myVar; 4. if it's a local variable, null it at the end of the function: function cow() { var a:String = ""; a += "one"; a += "two";

Re: [flexcoders] Object cleanup and memory usage "Best Practices" (2.0b1)

2006-02-18 Thread JesterXL
As for your specific questions: 1. releases the reference, yes, but does not delete the array. 2. only of they are objects, then it helps to explicly clear the references unless you know that the array is the only one holding references to them. One way: var i:Number = _array.length; while(i--

[flexcoders] datagrid gata groping problem

2006-02-18 Thread aoi_zip
hi all sorrt i'm not speaking english well.. i want datagrid data grouping. Group01 - G1_Host1 - G1_Sub - G1_Sub - G1_Sub - G1_Host2 - G1_Sub - G1_Sub - G1_Sub Group02 - G2_Host1 - G2_Sub -

[flexcoders] Re: Object cleanup and memory usage "Best Practices" (2.0b1)

2006-02-18 Thread Dave Wolf
You werent exactly clear in your post. Are you leaking in the servant singleton or in the movie? -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, "thunderstumpgesat

[flexcoders] Object cleanup and memory usage "Best Practices" (2.0b1)

2006-02-18 Thread thunderstumpgesatwork
Hi all, I've been coding in Flex now for a few months (basically since the 2.0 Alpha came out) and I've been having a heck of a problem with memory leaks. I was curious if there's any kind of rules or best practices to use for cleaning up AS objects (destructors? finalize()? or other?) This is es

RE: [flexcoders] easiest way to build SWF file for flex 1.5?

2006-02-18 Thread Jim Phelan
Yeah that’s the easiest way. You can do this in Firefox by entering the address in your address bar (http://somehost.com/your.mxml.swf) and then choose file…save page as. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL Sent: Saturday, Fe

Re: [flexcoders] Re: flex-2 with FES + AMF PHP refference

2006-02-18 Thread Jignesh Dodiya
Still i didn't get succeed...how to communicate mxml file with PHP file is still problem   any Ideas?   thanx, jignesh  On 2/18/06, Jignesh Dodiya <[EMAIL PROTECTED]> wrote: Thanx Renaun for quick Suggestion,   but for your info , i have visited your blog, just u have posted...   thanx  On 2/1

Re: [flexcoders] easiest way to build SWF file for flex 1.5?

2006-02-18 Thread JesterXL
Here's what I do: - open Notepad - paste in the the URL to a hyperlink like so:   right click save as here   - save the file as cow.htm - open IE (I know, crazy) - File > Open - open cow.htm - right click on the hyperlink, Save As... - BOOM, you got a SWF!   - Original Message - Fr

[flexcoders] easiest way to build SWF file for flex 1.5?

2006-02-18 Thread Graham, Jason
Is it possible to build a SWF file out of flex builder 1.5?    I have tried mxmlc, and compc but never can get it to work correctly, and can’t find any decent examples on it.   Thanks -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFA

[flexcoders] Flex Book 1.5 files

2006-02-18 Thread tonihb
Hello Would anyone have a zip of ALL the updated flex files(1.5) from the iteration2 flex book? Thanks toneDigital -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yaho

Re: [flexcoders] Actionscript-based Applications with Flex 2

2006-02-18 Thread Joe Berkovitz
Something like a direct-manipulation nodes-and-arcs editor such as you describe should be totally doable within Flex. You don't really need Flash (the tool) to combine programmatic animation and drawing with Flex components, because the Flex APIs are a superset of those that you will eventuall

Re: [flexcoders] Flash 8 swf in Flex 2.0 App?

2006-02-18 Thread Jason Y. Kwong
We had a bit of a discussion here about this a little while back.  The solution I'm using right now uses the Loader component to load the Flash 8 swf at runtime.  And, as mentioned, I use LocalConnection to communicate between the Flash 8 swf and the Flex app.  It's not great, but it's the only

RE: [flexcoders] Actionscript-based Applications with Flex 2

2006-02-18 Thread Roger Gonzalez
> In my example, I basically described wanting to use Flex > controls to define, place, alter a Sprite and then have mouse > clicks on the Sprite be recognized by Flex. While I am not > asking anyone to code anything for me, isn't it a bit > surprising that there are no obvious or well-publiciz

Re: [flexcoders] Actionscript-based Applications with Flex 2

2006-02-18 Thread JesterXL
Flex and Flash have different markets, different teams working on them, and different release schdules. The unfortunate side-effect of this is that they are out of sync. Everyone knows, both at Adobe and out, that Flex & Flash are a winning combo. Therefore, using the two in tandem only works

RE: [flexcoders] Actionscript-based Applications with Flex 2

2006-02-18 Thread Mark Wales
The short answer of what I want is to be able to build analytic tools that combine visual and text oriented information. To me, these are not different programming paradigms; they are just two different ways of visualizing data. The text-oriented piece is easy: Flex. The generic graphing capabili

RE: [flexcoders] Actionscript-based Applications with Flex 2

2006-02-18 Thread Roger Gonzalez
I'm a little puzzled. It seems like you're mixing up what you want. Flex applications -can- use Flash Player functionality, down to pretty much the lowest level. However, Flex has a programmatic metaphor, whereas Flash Authoring has a visual metaphor. For some problems, the visual metaphor make

Re: [flexcoders] Actionscript-based Applications with Flex 2

2006-02-18 Thread JesterXL
Naw, actually you can do that.  I forget what they recommend, but you need to cast DisplayObjects to IUIComponent to ensure what you add them to Flex DisplayContainers, it doesn't bitch.   var a:Sprite = new Sprite() as IUIComponent; my_canvas.addChild(a);   Or something like that, I forget

RE: [flexcoders] Actionscript-based Applications with Flex 2

2006-02-18 Thread Mark Wales
Jesse,   First, let me apologize for a somewhat misleading subject line. My goal is to define a project that uses both Flex and Flash components in the same project. It simply appears that an Actionscript-only project is the most likely to work.   In Flex speak, what I think this mea