Re: [jira] [Commented] (FLEX-33994) Need a way to distinguish phone and tablet target devices through css

2014-02-04 Thread Avi Kessner
Screen Size

brought to you by the letters A, V, and I
and the number 47


On Wed, Feb 5, 2014 at 7:42 AM, Alex Harui  wrote:

> Is there a common practice in the non-Flash world?  How do web-sites tell
> the difference?
>
> On 2/4/14 2:40 PM, "Maurice Amsellem (old) (JIRA)" 
> wrote:
>
> >
> >[
> >
> https://issues.apache.org/jira/browse/FLEX-33994?page=com.atlassian.jira.p
> >lugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13891330#com
> >ment-13891330 ]
> >
> >Maurice Amsellem (old) commented on FLEX-33994:
> >---
> >
> >Justin, if you don't want to use physical units, what would you propose?
> >
> >> Need a way to distinguish phone and tablet target devices through css
> >> -
> >>
> >> Key: FLEX-33994
> >> URL: https://issues.apache.org/jira/browse/FLEX-33994
> >> Project: Apache Flex
> >>  Issue Type: New Feature
> >>  Components: .Unspecified - Mobile
> >>Affects Versions: Apache Flex 4.11.0
> >>Reporter: Maurice Amsellem
> >>Assignee: Maurice Amsellem
> >>
> >> Some components should have different layout on phone and tablet
> >>devices.
> >> For example, DropDownList should display as a centered popup list on
> >>phones, and display the drop down list below its popup button on
> >>tablets, supposedly having move screen space.
> >
> >
> >
> >--
> >This message was sent by Atlassian JIRA
> >(v6.1.5#6160)
>
>


Re: [jira] [Commented] (FLEX-33994) Need a way to distinguish phone and tablet target devices through css

2014-02-04 Thread Alex Harui
Is there a common practice in the non-Flash world?  How do web-sites tell
the difference?

On 2/4/14 2:40 PM, "Maurice Amsellem (old) (JIRA)"  wrote:

>
>[ 
>https://issues.apache.org/jira/browse/FLEX-33994?page=com.atlassian.jira.p
>lugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13891330#com
>ment-13891330 ] 
>
>Maurice Amsellem (old) commented on FLEX-33994:
>---
>
>Justin, if you don't want to use physical units, what would you propose?
>
>> Need a way to distinguish phone and tablet target devices through css
>> -
>>
>> Key: FLEX-33994
>> URL: https://issues.apache.org/jira/browse/FLEX-33994
>> Project: Apache Flex
>>  Issue Type: New Feature
>>  Components: .Unspecified - Mobile
>>Affects Versions: Apache Flex 4.11.0
>>Reporter: Maurice Amsellem
>>Assignee: Maurice Amsellem
>>
>> Some components should have different layout on phone and tablet
>>devices.
>> For example, DropDownList should display as a centered popup list on
>>phones, and display the drop down list below its popup button on
>>tablets, supposedly having move screen space.
>
>
>
>--
>This message was sent by Atlassian JIRA
>(v6.1.5#6160)



Re: MX DataGrid columns horizontal scroll bar

2014-02-04 Thread Alex Harui
mx:DataGrid doesn't support scrolling individual columns.  Unless the row
heights are different in the columns for a row, you might just put two
lists together with a button bar along the top.  There's an example of
doing that with Spark lists on my blog (blogs.adobe.com/aharui) and the
FlexJS DG prototype essentially works that way.

HTH,
-Alex

On 2/4/14 8:16 PM, "umal bhole"  wrote:

>HI,
>
>I am using mx datagrid and i have two columns which will be having values
>big now for better viewing i want to provide the horizontal scroll bar on
>columns which the user can slide and look the values which are entered in
>the column. So for two columns i want to scroll bars.
>
>Let me know if this is feasible approach or i must use some other
>component
>or approach to handle this issue. I cannot make datagrid size bigger.
>
>Regards
>Umal



Re: RTEs when I build FlexJSJX,etc. myself

2014-02-04 Thread Alex Harui
Crud.  It was right in front of me the whole time.  Next time I'll look
more closely at the link-report.  Should be fixed now.

-Alex

On 2/4/14 11:17 AM, "Peter Ent"  wrote:

>I can't repo this on my Mac. I ran the build.xml from the BarChartExample
>directory and opened the HTML pages for both AS and JS. Both ran without
>issues.
>
>--peter
>
>On 2/4/14 3:10 AM, "Alex Harui"  wrote:
>
>>I can reproduce this on my windows machine.  The SWF does have what looks
>>like the correct code, but the player does not find the renderer class
>>when it is supposed to.
>>
>>I'll dig more Tuesday evening since that's my home computer.
>>
>>-Alex
>>
>>On 2/3/14 5:05 PM, "OmPrakash Muppirala"  wrote:
>>
>>>On Mon, Feb 3, 2014 at 4:47 PM, Alex Harui  wrote:
>>>


 On 2/3/14 4:31 PM, "OmPrakash Muppirala"  wrote:

 >On Mon, Feb 3, 2014 at 3:43 PM, Alex Harui  wrote:
 >
 >> The correct behavior is for the itemRenderer to have an instance of
 >> ClassFactory (which should have a newInstance method as your source
code
 >> indicated) and not the class ClassFactory which would not have
 >>newInstance
 >> on it since newInstance isn't static.
 >>
 >> If itemRenderer is an instance of ClassFactory but doesn't have a
 >> newInstance method then something is still wrong with your setup.
 >>
 >>
 >Wrong with the example app or wrong with my flex-asjs setup? I have a
 >clean
 >flex-asjs repo in sync with git.
 >What is the correct way to build the FlexJSJX, etc. swc files?
 I don't know where things are going wrong.  The code is behaving like
the
 compiler saw an out of date definition for BarChartSeries.  Maybe a
stale
 copy is in your lib path or maybe stale source in a source path, I
don't
 know.  Or FB is caching something it shouldn't.

 Try this: In examples/BarChartExample, don't use FB, instead run ant
and
 then run the SWF in bin-debug.  It came up for me.  Do you still get
an
 error?


>>>Okay, skipping FB completely.  Exited FB, deleted bin and bin-debug
>>>folders.  Ran ant in examples/BarChartExample folder.  Opened
>>>BarChartExample.html in IE10, same exact error as before.
>>>
>>>Have you been able to run the app in a machine other than yours?  Any
>>>chance you can test that?
>>>
>>>Or can anyone else on the dev list try this out?  It would be good to
>>>know
>>>if this is a real problem or if something is wrong with my setup.
>>>
>>>Thanks,
>>>Om
>>>
>>>
 >
 >
 >> BTW, I assume you've done a "clean" on the project from FB?
 >>
 >>
 >Yes, multiple times :-)
 >
 >
 >> -Alex
 >>
 >> On 2/3/14 3:33 PM, "OmPrakash Muppirala" 
wrote:
 >>
 >> >On Mon, Feb 3, 2014 at 2:10 PM, Alex Harui 
wrote:
 >> >
 >> >> I think the issue is that the series itemRenderer may be set to
 >>actual
 >> >> ClassFactory class instead of an instance of ClassFactory.
 >> >>
 >> >> Can you check that in the debugger?
 >> >>
 >> >>
 >> >You are right, the method MXMLDataInterpreter.generateMXMLArray()
 >>passes
 >> >an
 >> >instance of type mx.core.ClassFactory to
BarChartSeries.itemRenderer.
 >>No
 >> >error at this point, rather when itemRenderer.newInstance() is
called,
 >>the
 >> >error is thrown.
 >> >
 >> >
 >> >> Make sure that you don't have stale duplicates of classes like
 >> >> BarChartSeries and IChartSeries.  The itemRenderer property
should
 >>be of
 >> >> type Ifactory unless it is stale.
 >> >>
 >> >
 >> >BarChartSeries and IChartSeries look good to me. In the FlexJSJX
 >>project,
 >> >org.apache.flex.charts.supportClasses has these methods:
 >> >private var _itemRenderer:IFactory;
 >> >public function get itemRenderer():IFactory
 >> >{
 >> >return _itemRenderer;
 >> >}
 >> >public function set itemRenderer(value:IFactory):void
 >> >{
 >> >_itemRenderer = value;
 >> >}
 >> >
 >> >Thanks,
 >> >Om
 >> >
 >> >
 >> >>
 >> >> -Alex
 >> >>
 >> >> On 2/3/14 12:36 PM, "OmPrakash Muppirala" 
 >>wrote:
 >> >>
 >> >> >On Mon, Feb 3, 2014 at 12:32 PM, OmPrakash Muppirala
 >> >> >wrote:
 >> >> >
 >> >> >> On Mon, Feb 3, 2014 at 12:16 PM, Alex Harui

 >> wrote:
 >> >> >>
 >> >> >>> Does your copy of ClassFactory (in FlexJSUI/src/mx/core)
have
a
 >> >> >>> newInstance method?
 >> >> >>>
 >> >> >>
 >> >> >> Yes, it does.
 >> >> >>
 >> >> >>
 >> >> >>>
 >> >> >>> Did you shutdown and re-start FB?  I think it caches SWC and
 >>locks
 >> >> >>>them on
 >> >> >>> the disk.
 >> >> >>>
 >> >> >>
 >> >> >> Tried shutting down FB, copying over the files again and
restarted
 >> >

Re: [LAZY] Accept donation of flexunit.org domain name

2014-02-04 Thread ayo
as good a plan as I've ever heard +1






aYo
mrbinitie.blogspot.com





From: Sumudu Chinthaka
Sent: ‎Wednesday‎, ‎5‎ ‎February‎ ‎2014 ‎04‎:‎43
To: dev@flex.apache.org





+1

sumudu jayasinghe


On Wed, Feb 5, 2014 at 7:30 AM, Vicker Leung  wrote:

> +1
>
> Well... why not?
>
> Vicker Leung
>
>
>
> Avi Kessner wrote:
>
>> +2!
>>
>> brought to you by the letters A, V, and I
>> and the number 47
>>
>>
>> On Thu, Jan 30, 2014 at 3:17 PM, Margo Powell
>>  wrote:
>>
>>  +1
>>>
>>>  From: aha...@adobe.com
 To: dev@flex.apache.org
 Subject: [LAZY] Accept donation of flexunit.org domain name
 Date: Wed, 29 Jan 2014 17:47:26 +

 Now that FlexUnit has been donated to Apache, the owner of the
 flexunit.org domain name would like to have that domain hosted at

>>> Apache.
>>>
 The initial plan is to simply have a brand new site built on Apache
 hardware for that domain.  The old content will not be initially donated
 because it is mostly old news.  Anything found missing can be donated
 later.

 I'm not sure a vote is required, but let's have a lazy vote anyway to

>>> make
>>>
 sure there are no objections.

 Infra says they can take over hosting the domain name if we file a JIRA
 requesting it.

 -Alex


>>

MX DataGrid columns horizontal scroll bar

2014-02-04 Thread umal bhole
HI,

I am using mx datagrid and i have two columns which will be having values
big now for better viewing i want to provide the horizontal scroll bar on
columns which the user can slide and look the values which are entered in
the column. So for two columns i want to scroll bars.

Let me know if this is feasible approach or i must use some other component
or approach to handle this issue. I cannot make datagrid size bigger.

Regards
Umal


Re: [LAZY] Accept donation of flexunit.org domain name

2014-02-04 Thread Sumudu Chinthaka
+1

sumudu jayasinghe


On Wed, Feb 5, 2014 at 7:30 AM, Vicker Leung  wrote:

> +1
>
> Well... why not?
>
> Vicker Leung
>
>
>
> Avi Kessner wrote:
>
>> +2!
>>
>> brought to you by the letters A, V, and I
>> and the number 47
>>
>>
>> On Thu, Jan 30, 2014 at 3:17 PM, Margo Powell
>>  wrote:
>>
>>  +1
>>>
>>>  From: aha...@adobe.com
 To: dev@flex.apache.org
 Subject: [LAZY] Accept donation of flexunit.org domain name
 Date: Wed, 29 Jan 2014 17:47:26 +

 Now that FlexUnit has been donated to Apache, the owner of the
 flexunit.org domain name would like to have that domain hosted at

>>> Apache.
>>>
 The initial plan is to simply have a brand new site built on Apache
 hardware for that domain.  The old content will not be initially donated
 because it is mostly old news.  Anything found missing can be donated
 later.

 I'm not sure a vote is required, but let's have a lazy vote anyway to

>>> make
>>>
 sure there are no objections.

 Infra says they can take over hosting the domain name if we file a JIRA
 requesting it.

 -Alex


>>


Re: [LAZY] Accept donation of flexunit.org domain name

2014-02-04 Thread Vicker Leung

+1

Well... why not?

Vicker Leung


Avi Kessner wrote:

+2!

brought to you by the letters A, V, and I
and the number 47


On Thu, Jan 30, 2014 at 3:17 PM, Margo Powell  wrote:


+1


From: aha...@adobe.com
To: dev@flex.apache.org
Subject: [LAZY] Accept donation of flexunit.org domain name
Date: Wed, 29 Jan 2014 17:47:26 +

Now that FlexUnit has been donated to Apache, the owner of the
flexunit.org domain name would like to have that domain hosted at

Apache.

The initial plan is to simply have a brand new site built on Apache
hardware for that domain.  The old content will not be initially donated
because it is mostly old news.  Anything found missing can be donated
later.

I'm not sure a vote is required, but let's have a lazy vote anyway to

make

sure there are no objections.

Infra says they can take over hosting the domain name if we file a JIRA
requesting it.

-Alex





Re: RTEs when I build FlexJSJX,etc. myself

2014-02-04 Thread Peter Ent
I can't repo this on my Mac. I ran the build.xml from the BarChartExample
directory and opened the HTML pages for both AS and JS. Both ran without
issues.

--peter

On 2/4/14 3:10 AM, "Alex Harui"  wrote:

>I can reproduce this on my windows machine.  The SWF does have what looks
>like the correct code, but the player does not find the renderer class
>when it is supposed to.
>
>I'll dig more Tuesday evening since that's my home computer.
>
>-Alex
>
>On 2/3/14 5:05 PM, "OmPrakash Muppirala"  wrote:
>
>>On Mon, Feb 3, 2014 at 4:47 PM, Alex Harui  wrote:
>>
>>>
>>>
>>> On 2/3/14 4:31 PM, "OmPrakash Muppirala"  wrote:
>>>
>>> >On Mon, Feb 3, 2014 at 3:43 PM, Alex Harui  wrote:
>>> >
>>> >> The correct behavior is for the itemRenderer to have an instance of
>>> >> ClassFactory (which should have a newInstance method as your source
>>>code
>>> >> indicated) and not the class ClassFactory which would not have
>>> >>newInstance
>>> >> on it since newInstance isn't static.
>>> >>
>>> >> If itemRenderer is an instance of ClassFactory but doesn't have a
>>> >> newInstance method then something is still wrong with your setup.
>>> >>
>>> >>
>>> >Wrong with the example app or wrong with my flex-asjs setup? I have a
>>> >clean
>>> >flex-asjs repo in sync with git.
>>> >What is the correct way to build the FlexJSJX, etc. swc files?
>>> I don't know where things are going wrong.  The code is behaving like
>>>the
>>> compiler saw an out of date definition for BarChartSeries.  Maybe a
>>>stale
>>> copy is in your lib path or maybe stale source in a source path, I
>>>don't
>>> know.  Or FB is caching something it shouldn't.
>>>
>>> Try this: In examples/BarChartExample, don't use FB, instead run ant
>>>and
>>> then run the SWF in bin-debug.  It came up for me.  Do you still get an
>>> error?
>>>
>>>
>>Okay, skipping FB completely.  Exited FB, deleted bin and bin-debug
>>folders.  Ran ant in examples/BarChartExample folder.  Opened
>>BarChartExample.html in IE10, same exact error as before.
>>
>>Have you been able to run the app in a machine other than yours?  Any
>>chance you can test that?
>>
>>Or can anyone else on the dev list try this out?  It would be good to
>>know
>>if this is a real problem or if something is wrong with my setup.
>>
>>Thanks,
>>Om
>>
>>
>>> >
>>> >
>>> >> BTW, I assume you've done a "clean" on the project from FB?
>>> >>
>>> >>
>>> >Yes, multiple times :-)
>>> >
>>> >
>>> >> -Alex
>>> >>
>>> >> On 2/3/14 3:33 PM, "OmPrakash Muppirala" 
>>>wrote:
>>> >>
>>> >> >On Mon, Feb 3, 2014 at 2:10 PM, Alex Harui 
>>>wrote:
>>> >> >
>>> >> >> I think the issue is that the series itemRenderer may be set to
>>> >>actual
>>> >> >> ClassFactory class instead of an instance of ClassFactory.
>>> >> >>
>>> >> >> Can you check that in the debugger?
>>> >> >>
>>> >> >>
>>> >> >You are right, the method MXMLDataInterpreter.generateMXMLArray()
>>> >>passes
>>> >> >an
>>> >> >instance of type mx.core.ClassFactory to
>>>BarChartSeries.itemRenderer.
>>> >>No
>>> >> >error at this point, rather when itemRenderer.newInstance() is
>>>called,
>>> >>the
>>> >> >error is thrown.
>>> >> >
>>> >> >
>>> >> >> Make sure that you don't have stale duplicates of classes like
>>> >> >> BarChartSeries and IChartSeries.  The itemRenderer property
>>>should
>>> >>be of
>>> >> >> type Ifactory unless it is stale.
>>> >> >>
>>> >> >
>>> >> >BarChartSeries and IChartSeries look good to me. In the FlexJSJX
>>> >>project,
>>> >> >org.apache.flex.charts.supportClasses has these methods:
>>> >> >private var _itemRenderer:IFactory;
>>> >> >public function get itemRenderer():IFactory
>>> >> >{
>>> >> >return _itemRenderer;
>>> >> >}
>>> >> >public function set itemRenderer(value:IFactory):void
>>> >> >{
>>> >> >_itemRenderer = value;
>>> >> >}
>>> >> >
>>> >> >Thanks,
>>> >> >Om
>>> >> >
>>> >> >
>>> >> >>
>>> >> >> -Alex
>>> >> >>
>>> >> >> On 2/3/14 12:36 PM, "OmPrakash Muppirala" 
>>> >>wrote:
>>> >> >>
>>> >> >> >On Mon, Feb 3, 2014 at 12:32 PM, OmPrakash Muppirala
>>> >> >> >wrote:
>>> >> >> >
>>> >> >> >> On Mon, Feb 3, 2014 at 12:16 PM, Alex Harui 
>>> >> wrote:
>>> >> >> >>
>>> >> >> >>> Does your copy of ClassFactory (in FlexJSUI/src/mx/core) have
>>>a
>>> >> >> >>> newInstance method?
>>> >> >> >>>
>>> >> >> >>
>>> >> >> >> Yes, it does.
>>> >> >> >>
>>> >> >> >>
>>> >> >> >>>
>>> >> >> >>> Did you shutdown and re-start FB?  I think it caches SWC and
>>> >>locks
>>> >> >> >>>them on
>>> >> >> >>> the disk.
>>> >> >> >>>
>>> >> >> >>
>>> >> >> >> Tried shutting down FB, copying over the files again and
>>>restarted
>>> >> >>FB.
>>> >> >> >> Same result when I compile the app with FlexJS Debug build
>>>tool.
>>> >> >> >>
>>> >> >> >>
>>> >> >> >>>
>>> >> >> >>> Check a link-report and see which version of ClassFactory is
>>> >>being
>>> >> >> >>>pulled
>>> >> >> >>> in.
>>> >> >> >>>
>>> >> >> >>
>>> >> >> >> This is what I see in the linkreport.xml entry for
>>> >

