[flexcoders] Re: ListCollectionView#removeAll wants to dispatch undefined

2007-12-01 Thread florian.salihovic
I managed my Problem by adding a wrapper which manages the access of the tree. Thanx for the helpful infos. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Yes. Basically we need unique child collections From:

Re: [flexcoders] If Flex is open source, how do we go about changing the language?

2007-12-01 Thread Paul Andrews
- Original Message - From: aceoohay [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, December 01, 2007 5:33 AM Subject: [flexcoders] If Flex is open source, how do we go about changing the language? I just ran across what I consider a significant deficiency in Flex. To

Re: [flexcoders] If Flex is open source, how do we go about changing the language?

2007-12-01 Thread Ralf Bokelberg
Why has you data null values in the first place? Maybe you can put in some dummy data? Cheers Ralf.

Re: [flexcoders] If Flex is open source, how do we go about changing the language?

2007-12-01 Thread Robert Thompson
I don't believe the Flex language itself is open source, only the .swf format. Someone at adobe may want to clear that up. Although I'm sure this is an earnest request, whenever open source is discussed one thing everyone on this list has to be careful of is that MICROSOFT will not go well

Re: [flexcoders] How to open a flex project that was created elsewhere?

2007-12-01 Thread Mike Chabot
Open up the new Flex project dialog box. In the location field, hunt down the folder that contains the downloaded content. When you have it set up, you should right-click the mxml file and set it as the default application. If you create a new project, FB 3 might create a /src/ folder with an

Re: SPAM-LOW: Re: [flexcoders] If Flex is open source, how do we go about changing the language?

2007-12-01 Thread Jeffry Houser
Robert Thompson wrote: I don't believe the Flex language itself is open source, only the .swf format. Most of the AS3 classes in the Flex SDK are open source. With the release of Flex 3, Flex is becoming more open source. From what I've heard this will include the Flex compiler and the

Re: SPAM-LOW: [flexcoders] If Flex is open source, how do we go about changing the language?

2007-12-01 Thread Jeffry Houser
Semantics, I know, but The language is ActionScript 3. You're talking about a problem with a component built in that language, not the language itself. I can see a benefit of adding either of these attributes to the datagrid. You should be able to create your own version, or an

Re: [flexcoders] Issues with Dynamic vs. Embedded Font Leading

2007-12-01 Thread Jon Bradley
So, yea. There is a bug in the line space rendering in Flash for embedded fonts. Easiest test case is to build a TextField display and set the leading to the point size of the font, minus the ascent and descent. In the ideal world, this should cause all lines of a multiline text field to

[flexcoders] FlashLite 3 and Flex 2/3

2007-12-01 Thread nodovu
Does FlashLite 3 support applications built in Flex 2 or 3? Also is there a list of mobile phones that support FlashLite?

Re: [flexcoders] FlashLite 3 and Flex 2/3

2007-12-01 Thread Weyert de Boer
Currently, there aren't any mobile phones who support Flash Lite 3 out of the box. Of course, you can install developer player on a nice list of mobile phones, tough. It's expected that the first Flash Lite 3 enabled mobile phone will be available for consumption in the first quarter of next

[flexcoders] It's DEMO time! - www.PlayerStreak.com

2007-12-01 Thread nodovu
Hello Flexcoders, First off sorry if this is the wrong forum to post in, but I just created my first flex 2 application and am looking for some feedback. All criticism accepted, good or bad. Also, if you like something just ask me and I can tell you how I did it. We are still in BETA, but a blog

[flexcoders] Re: It's DEMO time! - www.PlayerStreak.com

2007-12-01 Thread candysmate
I liked the site. But clicking on 'Rotoworld' showed that it relied on javascript (Google analytics stuff etc). For users, like me, who have javascript turned off some of the stuff would not work. Frankly, I had no inclination to turn it on to see what it did. Otherwise - great job!

[flexcoders] Debugging help (or how to find un-debuggable bugs)

2007-12-01 Thread Mike Krotscheck
I am currently trying to debug an intermittent bug within our application that causes a browser crash. Not just a hey, the application threw a runtime error, I mean a do-not-pass-go, do-not-output-useful-debug-stack, do-not-write-useful-info-to-log, .ocx illegal exception that kills the browser.

Re: [flexcoders] Debugging help (or how to find un-debuggable bugs)

2007-12-01 Thread Ralf Bokelberg
A technique, which worked for me in the past, is to reduce the code as much as possible. Cheers Ralf. On Dec 1, 2007 10:10 PM, Mike Krotscheck [EMAIL PROTECTED] wrote: I am currently trying to debug an intermittent bug within our application that causes a browser crash. Not just a

RE: [flexcoders] If Flex is open source, how do we go about changing the language?

2007-12-01 Thread Gordon Smith
it gets confused when there are nulls in date, numeric, or boolean fields this is by design I doubt that we designed this code to intentionally get confused. : ) It sounds like we're simply not properly handling null field values when sorting. What do you mean by get confused? Does it

[flexcoders] Re: If Flex is open source, how do we go about changing the language?

2007-12-01 Thread aceoohay
Ralf: The data has nulls in it. For example, one grid is equivalent to a checking account, with deposits and checks. The column for the check number is null for deposits. Another table has three different phone number fields, not everybody has three phone numbers. Another table has employee

[flexcoders] Re: If Flex is open source, how do we go about changing the language?

2007-12-01 Thread aceoohay
Robert: Yes this is an earnest request. While I do not shrink from controversy if I believe it will get things done, I don't needlessly whine either. I believe that it is important to make sure that we help the developers of our tools understand what is important to us consumers of the

[flexcoders] Autocad Flex...it's possible??

