Why has you data null values in the first place? Maybe you can put in some dummy data? Cheers Ralf....
Ralf Bokelberg
ralf.bokelberg@...
Dec 1, 2007 12:47 pm
95256
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...
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...
... 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...
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...
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,...
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...
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...
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...
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",...
A technique, which worked for me in the past, is to reduce the code as much as possible. Cheers Ralf. ... -- Ralf Bokelberg <ralf.bokelberg@...> Flex &...
Ralf Bokelberg
ralf.bokelberg@...
Dec 1, 2007 9:23 pm
95267
... fields ... I doubt that we designed this code to intentionally get confused. : ) It sounds like we're simply not properly handling null field values when ...
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...
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...
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. ...
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...
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...
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...
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...
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...
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...
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...
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...
... 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...
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...