RE: FlexUnit - code coverage pull request

2014-02-04 Thread Michael A. Labriola
>Hi Mike do you if anything has been done to solve the external dependencies 
>issue so it could be donated to FlexUnit?

Nothing has been done.



Re: FlexUnit - code coverage pull request

2014-02-04 Thread João Fernandes
Hi Mike do you if anything has been done to solve the external dependencies
issue so it could be donated to FlexUnit?


On 9 October 2013 15:22, Michael A. Labriola
wrote:

> >If the patch is small, they should just submit the patch in a JIRA and an
> ICLA is not required.
>
> It will eventually come in via jira but there are other hurdles to pass
> first. It is using work from others, likely binaries and a ton of other
> issues that all need to be resolved before the patch can be accepted.
>
> That's why I invited them to join the list and talk through it hear.
> Trying to move the conversations here instead of github. I am also going to
> make the decision on my own and turn off the flexunit github and site at
> the end of this month as no one seems to have an opinion as of late.
>
> Mike
>
>


-- 

João Fernandes


AW: Rendering components in MX DataGrid

2014-02-04 Thread Christofer Dutz
Well please correct me if I'm on the wrong path, 
but if you have your compoenents inside an Item Renderer, but don't have a 
single item to render in the Container that uses this, then Flex doesn't Show a 
single one of them. In order to have your itemrenderer used, you have to 
provide your data Container with at least one element to make it actually 
Display anything.

