Hi Alex,
You are right, I tried using Type Selector to set default skinClass for the
custom SkinnableComponent, it worked.
In the constructor function of the custom SkinnableComponent
(test.TestComponent):
super();
//getQualifiedClassName(this) returns test::TestComponent
var fullClassName:St
> Erik, I committed them to 'release4.14' branch as you instructed.
Mahmoud, thanks for your contribution.
For future reference: it is easier if you do more granular (smaller)
commits, e.g. one for each fix and feature. That way, if something is
wrong with one of them, you don't lose the rest whe
One more thing, I just remembered I had some issues with chrome and Jira and
had to switch back to firefox a while ago, could it be the same for you ?
--- Message initial ---
De : "Frédéric THOMAS"
Envoyé : 19 décembre 2014 07:05
A : dev@flex.apache.org
Objet : Re : Re: FishEye accounts
And ye
And yes it works when I ckick on the link
--- Message initial ---
De : "Mihai Chira"
Envoyé : 19 décembre 2014 03:16
A : dev@flex.apache.org
Objet : Re: FishEye accounts
What happens when you click on "1 commit"?
I think it works for you because you're (somehow) logged into fisheye.
See this s
No need to be authenticate to see the action of Fisheye, once installed, if the
user write the relative ticket number in the commit message, it will show up
the files relative to the commit in the activity tab.
I dont know it ask you to authenticate for you, it shouldnt, I guess now it
could co
HI,
> solution, because it means that people browsing our repo cannot easily
> see the commits made against tickets.)
If the JIRA ticket is mention in the commit it will show up without fisheye.
Justin
What happens when you click on "1 commit"?
I think it works for you because you're (somehow) logged into fisheye.
See this screenshot[1] for what it tells me in the activity panel. And
when I do try to authenticate, and I pretend that I forgot my
password, it tells me "Could not find user 'mihai.c
flex-sdk_release-candidate - Build #39 - Successful
Changes since last build:
[akamud] Several FlatSpark bug fixes, resolves FLEX-34692 and FLEX-34694
For more information, check the console output at
http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/39/.
>
> OK, you should be able to assign issues to yourself now.
>
Thank you Alex.
I already resolved FLEX-34694 and FLEX-34692, both were reported by Olaf
and were related to FlatSpark.
Hi Mihai,
As you can see, it works for me and I've got no idea why it doesn't for you:
http://i58.tinypic.com/mbkh8h.jpg
Frédéric THOMAS
> From: mihai.ch...@gmail.com
> Date: Thu, 18 Dec 2014 23:29:03 +
> Subject: Re: FishEye accounts
> To: dev@flex.apache.org
>
> I still see the same scre
Olaf, thank you for your help on fixing FLEX-34692. I replicated them to
ButtonIconSkin too.
I just committed changes that fix pretty much everything you reported so
far. Thank you so much for testing!
Erik, I committed them to 'release4.14' branch as you instructed.
I still see the same screen asking me to log into fisheye. (I am
logged into Jira.)
On 18 December 2014 at 21:58, Frédéric THOMAS wrote:
>
>
>
> Hi guys,
>
> It took me some time to find the emails relative to this and was about to
> raise myself an issue (as one as to be authenticate at Atlass
flex-sdk_release-candidate - Build #38 - Successful
Changes since last build:
[bigosmallm] Add skin for web and desktop version of BusyIndicator.
[bigosmallm] Update comments to keep up with latest visual changes
[bigosmallm] Update visuals to make it show 12 spokes instead of circular disk
(to
Thanks for the observations. I’ll look more tomorrow.
The real question is what changed that’s causing this error. Changing something
that I have not touched in TLF is not the right way to fix this IMO. I need to
figure out what I broke and address the source of the problem before I try to
work
Harbs,
After debugging I see something like this:
http://images.devs-on.net/Image/jg5EXavR0Yo3N065-Obszar.png
We are doing undo on _memento, but it doesn't have our deleted text in the
MementoList, because our text is inside delSelOp.undo().
Doing _memento.undo() we are getting these error, bu
Thank you Olaf. I assigned the issue to me.
Hi guys,
It took me some time to find the emails relative to this and was about to raise
myself an issue (as one as to be authenticate at Atlassian to raise it) but
then I checked one of the last JIRA and I've been able to reach the fisheye
link so, as a test, please check
https://issues.
Exactly. I'm trying to understand why
public function getChildIndex(child:FlowElement):int
{
var hi:int = _numChildren-1;
// one hole here - if child is null and this has no
children then we'll
return 0
if (h
You don’t get back the text because of the error.
I only get the stack trace when going through the debugger.
Here’s a sample stack trace:
ArgumentError: Child to remove not found
at
flashx.textLayout.elements::FlowGroupElement/removeChild()[/Users/harbs/Documents/ApacheFlex/flex-tlf/te
False alarm I do get this error. Sorry. :(
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/DISCUSS-Release-Apache-Flex-4-14-0-tp43390p43752.html
Sent from the Apache Flex Development mailing list archive at Na
Harbs,
Saying "Undo" you mean simple ctrl + z (cmd + z on Mac) yes ? I've created
simple application with RichEditableText and add there TextFlow.
I did this scenario and I didn't have runtime error, however after hit ctrl
+ z (undo) I have not back my deleted text.
Piotr
-
Apache Flex PMC
On Thu, Dec 18, 2014 at 11:25 AM, Alex Harui wrote:
>
>
>
> On 12/18/14, 11:15 AM, "OmPrakash Muppirala" wrote:
>
> >On Thu, Dec 18, 2014 at 10:54 AM, okrue...@edscha.com
> >
> >wrote:
> >>
> >> >I believe the users are having these problems on non-mobile apps
> >> Yes, you're right!
> >> I've pu
On 12/18/14, 11:15 AM, "OmPrakash Muppirala" wrote:
>On Thu, Dec 18, 2014 at 10:54 AM, okrue...@edscha.com
>
>wrote:
>>
>> >I believe the users are having these problems on non-mobile apps
>> Yes, you're right!
>> I've put this info into the 'environment' field of the issue 34690:
>> "Environme
On Thu, Dec 18, 2014 at 10:54 AM, okrue...@edscha.com
wrote:
>
> >I believe the users are having these problems on non-mobile apps
> Yes, you're right!
> I've put this info into the 'environment' field of the issue 34690:
> "Environment: Flex 'Desktop' project..."
> Next time it would be better to
>I believe the users are having these problems on non-mobile apps
Yes, you're right!
I've put this info into the 'environment' field of the issue 34690:
"Environment: Flex 'Desktop' project..."
Next time it would be better to place this kind of info to the
"description"!
However, many thanks for
flex-sdk_release-candidate - Build #37 - Successful
Changes since last build:
[chrsmrtn] modified script to detect emulated environments on windows versus
unix and build the main file list to copy accordingly
For more information, check the console output at
http://apacheflexbuild.cloudapp.net
On Dec 18, 2014 8:44 AM, "Alex Harui" wrote:
>
> I haven’t tried it myself, but a quick look makes it appear that
> BusyIndicator is in the Spark project, but the only default skin I see for
> it is in the mobile theme, so if you aren’t using the mobile theme, I
> can’t see how you’d get a skin fo
Okay, committed to release4.14.0 branch. Will need someone with a Mac to give
the script a test. Basically just make sure adl and adt are present in the
target framework's bin folder. And that adl.exe and adt.bat are not present.
Chris
> From: e...@ixsoftware.nl
> Date: Thu, 18 Dec 2014 08
Both of those issues affect non-table TextFlows.
There is definitely at least one issue that’s bound to affect at least some
people:
1) Create a TextFlow.
2) Select All the text.
3) Hit Enter
4) Undo
You get a runtime error. The RTE only happens when using Enter to delete the
text, and somethi
>I really enjoyed C# programming when I used it more. Why didn't you continue
>down the C# path for Randori?
We did. There are Randori versions for both C# and ActionScript and several big
deployed apps on both. However, TypeScript launched and began gaining
popularity. IMO, it makes a lot more
On 12/18/14, 8:37 AM, "Miguel Ferreira"
wrote:
>To overcome the problem after i import the image from XML I read all
>elements and i reset an embed image.
I’m not quite sure what you meant by this. What does it mean to “import
an image from XML” and “reset an embed” and are you saying that al
To be clear, then the next opportunity we have to make this switch is for
4.15. The changes are in the Flex SDK install scripts, not in the
Installer.
If someone wants to help keep the MD5s up-to-date in the interim, then the
window for folks to get false errors will be smaller.
-Alex
On 12/18/
I haven’t tried it myself, but a quick look makes it appear that
BusyIndicator is in the Spark project, but the only default skin I see for
it is in the mobile theme, so if you aren’t using the mobile theme, I
can’t see how you’d get a skin for it. Did BusyIndicator get moved to
Spark without its
To overcome the problem after i import the image from XML I read all elements
and i reset an embed image.
Because in this case is an logo that the app knows.
Something nice to add would be an inline BASE64 image.
So the basic idea is we have a Xhtml inline image
for example in xml:
then when we i
I hope we'll get some feedback from regular TLF users/projects, see if
they experience any regressions. If we have no regressions in the
'normal' (non-table) TLF, I have no problems releasing with a few
known issues in the new table functionality.
EdB
On Thu, Dec 18, 2014 at 5:19 PM, Harbs wro
Here’s the TLF issues that I know of:
1) There’s an issue related to SplitParagraphOperation that seems to cause
things to go off in certain cases. I have two separate test cases where it’s
failing. One is with tables, and the other is without. I’ve been working on
tracking this down, but I hav
Ok,
I will do it.
I don't know if it is a bug or maybe is missing something on my side.
> Subject: Re: TLF and images
> From: harbs.li...@gmail.com
> Date: Thu, 18 Dec 2014 18:13:32 +0200
> CC: us...@flex.apache.org
> To: dev@flex.apache.org
>
> Can you create a JIRA issue with a sample app whic
Can you create a JIRA issue with a sample app which shows the problem?[1]
On Dec 18, 2014, at 5:38 PM, Miguel Ferreira
wrote:
> Neverthless the image problem is not fixed i saw that the
> InlineGraphicElement did not load the image i will search what i need to do
> to load it.
> I installed t
I've switched the Mustella VM to 1.8 as well. No problems (relating to
Java) there. I think we can safely claim that we "do" Java (1.)8 ;-)
Anyone up for changing the README?
EdB
On Sat, Dec 13, 2014 at 5:30 AM, OmPrakash Muppirala
wrote:
> On Dec 12, 2014 8:29 PM, "Justin Mclean" wrote:
>>
Well, the emails from flex.ci.builds were going into moderation. I think
I’ve fixed that.
-Alex
On 12/18/14, 8:02 AM, "Erik de Bruin" wrote:
>So, this works as expected now, but I notice a significant delay
>between the sending and delivery of these notifications. So, for now,
>it seems to tak
So, this works as expected now, but I notice a significant delay
between the sending and delivery of these notifications. So, for now,
it seems to take about an hour after the build completes before this
list is notified. Just FYI.
EdB
On Thu, Dec 18, 2014 at 3:54 PM, wrote:
> flex-sdk_releas
flex-sdk_release-candidate - Build #36 - Successful
Changes since last build:
[erik] Updated with recently resolved JIRAs
For more information, check the console output at
http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/36/.
IMO, we are seeing bad downloads from apacheflexbuilds, not some problem
with the MD5 signatures or the Installer (other than my suspicion that AIR
just doesn’t handle big downloads as well as other libraries). So, as
long as folks want to use the AIR-based Installer, either we nicely tell
them t
OK, you should be able to assign issues to yourself now.
On 12/18/14, 2:05 AM, "Mahmoud Ali Neto" wrote:
>I have a JIRA account created (akamud), I can't assign issues to me. but
>I'm already resolving FLEX-34692 and FLEX-34682.
I tried the new SDK.
It seems ok but the Font quality is poor all my application look kind of foogy
now!
Neverthless the image problem is not fixed i saw that the InlineGraphicElement
did not load the image i will search what i need to do to load it.
I installed the SDK by the installer just to i
Hi,
Will try to get time tonight to find the communication I had with INFRA about
it, anyway, at the time of the request I sent back the infos to this list
(should still be in the archives), basically we have no control on fisheye, the
only thing I did was to ask them to plug it to our JIRA, rep
> I've just found that using flatspark and setting the applications chrome
> color results in an error:
> ...
>I will take at look at this tonight, are you using the same example in the
>GitHub page, just changing the chrome color?
Thank you!
To make sure we do not forget this I've created an J
After the release should be fine. Less moving targets at that point.
-Original Message-
From: Tom Chiverton [mailto:t...@extravision.com]
Sent: December-18-14 4:05 AM
To: dev@flex.apache.org
Subject: Re: [INSTALLER] can't we make MD5 checking optional
I think there is enough going on alr
Seems to me there are two issues.
The installer changes to support the 4.14 SDK, and the 4.14 install itself.
If you are only interested in testing theSDK, use the Ant-based method
to install the binaries.
By all means we do need to test the installer changes too, but there is
no reason why
I'm glad to hear it was the same problem for you too.
> Ha So simple! :)
...yet so painful :D
Frédéric, on this thread[1] we were talking about FishEye, though not
very much about its integration in Jira. I mentioned it a while ago,
and now again, that it would be very useful to see all the commits
made against a particular ticket when looking at the Jira issue.
Currently this[2] is what ha
Only to make sure that I did not something wrong I attach my installer.log
Please have a look on it. Is everything ok, especially the SDK download URL?
Version 3.1.0 (windows)
Using Locale: de_DE
Ermitteln von mirror URL über CGI-Skript erfolgreich.
AIR version 15.0
Flash Player version 15.0
Crea
Alex, everyone,
Can't we disable the MD5 check for 'experimental' (RC and Nightly)
installs, at least? The problems with the Installer are now
interfering with the people willing to help us test 4.14, which is
less than motivating, I can imagine...
EdB
On Thu, Dec 18, 2014 at 2:35 PM, Krüger,
OK, going back on topic:
The problem with the BusyIndicator has not gone away, even with the
fix. At least, not for several people on the 'users@' list and Olaf on
this one...
Om? Anyone? Thought?
EdB
On Thu, Dec 18, 2014 at 11:41 AM, Krüger, Olaf wrote:
>> Olaf, please try again and see if
Olaf,
Thanks for sticking with this. Let's use this thread to address the
download/install problems. And let's use the 'old' thread for the
BusyIndicator issue, as it seems clear now that the fix was all but a
fix ;-)
EdB
On Thu, Dec 18, 2014 at 2:35 PM, Krüger, Olaf wrote:
> To avoid the pol
To avoid the pollution of other topics with the above topic I create a new one.
To test some minor fixes that are only available with the latest build I'd like
to install the latest build of '4.14.0 RC' using the installer.
I've installed the '4.14.0 RC' build several times (sometimes it fails c
I get the same thing. I think Fred addressed this a while ago, maybe
you can look through the email archives to see if (and how) this was
resolved?
EdB
On Thu, Dec 18, 2014 at 12:46 PM, Mihai Chira wrote:
> This actually worked for a while, and now it asks me again to log into
> fisheye[1] if
Thank you.
I've updated the RELEASE_NOTES and the 'want to fix' JIRA ticket.
EdB
On Thu, Dec 18, 2014 at 12:42 PM, Mihai Chira wrote:
> Both FLEX-26478 and FLEX-34609 are resolved, and now (after making
> sure they're in the 4.14 RC) I marked them as resolved in Jira.
>
> On 18 December 2014
This actually worked for a while, and now it asks me again to log into
fisheye[1] if I want to see what commits were made for a ticket. How
can I help solve this?
[1] http://oi58.tinypic.com/6ied81.jpg
On 12 September 2014 at 11:11, Mihai Chira wrote:
> Shall we open an INFRA ticket for this?
>
Both FLEX-26478 and FLEX-34609 are resolved, and now (after making
sure they're in the 4.14 RC) I marked them as resolved in Jira.
On 18 December 2014 at 09:22, Erik de Bruin wrote:
> Hi,
>
> I've just cherry-picked the changes from the release branch into the
> develop branch. I've chosen to che
I think there is enough going on already, and there's no urgent need ?
Tom
On 16/12/14 19:31, Alex Harui wrote:
OK, I’m willing to see a small charge, I just don’t want to get hit with a
big bill if we do become popular.
Anyway, do you want us to take on switching to this for 4.14 or after?
(forwarding to dev)
-- Forwarded message --
From: Mihai Chira
Date: 18 December 2014 at 11:17
Subject: Re: Fwd: [4.14] testing is easy!
To: us...@flex.apache.org
FYI Yesterday I compiled TrafficLIVE (pretty big application; many
sub-projects) against 4.14.0, and the smoke test
> Olaf, please try again and see if the error is gone.
I tried to install '4.14.' and the 'nightly build' also several times yesterday
and today.
The installer always stops after downloading cause of problems with 'Verifying
Apache Flex SDK MD5 Signature'.
(By installing 4.13. no errors occurred
I have a JIRA account created (akamud), I can't assign issues to me. but
I'm already resolving FLEX-34692 and FLEX-34682.
>
> Sure, it is an issue with a new feature. Please commit to
> 'release4.14', it will be merged into develop after we've released.
Okay :)
flex-sdk_release-candidate - Build #35 - Successful
Changes since last build:
No changes
For more information, check the console output at
http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/35/.
Hi,
I've just cherry-picked the changes from the release branch into the
develop branch. I've chosen to cherry-pick rather than merge because
of the issues we had with a failed merge earlier this week, which made
the release branch a bit of a mess. I plan to do this more regularly
from now on, in
67 matches
Mail list logo