Re: PMC volunteers for mailing list moderation?
On Mon, Jan 7, 2013 at 9:51 AM, Bertrand Delacretaz wrote: > ...Could we have 1-2 additional volunteers from the Flex PMC to moderate > the project's mailing lists?... Thanks to the volunteers, I've created INFRA-5743 for this. -Bertrand
Re: Old Flex style and component explorers
IMO Flex Style explorer was a great idea in its current time. Flex 4.x and so on are more focused on Skins. So time passed and this isn't relevant anymore. Igor Costa www.igorcosta.com www.igorcosta.org On Wed, Jan 9, 2013 at 5:56 AM, Justin Mclean wrote: > Hi, > > > The links are no longer working unfortunately. Is there any news on this? > > It would be nice to have this running on the new Flex website. > > > Perhaps this? > > http://wayback.archive.org/web/*/http://examples.adobe.com/flex3/componentexplorer/explorer.html > > Hopefully the content is archived somewhere and it can be donated to > Apache Flex. > > Justin
[OT] Interesting stat from JetBrains
They are seeing the use of Flash/Flex actually go up since the beginning of last year... http://blogs.jetbrains.com/idea/2013/01/how-is-flash-doing/ It might be a fact that people are dumping FB, or it might be a sign that the community is getting stronger... Either way, I'm glad that we are actually registering on their map ;) Does anybody know if Apache keeps stats as to the package downloads? -Nick
Re: [OT] Interesting stat from JetBrains
Great new! thanks to share Nicholas :) 2013/1/9 Nicholas Kwiatkowski > They are seeing the use of Flash/Flex actually go up since the beginning of > last year... > > http://blogs.jetbrains.com/idea/2013/01/how-is-flash-doing/ > > It might be a fact that people are dumping FB, or it might be a sign that > the community is getting stronger... Either way, I'm glad that we are > actually registering on their map ;) > > Does anybody know if Apache keeps stats as to the package downloads? > > -Nick > -- Carlos Rovira Director de Tecnología M: +34 607 22 60 05 F: +34 912 94 80 80 http://www.codeoscopic.com http://www.directwriter.es http://www.avant2.es
Re: [OT] Interesting stat from JetBrains
21% for Maven is awesome! Can't wait for 100% ;) On Wed, Jan 9, 2013 at 4:56 PM, Nicholas Kwiatkowski wrote: > They are seeing the use of Flash/Flex actually go up since the beginning of > last year... > > http://blogs.jetbrains.com/idea/2013/01/how-is-flash-doing/ > > It might be a fact that people are dumping FB, or it might be a sign that > the community is getting stronger... Either way, I'm glad that we are > actually registering on their map ;) > > Does anybody know if Apache keeps stats as to the package downloads? > > -Nick > -- Best regards, Sergey Egorov
Re: [OT] Interesting stat from JetBrains
On Wed, Jan 9, 2013 at 1:56 PM, Nicholas Kwiatkowski wrote: > ...Does anybody know if Apache keeps stats as to the package downloads?... I don't know, but that wouldn't be very relevant anyway as downloads are mirrored outside of apache.org. -Bertrand
Re: [Marketing] New Website
Looks like I broke the chtml processing when I put in the new templator. I'll add that back in, and you should be set. I believe the issue stems from a change I made in the path.pm file. -Nick On Wed, Jan 9, 2013 at 2:24 AM, Om wrote: > On Tue, Jan 8, 2013 at 11:25 AM, Nicholas Kwiatkowski >wrote: > > > sure. That page is /content/v2/download-installer.cmsPage > > > > It should pretty much work like the pages on the old site. If you want > the > > fancy header (with the line underneath), instead of the more static one, > > you need to wrap your tags in a > > > > -Nick > > > > > I will work on the Installer page (Menu > Downloads > Download the SDK > > > Installer (For Application Developers)). > > > > > > Can I just create the page to show Installer 2.0? > > > > > > Thanks, > > > Om > > > > > > > > I tried, this is how it looks now: > http://flex.apache.org/v2/download-installer.html > > I am not sure how to make the new cms process the > v2/installerbadge/index.chtml file. Please take a look and let me know > what I am missing? > > Thanks, > Om >
Re: [OT] Interesting stat from JetBrains
True -- but we do tunnel all of our downloads through the mirror.cgi, which then refers to the mirrors. It wouldn't be complete (some people may download directly from the mirrors), but it would be a fun stat to see how we are doing as a community. -Nick On Wed, Jan 9, 2013 at 8:07 AM, Bertrand Delacretaz wrote: > On Wed, Jan 9, 2013 at 1:56 PM, Nicholas Kwiatkowski > wrote: > > ...Does anybody know if Apache keeps stats as to the package > downloads?... > > I don't know, but that wouldn't be very relevant anyway as downloads > are mirrored outside of apache.org. > > -Bertrand >
Re: README and RELEASE_NOTES file names
Like I said several entries back the kit should have a README and it should go to the dist directory. Right beside it there should be a copy of the same file called READme. This file is not in the source kit. We should make a copy of README when we push the files to dist. The links will work to README although it doesn't show in the directory listing and the READme will show in the directory listing. I had a discussion with infra. No, we can not get README to show up. Carol On 1/8/13 7 :36PM, "Justin Mclean" wrote: >Hi, > >> When you made the 4.9.0 release, you probably just updated the link, >>but we >> never had README in the 4.9.0 release. >We did it just was renamed in the dist area to READme.txt. > >> We really need to have a note about this in the Release Guide. >The release guide currently specifies README and RELEASE_NOTES. > >Justin >
Re: Watch out for "svn switch"
I had the same issue on one of the two copies of the develop branch that I "switched". Carol On 1/8/13 11 :00PM, "Alex Harui" wrote: >Hi, > >I¹m now many hours into trying to repair a working copy destroyed by >using ³svn switch² which we have to use in order to continue to use a >working copy after the migration from incubator to the top-level. >Actually, I¹ve given up and am now checking out a new working copy. > >My theory is that I had some changes pending and somewhere in the hidden >svn files it stored a path to the incubator that didn¹t get changed by >svn switch. Today I did an ³svn update² on that working copy, changed to >a different window while it ran and when I came back, it had deleted most >of the files from my working copy. After doing some investigation, I >couldn¹t figure out why it went bad since ³svn info² was pointing to the >right place. I ran ³svn switch² again and then ran ³svn update² again >and watched a lot of files get added again, so I thought it was just a >temporary glitch and I thought it brought back everything, but then when >I tried to build I found that lots of files were still missing. >Fortunately, I don¹t think it deleted any of my changed files. > >All my other working copies seemed to switch ok, and some of them had >changes pending as well, so I don¹t have a full explanation as to why >this one went bad. Maybe one of you knows the answer and can clue us in >so others don¹t get burned this way. Just be careful when you do an svn >update. > >-- >Alex Harui >Flex SDK Team >Adobe Systems, Inc. >http://blogs.adobe.com/aharui
Re: AUTHOR and THANKS files
I may well be in the minority but I don't think those files are necessary and only add to all the housekeeping we already have. Carol On 1/8/13 6 :59PM, "Justin Mclean" wrote: >Hi, > >Ws just looking a couple of other apache projects and noticed that >couchdb has an AUTHORS and THANKS file which I think is a nice idea. Do >we want to do this for the next release? THANKS in particular I think is >a good idea. > >http://svn.apache.org/repos/asf/couchdb/trunk/ > >Justin
Re: [OT] Interesting stat from JetBrains
On 1/9/13 5:12 AM, "Nicholas Kwiatkowski" wrote: > True -- but we do tunnel all of our downloads through the mirror.cgi, which > then refers to the mirrors. It wouldn't be complete (some people may > download directly from the mirrors), but it would be a fun stat to see how > we are doing as a community. > Last time I asked, I think the answer was that Apache does not track any stats on page hits. Since we generally run a cgi for the downloads, how hard would it be to add one of those page hit counters to it? -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui
Re: [OT] Interesting stat from JetBrains
I don't think the CGI has write permissions to the disk (and I don't think my perl kung-fu is good enough to make a DB connection to -- somewhere?). I can't believe that none of the projects are tracking downloads... -Nick On Wed, Jan 9, 2013 at 11:03 AM, Alex Harui wrote: > > > > On 1/9/13 5:12 AM, "Nicholas Kwiatkowski" wrote: > > > True -- but we do tunnel all of our downloads through the mirror.cgi, > which > > then refers to the mirrors. It wouldn't be complete (some people may > > download directly from the mirrors), but it would be a fun stat to see > how > > we are doing as a community. > > > Last time I asked, I think the answer was that Apache does not track any > stats on page hits. Since we generally run a cgi for the downloads, how > hard would it be to add one of those page hit counters to it? > > -- > Alex Harui > Flex SDK Team > Adobe Systems, Inc. > http://blogs.adobe.com/aharui > >
Flex content contribution to Apache was [RE: Old Flex style and component explorers]
Hi. As promised, here is the initial list of content that may be donated. I am still investigating legal issues related to donating CC licensed content. We do have the code for http://examples.adobe.com/flex3/componentexplorer/explorer.html (The page itself is not archived anywhere). It was part of the Flex 3 SDK so some of you may have the code for it already. I have added it to the list of content to be contributed. You can see the we have a lot of Flex content. The list below is mostly Flex 4 focused. I haven't started compiling the list of Flex 3 content yet. I know many of the pieces listed below may not be very useful any more. Rather than dumping everything on Apache, I'd rather contribute what the community finds valuable. Can you let me know what content you would like to have? Thanks, Michelle Help docs http://help.adobe.com/en_US/flex/using/index.html http://help.adobe.com/en_US/flex/mobileapps/index.html http://help.adobe.com/en_US/flex/accessingdata/index.html General articles http://www.adobe.com/devnet/flex/articles/100-days-of-exercise.html http://www.adobe.com/devnet/flex/articles/actionscript_blitting.html http://www.adobe.com/devnet/flex/articles/best_practices_pt1.html http://www.adobe.com/devnet/flex/articles/build_first_dashboard.html http://www.adobe.com/devnet/flex/articles/cairngorm_pt1.html http://www.adobe.com/devnet/flex/articles/caltrain-times-story.html http://www.adobe.com/devnet/flex/articles/configure_flashbuilder_pdt.html http://www.adobe.com/devnet/flex/articles/crud_flex_php_zend.html http://www.adobe.com/devnet/flex/articles/databinding_pitfalls.html http://www.adobe.com/devnet/flex/articles/dynamic_skin_parts.html http://www.adobe.com/devnet/flex/articles/employee-directory-android-flex.html http://www.adobe.com/devnet/flex/articles/file_upload.html http://www.adobe.com/devnet/flex/articles/flashbuilder_blazeds.html http://www.adobe.com/devnet/flex/articles/flashbuilder_shortcuts_tips.html http://www.adobe.com/devnet/flex/articles/flashbuilder_webservice_dotnet.html http://www.adobe.com/devnet/flex/articles/flashbuilder4_debugging_part1.html http://www.adobe.com/devnet/flex/articles/flashbuilder4_skin_parts.html http://www.adobe.com/devnet/flex/articles/flashbuilder4_tdd.html http://www.adobe.com/devnet/flex/articles/flex_ant_pt1.html http://www.adobe.com/devnet/flex/articles/flex_certification.html http://www.adobe.com/devnet/flex/articles/flex_django.html http://www.adobe.com/devnet/flex/articles/flex_framework.html http://www.adobe.com/devnet/flex/articles/flex_java_architecture.html http://www.adobe.com/devnet/flex/articles/flex_java_technologies.html http://www.adobe.com/devnet/flex/articles/flex_localization_pt1.html http://www.adobe.com/devnet/flex/articles/flex_paypal.html http://www.adobe.com/devnet/flex/articles/flex_php_architecture.html http://www.adobe.com/devnet/flex/articles/flex_security.html http://www.adobe.com/devnet/flex/articles/flex_tofino_visualstudio.html http://www.adobe.com/devnet/flex/articles/flex-announcements.html http://www.adobe.com/devnet/flex/articles/flex-containers-tips.html http://www.adobe.com/devnet/flex/articles/flex-custom-preloader.html http://www.adobe.com/devnet/flex/articles/flex-localization-pt2.html http://www.adobe.com/devnet/flex/articles/flex-maven-flexmojos-pt1.html http://www.adobe.com/devnet/flex/articles/flex-maven-flexmojos-pt2.html http://www.adobe.com/devnet/flex/articles/flex-maven-flexmojos-pt3.html http://www.adobe.com/devnet/flex/articles/flex-mobile-development-tips-tricks-pt1.html http://www.adobe.com/devnet/flex/articles/flex-mobile-development-tips-tricks-pt2.html http://www.adobe.com/devnet/flex/articles/flex-mobile-development-tips-tricks-pt3.html http://www.adobe.com/devnet/flex/articles/flex-mobile-development-tips-tricks-pt4.html http://www.adobe.com/devnet/flex/articles/flex-mobile-development-tips-tricks-pt5.html http://www.adobe.com/devnet/flex/articles/flex-mobile-performance-checklist.html http://www.adobe.com/devnet/flex/articles/flex3and4_differences.html http://www.adobe.com/devnet/flex/articles/flex4_effects_pt1.html http://www.adobe.com/devnet/flex/articles/flex4_effects_pt2.html http://www.adobe.com/devnet/flex/articles/flex4_hibernate.html http://www.adobe.com/devnet/flex/articles/flex4_java_integration.html http://www.adobe.com/devnet/flex/articles/flex4_skinning.html http://www.adobe.com/devnet/flex/articles/flex4_sparkintro.html http://www.adobe.com/devnet/flex/articles/flex4_viewport_scrolling.html http://www.adobe.com/devnet/flex/articles/flexbuilder3_to_flashbuilder4.html http://www.adobe.com/devnet/flex/articles/fullstack_pt1.html http://www.adobe.com/devnet/flex/articles/global-exception-handling.html http://www.adobe.com/devnet/flex/articles/interactive_maps.html http://www.adobe.com/devnet/flex/articles/introducing_cairngorm.html http://www.adobe.com/devnet/flex/articles/introducing-flex45
Install SDK 4.9.0
I am trying to install it but no luck. If I use Apache Flex SDK Installer it installs 4.8.0. Downloaded version of the SDK does not have all parts, or I simply dont where to get them from. Please, help. Thanks
Re: Install SDK 4.9.0
Hello Mark, The installer for 4.9 is currently in voting status. I think the version you use is the latest release of the installer which targeted 4.8 so it makes sense. If you're patient, the voting ends tonight so the new installer will probably be available during the next days. If you can't wait you can use the latest RC. On Wed, Jan 9, 2013 at 6:52 PM, mark goldin wrote: > I am trying to install it but no luck. If I use Apache Flex SDK Installer > it installs 4.8.0. Downloaded version of the SDK does not have all parts, > or I simply dont where to get them from. > Please, help. > > Thanks > -- Nick Tsitlakidis, CEO and Software Architect at Perfect Edge LTD. www.perfectedz.com
Re: Install SDK 4.9.0
Thanks for the info. On Wed, Jan 9, 2013 at 11:05 AM, Nick Tsitlakidis wrote: > Hello Mark, > > The installer for 4.9 is currently in voting status. I think the version > you use is the latest release of the installer which targeted 4.8 so it > makes sense. > > If you're patient, the voting ends tonight so the new installer will > probably be available during the next days. > If you can't wait you can use the latest RC. > > > On Wed, Jan 9, 2013 at 6:52 PM, mark goldin wrote: > > > I am trying to install it but no luck. If I use Apache Flex SDK Installer > > it installs 4.8.0. Downloaded version of the SDK does not have all parts, > > or I simply dont where to get them from. > > Please, help. > > > > Thanks > > > > > > -- > Nick Tsitlakidis, > > CEO and Software Architect at Perfect Edge LTD. > www.perfectedz.com >
Re: [OT] Interesting stat from JetBrains
On 1/9/13 8:12 AM, "Nicholas Kwiatkowski" wrote: > I don't think the CGI has write permissions to the disk (and I don't think > my perl kung-fu is good enough to make a DB connection to -- somewhere?). See: http://www.apache.org/dev/release.html#stats -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui
Re: [OT] Interesting stat from JetBrains
It's nice to see it on the uprise, but there's no numbers. They could be talking 10-20 users per month or thousands. Not to be a negative nancy but I wonder what the actual numbers are. -omar On Wednesday, January 9, 2013, Nicholas Kwiatkowski wrote: > They are seeing the use of Flash/Flex actually go up since the beginning of > last year... > > http://blogs.jetbrains.com/idea/2013/01/how-is-flash-doing/ > > It might be a fact that people are dumping FB, or it might be a sign that > the community is getting stronger... Either way, I'm glad that we are > actually registering on their map ;) > > Does anybody know if Apache keeps stats as to the package downloads? > > -Nick >
RE: [Marketing] - Telling the world that we are a TLP...
> The vote for the Installer ends tomorrow. If the vote tally does not change > drastically overnight, we are in track to make the release happen by EOD > Wednesday. A press release around this time would be perfect timing. If the > website would be ready by > Friday, we should definitely wait before sending the press release out. The press release has been finalized. It is posted for your you to see here: https://docs.google.com/document/d/1bThdnEJZ20y0eStK863kcLSw7joDqKhw6THVLe2dCVQ/edit. At this point, we should not make any edits unless you see a "showstopper". The content in this press release is already public and is not under embargo. So, you may feel free to share it, blog about it, and otherwise get the word out. Second, the Apache Publicity & Marketing team has scheduled the Press Release to publish to the wire services we subscribe to on Monday January 14th. This will give the Apache Flex website team (Nick K + ???) time to add all of the content to the publicly facing website. I understand that others are finalizing the work on the new version of the installer and are wrapping things up on this project, too. I assume someone will help Nick get all of Michelle Yaiser's Flex content uploaded before then(LOL! or not)
Re: AUTHOR and THANKS files
QFE On Wednesday, January 9, 2013, Carol Frampton wrote: > I may well be in the minority but I don't think those files are necessary > and only add to all the housekeeping we already have. > > Carol > > On 1/8/13 6 :59PM, "Justin Mclean" > > wrote: > > >Hi, > > > >Ws just looking a couple of other apache projects and noticed that > >couchdb has an AUTHORS and THANKS file which I think is a nice idea. Do > >we want to do this for the next release? THANKS in particular I think is > >a good idea. > > > >http://svn.apache.org/repos/asf/couchdb/trunk/ > > > >Justin > >
Re: [OT] Interesting stat from JetBrains
We probably could ask them somehow off list since this project could be a huge boost of revenue for them when it turns the corner. Seeing as the compiler is opensource, I can see major benefits from them embracing Apache Flex, which in my opinion they already have. Mike Quoting Omar Gonzalez : It's nice to see it on the uprise, but there's no numbers. They could be talking 10-20 users per month or thousands. Not to be a negative nancy but I wonder what the actual numbers are. -omar On Wednesday, January 9, 2013, Nicholas Kwiatkowski wrote: They are seeing the use of Flash/Flex actually go up since the beginning of last year... http://blogs.jetbrains.com/idea/2013/01/how-is-flash-doing/ It might be a fact that people are dumping FB, or it might be a sign that the community is getting stronger... Either way, I'm glad that we are actually registering on their map ;) Does anybody know if Apache keeps stats as to the package downloads? -Nick -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com
RE: [Marketing] - Telling the world that we are a TLP...
Am I dumb or is; "The TLF (Text Frame Framework) was updated to version 3.0.33, and is now included in the SDK (there is no additional step required to download it separately)" supposed to be "... TLF (Text Layout Framework) ..." Mike Quoting "Guthmann, Scott" : The vote for the Installer ends tomorrow. If the vote tally does not change drastically overnight, we are in track to make the release happen by EOD Wednesday. A press release around this time would be perfect timing. If the website would be ready by Friday, we should definitely wait before sending the press release out. The press release has been finalized. It is posted for your you to see here: https://docs.google.com/document/d/1bThdnEJZ20y0eStK863kcLSw7joDqKhw6THVLe2dCVQ/edit. At this point, we should not make any edits unless you see a "showstopper". The content in this press release is already public and is not under embargo. So, you may feel free to share it, blog about it, and otherwise get the word out. Second, the Apache Publicity & Marketing team has scheduled the Press Release to publish to the wire services we subscribe to on Monday January 14th. This will give the Apache Flex website team (Nick K + ???) time to add all of the content to the publicly facing website. I understand that others are finalizing the work on the new version of the installer and are wrapping things up on this project, too. I assume someone will help Nick get all of Michelle Yaiser's Flex content uploaded before then(LOL! or not) -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com
Re: Flex content contribution to Apache was [RE: Old Flex style and component explorers]
Is the plan to keep these hosted at the ADC, or do think they plan on moving them over to the Apache domain? -Nick On Wed, Jan 9, 2013 at 11:44 AM, Michelle Yaiser wrote: > Hi. > > As promised, here is the initial list of content that may be donated. I am > still investigating legal issues related to donating CC licensed content. > > We do have the code for > http://examples.adobe.com/flex3/componentexplorer/explorer.html (The page > itself is not archived anywhere). It was part of the Flex 3 SDK so some of > you may have the code for it already. I have added it to the list of > content to be contributed. > > You can see the we have a lot of Flex content. The list below is mostly > Flex 4 focused. I haven't started compiling the list of Flex 3 content yet. > > I know many of the pieces listed below may not be very useful any more. > Rather than dumping everything on Apache, I'd rather contribute what the > community finds valuable. Can you let me know what content you would like > to have? > > Thanks, > Michelle > > > Help docs > http://help.adobe.com/en_US/flex/using/index.html > http://help.adobe.com/en_US/flex/mobileapps/index.html > http://help.adobe.com/en_US/flex/accessingdata/index.html > > > General articles > http://www.adobe.com/devnet/flex/articles/100-days-of-exercise.html > http://www.adobe.com/devnet/flex/articles/actionscript_blitting.html > http://www.adobe.com/devnet/flex/articles/best_practices_pt1.html > http://www.adobe.com/devnet/flex/articles/build_first_dashboard.html > http://www.adobe.com/devnet/flex/articles/cairngorm_pt1.html > http://www.adobe.com/devnet/flex/articles/caltrain-times-story.html > http://www.adobe.com/devnet/flex/articles/configure_flashbuilder_pdt.html > http://www.adobe.com/devnet/flex/articles/crud_flex_php_zend.html > http://www.adobe.com/devnet/flex/articles/databinding_pitfalls.html > http://www.adobe.com/devnet/flex/articles/dynamic_skin_parts.html > > http://www.adobe.com/devnet/flex/articles/employee-directory-android-flex.html > http://www.adobe.com/devnet/flex/articles/file_upload.html > http://www.adobe.com/devnet/flex/articles/flashbuilder_blazeds.html > http://www.adobe.com/devnet/flex/articles/flashbuilder_shortcuts_tips.html > > http://www.adobe.com/devnet/flex/articles/flashbuilder_webservice_dotnet.html > > http://www.adobe.com/devnet/flex/articles/flashbuilder4_debugging_part1.html > http://www.adobe.com/devnet/flex/articles/flashbuilder4_skin_parts.html > http://www.adobe.com/devnet/flex/articles/flashbuilder4_tdd.html > http://www.adobe.com/devnet/flex/articles/flex_ant_pt1.html > http://www.adobe.com/devnet/flex/articles/flex_certification.html > http://www.adobe.com/devnet/flex/articles/flex_django.html > http://www.adobe.com/devnet/flex/articles/flex_framework.html > http://www.adobe.com/devnet/flex/articles/flex_java_architecture.html > http://www.adobe.com/devnet/flex/articles/flex_java_technologies.html > http://www.adobe.com/devnet/flex/articles/flex_localization_pt1.html > http://www.adobe.com/devnet/flex/articles/flex_paypal.html > http://www.adobe.com/devnet/flex/articles/flex_php_architecture.html > http://www.adobe.com/devnet/flex/articles/flex_security.html > http://www.adobe.com/devnet/flex/articles/flex_tofino_visualstudio.html > http://www.adobe.com/devnet/flex/articles/flex-announcements.html > http://www.adobe.com/devnet/flex/articles/flex-containers-tips.html > http://www.adobe.com/devnet/flex/articles/flex-custom-preloader.html > http://www.adobe.com/devnet/flex/articles/flex-localization-pt2.html > http://www.adobe.com/devnet/flex/articles/flex-maven-flexmojos-pt1.html > http://www.adobe.com/devnet/flex/articles/flex-maven-flexmojos-pt2.html > http://www.adobe.com/devnet/flex/articles/flex-maven-flexmojos-pt3.html > > http://www.adobe.com/devnet/flex/articles/flex-mobile-development-tips-tricks-pt1.html > > http://www.adobe.com/devnet/flex/articles/flex-mobile-development-tips-tricks-pt2.html > > http://www.adobe.com/devnet/flex/articles/flex-mobile-development-tips-tricks-pt3.html > > http://www.adobe.com/devnet/flex/articles/flex-mobile-development-tips-tricks-pt4.html > > http://www.adobe.com/devnet/flex/articles/flex-mobile-development-tips-tricks-pt5.html > > http://www.adobe.com/devnet/flex/articles/flex-mobile-performance-checklist.html > http://www.adobe.com/devnet/flex/articles/flex3and4_differences.html > http://www.adobe.com/devnet/flex/articles/flex4_effects_pt1.html > http://www.adobe.com/devnet/flex/articles/flex4_effects_pt2.html > http://www.adobe.com/devnet/flex/articles/flex4_hibernate.html > http://www.adobe.com/devnet/flex/articles/flex4_java_integration.html > http://www.adobe.com/devnet/flex/articles/flex4_skinning.html > http://www.adobe.com/devnet/flex/articles/flex4_sparkintro.html > http://www.adobe.com/devnet/flex/articles/flex4_viewport_scrolling.html > > http://www.adobe.com/devnet/flex/articles/flexbuilder3_to_flashbuilder4.html > http://www.adobe.com/devnet/flex/articles/fullstack_pt1.
RE: [Marketing] New Website
> Do you want to create a directory under site/trunk/content/v2 where > the committer mugshots would go? Folks can just check it in with this format: > .jpg IMO, this isn't something that is a "must have" on the Flex website. The project volunteers have done a fantastic job creating an SDK source, SDK binaries, and IDE installer including added features to innovate beyond the release that the very innovative company Adobe released with Adobe Flex 4.6. I am not opposed to adding mugshots, I'm just pointing out that I think the appeal of Apache Flex is the wonderful code we are releasing and technical accomplishments that have been made in this first community release. When it is impossible to install the binaries or source incorrectly even without reading release notes, we can start to rest easy.
Re: [Marketing] - Telling the world that we are a TLP...
Hi Scott, I opened the document and it looked like the following before the dateline, which doesn't make sense to me: - The Apache Software Foundation Announces Apache Flex as a Top-Level Project Open Source, cross-platform application framework for easily building and maintaining Flash®-based applications across all major browsers, desktops and devices, including smartphones, tablets and television. -- Also, the "on version 4.9" doesn't make sense in the following and doesn't seem necessary: "Code has been donated but our work isn¹t complete to include better support for Maven and better parity between mx and spark components on version 4.9," Other than that, it looks ok. -ALex On 1/9/13 10:07 AM, "Guthmann, Scott" wrote: >> The vote for the Installer ends tomorrow. If the vote tally does not change >> drastically overnight, we are in track to make the release happen by EOD >> Wednesday. A press release around this time would be perfect timing. If the >> website would be ready by >> Friday, we should definitely wait before sending the press release out. > The press release has been finalized. It is posted for your you to see here: > https://docs.google.com/document/d/1bThdnEJZ20y0eStK863kcLSw7joDqKhw6THVLe2dCV > Q/edit. At this point, we should not make any edits unless you see a > "showstopper". The content in this press release is already public and is not > under embargo. So, you may feel free to share it, blog about it, and otherwise > get the word out. > > Second, the Apache Publicity & Marketing team has scheduled the Press Release > to publish to the wire services we subscribe to on Monday January 14th. This > will give the Apache Flex website team (Nick K + ???) time to add all of the > content to the publicly facing website. I understand that others are > finalizing the work on the new version of the installer and are wrapping > things up on this project, too. I assume someone will help Nick get all of > Michelle Yaiser's Flex content uploaded before then(LOL! or not) -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui
RE: [Marketing] - Telling the world that we are a TLP...
> supposed to be "... TLF (Text Layout Framework) ..." Fixed. Thanks!
RE: [Marketing] - Telling the world that we are a TLP...
> Open Source, cross-platform application framework for easily building and > maintaining Flash®-based applications across all major browsers, desktops and > devices, including smartphones, tablets and television. I inserted "Apache Flex is an" before the Open Source. > Also, the "on version 4.9" doesn't make sense in the following and doesn't > seem necessary: > "Code has been donated but our work isn¹t complete to include better support > for Maven and better parity between mx and spark components on version 4.9," I deleted "on version 4.9" from the end of this sentence.
Re: [Marketing] - Telling the world that we are a TLP...
Scott, It looks good. One edit I would look at is, "The Flex framework allows expressive Web applications to deploy consistently on all major browsers, desktops and devices (including smartphones, tablets and TV). " I don't know if we want to limit the description of what Flex can create to "Web" applications. Maybe "... allows expressive online applications...", "...online and offline applications..." or remove the word "web" all together. On Tue, Jan 8, 2013 at 11:34 AM, Guthmann, Scott wrote: > On Jan 8, 2013 8:46 AM, "Greg Reddin" wrote: > > One big win from this is that we're going through the process of a > > press release now. Now that we are more aware of the process next time > > so we can manage the timing and whatnot. There's nothing wrong with > > the timing of this, but maybe next time we can coordinate the software > > release with a press release coming shortly thereafter. > > Greg > > I will discuss timing with Sally and see what feedback she has. In my > mind, this PR provides information about a release than was made on > 12-27-12 and it provides news that we are a TLP. The site mirrors and > resources have been upgrading and we are finding errors on some of the > drives & revised error messages.so, this week or next week is just > about the earliest we could send this info out. > > > > The vote for the Installer ends tomorrow. If the vote tally does not > change drastically overnight, we are in track to make the release happen by > EOD Wednesday. A press release around this time would be perfect timing. > If the website would be ready by > > Friday, we should definitely wait before sending the press release out. > > I will discuss timing with Sally and see what feedback she has and post > here with the advice. > > > > Also, should we mention a redesigned project website in the press > release? > > I do not think we should. Mentioning that we are publishing a redesigned > website is something that we are proud of, but, isn't something a business > application owner would find important. This is something that a business > application owner expects to see. >
RE: [Marketing] - Telling the world that we are a TLP...
> Scott, > It looks good. One edit I would look at is, "The Flex framework allows > expressive Web applications to deploy consistently on all major browsers, > desktops and devices (including smartphones, tablets and TV). " > I don't know if we want to limit the description of what Flex can create to > "Web" applications. Maybe "... allows expressive online applications...", > "...online and offline applications..." or remove the word "web" all > together. I need help here. Is anyone else confused / concerned by the current phrase?
RE: Flex content contribution to Apache was [RE: Old Flex style and component explorers]
That has yet to be determined for the short term/immediate future. Longer term it should be hosted on the Apache domain. Eventually we (the ADC team) will archive this content but we haven't set an archive date yet. We aren't updating the content. We won't be publishing new Flex content. Cheers, Michelle - Michelle Yaiser Content & Community Manager | Developer Relations Adobe Systems | myai...@adobe.com | 781-839-1697 -Original Message- From: Nicholas Kwiatkowski [mailto:nicho...@spoon.as] Sent: Wednesday, January 09, 2013 1:19 PM To: dev@flex.apache.org Subject: Re: Flex content contribution to Apache was [RE: Old Flex style and component explorers] Is the plan to keep these hosted at the ADC, or do think they plan on moving them over to the Apache domain? -Nick On Wed, Jan 9, 2013 at 11:44 AM, Michelle Yaiser wrote: > Hi. > > As promised, here is the initial list of content that may be donated. > I am still investigating legal issues related to donating CC licensed content. > > We do have the code for > http://examples.adobe.com/flex3/componentexplorer/explorer.html (The > page itself is not archived anywhere). It was part of the Flex 3 SDK > so some of you may have the code for it already. I have added it to > the list of content to be contributed. > > You can see the we have a lot of Flex content. The list below is > mostly Flex 4 focused. I haven't started compiling the list of Flex 3 content > yet. > > I know many of the pieces listed below may not be very useful any more. > Rather than dumping everything on Apache, I'd rather contribute what > the community finds valuable. Can you let me know what content you > would like to have? > > Thanks, > Michelle > > > Help docs > http://help.adobe.com/en_US/flex/using/index.html > http://help.adobe.com/en_US/flex/mobileapps/index.html > http://help.adobe.com/en_US/flex/accessingdata/index.html > > > General articles > http://www.adobe.com/devnet/flex/articles/100-days-of-exercise.html > http://www.adobe.com/devnet/flex/articles/actionscript_blitting.html > http://www.adobe.com/devnet/flex/articles/best_practices_pt1.html > http://www.adobe.com/devnet/flex/articles/build_first_dashboard.html > http://www.adobe.com/devnet/flex/articles/cairngorm_pt1.html > http://www.adobe.com/devnet/flex/articles/caltrain-times-story.html > http://www.adobe.com/devnet/flex/articles/configure_flashbuilder_pdt.h > tml http://www.adobe.com/devnet/flex/articles/crud_flex_php_zend.html > http://www.adobe.com/devnet/flex/articles/databinding_pitfalls.html > http://www.adobe.com/devnet/flex/articles/dynamic_skin_parts.html > > http://www.adobe.com/devnet/flex/articles/employee-directory-android-f > lex.html http://www.adobe.com/devnet/flex/articles/file_upload.html > http://www.adobe.com/devnet/flex/articles/flashbuilder_blazeds.html > http://www.adobe.com/devnet/flex/articles/flashbuilder_shortcuts_tips. > html > > http://www.adobe.com/devnet/flex/articles/flashbuilder_webservice_dotn > et.html > > http://www.adobe.com/devnet/flex/articles/flashbuilder4_debugging_part > 1.html > http://www.adobe.com/devnet/flex/articles/flashbuilder4_skin_parts.htm > l http://www.adobe.com/devnet/flex/articles/flashbuilder4_tdd.html > http://www.adobe.com/devnet/flex/articles/flex_ant_pt1.html > http://www.adobe.com/devnet/flex/articles/flex_certification.html > http://www.adobe.com/devnet/flex/articles/flex_django.html > http://www.adobe.com/devnet/flex/articles/flex_framework.html > http://www.adobe.com/devnet/flex/articles/flex_java_architecture.html > http://www.adobe.com/devnet/flex/articles/flex_java_technologies.html > http://www.adobe.com/devnet/flex/articles/flex_localization_pt1.html > http://www.adobe.com/devnet/flex/articles/flex_paypal.html > http://www.adobe.com/devnet/flex/articles/flex_php_architecture.html > http://www.adobe.com/devnet/flex/articles/flex_security.html > http://www.adobe.com/devnet/flex/articles/flex_tofino_visualstudio.htm > l http://www.adobe.com/devnet/flex/articles/flex-announcements.html > http://www.adobe.com/devnet/flex/articles/flex-containers-tips.html > http://www.adobe.com/devnet/flex/articles/flex-custom-preloader.html > http://www.adobe.com/devnet/flex/articles/flex-localization-pt2.html > http://www.adobe.com/devnet/flex/articles/flex-maven-flexmojos-pt1.htm > l > http://www.adobe.com/devnet/flex/articles/flex-maven-flexmojos-pt2.htm > l > http://www.adobe.com/devnet/flex/articles/flex-maven-flexmojos-pt3.htm > l > > http://www.adobe.com/devnet/flex/articles/flex-mobile-development-tips > -tricks-pt1.html > > http://www.adobe.com/devnet/flex/articles/flex-mobile-development-tips > -tricks-pt2.html > > http://www.adobe.com/devnet/flex/articles/flex-mobile-development-tips > -tricks-pt3.html > > http://www.adobe.com/devnet/flex/articles/flex-mobile-development-tips > -tricks-pt4.html > > http://www.adobe.com/devnet/flex/articles/flex-mobile-deve
Re: [Marketing] - Telling the world that we are a TLP...
On 1/9/13 10:37 AM, "Guthmann, Scott" wrote: >> Scott, >> It looks good. One edit I would look at is, "The Flex framework allows >> expressive Web applications to deploy consistently on all major browsers, >> desktops and devices (including smartphones, tablets and TV). " >> I don't know if we want to limit the description of what Flex can create to >> "Web" applications. Maybe "... allows expressive online applications...", >> "...online and offline applications..." or remove the word "web" all >> together. > > I need help here. Is anyone else confused / concerned by the current phrase? I think you can drop the word "web". -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui
Re: [Marketing] - Telling the world that we are a TLP...
On Wed, Jan 9, 2013 at 10:40 AM, Alex Harui wrote: > > > > On 1/9/13 10:37 AM, "Guthmann, Scott" wrote: > > >> Scott, > >> It looks good. One edit I would look at is, "The Flex framework allows > >> expressive Web applications to deploy consistently on all major > browsers, > >> desktops and devices (including smartphones, tablets and TV). " > >> I don't know if we want to limit the description of what Flex can > create to > >> "Web" applications. Maybe "... allows expressive online > applications...", > >> "...online and offline applications..." or remove the word "web" all > >> together. > > > > I need help here. Is anyone else confused / concerned by the current > phrase? > I think you can drop the word "web". > > To be fair, the first paragraph on our website: http://flex.apache.org/says exactly that. With the term "web" in it. Whatever we do, lets keep it consistent. Thanks, Om
Re: [Marketing] - Telling the world that we are a TLP...
On Wed, Jan 9, 2013 at 10:26 AM, Guthmann, Scott wrote: > > supposed to be "... TLF (Text Layout Framework) ..." > Fixed. Thanks! > Again, our homepage [http://flex.apache.org/] has the same exact mistake. I will fix this right away. Thanks, Om
Re: [Marketing] - Telling the world that we are a TLP...
I just fixed both errors on our homepage. On Wed, Jan 9, 2013 at 10:50 AM, Om wrote: > On Wed, Jan 9, 2013 at 10:26 AM, Guthmann, Scott < > sguthm...@on3solutions.com> wrote: > >> > supposed to be "... TLF (Text Layout Framework) ..." >> Fixed. Thanks! >> > > Again, our homepage [http://flex.apache.org/] has the same exact mistake. > I will fix this right away. > > Thanks, > Om >
Re: [Marketing] - Telling the world that we are a TLP...
On 1/9/13 10:43 AM, "Om" wrote: > On Wed, Jan 9, 2013 at 10:40 AM, Alex Harui wrote: > >> >> >> >> On 1/9/13 10:37 AM, "Guthmann, Scott" wrote: >> Scott, It looks good. One edit I would look at is, "The Flex framework allows expressive Web applications to deploy consistently on all major >> browsers, desktops and devices (including smartphones, tablets and TV). " I don't know if we want to limit the description of what Flex can >> create to "Web" applications. Maybe "... allows expressive online >> applications...", "...online and offline applications..." or remove the word "web" all together. >>> >>> I need help here. Is anyone else confused / concerned by the current >> phrase? >> I think you can drop the word "web". >> >> > To be fair, the first paragraph on our website: > http://flex.apache.org/says exactly that. With the term "web" in it. > Whatever we do, lets keep > it consistent. > > Thanks, > Om If you're editing the site, I think you could change it there too. AIR apps aren't really "web" apps are they? -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui
RE: [OT] Interesting stat from JetBrains
Does GIT show a user count or activity data? Could gather some data from that on the source code at least. -Mark -Original Message- From: Michael Schmalle [mailto:apa...@teotigraphix.com] Sent: Wednesday, January 09, 2013 13:09 To: dev@flex.apache.org Subject: Re: [OT] Interesting stat from JetBrains We probably could ask them somehow off list since this project could be a huge boost of revenue for them when it turns the corner. Seeing as the compiler is opensource, I can see major benefits from them embracing Apache Flex, which in my opinion they already have. Mike Quoting Omar Gonzalez : > It's nice to see it on the uprise, but there's no numbers. They could be > talking 10-20 users per month or thousands. Not to be a negative nancy but > I wonder what the actual numbers are. > > -omar > > On Wednesday, January 9, 2013, Nicholas Kwiatkowski wrote: > >> They are seeing the use of Flash/Flex actually go up since the beginning of >> last year... >> >> http://blogs.jetbrains.com/idea/2013/01/how-is-flash-doing/ >> >> It might be a fact that people are dumping FB, or it might be a sign that >> the community is getting stronger... Either way, I'm glad that we are >> actually registering on their map ;) >> >> Does anybody know if Apache keeps stats as to the package downloads? >> >> -Nick >> > -- Michael Schmalle - Teoti Graphix, LLC http://www.teotigraphix.com http://blog.teotigraphix.com
RE: [Marketing] - Telling the world that we are a TLP...
> It looks good. One edit I would look at is, "The Flex framework allows > expressive Web applications to deploy consistently on all major browsers, > desktops and devices (including smartphones, tablets and TV). " > I don't know if we want to limit the description of what Flex can create to > "Web" applications. Maybe "... allows expressive online applications...", > "...online and offline applications..." or remove the word "web" all > together. Removing "web" altogether correction has been made. https://docs.google.com/document/d/1bThdnEJZ20y0eStK863kcLSw7joDqKhw6THVLe2dCVQ/edit Good catch!
[jira] [Resolved] (FLEX-33336) HDividerGroup not resizing properly if the divider is not in the initial position
[ https://issues.apache.org/jira/browse/FLEX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra resolved FLEX-6. - Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 added updated DividedGroup,HDividerGroup & VDividerGroup by Bogdan Dinu to develop branch. > HDividerGroup not resizing properly if the divider is not in the initial > position > - > > Key: FLEX-6 > URL: https://issues.apache.org/jira/browse/FLEX-6 > Project: Apache Flex > Issue Type: Bug > Components: Spark Components >Affects Versions: Adobe Flex SDK Next >Reporter: Yiotis Katsambas >Assignee: Cyrill Zadra > Fix For: Apache Flex 4.10.0 > > Attachments: DividedGroup.as, FLEX6.mxml, HDividerGroup.as, > VDividerGroup.as > > > Everything resizes properly when the divider is in its original position and > the parent container is resized. However, once the divider is moved, the > HDividerGroup and its children do not resize properly. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
Re: [Marketing] - Telling the world that we are a TLP...
On Wed, Jan 9, 2013 at 11:08 AM, Guthmann, Scott wrote: > > It looks good. One edit I would look at is, "The Flex framework allows > expressive Web applications to deploy consistently on all major browsers, > desktops and devices (including smartphones, tablets and TV). " > > I don't know if we want to limit the description of what Flex can create > to "Web" applications. Maybe "... allows expressive online > applications...", "...online and offline applications..." or remove the > word "web" all together. > Removing "web" altogether correction has been made. > https://docs.google.com/document/d/1bThdnEJZ20y0eStK863kcLSw7joDqKhw6THVLe2dCVQ/editGood > catch! > A very similar line appears in paragraph 5 as well. Can you please update that one too? Thanks, Om
RE: [Marketing] - Telling the world that we are a TLP...
> Removing "web" altogether correction has been made. > https://docs.google.com/document/d/1bThdnEJZ20y0eStK863kcLSw7joDqKhw6THVLe2dCVQ/edit > A very similar line appears in paragraph 5 as well. Can you please update > that one too? Adobe decided that their product creates Web applications & we took this language from them. So, I left this word in their description.
Re: [jira] [Resolved] (FLEX-33336) HDividerGroup not resizing properly if the divider is not in the initial position
When you fix a bug it is really nice if you include the svn rev number(s) that relate to the bug. Carol On 1/9/13 2 :14PM, "Cyrill Zadra (JIRA)" wrote: > > [ >https://issues.apache.org/jira/browse/FLEX-6?page=com.atlassian.jira.p >lugin.system.issuetabpanels:all-tabpanel ] > >Cyrill Zadra resolved FLEX-6. >- > > Resolution: Fixed >Fix Version/s: Apache Flex 4.10.0 > >added updated DividedGroup,HDividerGroup & VDividerGroup by Bogdan Dinu >to develop branch. > >> HDividerGroup not resizing properly if the divider is not in the >>initial position >> >>- >> >> >> Key: FLEX-6 >> URL: https://issues.apache.org/jira/browse/FLEX-6 >> Project: Apache Flex >> Issue Type: Bug >> Components: Spark Components >>Affects Versions: Adobe Flex SDK Next >>Reporter: Yiotis Katsambas >>Assignee: Cyrill Zadra >> Fix For: Apache Flex 4.10.0 >> >> Attachments: DividedGroup.as, FLEX6.mxml, HDividerGroup.as, >>VDividerGroup.as >> >> >> Everything resizes properly when the divider is in its original >>position and the parent container is resized. However, once the divider >>is moved, the >> HDividerGroup and its children do not resize properly. > >-- >This message is automatically generated by JIRA. >If you think it was sent incorrectly, please contact your JIRA >administrators >For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] [Commented] (FLEX-33336) HDividerGroup not resizing properly if the divider is not in the initial position
[ https://issues.apache.org/jira/browse/FLEX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13548900#comment-13548900 ] Cyrill Zadra commented on FLEX-6: - Author: czadra Date: Wed Jan 9 19:10:29 2013 New Revision: 1431012 URL: http://svn.apache.org/viewvc?rev=1431012&view=rev Log: FLEX-6 patch submitted by Bogdan Dinu - HDividerGroup not resizing properly if the divider is not in the initial position > HDividerGroup not resizing properly if the divider is not in the initial > position > - > > Key: FLEX-6 > URL: https://issues.apache.org/jira/browse/FLEX-6 > Project: Apache Flex > Issue Type: Bug > Components: Spark Components >Affects Versions: Adobe Flex SDK Next >Reporter: Yiotis Katsambas >Assignee: Cyrill Zadra > Fix For: Apache Flex 4.10.0 > > Attachments: DividedGroup.as, FLEX6.mxml, HDividerGroup.as, > VDividerGroup.as > > > Everything resizes properly when the divider is in its original position and > the parent container is resized. However, once the divider is moved, the > HDividerGroup and its children do not resize properly. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
Re: [jira] [Resolved] (FLEX-33336) HDividerGroup not resizing properly if the divider is not in the initial position
Thanks for mentioning. Will try to remember the next time. Cyrill On Wed, Jan 9, 2013 at 11:38 AM, Carol Frampton wrote: > When you fix a bug it is really nice if you include the svn rev number(s) > that relate to the bug. > > Carol > > On 1/9/13 2 :14PM, "Cyrill Zadra (JIRA)" wrote: > >> >> [ >>https://issues.apache.org/jira/browse/FLEX-6?page=com.atlassian.jira.p >>lugin.system.issuetabpanels:all-tabpanel ] >> >>Cyrill Zadra resolved FLEX-6. >>- >> >> Resolution: Fixed >>Fix Version/s: Apache Flex 4.10.0 >> >>added updated DividedGroup,HDividerGroup & VDividerGroup by Bogdan Dinu >>to develop branch. >> >>> HDividerGroup not resizing properly if the divider is not in the >>>initial position >>> >>>- >>> >>> >>> Key: FLEX-6 >>> URL: https://issues.apache.org/jira/browse/FLEX-6 >>> Project: Apache Flex >>> Issue Type: Bug >>> Components: Spark Components >>>Affects Versions: Adobe Flex SDK Next >>>Reporter: Yiotis Katsambas >>>Assignee: Cyrill Zadra >>> Fix For: Apache Flex 4.10.0 >>> >>> Attachments: DividedGroup.as, FLEX6.mxml, HDividerGroup.as, >>>VDividerGroup.as >>> >>> >>> Everything resizes properly when the divider is in its original >>>position and the parent container is resized. However, once the divider >>>is moved, the >>> HDividerGroup and its children do not resize properly. >> >>-- >>This message is automatically generated by JIRA. >>If you think it was sent incorrectly, please contact your JIRA >>administrators >>For more information on JIRA, see: http://www.atlassian.com/software/jira >
Re: Flex content contribution to Apache was [RE: Old Flex style and component explorers]
On 1/9/13 9:44 AM, "Michelle Yaiser" wrote: >I know many of the pieces listed below may not be very useful any more. >Rather than dumping everything on Apache, I'd rather contribute what the >community finds valuable. Can you let me know what content you would >like to have? That's awesome news Michelle. Question would be what's the difference in level of effort between giving us everything vs. conditional giving us bits and pieces? If it's not too much more effort, my personal thought would be approve the contribution of all that you mentioned in one fell swoop and then the Apache Flex community can decide on which content gets pushed to the forefront vs. quietly forgotten as the Apache Flex keeps chugging along. The links you listed contain a huge number of great articles and I don't think it'd hurt if we have too much outdated information as long as we quarantine the content until someone has a chance to review and revise and push to the spotlight. Thanks for looking into all that!
[jira] [Resolved] (FLEX-33163) When a collection reset event is received by List selectedItem is not always cleared
[ https://issues.apache.org/jira/browse/FLEX-33163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carol Frampton resolved FLEX-33163. --- Resolution: Fixed Fix Version/s: Apache Flex 4.10.0 Author: cframpton Date: Wed Jan 9 19:56:29 2013 New Revision: 1431034 URL: http://svn.apache.org/viewvc?rev=1431034&view=rev Log: FLEX-33163 - if a List's dataProvider receives a "reset" collection event, even if the selectedIndex doesn't change, the selectedItem does, so a "valueCommit" event must be dispatched to trigger bindings on selectedItem. Add new List_events_collectionKind_reset_bug test. QE: Passed mustella tests for spark List, Spinner, ButtonBar, and TabBar. Modified: flex/sdk/branches/develop/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as flex/sdk/branches/develop/mustella/tests/gumbo/components/List/events/list_events_tester.mxml flex/sdk/branches/develop/mustella/tests/gumbo/components/List/swfs/ListBasic.mxml > When a collection reset event is received by List selectedItem is not always > cleared > > > Key: FLEX-33163 > URL: https://issues.apache.org/jira/browse/FLEX-33163 > Project: Apache Flex > Issue Type: Bug > Components: .Unspecified - Framework >Affects Versions: Adobe Flex SDK 4.5.1 (Release) >Reporter: Giles Roadnight >Assignee: Carol Frampton > Fix For: Apache Flex 4.10.0 > > Attachments: IntegrationTestModule.mxml > > > If a CollectionEvent with CollectionEventKind of RESET is dispatched by an > IList that is the dataProvider for a List a selectedItem in that List will > not be removed if the reset dataProvider has an item at the same index. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] [Commented] (FLEX-33216) Chart initialization performance degradation between Flex 3 and Flex 4
[ https://issues.apache.org/jira/browse/FLEX-33216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549029#comment-13549029 ] William Page commented on FLEX-33216: - Hi Frédéric, Having the same issues with a Flex 4.6 project. Can you send me the update? And perhaps some instruction for integration... Thanks, William will dot pageiii at gmail dot com > Chart initialization performance degradation between Flex 3 and Flex 4 > -- > > Key: FLEX-33216 > URL: https://issues.apache.org/jira/browse/FLEX-33216 > Project: Apache Flex > Issue Type: Bug > Components: Charts >Affects Versions: Adobe Flex SDK 4.1 (Release), Adobe Flex SDK 4.5 > (Release), Adobe Flex SDK 4.6 (Release) >Reporter: Maurice Amsellem >Assignee: Nick Kwiatkowski > Labels: performance > Fix For: Apache Flex 4.9.0 > > Attachments: FLEX-33216.patch > > > Chart initialization is around 35-40% slower in Flex4 than in Flex3. > This is true for almost all chart types (Bar, Pie, Column, etc.) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] [Commented] (FLEX-33216) Chart initialization performance degradation between Flex 3 and Flex 4
[ https://issues.apache.org/jira/browse/FLEX-33216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549047#comment-13549047 ] Frédéric THOMAS commented on FLEX-33216: Hi William, >From the 4.6, it's not obvious do to something, better is to get the SDK 4.9 >as you'll have more bug fixes/improvements. Either you can download the SDK 4.9 from http://flex.apache.org/download.html or wait for the installer 2.0, the RC3 is being voting, so, it should be availlable very soon (what I recommend). > Chart initialization performance degradation between Flex 3 and Flex 4 > -- > > Key: FLEX-33216 > URL: https://issues.apache.org/jira/browse/FLEX-33216 > Project: Apache Flex > Issue Type: Bug > Components: Charts >Affects Versions: Adobe Flex SDK 4.1 (Release), Adobe Flex SDK 4.5 > (Release), Adobe Flex SDK 4.6 (Release) >Reporter: Maurice Amsellem >Assignee: Nick Kwiatkowski > Labels: performance > Fix For: Apache Flex 4.9.0 > > Attachments: FLEX-33216.patch > > > Chart initialization is around 35-40% slower in Flex4 than in Flex3. > This is true for almost all chart types (Bar, Pie, Column, etc.) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
[jira] [Commented] (FLEX-33216) Chart initialization performance degradation between Flex 3 and Flex 4
[ https://issues.apache.org/jira/browse/FLEX-33216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549115#comment-13549115 ] OmPrakash Muppirala commented on FLEX-33216: William, If you are not able to upgrade to Flex 4.9 at this point, you can manually integrate the .patch file attached to this ticket. Or take a look at http://svn.apache.org/viewvc?view=revision&revision=1408058 for the files changed to fix this issue - that you can manually copy over. But, as Frederic mentioned, upgrading to Flex 4.9 will be the best/easiest option. Thanks, Om > Chart initialization performance degradation between Flex 3 and Flex 4 > -- > > Key: FLEX-33216 > URL: https://issues.apache.org/jira/browse/FLEX-33216 > Project: Apache Flex > Issue Type: Bug > Components: Charts >Affects Versions: Adobe Flex SDK 4.1 (Release), Adobe Flex SDK 4.5 > (Release), Adobe Flex SDK 4.6 (Release) >Reporter: Maurice Amsellem >Assignee: Nick Kwiatkowski > Labels: performance > Fix For: Apache Flex 4.9.0 > > Attachments: FLEX-33216.patch > > > Chart initialization is around 35-40% slower in Flex4 than in Flex3. > This is true for almost all chart types (Bar, Pie, Column, etc.) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
[VOTE] [RESULT] *** Release Apache Flex SDK Installer 2.0 - RC3 ***
The vote passes with the following results: *+1 Binding:* OmPrakash Muppirala Alex Harui Christophe Herreman Igor Costa Peter Ent Jonathan Campos Carol Frampton Justin Mclean Nicholas Kwiatkowski Erik de Bruin *+1 Non-binding:* Roland Zwaga Cyrill Zadra Avi Kessner I will move the release out to dist, update the installerbadge.swf, update the website, etc. tonight. Thanks, Om > On Mon, Jan 7, 2013 at 3:33 AM, Om wrote: > > Hi, > > > > This is the second official release of the Apache Flex SDK Installer AIR > > application. This version has been tested with *Apache Flex 4.9.0*. > This > > version also allows users to customize the Flash Player and AIR versions > to > > be downloaded. The official Apache distribution is the source kit which > > can contains only source. > > > > The source distributions for Windows and Mac are available here: > > https://dist.apache.org/repos/dist/dev/flex/installer/2.0/rc3/ > > > > The binary distributions as a convenience for the respective platforms, > > available here: > > https://dist.apache.org/repos/dist/dev/flex/installer/2.0/rc3/binaries/ > > > > *Issues addressed:* > > 1. UI of the components selection and license screen has been fixed to > use > > just checkboxes for selection > > 2. All the various locales have been enabled > > 3. By default, Apache Flex SDK Installer 2.0 downloads Adobe Flash > Player > > 11.1 and Adobe AIR SDK 3.4. If you want to change it to any other > > supported combination, you save a copy of the config file found at: > > http://flex.apache.org/sdk-installer-config-2.0.xml, modify the download > > urls to point to the required versions. Then run the app from command > line > > mode with the optional command line parameter: -config= file> > > 4. Fixed issue where changing languages caused selections to be cleared > > 5. While changing languages, buttons will automatically enlarge to fit > all > > the text > > 6. Added more and better Dutch translations, thanks to Roland Zwaga > > 7. Fixed README, RELEASE_NOTES, RELEASE_GUIDE and build.properties files > > for more accuracy > > 8. Added more and better Greek translations, thanks to Nick Tsitlakidis > > 9. Updated app to look at flex.apache.org for all required resources > > instead of incubator.apache.org/flex > > 10. Updated build.xml to handle signing as well. > > > > *Before voting please review the section,* > > "What are the ASF requirements on approving a release?" at > > http://www.apache.org/dev/release.html#approving-a-release > > > > *Please vote to approve this release:* > > > > [ ] +1 Approve the release > > [ ] -1 Do not release because ... > > > > This vote will be open for at least 72 hours. > > > > Regards, > > Om & Justin > > Apache Flex PPMC members + Release managers > > > > -- > Ix Multimedia Software > > Jan Luykenstraat 27 > 3521 VB Utrecht > > T. 06-51952295 > I. www.ixsoftware.nl >
Re: New website release timing
If we get the website done in time, then we get it done in time. I have the goal to put the finishing touches on it this weekend. I don't know how that fits into the trademark review. I plan on doing a one-over before I say "finished" on it, but they may want to look at it as well. Of course, if people can have it on their list this weekend to look at it and make sure my spelling mistakes are at a minimum, it shouldn't be a problem. -Nick On Wed, Jan 9, 2013 at 2:15 PM, Om wrote: > > > > Second, the Apache Publicity & Marketing team has scheduled the Press > > Release to publish to the wire services we subscribe to on Monday January > > 14th. This will give the Apache Flex website team (Nick K + ???) time to > > add all of the content to the publicly facing website. I understand that > > others are finalizing the work on the new version of the installer and > are > > wrapping things up on this project, too. I assume someone will help Nick > > get all of Michelle Yaiser's Flex content uploaded before then(LOL! > or > > not) > > > Not to take anything away from Nick's awesome work so far(thanks Nick!) , > the website still needs quite some work. I dont think it is fair to impose > this kind of a deadline on Nick. And given that no one else has > volunteered to help out with the new website content, there is a very good > chance we wont have the new website up and running before the press release > goes out. > > We have two choices, either we get more people to help out with the new > website content or we let the old website stay when the press release goes > out. There are definitely going to be quite a few folks who will want to > check out our website when the release goes out. It is better to have a > working, albeit duller looking website than an incomplete one. > > Thoughts? > > Om >
Re: TextLayout SVN link
E