Chris

Von: Oleg Konovalov 
Gesendet: Dienstag, 4. Februar 2014 13:49
An: flex-...@apache.org
Betreff: Rendering components in MX DataGrid

Hi,



I have tried to add Spark Dropdown, MX Checkbox and a Button in MX DataGrid

(as FX Component in itemRenderer). Neither of them had any data, I just
needed to see them displayed,

but none of them displayed. Why?

Each of them displayed fine outside of DataGrid

Am I missing something?



Using Flex 4.5.1.





TIA,

Oleg.


Re: Rendering components in MX DataGrid

2014-02-04 Thread Samuel Facchinello
Hi.

Try this:





 

 
 
 


 





Att,
Samuel Facchinello
http://desenvolvendoemflex.blogspot.com
Joinville - SC


2014-02-04 Oleg Konovalov :

> Hi,
>
>
>
> I have tried to add Spark Dropdown, MX Checkbox and a Button in MX DataGrid
>
> (as FX Component in itemRenderer). Neither of them had any data, I just
> needed to see them displayed,
>
> but none of them displayed. Why?
>
> Each of them displayed fine outside of DataGrid
>
> Am I missing something?
>
>
>
> Using Flex 4.5.1.
>
>
>
>
>
> TIA,
>
> Oleg.
>


