Re: Need Info

2016-05-18 Thread Marcus Fritze
Hi, attachments are not working by the server. You should upload the image somewhere. > Am 18.05.2016 um 11:40 schrieb Barath Ramalingam : > > hello team, > Right now we have planned convert our existing Flex project > to Flexjs.I have tried a basic web app.I got error in >

[FlexJS] a little bit promotion for flexJS?

2016-02-08 Thread Marcus Fritze
Hi, last weekend I found the list „web application frameworks" on github [1] I was wondering why FlexSDK or FlexJS is not on this list. Isn’t Flex a "web application framework"? It seems that list is generated automatically by the star-ratings of every project hosted in github in that category

Re: [JIRA] unable to create new JIRA issues

2015-12-15 Thread Marcus Fritze
he drop down , it seems to restrict your > choices to Service Desk issues. If you actually click on the word > "Create" on the left half of the drop down, it allows me to create new > Flex issues. > > Let me know if that doesn't work and we'll dig deeper. >

Re: [JIRA] unable to create new JIRA issues

2015-12-15 Thread Marcus Fritze
I am on Chrome Mac with this URL https://issues.apache.org/jira/browse/FLEX/ > Am 15.12.2015 um 11:05 schrieb OmPrakash Muppirala : > > I just tried, seems to be working fine for me. > (Chrome on Windows) > > What url are using? > > Thanks, > Om > > On Tue

[JIRA] unable to create new JIRA issues

2015-12-15 Thread Marcus Fritze
Hi, I can not create new jira issues for Flex SDK project. When I log in, I can only create new service desk issues for Kylin, Atlas, Apache Infrastructure and Eagle. Maybe, something crashed, when they updated the JIRA. How can I create a new issue? My ijra username is marcusfritze Thanks.

Re: [FlexJS] How can I set css values for and of the generated html file?

2015-12-14 Thread Marcus Fritze
Oh, I have forgot. Is there a possibility to get the device-with in my js:Application? So that I can set the layout specific for the device which is using my page? I found something like this: mailto:marcus.fri...@googlemail.com>> > Reply-To: "dev@flex.apache.org" >

Re: [FlexJS] How can I set css values for and of the generated html file?

2015-12-14 Thread Marcus Fritze
you trying to get the app to resize as the browser changes size? > > If so, try adding the BrowserResizeListener bead to the Application's beads. > > -Alex > > From: Marcus Fritze > mailto:marcus.fri...@googlemail.com>> > Reply-To: "dev@flex

Re: [FlexJS] Code missing in the generated js file?

2015-12-14 Thread Marcus Fritze
ing.js in frameworks/js/FlexJS/libs. > > Thanks for using FlexJS, > -Alex > > > > > > From: Marcus Fritze > mailto:marcus.fri...@googlemail.com>> > Reply-To: "dev@flex.apache.org<mailto:dev@flex.apache.org>" > mailto:dev@flex.apache.org&

[FlexJS] How can I set css values for and of the generated html file?

2015-12-11 Thread Marcus Fritze
When I set the height of ViewBase to 100% , this height isn’t actually 100% (visible) in the generated HTML file. It generates: signature.asc Description: Message signed with OpenPGP using GPGMail

[FlexJS] Code missing in the generated js file?

2015-12-11 Thread Marcus Fritze
I am really not sure how flexJS internally works. Is the js code (for example the file ViewBaseDataBinding.js in org.apache.flex.binding) generated from the as version (ViewBaseDataBinding.as) from the complier OR is the js file „handwritten“? Because there is some little difference. in the Vi

Re: AIR Badge Installer Cookies and SSL

2015-12-03 Thread Marcus Fritze
This link should work https://fpdownload.adobe.com/air/browserapi/air.swf explained here: https://forums.adobe.com/thread/1098726 Greetings Marcus > Am 03.12.2015 um 10:37 schrieb jude : > > A

Re: [FlexJS] Major good news for FlexJS

2015-12-02 Thread Marcus Fritze
I tried the same, but I also have the problem. When I open a mxml from the flexJS examples, I get a in java.lang.NullPointerException init Outline / Update Outline. And when I create a new MXML file, only the flexSDK classes are available. It seems that FDT currently only supports .as and not .

