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

[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

Re: [JIRA] unable to create new JIRA issues

2015-12-15 Thread Marcus Fritze
eeper. > > -Alex > > On 12/15/15, 2:07 AM, "Marcus Fritze" <marcus.fri...@googlemail.com> wrote: > >> I am on Chrome Mac with this URL >> >> https://issues.apache.org/jira/browse/FLEX/ >> >> >>> Am 15.12.2015 um 11:

Re: [JIRA] unable to create new JIRA issues

2015-12-15 Thread Marcus Fritze
anks, > Om > > On Tue, Dec 15, 2015 at 1:57 AM, Marcus Fritze <marcus.fri...@googlemail.com >> wrote: > >> 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

[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] Code missing in the generated js file?

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

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
be.com>: > > Are 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 > <marcus.fri...@googlemail.com<mailto:marcus.fri...@googlem

[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

[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

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

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
x? > > all I see now (after changing some code) is this: > > > Regards > > 2015-09-23 14:16 GMT+01:00 Marcus Fritze <marcus.fri...@googlemail.com > <mailto:marcus.fri...@googlemail.com>>: > Any news about this donation of the spark components? > > Ac

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

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

Re: Lists with focusable children problem

2015-09-16 Thread Marcus Fritze
> Am 16.09.2015 um 09:18 schrieb Chris Velevitch <chris.velevi...@gmail.com>: > > 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. > >

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

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

2015-06-10 Thread Marcus Fritze
. Thanks, Om On Mon, Jun 8, 2015 at 4:53 AM, Marcus Fritze marcus.fri...@googlemail.com 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 „external tool“ FlexJS (FalconJX Debug and Release Build

[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

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 darkst...@163.com: Hi, I'm not 100% sure, but it seems

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
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 marcus.fri...@googlemail.com wrote: I tested the flexsdk 4.14.1 Am 25.05.2015

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

2015-05-22 Thread Marcus Fritze
. Let us know if it doesn’t. Thanks, -Alex On 5/22/15, 3:07 AM, Marcus Fritze marcus.fri...@googlemail.com 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 error. I am located in Leipzig, Germany. Thanks

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 carlos.rov...@codeoscopic.com: Hi Alex, just tried, but sorry it

Re: Translation needed

2014-10-23 Thread Marcus Fritze
German zurück is ok Am 23.10.2014 um 15:51 schrieb Neil Madsen li...@cranialinteractive.com: 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

Re: Powered By Apache logo

2014-10-03 Thread Marcus Fritze
not allowed to rotate the logo?!!! Marcus Fritze Am 01.10.2014 um 19:30 schrieb Alex Harui aha...@adobe.com: 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 Apache Software Foundation's 15th

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

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

2014-03-24 Thread Marcus Fritze
number(s) and Alex should be able to find it for you. Justin On 21 Mar 2014, at 9:21 pm, Marcus Fritze marcus.fri...@googlemail.com wrote: 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

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

2014-03-24 Thread Marcus Fritze
Betreff: Re: How to get the attachments of old Adobe JIRA / imported Apache JIRA? Hi, Just post the issue number(s) and Alex should be able to find it for you. Justin On 21 Mar 2014, at 9:21 pm, Marcus Fritze marcus.fri...@googlemail.com wrote: Hi list, unfortunately

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 aha...@adobe.com: 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

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 {

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 aha...@adobe.com: 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

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

2014-03-14 Thread Marcus Fritze
:25 schrieb Alex Harui aha...@adobe.com: What is wrong with the label height calculation? On 3/14/14 9:17 AM, Marcus Fritze marcus.fri...@googlemail.com wrote: Am 13.03.2014 um 20:40 schrieb Alex Harui aha...@adobe.com: And if you are using an IDE like IntelliJ or FB, then the easiest

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

2014-03-14 Thread Marcus Fritze
This is my ItemRenderer code: ?xml version=1.0 encoding=utf-8? s:MXAdvancedDataGridItemRenderer xmlns:fx=http://ns.adobe.com/mxml/2009; xmlns:s=library://ns.adobe.com/flex/spark

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: [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 aha...@adobe.com: 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

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

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 jus...@classsoftware.com: 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

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 bigosma...@gmail.com: On Tue, Aug 6, 2013 at 9:00 AM, Justin Mclean jus...@classsoftware.comwrote: Hi, So I try to update to 2.6.0. But then

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

2013-08-06 Thread Marcus Fritze
/conceptual/tableview_iphone/Art/tv_indexed_list.jpg Thanks! Marcus Fritze

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

2013-07-29 Thread Marcus Fritze
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 su...@dev-x.co.za: Great idea Jude! Simple and effective. Rgs, Sugan

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 kesslerconsult...@gmail.com: 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
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 To: dev@flex.apache.org Subject: Re: How to compile and contribute Flex SDK in IntelliJ 12 with Git? Thanks Frederic for the detailed description

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

2013-04-06 Thread Marcus Fritze
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] [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

[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-tabpanelfocusedCommentId=13622842#comment-13622842 ] Marcus Fritze commented on FLEX-33350: -- hi justin, sorry maybe I don't understand

[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-tabpanelfocusedCommentId=13622861#comment-13622861 ] Marcus Fritze commented on FLEX-33350: -- in my CallOutButtonTest-example I have

[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-tabpanelfocusedCommentId=13622861#comment-13622861 ] Marcus Fritze edited comment on FLEX-33350 at 4/4/13 10:00 PM

[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

[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] [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] [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-tabpanelfocusedCommentId=13609604#comment-13609604 ] Marcus Fritze commented on FLEX-33444: -- Maybe this is not a Flex / Flash issue. Maybe

[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-tabpanelfocusedCommentId=13607592#comment-13607592 ] Marcus Fritze commented on FLEX-33350: -- Over the weeks, I made some enhancements

[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-tabpanelfocusedCommentId=13607592#comment-13607592 ] Marcus Fritze edited comment on FLEX-33350 at 3/20/13 1:22 PM

[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

[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

[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

[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: - Description: Some Flex projects are not loading in Chrome (Pepper Flash Player). It's

[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: - 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: - Description: Some Flex projects are not loading in Chrome (Pepper Flash Player). It's

[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] [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-tabpanelfocusedCommentId=13604236#comment-13604236 ] Marcus Fritze commented on FLEX-33427: -- German translation: To be honest, 'postcode

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

Re: non English OS users here on the list?

2013-02-28 Thread Marcus Fritze
://bugbase.adobe.com/index.cfm?event=bugid=3489173 Only this one is votable is this one: https://bugbase.adobe.com/index.cfm?event=bugid=3502439 I encourage everybody to vote for, given the number of users it can trouble. -Fred -Message d'origine- From: Marcus Fritze Sent: Thursday

Re: non English OS users here on the list?

2013-02-27 Thread Marcus Fritze
- 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 has not an English OS? Someone who has maybe French, German, Dutch or any other

Re: non English OS users here on the list?

2013-02-27 Thread Marcus Fritze
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 marcus.fri...@googlemail.com wrote: Thanks for your effort. This is very frustrating for me. Ok I updated to the dev version of Google Chrome [Version

Re: non English OS users here on the list?

2013-02-27 Thread Marcus Fritze
by Chrome? Thanks Marcus Am 27.02.2013 um 17:59 schrieb Marcus Fritze marcus.fri...@googlemail.com: Thanks Alex. But ironically I have also some folks with a German Windows 8 where this error also occurs. You helped me a lot. I will try to create an example without the Flex (only Flash

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

[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-tabpanelfocusedCommentId=13588898#comment-13588898 ] Marcus Fritze commented on FLEX-33365: -- I have the same issue. I currently found

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 used when I

use AIR 3.5 with Flex 4.9, how?

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

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 jus...@classsoftware.com: 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

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

2013-02-12 Thread Marcus Fritze
/my_flex_folder/frameworks/libs/air/... and /path_to_my_flex_folder/my_flex_folder/frameworks/bin/[some bin files] - should be extracted to /path_to_my_flex_folder/my_flex_folder/bin/[some bin files] Either I am completely wrong or there is a little error in this script. Greetings Marcus Fritze Am

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 application). Marcus

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Marcus Fritze
/flashplayer/updaters/11/playerglobal11_5.swc And 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 acoo...@cimtek.com: Can you target 11.5 in Flash Builder(4.7) Does

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Marcus Fritze
You also need to download the the 11.5 playerglobal.swc from here: http://fpdownload.macromedia.com/get/flashplayer/updaters/11/playerglobal11_5.swc And copy it to: /frameworks/libs/player/11.5/playerglobal.swc (Thanks again Justin McLean for this explanation.) Marcus Fritze Am

Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread Marcus Fritze
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 Subject: Re: Flash Player 11.5 - Debug trace in release player AFAIK, the 4.5.1A targets

[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-tabpanelfocusedCommentId=13558951#comment-13558951 ] Marcus Fritze commented on FLEX-33354: -- Per default the SparkButtonSkin

[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 skin

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

[jira] [Updated] (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:all-tabpanel ] Marcus Fritze updated FLEX-33354: - Priority: Minor (was: Major) [button] define the placement of icon (iconPlacement) in skin

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

2013-01-15 Thread Marcus Fritze (JIRA)
Marcus Fritze created FLEX-33350: Summary: CallOutButton for Web (desktop / not AIR) Key: FLEX-33350 URL: https://issues.apache.org/jira/browse/FLEX-33350 Project: Apache Flex Issue Type

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

2013-01-15 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.fxpl CallOutButtonTest.fxp - CallOutButton (library

[COMPONENT] CallOutButton for desktop (not AIR)

2013-01-15 Thread Marcus Fritze
to security reasons. I received the message below: Microsoft Forefront Security for Exchange Server has matched a filter. Filter name: FILE FILTER= *.js File name: CallOutButtonTest.fxp-swfobject.js State: Removed Subject Line: [COMPONENT] CallOutButton for desktop (not AIR) Sender: Marcus Fritze

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

2013-01-15 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: CallOutButtonTest.zip CallOutButton.zip Thanks for the advice. I

Re: IRC #flex and Google+ Community

2013-01-14 Thread Marcus Fritze
Hi omar, thanks for pointing this out! Also, there's a link to a Google+ community, and apparently there are three communities now. Which one is the 'official' one? Anyone know? https://plus.google.com/105541823080431305816/posts/6LPmifnC277 It seems, there is no official Google+ community.

Re: select target flash player version in installer

2013-01-12 Thread Marcus Fritze
Thank you very much! Am 12.01.2013 um 13:07 schrieb Justin Mclean jus...@classsoftware.com: Hi, How can I target for 11.5? Do I have to compile the SDK with the other target version for myself? You can do, but It may be easier to to just edit the framework/flex-confog.xml file and

Re: [OT] stack over flow question abut FB 4.7

2013-01-11 Thread Marcus Fritze
ok done Am 12.01.2013 um 00:13 schrieb Justin Mclean jus...@classsoftware.com: Hi, Anyone that has a stack overflow account want to point them towards the installer? http://stackoverflow.com/questions/14168790/installing-apache-flex-4-9-inside-flashbuilder-4-7 Thanks, Justin