Rendering components in MX DataGrid

2014-02-04 Thread Oleg Konovalov
Hi,



I have tried to add Spark Dropdown, MX Checkbox and a Button in MX DataGrid

(as FX Component in itemRenderer). Neither of them had any data, I just
needed to see them displayed,

but none of them displayed. Why?

Each of them displayed fine outside of DataGrid

Am I missing something?



Using Flex 4.5.1.





TIA,

Oleg.


RE: SDK Installer failing to download Air 4.0 beta with iOS7 fix?

2014-02-04 Thread Jason Moore
Tested on PC, confirmed air build version, all looks good.

Many thanks !

J :)

-Original Message-
From: Justin Mclean [mailto:jus...@classsoftware.com] 
Sent: 04 February 2014 12:23
To: dev@flex.apache.org
Subject: Re: SDK Installer failing to download Air 4.0 beta with iOS7
fix?

Hi,

> Ah ha .. is there a missing slash in the air path, between
...air/air4-0 ?
Yep that look like the problem - sorry I only tested it on OSX (my
platform of choice).

Can you try again and report if there are any issues.

Thanks,
Justin


Re: SDK Installer failing to download Air 4.0 beta with iOS7 fix?

2014-02-04 Thread Justin Mclean
Hi,

> Ah ha .. is there a missing slash in the air path, between ...air/air4-0 ?
Yep that look like the problem - sorry I only tested it on OSX (my platform of 
choice).