Re: [CONTRIBUTION] Spark Components

2015-09-23 Thread Marcus Fritze
(after changing some code) is this: > > > Regards > > 2015-09-23 14:16 GMT+01:00 Marcus Fritze <mailto:marcus.fri...@googlemail.com>>: > Any news about this donation of the spark components? > > Actually, I thought we already have a Spark PopUpButton…. > >

Re: [CONTRIBUTION] Spark Components

2015-09-23 Thread Marcus Fritze
Any news about this donation of the spark components? Actually, I thought we already have a Spark PopUpButton…. Would be great to have this components in Flex SDK. Thanks. Marcus > Am 02.08.2012 um 16:52 schrieb Guthmann, Scott : > > Francois de Campredon: > >> I have created some Spark Comp

Re: Lists with focusable children problem

2015-09-17 Thread Marcus Fritze
Thanks Alex for the suggestion useVirtualLayout=false . I didn’t know that (or I have forgotten this). :-) So I added this to the list and removed the +1 on itemIndex. Chris, be sure you use the correct tabIndex for the TextInput. I changed this from data to itemIndex. I used data in the old ex

Re: Lists with focusable children problem

2015-09-16 Thread Marcus Fritze
> Am 16.09.2015 um 09:18 schrieb Chris Velevitch : > > I had tried that and it still loses focus. It does scroll a couple of rows, > but still loses focus before getting to the last record in the dataProvider. > > On Wed, Sep 16, 2015 at 5:0

Re: Lists with focusable children problem

2015-09-16 Thread Marcus Fritze
Hi Chris, in the TextInput I would add a function for the event focusIn. In this function I would use list.ensureIsVisible(). Greetings Marcus > Am 16.09.2015 um 08:10 schrieb Chris Velevitch : > > I have a spark List with hasFocusableChildren is true and a custom renderer > that has a TextI

Re: New installer failures

2015-07-17 Thread Marcus Fritze
Same error for me: Installer version 3.2.0 (mac) Using Locale: de_DE Ermitteln von mirror URL über CGI-Skript erfolgreich. Unable to load http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild/artifact/out/apache-flex-flexjs-installer-config.xml Installation abgebrochen > Am

Just for your info: Installer 3.1 fails on flexJS 0.0.3 nightly installation

2015-06-11 Thread Marcus Fritze
Hi, I don’t know if you already know this. The log is below. And maybe we could add a BACK or RETRY Button to the Installer, if the installations fails. So we don’t have to reopen the app every time. ;-) And maybe also the question if the installer is to allowed to delete the incomplete instal

Re: [FlexJS] try to run example in FB (eclipse), little problem?

2015-06-10 Thread Marcus Fritze
l. > > Thanks, > Om > > On Mon, Jun 8, 2015 at 4:53 AM, Marcus Fritze > wrote: > >> Hi, >> >> I used this [1] example to configure my FB (used as a eclipse plugin) to >> run one of the flexJS examples. >> >> But when I try to run my „

[FlexJS] try to run example in FB (eclipse), little problem?

