Hi,
Any use is setting this up on our site?
https://comments.apache.org/help.html
Thanks,
Justin
signature.asc
Description: Message signed with OpenPGP using GPGMail
Well, at the end, that's an important bug as it's going to happen on Mac and
Linux using Chrome and Pepper Flash, so it envolve a lot of users.
There's 1 ticket open for it at Apache and 3 at Adobe.
The one we've got but we can't do aything:
https://issues.apache.org/jira/browse/FLEX-33365
We c
Hi,
>> var g11nWorkingInstance:Collator = new flash.globalization.Collator("en",
>> CollatorMode.SORTING);
>
> Probably doesn't help but "en" doesn't work on OSX but "en_US" as a locale
> does.
"en" works for me in Firefox on Mac OS X. But nevertheless it doesn't matter
what locale string is
Hi,
> var g11nWorkingInstance:Collator = new flash.globalization.Collator("en",
> CollatorMode.SORTING);
Probably doesn't help but "en" doesn't work on OSX but "en_US" as a locale does.
Thanks,
Justin
Hi,
>> When I debug in Firefox the locale is "en". So when I even try
>>
>> var g11nWorkingInstance:Collator = new flash.globalization.Collator("en",
>> CollatorMode.SORTING);
>>
>> my example will crash in Chrome (but works in Firefox).
>
> Even when if you try setStyle("locale", LocaleID.DEF
Hi,
> When I debug in Firefox the locale is "en". So when I even try
>
> var g11nWorkingInstance:Collator = new flash.globalization.Collator("en",
> CollatorMode.SORTING);
>
> my example will crash in Chrome (but works in Firefox).
Even when if you try setStyle("locale", LocaleID.DEFAULT) on t
[
https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13588900#comment-13588900
]
Marcus Fritze commented on FLEX-33365:
--
BTW you can vote in the Adobe bugbase if you
[
https://issues.apache.org/jira/browse/FLEX-33365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13588898#comment-13588898
]
Marcus Fritze commented on FLEX-33365:
--
I have the same issue. I currently found this
I figured out where the problem came from. The wiki page for Mustella [1]
has the wrong path for the location of the trust cfg files. I was blindly
following along and was misled - even though I had fixed the same issue on
the Apache Jenkins server a while ago :-)
The correct path is:
C:\Users\Y
> Hi,
>
>> var g11nWorkingInstance:Collator = new
>> flash.globalization.Collator(getStyle("locale"), CollatorMode.SORTING);
>
> My guess is that getStyle("locale") is returning something unexpected (null
> perhaps),
When I debug in Firefox the locale is "en". So when I even try
var g11nWorki
By the way, shouldn't it be this
https://issues.apache.org/jira/browse/FLEX-33365 ?
-Fred
-Message d'origine-
From: Justin Mclean
Sent: Wednesday, February 27, 2013 11:10 PM
To: dev@flex.apache.org
Subject: Re: non English OS users here on the list?
Hi,
Not 100% sure of your exatc c
Hi,
Not 100% sure of your exatc code but have you tried this as a work around?
sortField.setStyle("locale", LocaleID.DEFAULT);
Thanks,
Justin
I was watching the archives
viahttp://markmail.org/search/+list:org.apache.incubator.flex-dev
I never received anything via dev@
Thanks again Margo
> From: aha...@adobe.com
> To: dev@flex.apache.org
> Date: Wed, 27 Feb 2013 13:58:17 -0800
> Subject: Re: email issues?
>
> OK, but FWIW, the previo
OK, but FWIW, the previous email I sent to you that you seemed to have
received was sent via dev@. How did you know I sent it? Were you watching
the archives or something else?
On 2/27/13 1:53 PM, "Margo Powell" wrote:
> I just successfully signed up with my personal account. Ignore the previ
On further digging into Alert, I have a question:
The buttons are created in a createButtons function in Alert.as instead of
being part of AlertSkin. I see you allow for setting a button style for styling
of the buttons, but that presupposes that all the buttons look the same. If you
want to sk
I just successfully signed up with my personal account. Ignore the previous
noise please - I will have our campus ITS group investigate further why all
these emails are being blocked on my work email address.
Thanks for your help
RegardsMargo Powell
Hi,
> var g11nWorkingInstance:Collator = new
> flash.globalization.Collator(getStyle("locale"), CollatorMode.SORTING);
My guess is that getStyle("locale") is returning something unexpected (null
perhaps), we can probably work around this bug in the SDK.
Thanks,
Justin
Also, try c:\apacheflex in the trust file. I'm not sure if it knows how to
handle just drive names.
On 2/27/13 1:41 PM, "Alex Harui" wrote:
> If you run mustella on your own windows machine what kind of paths to do you
> see?
>
>
> On 2/27/13 12:36 PM, "Om" wrote:
>
>> I do have the trust
Don't know if Pepper Flash has its own bug base. Hopefully someone at Adobe
will redirect you if needed.
On 2/27/13 12:57 PM, "Marcus Fritze" wrote:
> Thanks Alex! I localized the bug. The following line will cause a RTE:
>
> var g11nWorkingInstance:Collator = new
> flash.globalization.Collat
If you run mustella on your own windows machine what kind of paths to do you
see?
On 2/27/13 12:36 PM, "Om" wrote:
> I do have the trust file here:
>
> C:\Users\Administrator\AppData\Roaming\Macromedia\Flash
> Player#Security\FlashPlayerTrust\flex.cfg
>
> The contents of flex.cfg are:
>
> ==
Thanks Alex! I localized the bug. The following line will cause a RTE:
var g11nWorkingInstance:Collator = new
flash.globalization.Collator(getStyle("locale"), CollatorMode.SORTING);
I will update my bug in the Adobe bugbase. Is there a different bugbase for the
Pepper Flash player which is used
Right. I guess it did not sink in yet… ;-)
I'm still getting my feet wet here…
Thanks
On Feb 27, 2013, at 10:08 PM, Frédéric THOMAS wrote:
> Did you followed what Carol said ?
>
> cd develop
> ant
> cd develop/ide/flashbuilder
> ant make-sdk
>
> In FlashBuilder
> Add the develop branch as an
I do have the trust file here:
C:\Users\Administrator\AppData\Roaming\Macromedia\Flash
Player#Security\FlashPlayerTrust\flex.cfg
The contents of flex.cfg are:
===
c:
C|
===
This would be the most permissive setting - even this does not fix the
issue.
I am wondering if the file
You need to put a FlashPlayerTrust file in the appropriate place with the
appropriate settings. We had this issue with Jenkins.
On 2/27/13 12:19 PM, "Om" wrote:
> The player had a security dialog that was preventing it from opening. I
> fixed that. Now I am getting this:
>
> Hello from excl
The player had a security dialog that was preventing it from opening. I
fixed that. Now I am getting this:
Hello from excludes at: Wed Feb 27 12:16:30 GMT-0800 2013
excludes loadTryFile Wed Feb 27 12:16:30 GMT-0800 2013
Exclude: try load from:
file:///C|/apacheflex/mustella/tests/ExcludeListWin.
Did you followed what Carol said ?
cd develop
ant
cd develop/ide/flashbuilder
ant make-sdk
In FlashBuilder
Add the develop branch as an sdk
File -> Import -> Existing Project into Workspace -> Select
develop/frameworks/projects as the root directory -> Select mx, core,
frameworks and textLayout
I never got an email from the robot when I resubscribed.
And I am not doing any filtering on my emails.
I am not sure what has happened or how to fix it. I just know it stopped
working on february 20th.
Regards
Margo
/Cut and paste the responses below because not getting the emails from
the
As Carol said:
-Message d'origine-
From: Harbs
Sent: Wednesday, February 27, 2013 8:45 PM
To: dev@flex.apache.org
Subject: Re: [jira] [Commented] (FLEX-33414) Null textInput in ComboBox
Can anyone give pointers on how to fix issues on my machine?
I fixed the code in ComboBox.as in th
Hi,
> I fixed the code in ComboBox.as in the Flex source code, but it appears that
> it's still running off the compiled libs.
Did you recompile via a ant main and then repackage an SDK (and/or copied the
right bits over to your SDK folder)?
> What's the recommended workflow for testing change
Can anyone give pointers on how to fix issues on my machine?
I fixed the code in ComboBox.as in the Flex source code, but it appears that
it's still running off the compiled libs.
What's the recommended workflow for testing changes in the source?
Thanks,
Harbs
Well my only requirements in the end is a double line (stroke & shade line
2px high total) and the ability to put padding before / after it so it can be
used as a separator as well.Currently I just have an AS component that is
skinless which works well.
Ultimately I would like to hav
Personally, I don't think that providing any possible
aggregations/specializations of existing components would be an improvement
for the framework.
However, the framework provide a BorderContainer component that does a
similar thing (except for the fact that it is also a container): provide
style
The player is not running the SWFs. It isn't even getting far enough to
generate a log file.
I hit this once after a new install when the security dialog came up to ask
if it was ok to run the player.exe and never ran the actual player.
On 2/27/13 11:28 AM, "Om" wrote:
> I am trying to run Mu
I support the skin idea would be nice to just drop in a component and have the
line skinned the way you want it. Something simple like a SkinnableComponent
that has a basic SparkSkin would be fine.
-Mark
-Original Message-
From: Harbs [mailto:gavha...@gmail.com]
Sent: Wednesday, Fe
On 2/27/13 10:52 AM, "Harbs" wrote:
> So you think there should be a separate H/VRule and H/VRuleSkin?
Not really, I was just pointing out the Spark-thinking. That would be so
heavy, it really wouldn't be practical, but it sure would be powerful.
>
> Is it really necessary to have it fully s
I am trying to run Mustella on Chris' Win 2008 server. I tried a couple of
tests to see if things work. I did run it 3 times and it fails always.
Peter/Alex, can one of you help out?
Here is what I am running:
Administrator@WIN-2LPF6H9B0Z1 /cygdrive/c/apacheflex/mustella
$ ./mini_run.sh tests/
on it. I'll get it posted in the next few hours and update the website to
reflect it.
-Nick
On Wed, Feb 27, 2013 at 11:53 AM, Justin Mclean wrote:
> Hi,
>
> > Thanks for all the hard work Justin! As soon as the blog post is done.
>
> The last blog and the account were basically the same as the
The addresses changed back in January. It is possible you were filtering
for flex-...@incubator.apache.org instead of dev@flex.apache.org?
-Nick
On Wed, Feb 27, 2013 at 12:13 PM, Margo Powell wrote:
> I am having dev and users at flex.apache.org mailing list issues. I
> subscribed to the users
Hi,
Just a note when sending out an announce message make sure it's pain text not
HTML or it will be rejected!
Justin
Hi Margo,
I just checked the dev list. You are shown as being subscribed. When you
re-subscribed, I assume you got emails from the robot?
-Alex
On 2/27/13 9:13 AM, "Margo Powell" wrote:
> I am having dev and users at flex.apache.org mailing list issues. I
> subscribed to the users mailing l
The Apache Flex community is pleased to announce the release of Apache Flex
4.9.1!
Apache Flex is a highly productive, open source application framework for
building and maintaining expressive applications that deploy consistently on
all major browsers, desktops and devices (including smartphon
The Apache Flex community is pleased to announce the release of Apache Flex
4.9.1!
Apache Flex is a highly productive, open source application framework for
building and maintaining expressive applications that deploy consistently on
all major browsers, desktops and devices (including smartphon
So you think there should be a separate H/VRule and H/VRuleSkin?
Is it really necessary to have it fully skinnable?
I was just thinking of allowing to specify an alternate stroke (for gradients,
etc) and allow all the standard filters, etc.
By default it would have a solid stroke, and you'd jus
I am having dev and users at flex.apache.org mailing list issues. I
subscribed to the users mailing list for both groups but I am no longer
receiving emails from either the developer list or the users list for flex.
Are there any issues with the subscription site? I have pinged our ITS
departm
Yep, but the Spark philosophy might lean away from such "intelligence" and
styles and head towards skinning.
On 2/27/13 8:56 AM, "Kessler CTR Mark J" wrote:
> Here is a link to the HRule and VRule. While these are the MX versions, they
> do have a good picture that shows what it can do under t
Thanks Alex. But ironically I have also some folks with a German Windows 8
where this error also occurs.
You helped me a lot. I will try to create an example without the Flex (only
Flash).
Thanks for the idea.
Marcus
Am 27.02.2013 um 17:44 schrieb Alex Harui :
> Fred was running on Windows.
Here is a link to the HRule and VRule. While these are the MX versions, they
do have a good picture that shows what it can do under the sections "Sizing
HRule and VRule controls"
http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7d96.html
-Mark
Hi,
> Thanks for all the hard work Justin! As soon as the blog post is done.
The last blog and the account were basically the same as the announcement so
here you go:
The Apache Flex community is pleased to announce the release of Apache Flex
4.9.1!
Apache Flex is a highly productive, open
On 2/27/13 8:01 AM, "Michael A. Labriola"
wrote:
>> Graphic primitives are more lightweight. Right?
>
>> Line is not really a replacement for HRule and VRule, because you need to add
>> stroke every time you add one. That's at least four lines of mxml to one for
>> HRule and VRule.
>
> There
Hi,
> As soon as the blog post is done, let me know and I will put that on the
> homepage as well.
Do we want to do that before we have the official announcement? I have it ready
to go.
> If you need help putting that together, I'm more than willing to help with
> that too.
I'll be able to get
Fred was running on Windows. I know that there were
localization/globalization changes between Mac OSX 10.6 and 10.7. You are
running on 10.8 and it might have changed again.
For player bugs, it is best to try to strip out any Flex code from the test
case. If it turns out that just instantiatin
Hi,
> My way of thinking is that Flex is about making these things easy so that you
> don't need to add these custom classes to every project… :-)
Post the code and lets have a look.
Thanks,
Justin
Done.
Thanks for all the hard work Justin! As soon as the blog post is done, let
me know and I will put that on the homepage as well. If you need help
putting that together, I'm more than willing to help with that too.
-Nick
On Wed, Feb 27, 2013 at 10:34 AM, Justin Mclean wrote:
> Hi,
>
> > D
Christopher Livsey created FLEX-33415:
-
Summary: Cannot set compression in Embed tag
Key: FLEX-33415
URL: https://issues.apache.org/jira/browse/FLEX-33415
Project: Apache Flex
Issue Type:
Of course. (That's what I already did…)
My way of thinking is that Flex is about making these things easy so that you
don't need to add these custom classes to every project… :-)
On Feb 27, 2013, at 6:01 PM, Michael A. Labriola wrote:
>> Graphic primitives are more lightweight. Right?
>
>> Lin
>Graphic primitives are more lightweight. Right?
>Line is not really a replacement for HRule and VRule, because you need to add
>stroke every time you add one. That's at least four lines of mxml to one for
>HRule and VRule.
There is nothing wrong with making it a line, and then simply wrapping
Hi,
>> Everyone, please test both the badge and installer if you have the time.
Tested on OSX en_AU locale - all good. (Although we still have the red
checkboxes).
Justin
Hi,
> Do you want me to touch all the other places on the website to include the
> new version number?
If you have the time yes please. I'm helping out a track at ApacheCon today and
my focus may be elsewhere.
Thanks,
Justin
Hii,
> One quick note -- the SDK installer doesn't really say which version of the
> SDK it is installing (if you already had it installed).
The version number is in the file name (which you can see when it's
downloading) and in the log but would be nice for it to be in big bold letters
up fro
[
https://issues.apache.org/jira/browse/FLEX-33414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13588350#comment-13588350
]
Harbs commented on FLEX-33414:
--
Personally, my preference would actually be to change:
" if (
Harbs created FLEX-33414:
Summary: Null textInput in ComboBox
Key: FLEX-33414
URL: https://issues.apache.org/jira/browse/FLEX-33414
Project: Apache Flex
Issue Type: Bug
Components: Spark: C
Graphic primitives are more lightweight. Right?
Line is not really a replacement for HRule and VRule, because you need to add
stroke every time you add one. That's at least four lines of mxml to one for
HRule and VRule.
I think I'll work on this. It should be pretty easy…
On Feb 26, 2013, at 1
Justin,
Do you want me to touch all the other places on the website to include the
new version number?
-Nick
On Tue, Feb 26, 2013 at 4:42 PM, Justin Mclean wrote:
> Hi,
>
> > Will do it later tonight to account for mirror propagation.
> Much appreciated.
>
> > We should also add a blog post and
It is working for me...
One quick note -- the SDK installer doesn't really say which version of the
SDK it is installing (if you already had it installed). There wasn't
really any notification that it was a newer version than last time I ran
it...
-Nick
On Wed, Feb 27, 2013 at 2:45 AM, Erik de
Thanks for your effort. This is very frustrating for me.
Ok I updated to the dev version of Google Chrome [Version 27.0.1423.0 dev], but
this error still occurs.
Maybe it's only on German OS's. Anybody with a German OS here?
Thanks!
Am 27.02.2013 um 13:01 schrieb Frédéric THOMAS :
> Can't rep
Can't reproduce with this config in French:
Google Chrome27.0.1423.0 (Build officiel 184590) dev-m
OS:Windows
Flash11.6.602.171
I ran the swf.
I compiled the mxml as is.
I tried setting the -locale to something else than default.
-Fred
-Message d'origine-
From: Marcus Frit
Well, that's a bit disappointing, if not entirely surprising given you
previous statements.
I'll see what I can do about MXML support, but that's going to be a
major thing for me, so it'll take time.
Just curious: how many developers need to work on FalconXX/ASJS for
you to change your mind? Curr
I think we should have a comparable one in spark. A stroke and a shadow.
Padding outside the lines would be great so these could be more easily used as
a separator.
-Mark
-Original Message-
From: Alex Harui [mailto:aha...@adobe.com]
Sent: Tuesday, February 26, 2013 3:07 PM
To: de
Hi list,
sorry to be a little off-topic, but is here anybody who has not an English OS?
Someone who has maybe French, German, Dutch or any other language instead of
English as system language?
I experienced a bug, and I could reproduced this error on any system that I
used.
https://bugbase.ad
Hey,
No, I can't do MXML, it's not in my current project scope and I don't
have enough time in the day. I kept saying that business logic was my
goal of the project (falconjx), I stubbed in MXML in *my approach* so
there is a solution. It's just a process of traversing the DOM of the
MXML
70 matches
Mail list logo