Can you try again and report if there are any issues.

Thanks,
Justin

RE: SDK Installer failing to download Air 4.0 beta with iOS7 fix?

2014-02-04 Thread Jason Moore
Ah ha .. is there a missing slash in the air path, between
...air/air4-0 ?

J :)

-Original Message-
From: Jason Moore [mailto:jason.mo...@harksolutions.co.uk] 
Sent: 04 February 2014 11:46
To: dev@flex.apache.org
Subject: SDK Installer failing to download Air 4.0 beta with iOS7 fix?

I'm getting an error and aborted installation when I try and download
the Air .0beta..

Version 2.7.0 (windows)
Fetched the SDK download mirror URL from the CGI.
AIR version 4.0beta
Flash Player version 13.0beta
Creating Apache Flex home
Creating temporary directory
Downloading Apache Flex SDK from:
http://www.mirrorservice.org/sites/ftp.apache.org/flex/4.11.0/binaries/a
pache-flex-sdk-4.11.0-bin.zip
Verifying Apache Flex SDK MD5 Signature
The Apache Flex SDK MD5 Signature of the downloaded files matches the
reference. The file is valid.
Unzipping: C:\Users\JMoore\Desktop\Flex SDK
4.0Beta\temp\apache-flex-sdk-4.11.0-bin.zip
Finished unzipping: C:\Users\JMoore\Desktop\Flex SDK
4.0Beta\temp\apache-flex-sdk-4.11.0-bin.zip
Downloading Adobe AIR Runtime Kit for Windows from:
http://labsdownload.adobe.com/pub/labs/flashruntimes/airair4-0_sdk_sa_wi
n.zip
Unable to download Adobe AIR Runtime Kit Unable to clean up temporary
installation directories Aborting Installation


