Hi,
> I didn't think that resulted in a TypeError. I thought it was some other
> error.
TypeError: Error #1009: Cannot access a property or method of a null object
reference.
Can't get much clearer than that :-)
> Or just add a null check there.
Thought that what I suggested?
Thanks,
Justin
Hi Frederic,
so it seems that this is nothing I can do anything agains. But as I know the
IntelliJ guys it will be a matter of 1-2 days till they have this detail fixed
;-)
Chris
Von: Frédéric THOMAS [webdoubl...@hotmail.com]
Gesendet: Montag, 4. Febru
Hey Frank,
Just wanted you to know that I am feeling a lot better and going to
spend the week on AMD and your approach. While I was sick last week I
has some time to get into a bit of JS.
I'm looking forward to getting this working so we can see how it
works, mainly so "I" can understand
Actually, I'm very good at ignoring things until I need them.
'as-js-runtime-prototype' is forked and in the oven, this is all I
need for now and the WIKI page that you have written.
Thanks for your thoroughness on this Frank, it's going to make it a
lot easier.
I will be honest, when we
[
https://issues.apache.org/jira/browse/FLEX-33311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maxime Cowez resolved FLEX-33311.
-
Resolution: Fixed
Fix Version/s: Apache Flex 4.9.0
Though no-one was assigned to this part
I was certain I had seen this somewhere before and after poking my brain
with a stick for a little while I remembered that someone had asked a
question about this exact issue on StackOverflow:
http://stackoverflow.com/questions/13847817/upgrading-from-flex-3-0-to-flex-3-6-custom-combobox-getting-ty
Hi Max,
Thanks for the links good to know i'm not the only person who's run into it and
hopefully we can come up with a fix.
Justin
I have been working on a POC that uses Dart, Dart Web Components and
Twitter Bootstrap in order to create a declarative MXML-like (UI) framework.
More info:
https://github.com/cherreman/dart-playground/tree/master/bootstrap_components
regards,
Christophe
2013/2/3 Frank Wienberg
> On Sun, Feb
@Om ... in regards to code examples, I have already added Apache Flex
code examples to my Login Example [1]. Sure, the Login Example is
not a fancy app, but, it shows Flex newbies how they could structure
the Flex code with the MVC pattern. I am not sure if this code would
be of interest to the Apa
Frank,
I am starting on this and you have confused me starting off. The wiki
entry under the header of "Implementation Solution" does NOT look at
all the same as your A.js production in the 'as-js-runtime-prototype'
source code.
What am I missing? Which is the correct way you want this ou
*hit the nail on the head*
IE7 / 8 still here in the MC. But besides government use, a lot of statistics
show a dramatic decline in IE use thank goodness. Even though DISA has
approved IE9 it will be a while before it's pushed through. I believe IE10
will be the first HTML5 compatible IE ver
Anything below IE9 would be hard to support,
by the time Dart and Apache Flex mature, it may indeed be no longer a very big
issue.
For Flex, you could do the opposite of Dart,Dart will use the DartVM if the
browser supports it,and fall back to js for others
Flex could target recent browsers, and
Hi Mike,
great to hear you are well again and have some time to spend on the AMD
approach!
On Mon, Feb 4, 2013 at 12:56 PM, Michael Schmalle
wrote:
> Frank,
>
> I am starting on this and you have confused me starting off. The wiki
> entry under the header of "Implementation Solution" does NOT l
Quoting Frank Wienberg :
Hi Mike,
great to hear you are well again and have some time to spend on the AMD
approach!
My plan is by Friday the compiler will be outputting the exact code
you have in the github repo.
On Mon, Feb 4, 2013 at 12:56 PM, Michael Schmalle
wrote:
Frank,
I am
Oh yeah,
As far as the "AS3" output you have in the graph example, that will
not be possible with the current incarnation with Falcon.
Unfortunately, the the parser does not keep the whitespace tokens or
really any token information at all.
When a parser node is created the line and colum
Flash Builder is not part of Apache Flex. It's owned by Adobe.
There's a lot of compiler work going on.
Harbs
On Feb 4, 2013, at 5:03 PM, Cataldo De Benedictis wrote:
> Hello guys,
>
> sorry for my english, we are an Italian software house that has created a
> product that bases its technolog
On 2/4/13 12:58 AM, "Justin Mclean" wrote:
> Hi,
>
>> I didn't think that resulted in a TypeError. I thought it was some other
>> error.
> TypeError: Error #1009: Cannot access a property or method of a null object
> reference.
Maybe there is a problem with my email, but I do not see the "Ca
On Mon, Feb 4, 2013 at 3:21 PM, Michael Schmalle wrote:
> Oh yeah,
>
> As far as the "AS3" output you have in the graph example, that will not be
> possible with the current incarnation with Falcon. Unfortunately, the the
> parser does not keep the whitespace tokens or really any token information
Ok Frank,
This is what I have so far;
- How do you want to handle the parent directory such as "runtime" and
"classes"? Are those going to be hardcoded or dynamic? I know they
need to be in the paths, just asking before I implement it.
- Does the two super lines need to be there if the cla
I've not seen that message before, but it sounds like you are importing
mx.events.EffectEvent, but never actually calling it or making use of it.
Could that be the case?
-Nick
On Mon, Feb 4, 2013 at 6:54 AM, Razi Barkai wrote:
> I just download the new Flex sdk 4.9.0 and flash builder 4.7 its
You can organize the imports with cmd+shift+o (on Mac OS X - I don't know the
windows command). With this command all unused imports will be removed.
Marcus Fritze
Am 04.02.2013 um 18:10 schrieb Nicholas Kwiatkowski :
> I've not seen that message before, but it sounds like you are importing
> m
Cataldo,
Flash Builder was not donated to the Apache Software Foundation -- Adobe
retained it as a commercial product. We unfortunately don't have control
over its direction or performance. There is an understanding between Adobe
and our project that they will remain compatible with it if at all
Sebastian,
I'm not sure that talking about frameworks is the best way to attract new
developers. I think some code samples that show how easy it is to do
fairly complicated tasks may be better. Think of what the
Adobe Evangelists have shown in the past (demoware). Flex is pretty
awesome in the
On 2/4/13 9:16 AM, "Nicholas Kwiatkowski" wrote:
> There is a lot of work being done with a new compiler, known as "Falcon".
> This is the next generation compiler that was started by Adobe and donated
> to us midway through development. It is not 100% there yet, but if you
> read this mai
Hmm..
Now that I looked back at the wiki you are using
Object.defineProperty() but you don't use that in your charts code.
You wrapped it with AS3.class_ correct? Is that what you plan on using?
Am I missing something here?
I think I'm going to hold off until you have the current productio
This would also mean having to put in a bunch of if...else statements or a
switch statement to check the type of var and call the appropriate method.
To me that is code smell much bigger than method overloading :)
On Sun, Feb 3, 2013 at 7:48 AM, Nicholas Kwiatkowski wrote:
> One quick example --
On Mon, Feb 4, 2013 at 9:20 AM, Nicholas Kwiatkowski wrote:
> Sebastian,
>
> I'm not sure that talking about frameworks is the best way to attract new
> developers. I think some code samples that show how easy it is to do
> fairly complicated tasks may be better. Think of what the
> Adobe Evange
As a newbie, I think a good discussion of Flex would include the following:
custom components, suggested folder structure, event bubbling, setting event
listeners, removing event listeners, item renderers and maybe even item
renderers for mobile (I think they are suggested to be actionscript only).
Hi Justin,
What we would do for that ? talking to infra, did you start something on this
way ? should I ?
Frédéric THOMAS
> From: webdoubl...@hotmail.com
> To: dev@flex.apache.org
> Subject: Re: makeApacheFlexForFlashBuilder.bat
> Date: Fri, 1 Feb 2013 14:40:34 +0100
>
> Hi Justin,
>
> We've
Mike,
The recent update to the AMF spec adds support for Vectors, Dictionary,
etc.[1] Will this help us with this problem?
Thanks,
Om
[1]
http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/amf/pdf/amf-file-format-spec.pdf
On Thu, Apr 5, 2012 at 1:55 PM, Michael A. Labriola <
>The recent update to the AMF spec adds support for Vectors, Dictionary,
>etc.[1] Will this help us with this problem?
I will take a look.
Thanks,
Mike
JC Franco created FLEX-33381:
Summary: Setting s:ComboBox#typicalItem produces unnecessarily
long width
Key: FLEX-33381
URL: https://issues.apache.org/jira/browse/FLEX-33381
Project: Apache Flex
Dart seems to be doing some kind of 5 minute video instructions.
I think this would be a great idea: make tutorials that won't take longer than
5 minutes (video or text.. whatever).
Or some kind of 'gotoandlearn.com' for flex would be awesome as well of course.
IF somebody would have the time to d
I tried submitting some non-code changes to the develop branch today, and
the CI server was still throwing me errors (the last one stated that it was
out of hard disk space). Anybody else see the same thing? I know it was
talked about last week, but I don't remember if there was a resolution..
-
see my last post on this thread makeApacheFlexForFlashBuilder.bat
Frédéric THOMAS
> Date: Mon, 4 Feb 2013 16:35:56 -0500
> Subject: Jenkins still broken
> From: nicho...@spoon.as
> To: dev@flex.apache.org
>
> I tried submitting some non-code changes to the develop branch today, and
> the CI ser
Hi Folks,
I had a brief conversation with Paul Krill, an editor at InfoWorld. He has
requested the Apache Flex logo for an online article and a screenshot or two of
a Flex app. If you have one that can be published, please forward it directly
to my Adobe email. I will probably bias my choice
FWIW, You can take as many screenshots of my PrintUI app here:
https://printui.com/web-to-print-demo-step-1.php
On Feb 5, 2013, at 12:04 AM, Alex Harui wrote:
> Hi Folks,
>
> I had a brief conversation with Paul Krill, an editor at InfoWorld. He has
> requested the Apache Flex logo for an onl
Hi,
> Maybe there is a problem with my email, but I do not see the "Cannot..." in
> your original email
The full error message is not reported by the Flash Player in the stack trace,
but the error number 1009.
> It was, but then it seemed like you were suggesting something more
> complicated.
I
Hi,
> What we would do for that ? talking to infra, did you start something on this
> way ? should I ?
I sent an email to builds@a.o the other day no reply as yet.
Thanks,
Justin
Hi,
> I tried submitting some non-code changes to the develop branch today, and
> the CI server was still throwing me errors (the last one stated that it was
> out of hard disk space).
Emailed builds@a.o no resolution yet.
There's been a 100Gb rise in disk space usage by other projects in the
Thanks to keep in touch :)
Frédéric THOMAS
> Subject: Re: makeApacheFlexForFlashBuilder.bat
> From: jus...@classsoftware.com
> Date: Tue, 5 Feb 2013 09:39:08 +1100
> To: dev@flex.apache.org
>
> Hi,
>
> > What we would do for that ? talking to infra, did you start something on
> > this way ? s
On 2/4/13 2:34 PM, "Justin Mclean" wrote:
> Hi,
>
>> Maybe there is a problem with my email, but I do not see the "Cannot..." in
>> your original email
> The full error message is not reported by the Flash Player in the stack
> trace, but the error number 1009.
Is a 1009 always a null ref?
HI,
Emailed again pointed out a few of the worse offenders, one project is taking
up more than 150Gb of space!
Justin
Ok, I added the archives of this list in my favorites.
Thanks,
Frédéric THOMAS
> Subject: Re: makeApacheFlexForFlashBuilder.bat
> From: jus...@classsoftware.com
> Date: Tue, 5 Feb 2013 10:15:37 +1100
> To: dev@flex.apache.org
>
> HI,
>
> Emailed again pointed out a few of the worse offenders,
Hi,
> Is a 1009 always a null ref? I never tried to memorize that, I always read
> the full message.
I guess it's possible (but very unlikely IMO) for the Flash Player to use the
same error number for two different errors. It's certainly not documented.
http://help.adobe.com/en_US/FlashPlatform
Hi,
Is there someone with a better understanding than me could determinate if it's
a player bug or a sdk one ?
I proposed what I think is a quick and dirty monkey patch to the reporter but
didn't find anything explaining why that happens.
Thanks,
Frédéric THOMAS
> From: webdoubl...@hotmail.c
Besides strongly-typed dictionary, adding generic support would bring the
language to a more reusable state, so we can say good-bye to ArrayCollection,
but List.
Additionally, if the AMF also supports generics, that would complete the whole
picture. Currently Vector is not supported in AMF, ma
This is great news. I wonder if there would be BlazeDS updates that would
support this feature.
Tangent
-Original Message-
From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of Om
Sent: Monday, February 04, 2013 3:34 PM
To: flex-...@incubator.apache.org
Subject: AMF spec update
Justin Mclean created FLEX-33382:
Summary: Run Time Error 1009 in mx:Combobox in destoryDropdown
Key: FLEX-33382
URL: https://issues.apache.org/jira/browse/FLEX-33382
Project: Apache Flex
Iss
[
https://issues.apache.org/jira/browse/FLEX-33382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-33382.
--
Resolution: Fixed
Fix Version/s: Apache Flex 4.10.0
Check if tween is null before called
Did you run mustella? Maybe you can test OneClickMustella on a Mac using
this as an excuse ;-)
Thanks,
Om
On Feb 4, 2013 5:55 PM, "Justin Mclean (JIRA)" wrote:
>
> [
> https://issues.apache.org/jira/browse/FLEX-33382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Ju
Hi,
> Did you run mustella? Maybe you can test OneClickMustella on a Mac using
> this as an excuse ;-)
I run the check in tests but not the full tests. The tests will get run at some
point before the next release so shouldn't be an issue for a trivial/obvious
change like this (famous last wor
Did you run mustella? Maybe you can test OneClickMustella on a Mac using
this as an excuse ;-)
Thanks,
Om
On Feb 4, 2013 5:55 PM, "Justin Mclean (JIRA)" wrote:
[
https://issues.apache.org/jira/browse/FLEX-33382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
Justin Mcl
Thanks so much, Alex!
[From the mobile; kindly excuse spelling/spacing/auto-correct anomalies]
- Reply message -
From: "Alex Harui"
To: "flex-...@incubator.apache.org"
Cc: "pr...@apache.org"
Subject: InfoWorld interview
Date: Mon, Feb 4, 2013 5:04 PM
InfoWorld interview
Hi Folks,
I
[
https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13570902#comment-13570902
]
RJ Camarillo commented on FLEX-33273:
-
I don't see the changes for this in the trunk.
[
https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13570921#comment-13570921
]
Justin Mclean commented on FLEX-33273:
--
Changes are made in the develop branch not tr
[
https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13570926#comment-13570926
]
RJ Camarillo commented on FLEX-33273:
-
Aha! Thanks Justin!
> CSSCondi
I will try to find time to take a look. Are you sure the display object we
use behind the modal window fully covers the non-modal? There might be
corner cases around borders, dropshadows and filters in the background
object and the non-modal that allow for the mouse to pass through.
On 2/4/13 4
I might be up for it, depending on how my schedule works out. Let me know
if any other locals would rather take it on, but I could come down from
Michigan.
-Nick
On Mon, Feb 4, 2013 at 7:02 PM, Jon Weber wrote:
> Hi all,
>
>
>
> We are seeking people who wish to give a talk at Chicago (IL) Cod
[
https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13570926#comment-13570926
]
RJ Camarillo edited comment on FLEX-33273 at 2/5/13 4:10 AM:
-
Hi,
Post your findings to the Apache dev list. If there's significant performance
gains I'm sure people would be interested.
Justin
I was under the impression that they updated the AMF protocol to support
Vector... I'm not remembering /where/ I read that, but I remember them
saying it was coming...
-Nick
On Mon, Feb 4, 2013 at 8:21 PM, Tianzhen Lin wrote:
> Besides strongly-typed dictionary, adding generic support would br
Nick,
Let's coordinate. I can't attend but would be happy to help out any other
way!
JP
On Feb 4, 2013 10:06 PM, "Nicholas Kwiatkowski" wrote:
> I might be up for it, depending on how my schedule works out. Let me know
> if any other locals would rather take it on, but I could come down from
Hi Alex,
Bingo, the dropShadowEnabled of the non modal titleWindow has to be set to
false and it works.
But still, to me, it looks like more a trick than what it is expected as a
modal itself should avoid this behavior, at least, my first trick setting the x
of the modal to -1 cover all these
On 2/4/13 9:49 PM, "Frédéric THOMAS" wrote:
>
> Hi Alex,
>
> Bingo, the dropShadowEnabled of the non modal titleWindow has to be set to
> false and it works.
>
> But still, to me, it looks like more a trick than what it is expected as a
> modal itself should avoid this behavior, at least, m
That's why I whished someone with a better understanding than me to have a look
:-)
Lemme know what you'll find please :-)
Thanks,
Frédéric THOMAS
> From: aha...@adobe.com
> To: dev@flex.apache.org
> Date: Mon, 4 Feb 2013 22:00:49 -0800
> Subject: Re: [jira] [Commented] (FLEX-33377) Focus can b
It has always annoyed me that borders and drop shadows cause as3 to return
the wrong h/w. Is it possible to fix that underlying problem and still
make it backwards compatible?
On Feb 5, 2013 8:11 AM, "Frédéric THOMAS" wrote:
>
> That's why I whished someone with a better understanding than me t
[
https://issues.apache.org/jira/browse/FLEX-33366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Harui updated FLEX-33366:
--
Attachment: QQTextInputSkin.mxml
QQTextAreaSkin.mxml
QQSparkTextInput.as
[
https://issues.apache.org/jira/browse/FLEX-33273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
RJ Camarillo updated FLEX-33273:
Attachment: mx.styles - inlined.zip
> CSSCondition.matchesStyleClient() is slow and creates exc
69 matches
Mail list logo