2007-12-01 Thread Israel
Hi, I'm looking some information about Flex and use autocad files in one application. I've special interest in map info with data base querys I hope that somebady can help me...Thanks.

Re: [flexcoders] Re: Subversion clients

2007-12-01 Thread Kurt Wiersma
I use SmartSVN on both my Mac and my Windows box. It works great and they even have a free community version. Their SmartCVS client is great as well. http://smartsvn.com --Kurt On Nov 30, 2007 10:08 AM, eestes1 [EMAIL PROTECTED] wrote: I use syncro client that is part of oxygen-it's really

RE: [flexcoders] Re: If Flex is open source, how do we go about changing the language?

2007-12-01 Thread Gordon Smith
Your use case seem very reasonable to me. In this particular case I disagree with my esteemed colleague Alex (who sits across from me)... I think our default sorting routines should handle null values. So please file this as a bug at http://bugs.adobe.com/flex and feel free to mention that I

[flexcoders] Re: If Flex is open source, how do we go about changing the language?

2007-12-01 Thread aceoohay
Gordon: This thread was not intended as a technical thread, which is why I didn't include the details about the problem. I documented the problem in the following post; http://tech.groups.yahoo.com/group/flexcoders/message/95131 The only responses I got seemed to indicate that the behavior

Re: [flexcoders] Application without MXML: Is it possible?

2007-12-01 Thread Dave Glasser
I looked at the generated actionscript and it does look like there's a lot going on, and it's not worth trying to make it work without MXML. Maybe I'll log a bug report requesting that they say in the API doc that the Application class can only (as a practical matter) be used via the

[flexcoders] Best Way to learn Flex

2007-12-01 Thread Sheriff
So I have been trying to learn flex now for almost 9 month and i pretty much still don't know much to get me anywhere. This is also my first programming language to learn. I know enough to make everything work on its own but i still can't create stuff like this

RE: [flexcoders] Issues with Dynamic vs. Embedded Font Leading

2007-12-01 Thread Peter Farland
Are you using Flex and are you relying on MXMLC to do the embedding? Or are you using Flash to first to do the embedding? If it's Flex, what version of Flex and how are you embedding them? Are you using a CSS @font-face rule? Are you using local() or url() as the source of the font definition?

RE: [flexcoders] Re: If Flex is open source, how do we go about changing the language?

2007-12-01 Thread Alex Harui
So when we do go open-source next year, you will be able to offer changes to the source code like the Sort code (but not the language itself). Then Gordon and I and the rest of the team will duke it out over whether your submission is reasonable, and if so, it or something like it will be

RE: [flexcoders] Application without MXML: Is it possible?

2007-12-01 Thread Alex Harui
Not all applications have to have mx:Application at the top level. You can start with Sprite if you want. That's what happens when you create an ActionScript project in Flex Builder. But then you can't use most of the mx: components. From:

Re: [flexcoders] Best Way to learn Flex

2007-12-01 Thread Paul Andrews
- Original Message - From: Sheriff To: flexcoders@yahoogroups.com Sent: Sunday, December 02, 2007 12:27 AM Subject: [flexcoders] Best Way to learn Flex So I have been trying to learn flex now for almost 9 month and i pretty much still don't know much to get me anywhere.

[flexcoders] FileReference on Mac - When will it be fixed?

2007-12-01 Thread Paul Whitelock
I've read that the bugs with FileReference on the Macintosh have been fixed, but I'm still having problems uploading (as in uploads don't work). The problem exists in Leopard (Mac Pro running Flash Player 9.0.98.0) and Tiger (MacBook Pro running 9.0.60.235). No problems with uploads running on

[flexcoders] Re: FileReference on Mac - When will it be fixed?

2007-12-01 Thread Paul Whitelock
Just tried Ubuntu and no joy there either -- maybe it shares the same code base as the Mac since they are both Unix. --- In flexcoders@yahoogroups.com, Paul Whitelock [EMAIL PROTECTED] wrote: I've read that the bugs with FileReference on the Macintosh have been fixed, but I'm still having

[flexcoders] Re: If Flex is open source, how do we go about changing the language?

2007-12-01 Thread aceoohay
Gordon, et al: Here is a simple test that will show the problem; ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=initApp() mx:Script ![CDATA[ import mx.collections.ArrayCollection;

[flexcoders] Re: If Flex is open source, how do we go about changing the language?

2007-12-01 Thread aceoohay
Gordon: Per your request I have filed a bug report. It can be found here; https://bugs.adobe.com/jira/browse/ASC-3042 Paul --- In flexcoders@yahoogroups.com, aceoohay [EMAIL PROTECTED] wrote: Gordon, et al: Here is a simple test that will show the problem; ?xml version=1.0

[flexcoders] Re: Air Bug?: Right click on swfLoader

2007-12-01 Thread Malik AlArfaj
So, is there no solution for this bug? On Nov 29, 2007 8:19 PM, Malik AlArfaj [EMAIL PROTECTED] wrote: Hi, When I load the swfLoader in Flex Builder 3 Beta 2 with a swf file version 6-8, I get an error message when I right click on the loaded swf. And my application closes. Error Details:

RE: [flexcoders] Re: Air Bug?: Right click on swfLoader

2007-12-01 Thread Alex Harui
Please file a bug with a test case. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Malik AlArfaj Sent: Saturday, December 01, 2007 10:15 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Air Bug?: Right click on swfLoader

Re: [flexcoders] Application without MXML: Is it possible?

2007-12-01 Thread Anatole Tartakovsky
Try inheriting from SimpleApplication - you still will get all mixins for css and static linkage for generated code, but less of the framework initialization - you should be able to create screen and have controls there. Of course, fewer things depending on the global managers will work later on