Have Adobe moved it ?

J :)




-Original Message-
From: Justin Mclean [mailto:jus...@classsoftware.com]
Sent: 04 February 2014 08:25
To: dev@flex.apache.org
Subject: Re: Build your apps for IOS7

Hi,

> Does this mean we have to re-download the installer?
No just rerun it and it will pick up the new config file with the new
AIR 4.0 beta in it.

Thanks,
Justin


SDK Installer failing to download Air 4.0 beta with iOS7 fix?

2014-02-04 Thread Jason Moore
I'm getting an error and aborted installation when I try and download
the Air .0beta..

Version 2.7.0 (windows)
Fetched the SDK download mirror URL from the CGI.
AIR version 4.0beta
Flash Player version 13.0beta
Creating Apache Flex home
Creating temporary directory
Downloading Apache Flex SDK from:
http://www.mirrorservice.org/sites/ftp.apache.org/flex/4.11.0/binaries/a
pache-flex-sdk-4.11.0-bin.zip
Verifying Apache Flex SDK MD5 Signature
The Apache Flex SDK MD5 Signature of the downloaded files matches the
reference. The file is valid.
Unzipping: C:\Users\JMoore\Desktop\Flex SDK
4.0Beta\temp\apache-flex-sdk-4.11.0-bin.zip
Finished unzipping: C:\Users\JMoore\Desktop\Flex SDK
4.0Beta\temp\apache-flex-sdk-4.11.0-bin.zip
Downloading Adobe AIR Runtime Kit for Windows from:
http://labsdownload.adobe.com/pub/labs/flashruntimes/airair4-0_sdk_sa_wi
n.zip
Unable to download Adobe AIR Runtime Kit
Unable to clean up temporary installation directories
Aborting Installation