2015-06-08 Thread Marcus Fritze
Hi, I used this [1] example to configure my FB (used as a eclipse plugin) to run one of the flexJS examples. But when I try to run my „external tool“ FlexJS (FalconJX Debug and Release Build“, it stops with an error. Variable verweist auf leere Auswahl: ${project_loc} Translated something li

Re: It seems the hash of the SWFObject 2.2 zip file from GitHub has been changed, which has caused the installation failure of Flex SDK Installer

2015-05-25 Thread Marcus Fritze
olks in the Apache community are trying to build more > participation from China. Are you interested in helping out? If so, > please send me an email off-list (aha...@adobe.com). > > -Alex > > On 5/25/15, 7:42 AM, "Marcus Fritze" wrote: > >> I tested th

Re: It seems the hash of the SWFObject 2.2 zip file from GitHub has been changed, which has caused the installation failure of Flex SDK Installer

2015-05-25 Thread Marcus Fritze
I tested the flexsdk 4.14.1 > Am 25.05.2015 um 15:25 schrieb kevin.godell : > > I was able to install the Flex nightly with air 17 and flash player 17 > without any trouble. > > > > > -- > View this message in context: > http://apache-flex-development.247.n4.nabble.com/It-seems-the-hash-

Re: It seems the hash of the SWFObject 2.2 zip file from GitHub has been changed, which has caused the installation failure of Flex SDK Installer

2015-05-25 Thread Marcus Fritze
Yes, the same for me. Lade 2.2.zip von: https://github.com/swfobject/swfobject/archive herunter Validating download: /Users/marcus/Desktop/test/in/swfobject_2_2.zip SWFObject download failed > Am 25.05.2015 um 14:10 schrieb DarkStone : > > Hi, > > I'm not 100% sure, but it seems the hash of thi

Re: FlexJS nightly install fails on Google Closure Library download using installer

2015-05-22 Thread Marcus Fritze
should work. Let us know if it doesn’t. > > Thanks, > -Alex > > On 5/22/15, 3:07 AM, "Marcus Fritze" wrote: > >> Hi, >> >> just for your info: the installer (version 3.1.0) still fails for me when >> installing flexJS 0.0.2 with the same er

Re: FlexJS nightly install fails on Google Closure Library download using installer

2015-05-22 Thread Marcus Fritze
Hi, just for your info: the installer (version 3.1.0) still fails for me when installing flexJS 0.0.2 with the same error. I am located in Leipzig, Germany. Thanks Marcus > Am 21.05.2015 um 19:17 schrieb Carlos Rovira : > > Hi Alex, > > just tried, but sorry it fails in the same way :( >

Re: Translation needed

2014-10-23 Thread Marcus Fritze
German zurück is ok Am 23.10.2014 um 15:51 schrieb Neil Madsen : > Could I get people that know the translations to take a look at what I have > and let me know if it's correct or not. > > It's for the word 'BACK'. If you could just post with the 'proper' > translation or if there's a differen

Re: "Powered By Apache" logo

2014-10-03 Thread Marcus Fritze
the guidelines, it's not allowed to rotate the logo?!!! Marcus Fritze > Am 01.10.2014 um 19:30 schrieb Alex Harui : > > Hi Folks, > > As you may know, Apache Flex is part of the Apache Software Foundation, > which is a non-profit organization. In order to celebrate The

There is a issue with Adobe Bugbase, maybe someone can contact Adobe internally

2014-04-14 Thread Marcus Fritze
Hi, there is a problem with the Adobe Bugbase https://bugbase.adobe.com/ When I try to use the search, I am getting these strange popups in Chrome: Error invoking URL index.cfm?event=qAllProductsForSearch : Internal Server Error [Enable debugging by adding 'cfdebug' to your URL parameters to s

Re: How to get the attachments of old Adobe JIRA / imported Apache JIRA?

2014-03-24 Thread Marcus Fritze
Am 24.03.2014 um 17:43 schrieb Alex Harui : > OK, added attachments. There doesn't seem to be source for FLEX-20272 Thank you very much. signature.asc Description: Message signed with OpenPGP using GPGMail

Re: How to get the attachments of old Adobe JIRA / imported Apache JIRA?

2014-03-24 Thread Marcus Fritze
s. >> >> Chris >> >> Von: Justin Mclean >> Gesendet: Freitag, 21. März 2014 13:39 >> An: dev@flex.apache.org >> Betreff: Re: How to get the attachments of old Adobe JIRA / imported >> Apache JIRA? >> &

Re: How to get the attachments of old Adobe JIRA / imported Apache JIRA?

2014-03-24 Thread Marcus Fritze
nd Alex should be able to find it for you. > > Justin > > On 21 Mar 2014, at 9:21 pm, Marcus Fritze > wrote: > >> Hi list, >> >> unfortunately the attachments to the issues are still not accessible in the >> JIRA. >> >> Is the

How to get the attachments of old Adobe JIRA / imported Apache JIRA?

2014-03-21 Thread Marcus Fritze
Hi list, unfortunately the attachments to the issues are still not accessible in the JIRA. Is there a easy way to get attachments of some (3-5) issues? Thanks Marcus signature.asc Description: Message signed with OpenPGP using GPGMail

Re: print issues FLEX-23252 and FLEX-13628 was [REQUEST] tutorial....

2014-03-20 Thread Marcus Fritze
Hi Alex, thank again for your big help. Ok, I updated the https://issues.apache.org/jira/browse/FLEX-13628 and attached a possible fix. I have tested this here with my example and it's working without any problems. In this fix, the calculation is correct when using default ItemRenderer, custom

Re: print issues FLEX-23252 and FLEX-13628 was [REQUEST] tutorial....

2014-03-18 Thread Marcus Fritze
First of all, sorry for my late response. Alex, you are my hero! This solves the issue a "little bit". But to be honest, not completely. Ok for documentation: Now, in my MXAdvancedDataGridItemRenderer I use: override public function set explicitWidth(value:Number):void { super.explicitW

Re: print issues FLEX-23252 and FLEX-13628 was [REQUEST] tutorial....

2014-03-14 Thread Marcus Fritze
This is my ItemRenderer code: http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx"

print issues FLEX-23252 and FLEX-13628 was [REQUEST] tutorial....

2014-03-14 Thread Marcus Fritze
clue. Am 14.03.2014 um 17:25 schrieb Alex Harui : > What is wrong with the label height calculation? > > On 3/14/14 9:17 AM, "Marcus Fritze" wrote: > >> >> Am 13.03.2014 um 20:40 schrieb Alex Harui : >>> >>> And if you are using an IDE

Re: [REQUEST] A tutorial on how to fix bugs for the Flex SDK

2014-03-14 Thread Marcus Fritze
Am 13.03.2014 um 20:40 schrieb Alex Harui : > > And if you are using an IDE like IntelliJ or FB, then the easiest path is > to use monkey-patching. Create a test project, point the source-path to > include the modified AdvancedDataGridBaseEx.as and see if it works. Thanks, this is working very

Re: [REQUEST] A tutorial on how to fix bugs for the Flex SDK

2014-03-13 Thread Marcus Fritze
Am 13.03.2014 um 18:32 schrieb Alex Harui : >> So, what is the easies way for working on the SDK? I want to fix a bug. > Well, I'm tempted to have you follow this: > https://cwiki.apache.org/confluence/display/FLEX/Git+for+Apache+Flex+Guide > because this sets up your environment like most of the

Re: [REQUEST] A tutorial on how to fix bugs for the Flex SDK

2014-03-13 Thread Marcus Fritze
Hi, I am bringing up this issue, because I want to fix a bug in the SDK. So I have to compile the SDK for my self. What is currently the easiest way for doing this? I looked at the wiki in the "Helping Out" section: https://cwiki.apache.org/confluence/display/FLEX/2.1+Flash+Builder Correct me

Re: Links on Apache Flex site

2013-08-06 Thread Marcus Fritze
Justin, I noticed this already some time ago, that the links are not clearly visible when you just fly over the text. Underline and maybe a darker color (or blue) of links would be a good idea for the whole page. Marcus Am 06.08.2013 um 22:40 schrieb Justin Mclean : > Hi, > > Was looking at

[DISCUSSION] iOS-like indexed (table view) List for Flex

2013-08-06 Thread Marcus Fritze
k so)? [1] http://developer.apple.com/library/ios/documentation/userexperience/conceptual/tableview_iphone/Art/tv_indexed_list.jpg Thanks! Marcus Fritze

Re: Apache Flex 4.10 web site is live

2013-08-06 Thread Marcus Fritze
Installer update from 2.5.4 to 2.6 works fine on Mac OS X 10.8.4 now! Great job guys! Thanks! Am 06.08.2013 um 18:14 schrieb OmPrakash Muppirala : > On Tue, Aug 6, 2013 at 9:00 AM, Justin Mclean wrote: > >> Hi, >> >>> So I try to update to 2.6.0. But then the updater says that this version >>

Re: Apache Flex 4.10 web site is live

2013-08-06 Thread Marcus Fritze
Am 06.08.2013 um 18:00 schrieb Justin Mclean : > Hi, > >> So I try to update to 2.6.0. But then the updater says that this version >> (which should be installed) is already installed. > What platform are you on? OS X 10.8.4 >> Maybe the version string in the app.xml is not correct. > Just che

Re: Apache Flex 4.10 web site is live

2013-08-06 Thread Marcus Fritze
There seems to be a bug in the Installer. I have the Installer 2.5.4 and when I start the installer, I get the message that 2.6.0 is available. So I try to update to 2.6.0. But then the updater says that this version (which should be installed) is already installed. Maybe the version string in

Re: [REQUEST] A tutorial on how to fix bugs for the Flex SDK

2013-07-29 Thread Marcus Fritze
tch the SDK. So everybody can fix the bugs you have found yourself. Maybe more people, who are just Flex developers / user, contribute to this project. Thanks! Marcus Fritze Am 29.07.2013 um 11:18 schrieb "Sugan Naicker" : > Great idea Jude! Simple and effective. > >

Re: Adobe bug / jira offline?

2013-06-07 Thread Marcus Fritze
I think this was the old issue management system. The "new" one is https://bugbase.adobe.com Marcus Am 08.06.2013 um 01:06 schrieb Mark Kessler : > Is adobe bugs/jira [1] offline? > > [1] http://bugs.adobe.com > > -Mark

Re: How to compile and contribute Flex SDK in IntelliJ 12 with Git?

2013-04-17 Thread Marcus Fritze
Hi Nick, > I'm working on a new tutorial... I had some time to muck around with it > this weekend... > > -Nick did you made any progress on a new tutorial? I would be very happy to hear from you. ;-) Marcus

Re: How to compile and contribute Flex SDK in IntelliJ 12 with Git?

2013-04-07 Thread Marcus Fritze
IDE. > I started the implementation of an app to automatized those steps, but that's > on my spare time and I do many things, so, it's far to be ready. > > -Fred > > -Message d'origine- From: Marcus Fritze > Sent: Sunday, April 07, 2013 11:44 PM &

Re: How to compile and contribute Flex SDK in IntelliJ 12 with Git?

2013-04-07 Thread Marcus Fritze
nd > as output folder, select /frameworks/libs and desktop/library as > sdk type. > > You can now modify the code, build it and test it under flashbuilder or idea > creating a new Flex app project and selecting the > > I hope that helps. > > -Fred > > -Me

How to compile and contribute Flex SDK in IntelliJ 12 with Git?

2013-04-06 Thread Marcus Fritze
se it exists, this is the empty project I already created. And I want to use this for the Flex SDK. Ok, how does it work with IntelliJ 12 and Git? Has anybody an up-to-date tutorial. I would really like to help to fix some bugs in the SDK. Thanks Marcus Fritze

[jira] [Comment Edited] (FLEX-33350) CallOutButton for Web (desktop / not AIR)

2013-04-04 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13622861#comment-13622861 ] Marcus Fritze edited comment on FLEX-33350 at 4/4/13 10:0

[jira] [Commented] (FLEX-33350) CallOutButton for Web (desktop / not AIR)

2013-04-04 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13622861#comment-13622861 ] Marcus Fritze commented on FLEX-33350: -- in my CallOutButtonTest-example I have

[jira] [Commented] (FLEX-33350) CallOutButton for Web (desktop / not AIR)

2013-04-04 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13622842#comment-13622842 ] Marcus Fritze commented on FLEX-33350: -- hi justin, sorry maybe I don't u

[jira] [Commented] (FLEX-33350) CallOutButton for Web (desktop / not AIR)

2013-04-04 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13622824#comment-13622824 ] Marcus Fritze commented on FLEX-33350: -- [~jmclean] the arrow property was the

[jira] [Updated] (FLEX-33350) CallOutButton for Web (desktop / not AIR)

2013-04-04 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Fritze updated FLEX-33350: - Attachment: CallOutButton_v2.zip CallOutButtonTest_v2.zip new Version of

[jira] [Commented] (FLEX-33444) Application activate Event not dispatched when change Tab in Firefox aka Focus not correct when using multiple TextInput

2013-03-21 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13609604#comment-13609604 ] Marcus Fritze commented on FLEX-33444: -- Maybe this is not a Flex / Flash i

[jira] [Updated] (FLEX-33444) Application activate Event not dispatched when change Tab in Firefox aka Focus not correct when using multiple TextInput

2013-03-21 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Fritze updated FLEX-33444: - Environment: - Firefox 19.0.2 - Flash Player 11.6.602.180 - Mac OS X 10.8.3, Windows 7, Windows

[jira] [Updated] (FLEX-33444) Application activate Event not dispatched when change Tab in Firefox aka Focus not correct when using multiple TextInput

2013-03-21 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Fritze updated FLEX-33444: - Attachment: TextInputFocusBug.png TextInputFocusBug.mxml

[jira] [Created] (FLEX-33444) Application activate Event not dispatched when change Tab in Firefox aka Focus not correct when using multiple TextInput

2013-03-21 Thread Marcus Fritze (JIRA)
Marcus Fritze created FLEX-33444: Summary: Application activate Event not dispatched when change Tab in Firefox aka Focus not correct when using multiple TextInput Key: FLEX-33444 URL: https://issues.apache.org

Re: Open source Flex maps components

2013-03-20 Thread Marcus Fritze
Hi Igor, Nice! The questions is, are we allowed to build such a component and use the content from Google, Microsoft, etc.? A working maps component (especially with the good Google content quality) would be a great addition to the SDK. Marcus Am 20.03.2013 um 22:02 schrieb Igor Costa : > Hi

[jira] [Comment Edited] (FLEX-33350) CallOutButton for Web (desktop / not AIR)

2013-03-20 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13607592#comment-13607592 ] Marcus Fritze edited comment on FLEX-33350 at 3/20/13 1:2

[jira] [Commented] (FLEX-33350) CallOutButton for Web (desktop / not AIR)

2013-03-20 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13607592#comment-13607592 ] Marcus Fritze commented on FLEX-33350: -- Over the weeks, I made some enhancement

[jira] [Updated] (FLEX-33432) some Flex projects not loading in Chrome

2013-03-18 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Fritze updated FLEX-33432: - Attachment: Firefox_Flex_SDK_4.9.0_output.mp4 Chrome_Flex_SDK_4.9.0_output.mp4

[jira] [Updated] (FLEX-33432) some Flex projects not loading in Chrome

2013-03-18 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Fritze updated FLEX-33432: - Description: Some Flex projects are not loading in Chrome (Pepper Flash Player). It&#

[jira] [Updated] (FLEX-33432) some Flex projects not loading in Chrome

2013-03-18 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Fritze updated FLEX-33432: - Attachment: Chrome_Flex_SDK_4.6.0_output.mp4 Firefox_Flex_SDK_4.6.0_output.mp4

[jira] [Updated] (FLEX-33432) some Flex projects not loading in Chrome

2013-03-18 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Fritze updated FLEX-33432: - Attachment: FileUploadBug.swf here is the created swf which is not loading in chrome

[jira] [Updated] (FLEX-33432) some Flex projects not loading in Chrome

2013-03-18 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Fritze updated FLEX-33432: - Description: Some Flex projects are not loading in Chrome (Pepper Flash Player). It&#

[jira] [Updated] (FLEX-33432) some Flex projects not loading in Chrome

2013-03-18 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Fritze updated FLEX-33432: - Attachment: Firefox_working_output_used_Flex_SDK_4.6.0.png

[jira] [Updated] (FLEX-33432) some Flex projects not loading in Chrome

2013-03-18 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Fritze updated FLEX-33432: - Attachment: SparkPreloader.as FileUploadBug.mxml Attached a simple project that

[jira] [Updated] (FLEX-33432) some Flex projects not loading in Chrome

2013-03-18 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Fritze updated FLEX-33432: - Summary: some Flex projects not loading in Chrome (was: some Flex projects not loading on

[jira] [Created] (FLEX-33432) some Flex projects not loading on Chrome

2013-03-18 Thread Marcus Fritze (JIRA)
Marcus Fritze created FLEX-33432: Summary: some Flex projects not loading on Chrome Key: FLEX-33432 URL: https://issues.apache.org/jira/browse/FLEX-33432 Project: Apache Flex Issue Type: Bug

[Website] Links to "new" Mailing List Archives missing

2013-03-18 Thread Marcus Fritze
apache.org/community-mailinglists.html Thanks Marcus Fritze

Re: [jira] [Commented] (FLEX-33427) Missing translation for postcode components

2013-03-16 Thread Marcus Fritze
Hi Justin, This should not be a reproach to you. This was more addressed to Hans. ;-) I am a native German and yes every German-speaking person should know what a Postleitzahl is. The short form is PLZ. (the same as ZIP in English) Good night from Germany Marcus Am 17.03.2013 um 01:23 schrie

[jira] [Commented] (FLEX-33427) Missing translation for postcode components

2013-03-16 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13604236#comment-13604236 ] Marcus Fritze commented on FLEX-33427: -- German translation: To be honest, '

Re: non English OS users here on the list?

2013-02-28 Thread Marcus Fritze
/bugbase.adobe.com/index.cfm?event=bug&id=3489165 > https://bugbase.adobe.com/index.cfm?event=bug&id=3489173 > > Only this one is votable is this one: > https://bugbase.adobe.com/index.cfm?event=bug&id=3502439 > > I encourage everybody to vote for, given the number of users it can tr

Re: non English OS users here on the list?

2013-02-27 Thread Marcus Fritze
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

Re: non English OS users here on the list?

2013-02-27 Thread Marcus Fritze
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

[jira] [Commented] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-02-27 Thread Marcus Fritze (JIRA)
[ 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

[jira] [Commented] (FLEX-33365) spark.collections.Sort crashes on PepperFlash (Chrome) on Mac

2013-02-27 Thread Marcus Fritze (JIRA)
[ 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 f

Re: non English OS users here on the list?

2013-02-27 Thread Marcus Fritze
> 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

Re: non English OS users here on the list?

2013-02-27 Thread Marcus Fritze
r which is used by Chrome? Thanks Marcus Am 27.02.2013 um 17:59 schrieb Marcus Fritze : > 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 > Fl

Re: non English OS users here on the list?

2013-02-27 Thread Marcus Fritze
tiating the player classes shown in > the stack trace is sufficient, you are more likely to see it get fixed. > > > On 2/27/13 4:16 AM, "Marcus Fritze" wrote: > >> Thanks for your effort. This is very frustrating for me. >> >> Ok I updated to the dev ve

Re: non English OS users here on the list?

2013-02-27 Thread Marcus Fritze
> -Fred > > -Message d'origine- From: Marcus Fritze > Sent: Wednesday, February 27, 2013 12:09 PM > To: dev@flex.apache.org > Subject: non English OS users here on the list? > > Hi list, > > sorry to be a little off-topic, but is here anybody who ha

non English OS users here on the list?

2013-02-27 Thread Marcus Fritze
://bugbase.adobe.com/index.cfm?event=bug&id=3502439 If you experience the same error, please vote for this bug! For a detailed description please look at the video which is attached to the bug. Thanks! Best regards Marcus Fritze

Re: error in addAIRtoSDK.sh? (was: Re: use AIR 3.5 with Flex 4.9, how?)

2013-02-12 Thread Marcus Fritze
I will try this later and give you feedback. Am 12.02.2013 um 23:04 schrieb Justin Mclean : > HI, > >> I think there is an error in the addAIRtoSDK.sh. > Quite possibly - your quite possibly the first person to test it :-) Did you > change the script as you suggested and give it a go? > > Th

error in addAIRtoSDK.sh? (was: Re: use AIR 3.5 with Flex 4.9, how?)

2013-02-12 Thread Marcus Fritze
rong or there is a little error in this script. Greetings Marcus Fritze Am 12.02.2013 um 13:56 schrieb Marcus Fritze : > Yes I am on os x. Thank you very much. I will try this in the evening and > will give you feedback. > > Thanks! > > Am 12.02.2013 um 13:51 schrieb Justin M

Re: use AIR 3.5 with Flex 4.9, how?

2013-02-12 Thread Marcus Fritze
Yes I am on os x. Thank you very much. I will try this in the evening and will give you feedback. Thanks! Am 12.02.2013 um 13:51 schrieb Justin Mclean : > Hi, > >> I want to use AIR 3.5 with the current Flex 4.9.0. But how can I integrate >> AIR 3.5 into Flex? (without compiling it) > If you

use AIR 3.5 with Flex 4.9, how?

2013-02-12 Thread Marcus Fritze
e Flex SDK Installer to use the latest version of AIR? Or maybe somebody can help me? Thanks! Marcus Fritze

Re: [PR] Getting people excited about Flex

2013-02-05 Thread Marcus Fritze
Yes, this sounds good. I think, on the old flex.org page there was also a showcase section. And everybody could see, what's possible with Flex. And we should not forget the category desktop AIR apps. And maybe "categorize" these apps into topics (or tags - what does the applic

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Marcus Fritze
can be compile with any version, having 11.5 release > player installed is sufficient. > > Tell me if I missed something. > > -Fred > > -Message d'origine- From: Marcus Fritze > Sent: Wednesday, January 30, 2013 5:16 PM > To: dev@flex.apache.org > Subjec

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Marcus Fritze
gt;> >> 14 >> >> To: >> >> 11.5 >> >> >> 18 >> >> You also need to download the the 11.5 playerglobal.swc from here: >> http://fpdownload.macromedia.com/get/flashplayer/updaters/11/playerglobal11_5.swc >> >&

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Marcus Fritze
copy it to: /frameworks/libs/player/11.5/playerglobal.swc (Thanks again Justin McLean for this explanation.) Marcus Fritze Am 30.01.2013 um 16:44 schrieb "Cooper, Andrew" : > Can you target 11.5 in Flash Builder(4.7) > Does this automatically set the swf version to 18 or is that

Re: Flash Player 11.5 - Debug trace in release player

2013-01-29 Thread Marcus Fritze
Indeed this is a very nice feature. I was waiting a long time for the feature. I use a global error handler (UncaughtErrorEvent.UNCAUGHT_ERROR) in my application and send all debug logs to my e-mail. I think it's the best way to find errors in your application. Am 30.01.2013 um 01:25 schrieb "

[OT] Flash Player 11.5 for Windows 8 Internet Explorer

2013-01-23 Thread Marcus Fritze
Hi, I realized that the current Flash Player version for Windows 8 Internet Explorer is 11.3. It seems that the Flash Player in Win 8 is distributed by Microsoft. Are there any informations about the update interval for FP in IE10 Win 8? Thanks Marcus Fritze

[jira] [Closed] (FLEX-33354) [button] define the placement of icon (iconPlacement) in skin [ButtonSkin]

2013-01-21 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Fritze closed FLEX-33354. Resolution: Not A Problem > [button] define the placement of icon (iconPlacement) in s

[jira] [Commented] (FLEX-33354) [button] define the placement of icon (iconPlacement) in skin [ButtonSkin]

2013-01-21 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13558951#comment-13558951 ] Marcus Fritze commented on FLEX-33354: -- Per default the SparkButtonSkin (and

Re: [off-topic] FB 4.7 license

2013-01-18 Thread Marcus Fritze
Hi Igor, I had exactly the same problem! I submitted a serial request for my free FB premium upgrade to Adobe in December. But after 2 weeks I called the phone support everyday! The phone support had no idea, what's going on. But they try to help and after 3 days I got my serial. Call the phon

[jira] [Commented] (FLEX-33354) [button] define the placement of icon (iconPlacement) in skin [ButtonSkin]

2013-01-17 Thread Marcus Fritze (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13556221#comment-13556221 ] Marcus Fritze commented on FLEX-33354: -- Thanks, yes I see. But I am only wonde

[jira] [Created] (FLEX-33354) [button] define the placement of icon (iconPlacement) in skin [ButtonSkin]

2013-01-17 Thread Marcus Fritze (JIRA)
Marcus Fritze created FLEX-33354: Summary: [button] define the placement of icon (iconPlacement) in skin [ButtonSkin] Key: FLEX-33354 URL: https://issues.apache.org/jira/browse/FLEX-33354 Project

  1   2   >