Have Adobe moved it ?

J :)




-Original Message-
From: Justin Mclean [mailto:jus...@classsoftware.com] 
Sent: 04 February 2014 08:25
To: dev@flex.apache.org
Subject: Re: Build your apps for IOS7

Hi,

> Does this mean we have to re-download the installer?
No just rerun it and it will pick up the new config file with the new
AIR 4.0 beta in it.

Thanks,
Justin


Re: Build your apps for IOS7

2014-02-04 Thread Tom Chiverton

On 04/02/2014 08:58, Justin Mclean wrote:

The new is normally announced on the @apacheflex twitter account.

I don't see anything after a retweet on the 31st ?

Tom


Re: Build your apps for IOS7

2014-02-04 Thread Justin Mclean
Hi,

> Shouldn't this go in the 'Latest news' section on the website?

We try to keep up with all new Adobe's released and beta version of Flash 
Player and AIR - we usually lag a few days behind the official release as we 
have no information to when they occur.

The new is normally announced on the @apacheflex twitter account.

Thanks,
Justin

Re: Build your apps for IOS7

2014-02-04 Thread Dany Dhondt
Great news!

Shouldn't this go in the 'Latest news' section on the website?

Dany



Op 4-feb.-2014, om 09:25 heeft Justin Mclean  het 
volgende geschreven:

> Hi,
> 
>> Does this mean we have to re-download the installer?
> No just rerun it and it will pick up the new config file with the new AIR 4.0 
> beta in it.
> 
> Thanks,
> Justin



Re: Build your apps for IOS7

2014-02-04 Thread Justin Mclean
Hi,

> Does this mean we have to re-download the installer?
No just rerun it and it will pick up the new config file with the new AIR 4.0 
beta in it.

Thanks,
Justin

Re: Build your apps for IOS7

2014-02-04 Thread Dany Dhondt
Does this mean we have to re-download the installer?

Thanks,

Dany Dhondt
archeme...@mac.com



Op 4-feb.-2014, om 08:46 heeft OmPrakash Muppirala  het 
volgende geschreven:

> On Feb 3, 2014 11:35 PM, "Justin Mclean"  wrote:
>> 
>> Hi,
>> 
>>> Would it make sense to add this new version of the AIR SDK in our
> Installer
>>> dropdowns?
>> 
>> Way ahead of you -
> 
> As always :-)
> 
> it's already done (for both versions of the installers) - look at the SVN
> checkins.
>> 
>> But we have to keep on eye it when it's no longer beta and I'm unsure of
> the swf version for Flash Player 13.0 as the documentation gives the same
> number as 12.0.
> 
> I will keep an eye out for the release.  I an sure you will too.
> 
> Thanks,
> Om
> 
>> 
>> Thanks,
>> Justin



Re: RTEs when I build FlexJSJX,etc. myself

2014-02-04 Thread Alex Harui
I can reproduce this on my windows machine.  The SWF does have what looks
like the correct code, but the player does not find the renderer class
when it is supposed to.

I'll dig more Tuesday evening since that's my home computer.

-Alex

On 2/3/14 5:05 PM, "OmPrakash Muppirala"  wrote:

>On Mon, Feb 3, 2014 at 4:47 PM, Alex Harui  wrote:
>
>>
>>
>> On 2/3/14 4:31 PM, "OmPrakash Muppirala"  wrote:
>>
>> >On Mon, Feb 3, 2014 at 3:43 PM, Alex Harui  wrote:
>> >
>> >> The correct behavior is for the itemRenderer to have an instance of
>> >> ClassFactory (which should have a newInstance method as your source
>>code
>> >> indicated) and not the class ClassFactory which would not have
>> >>newInstance
>> >> on it since newInstance isn't static.
>> >>
>> >> If itemRenderer is an instance of ClassFactory but doesn't have a
>> >> newInstance method then something is still wrong with your setup.
>> >>
>> >>
>> >Wrong with the example app or wrong with my flex-asjs setup? I have a
>> >clean
>> >flex-asjs repo in sync with git.
>> >What is the correct way to build the FlexJSJX, etc. swc files?
>> I don't know where things are going wrong.  The code is behaving like
>>the
>> compiler saw an out of date definition for BarChartSeries.  Maybe a
>>stale
>> copy is in your lib path or maybe stale source in a source path, I don't
>> know.  Or FB is caching something it shouldn't.
>>
>> Try this: In examples/BarChartExample, don't use FB, instead run ant and
>> then run the SWF in bin-debug.  It came up for me.  Do you still get an
>> error?
>>
>>
>Okay, skipping FB completely.  Exited FB, deleted bin and bin-debug
>folders.  Ran ant in examples/BarChartExample folder.  Opened
>BarChartExample.html in IE10, same exact error as before.
>
>Have you been able to run the app in a machine other than yours?  Any
>chance you can test that?
>
>Or can anyone else on the dev list try this out?  It would be good to know
>if this is a real problem or if something is wrong with my setup.
>
>Thanks,
>Om
>
>
>> >
>> >
>> >> BTW, I assume you've done a "clean" on the project from FB?
>> >>
>> >>
>> >Yes, multiple times :-)
>> >
>> >
>> >> -Alex
>> >>
>> >> On 2/3/14 3:33 PM, "OmPrakash Muppirala" 
>>wrote:
>> >>
>> >> >On Mon, Feb 3, 2014 at 2:10 PM, Alex Harui  wrote:
>> >> >
>> >> >> I think the issue is that the series itemRenderer may be set to
>> >>actual
>> >> >> ClassFactory class instead of an instance of ClassFactory.
>> >> >>
>> >> >> Can you check that in the debugger?
>> >> >>
>> >> >>
>> >> >You are right, the method MXMLDataInterpreter.generateMXMLArray()
>> >>passes
>> >> >an
>> >> >instance of type mx.core.ClassFactory to
>>BarChartSeries.itemRenderer.
>> >>No
>> >> >error at this point, rather when itemRenderer.newInstance() is
>>called,
>> >>the
>> >> >error is thrown.
>> >> >
>> >> >
>> >> >> Make sure that you don't have stale duplicates of classes like
>> >> >> BarChartSeries and IChartSeries.  The itemRenderer property should
>> >>be of
>> >> >> type Ifactory unless it is stale.
>> >> >>
>> >> >
>> >> >BarChartSeries and IChartSeries look good to me. In the FlexJSJX
>> >>project,
>> >> >org.apache.flex.charts.supportClasses has these methods:
>> >> >private var _itemRenderer:IFactory;
>> >> >public function get itemRenderer():IFactory
>> >> >{
>> >> >return _itemRenderer;
>> >> >}
>> >> >public function set itemRenderer(value:IFactory):void
>> >> >{
>> >> >_itemRenderer = value;
>> >> >}
>> >> >
>> >> >Thanks,
>> >> >Om
>> >> >
>> >> >
>> >> >>
>> >> >> -Alex
>> >> >>
>> >> >> On 2/3/14 12:36 PM, "OmPrakash Muppirala" 
>> >>wrote:
>> >> >>
>> >> >> >On Mon, Feb 3, 2014 at 12:32 PM, OmPrakash Muppirala
>> >> >> >wrote:
>> >> >> >
>> >> >> >> On Mon, Feb 3, 2014 at 12:16 PM, Alex Harui 
>> >> wrote:
>> >> >> >>
>> >> >> >>> Does your copy of ClassFactory (in FlexJSUI/src/mx/core) have
>>a
>> >> >> >>> newInstance method?
>> >> >> >>>
>> >> >> >>
>> >> >> >> Yes, it does.
>> >> >> >>
>> >> >> >>
>> >> >> >>>
>> >> >> >>> Did you shutdown and re-start FB?  I think it caches SWC and
>> >>locks
>> >> >> >>>them on
>> >> >> >>> the disk.
>> >> >> >>>
>> >> >> >>
>> >> >> >> Tried shutting down FB, copying over the files again and
>>restarted
>> >> >>FB.
>> >> >> >> Same result when I compile the app with FlexJS Debug build
>>tool.
>> >> >> >>
>> >> >> >>
>> >> >> >>>
>> >> >> >>> Check a link-report and see which version of ClassFactory is
>> >>being
>> >> >> >>>pulled
>> >> >> >>> in.
>> >> >> >>>
>> >> >> >>
>> >> >> >> This is what I see in the linkreport.xml entry for
>> >> >>mx.core:ClassFactory:
>> >> >> >>
>> >> >> >> > >> >> >>
>> >> >>
>> >>
>> 
name="C:\p\flex_os\workspace\FlexJS\FlexJSSDK_ViaInstaller\framewor
ks
>> >>\a
>> >> s\
>> >> >> >>libs\MXMLCClasses.swc(mx.core:ClassFactory)"
>> >> >> >> mod="1390855527301" size="410" optimizedsize="190">
>> >> >> >>   
>> >> >> >>