[jira] [Updated] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Curtis Aube (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Curtis Aube updated FLEX-33537:
---

Description: 
Initialize a s:TextArea, set the prompt text to something and set the text to 
something. Sometime later set the text to empty string, remove the TextArea 
from the display, add it to back the display and set focus on it. The next time 
you type, you will be typing in the prompt text format.

Ex.


http://ns.adobe.com/mxml/2009"; 
xmlns:mx="library://ns.adobe.com/flex/mx" 
xmlns:s="library://ns.adobe.com/flex/spark">













Another issue is: If you try to set the focus before removing and adding the 
TextArea, the focus rectangle doesn't show up.


  was:
Initialize a s:TextArea, set the prompt text to something, set the text to 
something, set the text to empty string, remove it from the display and then 
add it to the display. The next time you type, you will be typing in the prompt 
text format.

Ex.


http://ns.adobe.com/mxml/2009"; 
xmlns:mx="library://ns.adobe.com/flex/mx" 
xmlns:s="library://ns.adobe.com/flex/spark">













Another issue is: If you try to set the focus before removing and adding the 
TextArea, the focus rectangle doesn't show up.



> Spark TextArea writing in prompt text format
> 
>
> Key: FLEX-33537
> URL: https://issues.apache.org/jira/browse/FLEX-33537
> Project: Apache Flex
>  Issue Type: Bug
>Affects Versions: Apache Flex 4.9.0
>Reporter: Curtis Aube
>
> Initialize a s:TextArea, set the prompt text to something and set the text to 
> something. Sometime later set the text to empty string, remove the TextArea 
> from the display, add it to back the display and set focus on it. The next 
> time you type, you will be typing in the prompt text format.
> Ex.
> 
>  xmlns:fx="http://ns.adobe.com/mxml/2009"; 
> xmlns:mx="library://ns.adobe.com/flex/mx" 
> xmlns:s="library://ns.adobe.com/flex/spark">
>   
>   
>   
>   
>   
>click="{selectTextArea()}"/>
>   
>   
>prompt="Enter something..."/>
>   
>   
> 
> Another issue is: If you try to set the focus before removing and adding the 
> TextArea, the focus rectangle doesn't show up.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Curtis Aube (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Curtis Aube updated FLEX-33537:
---

Description: 
Initialize a s:TextArea, set the prompt text to something and set the text to 
something. Sometime later set the text to empty string, remove the TextArea 
from the display, add it to back the display and set focus on it. The next time 
you type, you will be typing in the prompt text format.

Ex.
{code}

http://ns.adobe.com/mxml/2009"; 
xmlns:mx="library://ns.adobe.com/flex/mx" 
xmlns:s="library://ns.adobe.com/flex/spark">












{code}
Another issue is: If you try to set the focus before removing and adding the 
TextArea, the focus rectangle doesn't show up.


  was:
Initialize a s:TextArea, set the prompt text to something and set the text to 
something. Sometime later set the text to empty string, remove the TextArea 
from the display, add it to back the display and set focus on it. The next time 
you type, you will be typing in the prompt text format.

Ex.


http://ns.adobe.com/mxml/2009"; 
xmlns:mx="library://ns.adobe.com/flex/mx" 
xmlns:s="library://ns.adobe.com/flex/spark">













Another issue is: If you try to set the focus before removing and adding the 
TextArea, the focus rectangle doesn't show up.



> Spark TextArea writing in prompt text format
> 
>
> Key: FLEX-33537
> URL: https://issues.apache.org/jira/browse/FLEX-33537
> Project: Apache Flex
>  Issue Type: Bug
>Affects Versions: Apache Flex 4.9.0
>Reporter: Curtis Aube
>
> Initialize a s:TextArea, set the prompt text to something and set the text to 
> something. Sometime later set the text to empty string, remove the TextArea 
> from the display, add it to back the display and set focus on it. The next 
> time you type, you will be typing in the prompt text format.
> Ex.
> {code}
> 
>  xmlns:fx="http://ns.adobe.com/mxml/2009"; 
> xmlns:mx="library://ns.adobe.com/flex/mx" 
> xmlns:s="library://ns.adobe.com/flex/spark">
>   
>   
>   
>   
>   
>click="{selectTextArea()}"/>
>   
>   
>prompt="Enter something..."/>
>   
>   
> 
> {code}
> Another issue is: If you try to set the focus before removing and adding the 
> TextArea, the focus rectangle doesn't show up.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Curtis Aube (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Curtis Aube updated FLEX-33537:
---

Description: 
Initialize a s:TextArea, set the prompt text to something and set the text to 
something. Sometime later set the text to empty string, remove the TextArea 
from the display, add it to back the display and set focus on it. The next time 
you type, you will be typing in the prompt text format.

Ex.

http://ns.adobe.com/mxml/2009"; 
xmlns:mx="library://ns.adobe.com/flex/mx" 
xmlns:s="library://ns.adobe.com/flex/spark">













Another issue is: If you try to set the focus before removing and adding the 
TextArea, the focus rectangle doesn't show up.


  was:
Initialize a s:TextArea, set the prompt text to something and set the text to 
something. Sometime later set the text to empty string, remove the TextArea 
from the display, add it to back the display and set focus on it. The next time 
you type, you will be typing in the prompt text format.

Ex.
{code}

http://ns.adobe.com/mxml/2009"; 
xmlns:mx="library://ns.adobe.com/flex/mx" 
xmlns:s="library://ns.adobe.com/flex/spark">












{code}
Another issue is: If you try to set the focus before removing and adding the 
TextArea, the focus rectangle doesn't show up.



> Spark TextArea writing in prompt text format
> 
>
> Key: FLEX-33537
> URL: https://issues.apache.org/jira/browse/FLEX-33537
> Project: Apache Flex
>  Issue Type: Bug
>Affects Versions: Apache Flex 4.9.0
>Reporter: Curtis Aube
>
> Initialize a s:TextArea, set the prompt text to something and set the text to 
> something. Sometime later set the text to empty string, remove the TextArea 
> from the display, add it to back the display and set focus on it. The next 
> time you type, you will be typing in the prompt text format.
> Ex.
> 
>  xmlns:fx="http://ns.adobe.com/mxml/2009"; 
> xmlns:mx="library://ns.adobe.com/flex/mx" 
> xmlns:s="library://ns.adobe.com/flex/spark">
>   
>   
>   
>   
>   
>click="{selectTextArea()}"/>
>   
>   
>prompt="Enter something..."/>
>   
>   
> 
> Another issue is: If you try to set the focus before removing and adding the 
> TextArea, the focus rectangle doesn't show up.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Curtis Aube (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Curtis Aube updated FLEX-33537:
---

Component/s: Spark: TextArea

> Spark TextArea writing in prompt text format
> 
>
> Key: FLEX-33537
> URL: https://issues.apache.org/jira/browse/FLEX-33537
> Project: Apache Flex
>  Issue Type: Bug
>  Components: Spark: TextArea
>Affects Versions: Apache Flex 4.9.0
>Reporter: Curtis Aube
>
> Initialize a s:TextArea, set the prompt text to something and set the text to 
> something. Sometime later set the text to empty string, remove the TextArea 
> from the display, add it to back the display and set focus on it. The next 
> time you type, you will be typing in the prompt text format.
> Ex.
> 
>  xmlns:fx="http://ns.adobe.com/mxml/2009"; 
> xmlns:mx="library://ns.adobe.com/flex/mx" 
> xmlns:s="library://ns.adobe.com/flex/spark">
>   
>   
>   
>   
>   
>click="{selectTextArea()}"/>
>   
>   
>prompt="Enter something..."/>
>   
>   
> 
> Another issue is: If you try to set the focus before removing and adding the 
> TextArea, the focus rectangle doesn't show up.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Curtis Aube (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Curtis Aube updated FLEX-33537:
---

Description: 
Initialize a s:TextArea, set the prompt text to something and set the text to 
something. Sometime later set the text to empty string, remove the TextArea 
from the display, add it to back the display and set focus on it. The next time 
you type, you will be typing in the prompt text format.

Ex.

http://ns.adobe.com/mxml/2009"; 
xmlns:mx="library://ns.adobe.com/flex/mx" 
xmlns:s="library://ns.adobe.com/flex/spark">













Another issue is: If you try to set the focus before removing and adding the 
TextArea, the focus rectangle doesn't show up.


  was:
Initialize a s:TextArea, set the prompt text to something and set the text to 
something. Sometime later set the text to empty string, remove the TextArea 
from the display, add it to back the display and set focus on it. The next time 
you type, you will be typing in the prompt text format.

Ex.
{{{

http://ns.adobe.com/mxml/2009"; 
xmlns:mx="library://ns.adobe.com/flex/mx" 
xmlns:s="library://ns.adobe.com/flex/spark">












}}}
Another issue is: If you try to set the focus before removing and adding the 
TextArea, the focus rectangle doesn't show up.



> Spark TextArea writing in prompt text format
> 
>
> Key: FLEX-33537
> URL: https://issues.apache.org/jira/browse/FLEX-33537
> Project: Apache Flex
>  Issue Type: Bug
>  Components: Spark: TextArea
>Affects Versions: Apache Flex 4.9.0
>Reporter: Curtis Aube
>
> Initialize a s:TextArea, set the prompt text to something and set the text to 
> something. Sometime later set the text to empty string, remove the TextArea 
> from the display, add it to back the display and set focus on it. The next 
> time you type, you will be typing in the prompt text format.
> Ex.
> 
>  xmlns:fx="http://ns.adobe.com/mxml/2009"; 
> xmlns:mx="library://ns.adobe.com/flex/mx" 
> xmlns:s="library://ns.adobe.com/flex/spark">
>   
>   
>   
>   
>   
>click="{selectTextArea()}"/>
>   
>   
>prompt="Enter something..."/>
>   
>   
> 
> Another issue is: If you try to set the focus before removing and adding the 
> TextArea, the focus rectangle doesn't show up.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Curtis Aube (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Curtis Aube updated FLEX-33537:
---

Description: 
Initialize a s:TextArea, set the prompt text to something and set the text to 
something. Sometime later set the text to empty string, remove the TextArea 
from the display, add it to back the display and set focus on it. The next time 
you type, you will be typing in the prompt text format.

Ex.
{{{

http://ns.adobe.com/mxml/2009"; 
xmlns:mx="library://ns.adobe.com/flex/mx" 
xmlns:s="library://ns.adobe.com/flex/spark">












}}}
Another issue is: If you try to set the focus before removing and adding the 
TextArea, the focus rectangle doesn't show up.


  was:
Initialize a s:TextArea, set the prompt text to something and set the text to 
something. Sometime later set the text to empty string, remove the TextArea 
from the display, add it to back the display and set focus on it. The next time 
you type, you will be typing in the prompt text format.

Ex.

http://ns.adobe.com/mxml/2009"; 
xmlns:mx="library://ns.adobe.com/flex/mx" 
xmlns:s="library://ns.adobe.com/flex/spark">













Another issue is: If you try to set the focus before removing and adding the 
TextArea, the focus rectangle doesn't show up.



> Spark TextArea writing in prompt text format
> 
>
> Key: FLEX-33537
> URL: https://issues.apache.org/jira/browse/FLEX-33537
> Project: Apache Flex
>  Issue Type: Bug
>  Components: Spark: TextArea
>Affects Versions: Apache Flex 4.9.0
>Reporter: Curtis Aube
>
> Initialize a s:TextArea, set the prompt text to something and set the text to 
> something. Sometime later set the text to empty string, remove the TextArea 
> from the display, add it to back the display and set focus on it. The next 
> time you type, you will be typing in the prompt text format.
> Ex.
> {{{
> 
>  xmlns:fx="http://ns.adobe.com/mxml/2009"; 
> xmlns:mx="library://ns.adobe.com/flex/mx" 
> xmlns:s="library://ns.adobe.com/flex/spark">
>   
>   
>   
>   
>   
>click="{selectTextArea()}"/>
>   
>   
>prompt="Enter something..."/>
>   
>   
> 
> }}}
> Another issue is: If you try to set the focus before removing and adding the 
> TextArea, the focus rectangle doesn't show up.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Curtis Aube (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Curtis Aube updated FLEX-33537:
---

Description: 
Initialize a s:TextArea, set the prompt text to something and set the text to 
something. Sometime later set the text to empty string, remove the TextArea 
from the display, add it to back the display and set focus on it. The next time 
you type, you will be typing in the prompt text format.

Ex.
{code}

http://ns.adobe.com/mxml/2009"; 
xmlns:mx="library://ns.adobe.com/flex/mx" 
xmlns:s="library://ns.adobe.com/flex/spark">












{code}
Another issue is: If you try to set the focus before removing and adding the 
TextArea, the focus rectangle doesn't show up.


  was:
Initialize a s:TextArea, set the prompt text to something and set the text to 
something. Sometime later set the text to empty string, remove the TextArea 
from the display, add it to back the display and set focus on it. The next time 
you type, you will be typing in the prompt text format.

Ex.

http://ns.adobe.com/mxml/2009"; 
xmlns:mx="library://ns.adobe.com/flex/mx" 
xmlns:s="library://ns.adobe.com/flex/spark">













Another issue is: If you try to set the focus before removing and adding the 
TextArea, the focus rectangle doesn't show up.



> Spark TextArea writing in prompt text format
> 
>
> Key: FLEX-33537
> URL: https://issues.apache.org/jira/browse/FLEX-33537
> Project: Apache Flex
>  Issue Type: Bug
>  Components: Spark: TextArea
>Affects Versions: Apache Flex 4.9.0
>Reporter: Curtis Aube
>
> Initialize a s:TextArea, set the prompt text to something and set the text to 
> something. Sometime later set the text to empty string, remove the TextArea 
> from the display, add it to back the display and set focus on it. The next 
> time you type, you will be typing in the prompt text format.
> Ex.
> {code}
> 
>  xmlns:fx="http://ns.adobe.com/mxml/2009"; 
> xmlns:mx="library://ns.adobe.com/flex/mx" 
> xmlns:s="library://ns.adobe.com/flex/spark">
>   
>   
>   
>   
>   
>click="{selectTextArea()}"/>
>   
>   
>prompt="Enter something..."/>
>   
>   
> 
> {code}
> Another issue is: If you try to set the focus before removing and adding the 
> TextArea, the focus rectangle doesn't show up.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Curtis Aube (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Curtis Aube updated FLEX-33537:
---

Description: 
Initialize a s:TextArea, set the prompt text to something and set the text to 
something. Sometime later set the text to empty string, remove the TextArea 
from the display, add it to back the display and set focus on it. The next time 
you type, you will be typing in the prompt text format.

Ex.

http://ns.adobe.com/mxml/2009"; 
xmlns:mx="library://ns.adobe.com/flex/mx" 
xmlns:s="library://ns.adobe.com/flex/spark">












Another issue is: If you try to set the focus before removing and adding the 
TextArea, the focus rectangle doesn't show up.


  was:
Initialize a s:TextArea, set the prompt text to something and set the text to 
something. Sometime later set the text to empty string, remove the TextArea 
from the display, add it to back the display and set focus on it. The next time 
you type, you will be typing in the prompt text format.

Ex.
{code}

http://ns.adobe.com/mxml/2009"; 
xmlns:mx="library://ns.adobe.com/flex/mx" 
xmlns:s="library://ns.adobe.com/flex/spark">












{code}
Another issue is: If you try to set the focus before removing and adding the 
TextArea, the focus rectangle doesn't show up.



> Spark TextArea writing in prompt text format
> 
>
> Key: FLEX-33537
> URL: https://issues.apache.org/jira/browse/FLEX-33537
> Project: Apache Flex
>  Issue Type: Bug
>  Components: Spark: TextArea
>Affects Versions: Apache Flex 4.9.0
>Reporter: Curtis Aube
>
> Initialize a s:TextArea, set the prompt text to something and set the text to 
> something. Sometime later set the text to empty string, remove the TextArea 
> from the display, add it to back the display and set focus on it. The next 
> time you type, you will be typing in the prompt text format.
> Ex.
> 
>  xmlns:fx="http://ns.adobe.com/mxml/2009"; 
> xmlns:mx="library://ns.adobe.com/flex/mx" 
> xmlns:s="library://ns.adobe.com/flex/spark">
>   
>   
>   
>   
>   
>click="{selectTextArea()}"/>
>   
>   
>prompt="Enter something..."/>
>   
>   
> 
> Another issue is: If you try to set the focus before removing and adding the 
> TextArea, the focus rectangle doesn't show up.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Curtis Aube (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Curtis Aube updated FLEX-33537:
---

Component/s: Spark: TextInput

> Spark TextArea writing in prompt text format
> 
>
> Key: FLEX-33537
> URL: https://issues.apache.org/jira/browse/FLEX-33537
> Project: Apache Flex
>  Issue Type: Bug
>  Components: Spark: TextArea, Spark: TextInput
>Affects Versions: Apache Flex 4.9.0
>Reporter: Curtis Aube
>
> Initialize a s:TextArea, set the prompt text to something and set the text to 
> something. Sometime later set the text to empty string, remove the TextArea 
> from the display, add it to back the display and set focus on it. The next 
> time you type, you will be typing in the prompt text format.
> Ex.
> 
>  xmlns:fx="http://ns.adobe.com/mxml/2009"; 
> xmlns:mx="library://ns.adobe.com/flex/mx" 
> xmlns:s="library://ns.adobe.com/flex/spark">
>   
>   
>   
>   
>   
>click="{selectTextArea()}"/>
>   
>   
>prompt="Enter something..."/>
>   
>   
> 
> Another issue is: If you try to set the focus before removing and adding the 
> TextArea, the focus rectangle doesn't show up.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Curtis Aube (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Curtis Aube updated FLEX-33537:
---

Description: 
Initialize a s:TextArea, set the prompt text to something and set the text to 
something. Sometime later set the text to empty string, remove the TextArea 
from the display, add it to back the display and set focus on it. The next time 
you type, you will be typing in the prompt text format.

Ex.

http://ns.adobe.com/mxml/2009"; 
xmlns:mx="library://ns.adobe.com/flex/mx" 
xmlns:s="library://ns.adobe.com/flex/spark">












Another issue is: If you try to set the focus before removing and adding the 
TextArea, the focus rectangle doesn't show up.

Workaround: Don't set the focus immediately after adding the TextArea such as 
using callLater.


  was:
Initialize a s:TextArea, set the prompt text to something and set the text to 
something. Sometime later set the text to empty string, remove the TextArea 
from the display, add it to back the display and set focus on it. The next time 
you type, you will be typing in the prompt text format.

Ex.

http://ns.adobe.com/mxml/2009"; 
xmlns:mx="library://ns.adobe.com/flex/mx" 
xmlns:s="library://ns.adobe.com/flex/spark">












Another issue is: If you try to set the focus before removing and adding the 
TextArea, the focus rectangle doesn't show up.



> Spark TextArea writing in prompt text format
> 
>
> Key: FLEX-33537
> URL: https://issues.apache.org/jira/browse/FLEX-33537
> Project: Apache Flex
>  Issue Type: Bug
>  Components: Spark: TextArea, Spark: TextInput
>Affects Versions: Apache Flex 4.9.0
>Reporter: Curtis Aube
>
> Initialize a s:TextArea, set the prompt text to something and set the text to 
> something. Sometime later set the text to empty string, remove the TextArea 
> from the display, add it to back the display and set focus on it. The next 
> time you type, you will be typing in the prompt text format.
> Ex.
> 
>  xmlns:fx="http://ns.adobe.com/mxml/2009"; 
> xmlns:mx="library://ns.adobe.com/flex/mx" 
> xmlns:s="library://ns.adobe.com/flex/spark">
>   
>   
>   
>   
>   
>click="{selectTextArea()}"/>
>   
>   
>prompt="Enter something..."/>
>   
>   
> 
> Another issue is: If you try to set the focus before removing and adding the 
> TextArea, the focus rectangle doesn't show up.
> Workaround: Don't set the focus immediately after adding the TextArea such as 
> using callLater.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Entering FlexJS - FalconJX

2013-05-01 Thread Carlos Rovira
Hi Alex,

I commit the fix. The problem was in FlexJSUI createjs Application.

Now the createjs works ok.

Now that we can see SWF and JS result, I see a significative difference in
both outputs. createJS buttons and labels has bigger sizes than swf ones.

Since createjs is in non DOM and we are creating *skinning* in the button
definition, there's no root size management in this kind of output.

For this non-DOM variant we should take this into account if we continue to
evolve controls for this implementation so the controls take into account
default or user defined widths and height.



2013/4/30 Alex Harui 

>
>
>
> On 4/29/13 5:47 PM, "Alex Harui"  wrote:
>
> >
> >
> >
> > On 4/29/13 4:52 PM, "Carlos Rovira" 
> wrote:
> >
> >> Hi,
> >>
> >> I'm entering this days FlexJS - FalconJX and trying to make some
> >> contributions as I learn all the work done until date. I think there's
> very
> >> good ideas in the AS framework like the IStrand-IBead approach or the
> MXML
> >> data structure vs AS3 old generation. Really very cool and I see here
> lots
> >> of fun and hope to be able to have the time and skills to make some
> >> contribution along the way.
> >>
> >> For the moment I shared, just few minutes ago, a createjs checkbox
> control
> >> implementation while I'm familiarizing with all the pieces, but I would
> >> love to contribute with other things like containers, layouts, or a
> state
> >> implementation as time and skills allow.
> >>
> >> Now some questions since although I'm coding and compiling I already
> have
> >> some problems:
> >>
> >> 1.- In the createjs example, the SWF compilation does not run for me. It
> >> shows the folowing RTE at launch:
> >>
> >> TypeError: Error #1034: Error de conversión forzada: no se puede
> convertir
> >> flash.events::Event@1088d4f29 en org.apache.flex.events.Event.
> >>
> >>
> >> is this normal?
> > That sounds like a bug.  Hopefully Peter can look at in tomorrow.
> >>
> More information if you want to look into it yourself.  The goal for FlexJS
> is to not dispatch any flash.events.Events and other Flash low-level
> events.
> Instead, we're wrapping all events in org.apache.flex.events.Event.  This
> allows the developer to see where they import flash.events.Event in their
> code and know that those areas need to change.
>
> The AS-side in FlexJS does consume and dispatch flash.events.Event because
> it has to wherever it touches the Player APIs.  It just isn't supposed to
> dispatch any as documented events in the API.
>
> So, this sort of bug happens when FlexJS dispatches a flash.events.Event
> that it didn't wrap, or the player dispatched something that we didn't trap
> first.
>
> --
> Alex Harui
> Flex SDK Team
> Adobe Systems, Inc.
> http://blogs.adobe.com/aharui
>
>


-- 
Carlos Rovira
Director de Tecnología
M: +34 607 22 60 05
F:  +34 912 94 80 80
http://www.codeoscopic.com
http://www.directwriter.es
http://www.avant2.es


Re: flex.apache.org

2013-05-01 Thread OmPrakash Muppirala
On Tue, Apr 30, 2013 at 12:34 PM, OmPrakash Muppirala
wrote:

> Makes sense to provide a how-to link if we are asking folks to contribute.
>  Is there such a wiki page available?
>
> Or maybe we can create a newbie-guide-to-fixing-Apache-Flex-bugs wiki page?
>
>
This page: http://flex.apache.org/community-getinvolved.html  seems to have
pretty much everything needed for newbies to start contributing.

Thanks,
Om


>
> On Tue, Apr 30, 2013 at 12:30 PM, Carlos Rovira <
> carlos.rov...@codeoscopic.com> wrote:
>
>> Hi Om,
>>
>> the tweet seems perfect to me. What about other complementary tweet with
>> info about wiki page with instructions to develop the sdk? I think easy
>> way
>> to find instructions for Environment / IDE setup is the other thing that
>> will encourage people to contribute.
>>
>> 2013/4/30 OmPrakash Muppirala 
>>
>> > If I hear no objections, I will post this tweet out today:
>> >
>> > =
>> > Want to help out #ApacheFlex <
>> https://twitter.com/search?q=%23ApacheFlex>
>> > but
>> > dont know where to start? Get your feet wet by squashing some
>> easy-to-fix
>> > bugs:
>> >
>> >
>> https://issues.apache.org/jira/issues/?jql=project%20%3D%2012313521%20AND%20labels%20%3D%20easyfix
>> > =
>> >
>> > Thanks,
>> > Om
>> >
>> > On Sun, Apr 28, 2013 at 10:50 PM, OmPrakash Muppirala
>> > wrote:
>> >
>> > > On Sun, Apr 28, 2013 at 6:17 PM, Justin Mclean <
>> jus...@classsoftware.com
>> > >wrote:
>> > >
>> > >> Hi,
>> > >>
>> > >> > Just noticed that the 'latest tweets' on flex.apache.org could do
>> > with
>> > >> some love - latest tweet 50 days ago ;(
>> > >>
>> > >>
>> > >> We've not made any releases or any major announcements to tweet
>> about I
>> > >> guess?  If you look for the #ApacheFlex hash tag you'll see a bit
>> more
>> > >> going on.
>> > >> https://twitter.com/search?q=%23apacheflex
>> > >>
>> > >> Thanks,
>> > >> Justin
>> > >
>> > >
>> > > I think it will be a good idea to tweet out a call for volunteers to
>> fix
>> > > the open bugs.  Perhaps with a link to the easyfix filter on JIRA...
>> > >
>> > > Thanks,
>> > > Om
>> > >
>> >
>>
>>
>>
>> --
>> Carlos Rovira
>> Director de Tecnología
>> M: +34 607 22 60 05
>> F:  +34 912 94 80 80
>> http://www.codeoscopic.com
>> http://www.directwriter.es
>> http://www.avant2.es
>>
>
>


Re: Entering FlexJS - FalconJX

2013-05-01 Thread Alex Harui



On 5/1/13 10:22 AM, "Carlos Rovira"  wrote:

> Hi Alex,
> 
> I commit the fix. The problem was in FlexJSUI createjs Application.
Excellent, thanks.
> 
> Now the createjs works ok.
> 
> Now that we can see SWF and JS result, I see a significative difference in
> both outputs. createJS buttons and labels has bigger sizes than swf ones.
> 
> Since createjs is in non DOM and we are creating *skinning* in the button
> definition, there's no root size management in this kind of output.
> 
> For this non-DOM variant we should take this into account if we continue to
> evolve controls for this implementation so the controls take into account
> default or user defined widths and height.
> 
I haven't looked at the createJS version's code.  For any control in this
framework, my process is:
1) figure out the simplest way to do it in JS
2) figure out how to emulate that in AS.

I think for now, Peter used the same controls on the AS side that we're
using for the DOM-based JS controls.  Eventually someone should modify the
AS side so it has better defaults that match the createJS defaults and make
sure the JS wrappers control size and position appropriately.

IMO, the CreateJS version and the Jquery version Peter is currently working
on are just experiments to see if the plumbing is agnostic of what JS
framework is being wrapped.

I'm planning on expanding out the DOM-based control set as my top priority
unless we hear lots of noise and reasons for building out on some other
framework first.

Thanks for pitching in!
-Alex

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



[GIT] was Re: [1/6] git commit: [flex-asjs] - SimpleBinding must use flash.Events on the AS side for click and other mouse events

2013-05-01 Thread Alex Harui
Can someone explain why Carlos's checkin also provided notifications for my
last set of checkins, but under his name?  And why is that a good thing?

Thanks,
-Alex


On 5/1/13 10:25 AM, "carlosrov...@apache.org" 
wrote:

> Updated Branches:
>   refs/heads/feature/createjs-checkbox a898de058 -> 671e059ea
> 
> 
> SimpleBinding must use flash.Events on the AS side for click and other mouse
> events
> 
> 
> Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
> Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/05632ae9
> Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/05632ae9
> Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/05632ae9
> 
> Branch: refs/heads/feature/createjs-checkbox
> Commit: 05632ae947411f0c47770c0be99497a9447d3697
> Parents: 128e84c
> Author: Alex Harui 
> Authored: Tue Apr 30 07:41:15 2013 -0700
> Committer: Alex Harui 
> Committed: Tue Apr 30 07:41:15 2013 -0700
> 
> --
>  .../src/org/apache/flex/binding/SimpleBinding.as   |5 +++--
>  1 files changed, 3 insertions(+), 2 deletions(-)
> --
> 
> 
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05632ae9/frameworks/as/s
> rc/org/apache/flex/binding/SimpleBinding.as
> --
> diff --git a/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as
> b/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as
> index c5bd392..6e5a72a 100644
> --- a/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as
> +++ b/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as
> @@ -18,11 +18,12 @@
>  
> //
> //
>  package org.apache.flex.binding
>  { 
> + import flash.events.IEventDispatcher;
> + import flash.events.Event;
> +
> import org.apache.flex.core.IBead;
> import org.apache.flex.core.IStrand;
> import org.apache.flex.core.IDocument;
> - import org.apache.flex.events.Event;
> - import org.apache.flex.events.IEventDispatcher;
>  
> public class SimpleBinding implements IBead, IDocument
> {
> 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



RE: [GIT] was Re: [1/6] git commit: [flex-asjs] - SimpleBinding must use flash.Events on the AS side for click and other mouse events

2013-05-01 Thread Kessler CTR Mark J
I think it happens when the next person who is going to commit something does a 
pull instead of a fetch/rebase before doing their next push.  Not 100% positive 
though...  Although if you look through a git log  you can see it break out a 
bit.

Justin is so active he does it to all of mine :P

-Mark


-Original Message-
From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Wednesday, May 01, 2013 1:52 PM
To: dev@flex.apache.org; comm...@flex.apache.org
Subject: [GIT] was Re: [1/6] git commit: [flex-asjs] - SimpleBinding must use 
flash.Events on the AS side for click and other mouse events

Can someone explain why Carlos's checkin also provided notifications for my
last set of checkins, but under his name?  And why is that a good thing?

Thanks,
-Alex


On 5/1/13 10:25 AM, "carlosrov...@apache.org" 
wrote:

> Updated Branches:
>   refs/heads/feature/createjs-checkbox a898de058 -> 671e059ea
> 
> 
> SimpleBinding must use flash.Events on the AS side for click and other mouse
> events
> 
> 
> Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
> Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/05632ae9
> Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/05632ae9
> Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/05632ae9
> 
> Branch: refs/heads/feature/createjs-checkbox
> Commit: 05632ae947411f0c47770c0be99497a9447d3697
> Parents: 128e84c
> Author: Alex Harui 
> Authored: Tue Apr 30 07:41:15 2013 -0700
> Committer: Alex Harui 
> Committed: Tue Apr 30 07:41:15 2013 -0700
> 
> --
>  .../src/org/apache/flex/binding/SimpleBinding.as   |5 +++--
>  1 files changed, 3 insertions(+), 2 deletions(-)
> --
> 
> 
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05632ae9/frameworks/as/s
> rc/org/apache/flex/binding/SimpleBinding.as
> --
> diff --git a/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as
> b/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as
> index c5bd392..6e5a72a 100644
> --- a/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as
> +++ b/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as
> @@ -18,11 +18,12 @@
>  
> //
> //
>  package org.apache.flex.binding
>  { 
> + import flash.events.IEventDispatcher;
> + import flash.events.Event;
> +
> import org.apache.flex.core.IBead;
> import org.apache.flex.core.IStrand;
> import org.apache.flex.core.IDocument;
> - import org.apache.flex.events.Event;
> - import org.apache.flex.events.IEventDispatcher;
>  
> public class SimpleBinding implements IBead, IDocument
> {
> 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



smime.p7s
Description: S/MIME cryptographic signature


Re: [GIT] was Re: [1/6] git commit: [flex-asjs] - SimpleBinding must use flash.Events on the AS side for click and other mouse events

2013-05-01 Thread Erik de Bruin
If this is what Fred has been warning us for, I'd give Fred +100 and
immediately vote to have all his suggestions be made the absolute rule.
This is a mess.

EdB



On Wednesday, May 1, 2013, Kessler CTR Mark J wrote:

> I think it happens when the next person who is going to commit something
> does a pull instead of a fetch/rebase before doing their next push.  Not
> 100% positive though...  Although if you look through a git log  you can
> see it break out a bit.
>
> Justin is so active he does it to all of mine :P
>
> -Mark
>
>
> -Original Message-
> From: Alex Harui [mailto:aha...@adobe.com ]
> Sent: Wednesday, May 01, 2013 1:52 PM
> To: dev@flex.apache.org ; comm...@flex.apache.org
> Subject: [GIT] was Re: [1/6] git commit: [flex-asjs] - SimpleBinding must
> use flash.Events on the AS side for click and other mouse events
>
> Can someone explain why Carlos's checkin also provided notifications for my
> last set of checkins, but under his name?  And why is that a good thing?
>
> Thanks,
> -Alex
>
>
> On 5/1/13 10:25 AM, "carlosrov...@apache.org " <
> carlosrov...@apache.org >
> wrote:
>
> > Updated Branches:
> >   refs/heads/feature/createjs-checkbox a898de058 -> 671e059ea
> >
> >
> > SimpleBinding must use flash.Events on the AS side for click and other
> mouse
> > events
> >
> >
> > Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
> > Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/05632ae9
> > Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/05632ae9
> > Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/05632ae9
> >
> > Branch: refs/heads/feature/createjs-checkbox
> > Commit: 05632ae947411f0c47770c0be99497a9447d3697
> > Parents: 128e84c
> > Author: Alex Harui >
> > Authored: Tue Apr 30 07:41:15 2013 -0700
> > Committer: Alex Harui >
> > Committed: Tue Apr 30 07:41:15 2013 -0700
> >
> > --
> >  .../src/org/apache/flex/binding/SimpleBinding.as   |5 +++--
> >  1 files changed, 3 insertions(+), 2 deletions(-)
> > --
> >
> >
> >
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05632ae9/frameworks/as/s
> > rc/org/apache/flex/binding/SimpleBinding.as
> > --
> > diff --git a/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as
> > b/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as
> > index c5bd392..6e5a72a 100644
> > --- a/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as
> > +++ b/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as
> > @@ -18,11 +18,12 @@
> >
> >
> //
> > //
> >  package org.apache.flex.binding
> >  {
> > + import flash.events.IEventDispatcher;
> > + import flash.events.Event;
> > +
> > import org.apache.flex.core.IBead;
> > import org.apache.flex.core.IStrand;
> > import org.apache.flex.core.IDocument;
> > - import org.apache.flex.events.Event;
> > - import org.apache.flex.events.IEventDispatcher;
> >
> > public class SimpleBinding implements IBead, IDocument
> > {
> >
>
> --
> Alex Harui
> Flex SDK Team
> Adobe Systems, Inc.
> http://blogs.adobe.com/aharui
>
>

-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


Re: [GIT] was Re: [1/6] git commit: [flex-asjs] - SimpleBinding must use flash.Events on the AS side for click and other mouse events

2013-05-01 Thread Dasa Paddock
In commit 671e059ea, Carlos merged the commits from the "develop" branch into 
the "feature/createjs-checkbox" branch.

This is easier to see in a GUI, but here's what's shown for this commit at:
https://git-wip-us.apache.org/repos/asf?p=flex-asjs.git;a=commit;h=671e059eabdc153f2a0a56bd212c604596801929

--Dasa

On May 1, 2013, at 10:51 AM, Alex Harui  wrote:

> Can someone explain why Carlos's checkin also provided notifications for my
> last set of checkins, but under his name?  And why is that a good thing?
> 
> Thanks,
> -Alex
> 
> 
> On 5/1/13 10:25 AM, "carlosrov...@apache.org" 
> wrote:
> 
>> Updated Branches:
>>  refs/heads/feature/createjs-checkbox a898de058 -> 671e059ea
>> 
>> 
>> SimpleBinding must use flash.Events on the AS side for click and other mouse
>> events
>> 
>> 
>> Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
>> Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/05632ae9
>> Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/05632ae9
>> Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/05632ae9
>> 
>> Branch: refs/heads/feature/createjs-checkbox
>> Commit: 05632ae947411f0c47770c0be99497a9447d3697
>> Parents: 128e84c
>> Author: Alex Harui 
>> Authored: Tue Apr 30 07:41:15 2013 -0700
>> Committer: Alex Harui 
>> Committed: Tue Apr 30 07:41:15 2013 -0700
>> 
>> --
>> .../src/org/apache/flex/binding/SimpleBinding.as   |5 +++--
>> 1 files changed, 3 insertions(+), 2 deletions(-)
>> --
>> 
>> 
>> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05632ae9/frameworks/as/s
>> rc/org/apache/flex/binding/SimpleBinding.as
>> --
>> diff --git a/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as
>> b/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as
>> index c5bd392..6e5a72a 100644
>> --- a/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as
>> +++ b/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as
>> @@ -18,11 +18,12 @@
>> 
>> //
>> //
>> package org.apache.flex.binding
>> { 
>> + import flash.events.IEventDispatcher;
>> + import flash.events.Event;
>> +
>> import org.apache.flex.core.IBead;
>> import org.apache.flex.core.IStrand;
>> import org.apache.flex.core.IDocument;
>> - import org.apache.flex.events.Event;
>> - import org.apache.flex.events.IEventDispatcher;
>> 
>> public class SimpleBinding implements IBead, IDocument
>> {
>> 
> 
> -- 
> Alex Harui
> Flex SDK Team
> Adobe Systems, Inc.
> http://blogs.adobe.com/aharui
> 
> 



Re: [GIT] was Re: [1/6] git commit: [flex-asjs] - SimpleBinding must use flash.Events on the AS side for click and other mouse events

2013-05-01 Thread Alex Harui
Ah thanks.  I keep forgetting to look at the top of the commit.


On 5/1/13 11:31 AM, "Dasa Paddock"  wrote:

> In commit 671e059ea, Carlos merged the commits from the "develop" branch into
> the "feature/createjs-checkbox" branch.
> 
> This is easier to see in a GUI, but here's what's shown for this commit at:
> https://git-wip-us.apache.org/repos/asf?p=flex-asjs.git;a=commit;h=671e059eabd
> c153f2a0a56bd212c604596801929
> 
> --Dasa
> 
> On May 1, 2013, at 10:51 AM, Alex Harui  wrote:
> 
>> Can someone explain why Carlos's checkin also provided notifications for my
>> last set of checkins, but under his name?  And why is that a good thing?
>> 
>> Thanks,
>> -Alex
>> 
>> 
>> On 5/1/13 10:25 AM, "carlosrov...@apache.org" 
>> wrote:
>> 
>>> Updated Branches:
>>>  refs/heads/feature/createjs-checkbox a898de058 -> 671e059ea
>>> 
>>> 
>>> SimpleBinding must use flash.Events on the AS side for click and other mouse
>>> events
>>> 
>>> 
>>> Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
>>> Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/05632ae9
>>> Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/05632ae9
>>> Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/05632ae9
>>> 
>>> Branch: refs/heads/feature/createjs-checkbox
>>> Commit: 05632ae947411f0c47770c0be99497a9447d3697
>>> Parents: 128e84c
>>> Author: Alex Harui 
>>> Authored: Tue Apr 30 07:41:15 2013 -0700
>>> Committer: Alex Harui 
>>> Committed: Tue Apr 30 07:41:15 2013 -0700
>>> 
>>> --
>>> .../src/org/apache/flex/binding/SimpleBinding.as   |5 +++--
>>> 1 files changed, 3 insertions(+), 2 deletions(-)
>>> --
>>> 
>>> 
>>> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/05632ae9/frameworks/as
>>> /s
>>> rc/org/apache/flex/binding/SimpleBinding.as
>>> --
>>> diff --git a/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as
>>> b/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as
>>> index c5bd392..6e5a72a 100644
>>> --- a/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as
>>> +++ b/frameworks/as/src/org/apache/flex/binding/SimpleBinding.as
>>> @@ -18,11 +18,12 @@
>>> 
>>> 
>>> //
>>> //
>>> package org.apache.flex.binding
>>> { 
>>> + import flash.events.IEventDispatcher;
>>> + import flash.events.Event;
>>> +
>>> import org.apache.flex.core.IBead;
>>> import org.apache.flex.core.IStrand;
>>> import org.apache.flex.core.IDocument;
>>> - import org.apache.flex.events.Event;
>>> - import org.apache.flex.events.IEventDispatcher;
>>> 
>>> public class SimpleBinding implements IBead, IDocument
>>> {
>>> 
>> 
>> -- 
>> Alex Harui
>> Flex SDK Team
>> Adobe Systems, Inc.
>> http://blogs.adobe.com/aharui
>> 
>> 
> 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: Mustella list tests failing

2013-05-01 Thread Mark Kessler
Ran a mustella test for it [1] and it showed failures [2].

[1] mini_run.sh components/List

[2]
=
Passes: 191
Fails: 19
=

components/List/Styles/ListStyleListBaseTester
list_listbase_styles_selectionColor _0x
components/List/Styles/ListStyleListBaseTester
list_listbase_styles_selectionColor_string
components/List/Styles/ListStyleListBaseTester
list_listbase_styles_selectionColor_hash
components/List/Styles/ListStyleListBaseTester
list_listbase_styles_selectionDisabledColor _0x
components/List/Styles/ListStyleListBaseTester
list_listbase_styles_selectionDisabledColor_string
components/List/Styles/ListStyleListBaseTester
list_listbase_styles_selectionDisabledColor_hash
components/List/Styles/ListStyleListBaseTester
list_listbase_styles_textSelectedColor _0x
components/List/Styles/ListStyleListBaseTester
list_listbase_styles_textSelectedColor_string
components/List/Styles/ListStyleListBaseTester
list_listbase_styles_textSelectedColor_hash
components/List/Styles/ListStyleListBaseTester_spark
Spark_list_listbase_styles_selectionColor _0x
components/List/Styles/ListStyleListBaseTester_spark
Spark_list_listbase_styles_selectionColor_string
components/List/Styles/ListStyleListBaseTester_spark
Spark_list_listbase_styles_selectionColor_hash
components/List/Styles/ListStyleListBaseTester_spark
Spark_list_listbase_styles_selectionDisabledColor _0x
components/List/Styles/ListStyleListBaseTester_spark
Spark_list_listbase_styles_selectionDisabledColor_string
components/List/Styles/ListStyleListBaseTester_spark
Spark_list_listbase_styles_selectionDisabledColor_hash
components/List/Styles/ListStyleListBaseTester_spark
Spark_list_listbase_styles_textSelectedColor _0x
components/List/Styles/ListStyleListBaseTester_spark
Spark_list_listbase_styles_textSelectedColor_string
components/List/Styles/ListStyleListBaseTester_spark
Spark_list_listbase_styles_textSelectedColor_hash
components/List/Styles/ListStyleScrollControlBaseTester_spark
Spark_style_fontFamily_AS


-Mark



On Tue, Apr 30, 2013 at 10:57 PM, Justin Mclean wrote:

> Hi,
>
> Just run the list tests like so and  I'm getting 19 failures.
>
> ./mini_run.sh tests/components/List
>
> All are bitmap failures and look like the highlight colour has changed to
> be lighter.
>
> Can anyone confirm these tests pass or fail?
>
> Thanks,
> Justin


Re: Mustella list tests failing

2013-05-01 Thread Justin Mclean
Hi,

> =
>Passes: 191
>Fails: 19
> =

Looks like one of the recent changes to the List classes has changed something 
that the test don't expect. Not sure if it's a real issue or not.

Justin

Re: [GIT] was Re: [1/6] git commit: [flex-asjs] - SimpleBinding must use flash.Events on the AS side for click and other mouse events

2013-05-01 Thread Justin Mclean
Hi,

> I think it happens when the next person who is going to commit something does 
> a pull instead of a fetch/rebase before doing their next push.  
Isn't it the other way around as a rebase rewrites commits?

Justin

Re: [GIT] was Re: [1/6] git commit: [flex-asjs] - SimpleBinding must use flash.Events on the AS side for click and other mouse events

2013-05-01 Thread Justin Mclean
Hi,

> If this is what Fred has been warning us for, I'd give Fred +100 and
> immediately vote to have all his suggestions be made the absolute rule.
> This is a mess.

Currently the workflow as suggested just doesn't work for me. If you do a 
release build or run any mustella tests it's then not possible to rebase the 
SDK. These unstagged changes are changes that you don't want to commit (test 
xml files or png files) or local changes to the XML config files (if you're 
using a different version of the FP for instance) and you can't add all to 
.gitignore.

The only solution I can think off it to run tests, builds etc in a copy of the 
SDK but that makes the whole build, test, fix, commit cycle about twice as much 
work.

Justin

[jira] [Commented] (FLEX-33537) Spark TextArea writing in prompt text format

2013-05-01 Thread Justin Mclean (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-33537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13647019#comment-13647019
 ] 

Justin Mclean commented on FLEX-33537:
--

Confined as an issue in the latest 4.10 develop branch.

> Spark TextArea writing in prompt text format
> 
>
> Key: FLEX-33537
> URL: https://issues.apache.org/jira/browse/FLEX-33537
> Project: Apache Flex
>  Issue Type: Bug
>  Components: Spark: TextArea, Spark: TextInput
>Affects Versions: Apache Flex 4.9.0
>Reporter: Curtis Aube
>
> Initialize a s:TextArea, set the prompt text to something and set the text to 
> something. Sometime later set the text to empty string, remove the TextArea 
> from the display, add it to back the display and set focus on it. The next 
> time you type, you will be typing in the prompt text format.
> Ex.
> 
>  xmlns:fx="http://ns.adobe.com/mxml/2009"; 
> xmlns:mx="library://ns.adobe.com/flex/mx" 
> xmlns:s="library://ns.adobe.com/flex/spark">
>   
>   
>   
>   
>   
>click="{selectTextArea()}"/>
>   
>   
>prompt="Enter something..."/>
>   
>   
> 
> Another issue is: If you try to set the focus before removing and adding the 
> TextArea, the focus rectangle doesn't show up.
> Workaround: Don't set the focus immediately after adding the TextArea such as 
> using callLater.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: [GIT] was Re: [1/6] git commit: [flex-asjs] - SimpleBinding must use flash.Events on the AS side for click and other mouse events

2013-05-01 Thread Alex Harui
Why can't mustella generated files be in .gitignore?


On 5/1/13 3:31 PM, "Justin Mclean"  wrote:

> Hi,
> 
>> If this is what Fred has been warning us for, I'd give Fred +100 and
>> immediately vote to have all his suggestions be made the absolute rule.
>> This is a mess.
> 
> Currently the workflow as suggested just doesn't work for me. If you do a
> release build or run any mustella tests it's then not possible to rebase the
> SDK. These unstagged changes are changes that you don't want to commit (test
> xml files or png files) or local changes to the XML config files (if you're
> using a different version of the FP for instance) and you can't add all to
> .gitignore.
> 
> The only solution I can think off it to run tests, builds etc in a copy of the
> SDK but that makes the whole build, test, fix, commit cycle about twice as
> much work.
> 
> Justin

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



SimpleBinding changes make createjs sample stop working

2013-05-01 Thread Carlos Rovira
Hi Alex

this latest change in SimpleBinding:

-this.source = this.document[this.sourceID];
+this.source = this.document['get_' + this.sourceID]();


Makes the createjs sample to not generate controls far beyond a
SimpleBinding.

I need to change the sample code or it's a bug?

Thanks

-- 
Carlos Rovira
Director de Tecnología
M: +34 607 22 60 05
F:  +34 912 94 80 80
http://www.codeoscopic.com
http://www.directwriter.es
http://www.avant2.es


Re: [GIT] was Re: [1/6] git commit: [flex-asjs] - SimpleBinding must use flash.Events on the AS side for click and other mouse events

2013-05-01 Thread Justin Mclean
Hi,

> Why can't mustella generated files be in .gitignore?
Some of them could but not sure all as we might get conflicts with the same 
file endings we want to commit and those we don't (eg png or xml files). 

I tried and was unable to make it work, if someone can get it to work that 
would be great.

Just do a build release, package up the SDK (add 11.7 FP and AIR 3.7 to it) and 
 run some tests (the List test are currently broken so are a good candidate). 
You see there are several issues.

Justin

Re: SimpleBinding changes make createjs sample stop working

2013-05-01 Thread Alex Harui



On 5/1/13 3:40 PM, "Carlos Rovira"  wrote:

> Hi Alex
> 
> this latest change in SimpleBinding:
> 
> -this.source = this.document[this.sourceID];
> +this.source = this.document['get_' + this.sourceID]();
> 
> 
> Makes the createjs sample to not generate controls far beyond a
> SimpleBinding.
> 
> I need to change the sample code or it's a bug?
Well, using getters is correct.  Are you binding to something that isn't a
getter in AS?  Maybe the JS version of that property should have been a
get/set pair.

But if you want, you can also try to make SimpleBinding tolerant and find
things that aren't getters.
> 
> Thanks

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



Re: Mustella list tests failing

2013-05-01 Thread Mark Kessler
Well they are all Failed CompareBitmap right?  So we just have to track
down graphical changes?


On Wed, May 1, 2013 at 6:11 PM, Justin Mclean wrote:

> Hi,
>
> > =
> >Passes: 191
> >Fails: 19
> > =
>
> Looks like one of the recent changes to the List classes has changed
> something that the test don't expect. Not sure if it's a real issue or not.
>
> Justin


Re: Mustella list tests failing

2013-05-01 Thread Mark Kessler
Looking at the images, the only changes seem to be the alpha of the
colors?  The example one is pure red and the bad one shows the same image
except the selection is like 0.10 or such of the alpha?

[1]
Flex\mustella\tests\components\List\Styles\Baselines\list_listbase_styles_selectionColor_0x.png
[2]
Flex\mustella\tests\components\List\Styles\Baselines\list_listbase_styles_selectionColor_0x.png.bad.png

-Mark


On Wed, May 1, 2013 at 7:11 PM, Mark Kessler wrote:

> Well they are all Failed CompareBitmap right?  So we just have to track
> down graphical changes?
>
>
> On Wed, May 1, 2013 at 6:11 PM, Justin Mclean wrote:
>
>> Hi,
>>
>> > =
>> >Passes: 191
>> >Fails: 19
>> > =
>>
>> Looks like one of the recent changes to the List classes has changed
>> something that the test don't expect. Not sure if it's a real issue or not.
>>
>> Justin
>
>
>


Re: Mustella list tests failing

2013-05-01 Thread Justin Mclean
Hi,

> Well they are all Failed CompareBitmap right?  So we just have to track
> down graphical changes?


The colour of a selected item seem lighter/more transparent, I had a quick look 
through the changes and couldn't see anything obvious. I do know it not the 
Bitmap changes or the 480 dpi changes I made the other week.

Justin

Error compiling mxml using compiler.jx

2013-05-01 Thread OmPrakash Muppirala
I am trying to test my SVG based controls using compiler.jx and FlexJS.
 Here is the error I am seeing:

Command:

C:\p\flex_os\workspace\flexroot\git\flex-falcon\compiler.jx\bin>mxmlc
-js-output
-type=FLEXJS -closure-lib="C:\p\flex_os\workspace\googleclosure"
-sdk-js-lib="C:
\p\flex_os\workspace\flexroot\git\flex-asjs\frameworks\js\FlexJS\src"
-library-p
ath+="C:\p\flex_os\workspace\flexroot\git\flex-asjs\frameworks\as\libs"
"C:\p\fl
ex_os\workspace\flexroot\git\flex-asjs\examples\FlexJSTest_SVG\src\FlexJSTest_ag
ain.mxml"

Result:

Using Falcon codebase:
C:\p\flex_os\workspace\flexroot\git\flex-falcon\compiler.
jx\bin\..
Using Flex SDK: C:\p\flex_os\workspace\flexroot\sdk\branches\develop
command line
unknown configuration variable 'closure-lib'.

I am following the steps listed here:

https://cwiki.apache.org/confluence/display/FLEX/FlexJS+Status under the
MXML -> JS section.

What am I doing wrong?

Thanks,
Om


Re: flex.apache.org

2013-05-01 Thread OmPrakash Muppirala
Both tweets are out: https://twitter.com/apacheflex

Everyone, please retweet them when you get a chance.

Thanks,
Om

On Wed, May 1, 2013 at 10:39 AM, OmPrakash Muppirala
wrote:

> On Tue, Apr 30, 2013 at 12:34 PM, OmPrakash Muppirala <
> bigosma...@gmail.com> wrote:
>
>> Makes sense to provide a how-to link if we are asking folks to
>> contribute.  Is there such a wiki page available?
>>
>> Or maybe we can create a newbie-guide-to-fixing-Apache-Flex-bugs wiki
>> page?
>>
>>
> This page: http://flex.apache.org/community-getinvolved.html  seems to
> have pretty much everything needed for newbies to start contributing.
>
> Thanks,
> Om
>
>
>>
>> On Tue, Apr 30, 2013 at 12:30 PM, Carlos Rovira <
>> carlos.rov...@codeoscopic.com> wrote:
>>
>>> Hi Om,
>>>
>>> the tweet seems perfect to me. What about other complementary tweet with
>>> info about wiki page with instructions to develop the sdk? I think easy
>>> way
>>> to find instructions for Environment / IDE setup is the other thing that
>>> will encourage people to contribute.
>>>
>>> 2013/4/30 OmPrakash Muppirala 
>>>
>>> > If I hear no objections, I will post this tweet out today:
>>> >
>>> > =
>>> > Want to help out #ApacheFlex <
>>> https://twitter.com/search?q=%23ApacheFlex>
>>> > but
>>> > dont know where to start? Get your feet wet by squashing some
>>> easy-to-fix
>>> > bugs:
>>> >
>>> >
>>> https://issues.apache.org/jira/issues/?jql=project%20%3D%2012313521%20AND%20labels%20%3D%20easyfix
>>> > =
>>> >
>>> > Thanks,
>>> > Om
>>> >
>>> > On Sun, Apr 28, 2013 at 10:50 PM, OmPrakash Muppirala
>>> > wrote:
>>> >
>>> > > On Sun, Apr 28, 2013 at 6:17 PM, Justin Mclean <
>>> jus...@classsoftware.com
>>> > >wrote:
>>> > >
>>> > >> Hi,
>>> > >>
>>> > >> > Just noticed that the 'latest tweets' on flex.apache.org could do
>>> > with
>>> > >> some love - latest tweet 50 days ago ;(
>>> > >>
>>> > >>
>>> > >> We've not made any releases or any major announcements to tweet
>>> about I
>>> > >> guess?  If you look for the #ApacheFlex hash tag you'll see a bit
>>> more
>>> > >> going on.
>>> > >> https://twitter.com/search?q=%23apacheflex
>>> > >>
>>> > >> Thanks,
>>> > >> Justin
>>> > >
>>> > >
>>> > > I think it will be a good idea to tweet out a call for volunteers to
>>> fix
>>> > > the open bugs.  Perhaps with a link to the easyfix filter on JIRA...
>>> > >
>>> > > Thanks,
>>> > > Om
>>> > >
>>> >
>>>
>>>
>>>
>>> --
>>> Carlos Rovira
>>> Director de Tecnología
>>> M: +34 607 22 60 05
>>> F:  +34 912 94 80 80
>>> http://www.codeoscopic.com
>>> http://www.directwriter.es
>>> http://www.avant2.es
>>>
>>
>>
>


[jira] [Assigned] (FLEX-27855) NumericStepper steps incorrectly with decimal values in European locale

2013-05-01 Thread Justin Mclean (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-27855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean reassigned FLEX-27855:


Assignee: Justin Mclean

> NumericStepper steps incorrectly with decimal values in European locale
> ---
>
> Key: FLEX-27855
> URL: https://issues.apache.org/jira/browse/FLEX-27855
> Project: Apache Flex
>  Issue Type: Bug
>  Components: Spark: NumericStepper
>Affects Versions: Adobe Flex SDK 4.5.1 (Release)
> Environment: Affected OS(s): Windows
> Affected OS(s): Windows 7
> Language Found: Spanish
>Reporter: Adobe JIRA
>Assignee: Justin Mclean
>  Labels: easyfix, easytest
>
>   Steps to reproduce:
> 1. Change OS locale to Spanish
> 2. Run this code:
> 
> http://ns.adobe.com/mxml/2009"; 
>  xmlns:s="library://ns.adobe.com/flex/spark" 
>  xmlns:mx="library://ns.adobe.com/flex/mx"
>  minWidth="955" minHeight="600">
>  stepSize="0.05"/>
> 
> 3. Click on up arrow to "step"
>  
>  Actual Results: sequence 0, 0.05, 5.05, 50 results.
>  
>  
>  Expected Results: sequence 0, 0,05, 0,1, 0,15, 0,2... results
>  
>  
> Notes: This is evidently a locale-related issue. The stepper is "reading" its 
> text box in a locale-sensitive fashion, interpreting comma as a decimal 
> seperator and period as a thousands separator. However it is "writing" its 
> text box in a US fashion, ignoring the current locale, interpreting comma as 
> thousands seperator and period as decimal. This causes the strange stepping 
> results.
> Note that I tried forcing the locale to en_US using the locale style on the 
> NumericStepper but this is ignored - it continues using my spanish OS locale. 
> Additionally, the following code should work around the issue but in fact it 
> has no effect:
> 
>   
> 
> 
>  >
> 
>  valueFormatFunction="formatIt"
> valueParseFunction="parseIt"/>
> 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (FLEX-27855) NumericStepper steps incorrectly with decimal values in European locale

2013-05-01 Thread Justin Mclean (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-27855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13647086#comment-13647086
 ] 

Justin Mclean commented on FLEX-27855:
--

Confirmed still as issue in Apache Flex 4.9.1.  The easy way to test issue like 
this is to set the applications locale like so:
http://ns.adobe.com/mxml/2009";
   xmlns:s="library://ns.adobe.com/flex/spark" 
   xmlns:mx="library://ns.adobe.com/flex/mx"
   minWidth="955" minHeight="600" locale="es_ES">

> NumericStepper steps incorrectly with decimal values in European locale
> ---
>
> Key: FLEX-27855
> URL: https://issues.apache.org/jira/browse/FLEX-27855
> Project: Apache Flex
>  Issue Type: Bug
>  Components: Spark: NumericStepper
>Affects Versions: Adobe Flex SDK 4.5.1 (Release)
> Environment: Affected OS(s): Windows
> Affected OS(s): Windows 7
> Language Found: Spanish
>Reporter: Adobe JIRA
>Assignee: Justin Mclean
>  Labels: easyfix, easytest
>
>   Steps to reproduce:
> 1. Change OS locale to Spanish
> 2. Run this code:
> 
> http://ns.adobe.com/mxml/2009"; 
>  xmlns:s="library://ns.adobe.com/flex/spark" 
>  xmlns:mx="library://ns.adobe.com/flex/mx"
>  minWidth="955" minHeight="600">
>  stepSize="0.05"/>
> 
> 3. Click on up arrow to "step"
>  
>  Actual Results: sequence 0, 0.05, 5.05, 50 results.
>  
>  
>  Expected Results: sequence 0, 0,05, 0,1, 0,15, 0,2... results
>  
>  
> Notes: This is evidently a locale-related issue. The stepper is "reading" its 
> text box in a locale-sensitive fashion, interpreting comma as a decimal 
> seperator and period as a thousands separator. However it is "writing" its 
> text box in a US fashion, ignoring the current locale, interpreting comma as 
> thousands seperator and period as decimal. This causes the strange stepping 
> results.
> Note that I tried forcing the locale to en_US using the locale style on the 
> NumericStepper but this is ignored - it continues using my spanish OS locale. 
> Additionally, the following code should work around the issue but in fact it 
> has no effect:
> 
>   
> 
> 
>  >
> 
>  valueFormatFunction="formatIt"
> valueParseFunction="parseIt"/>
> 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Error compiling mxml using compiler.jx

2013-05-01 Thread Alex Harui
The .bat file is out of date.  Peter and I are on Macs.  Erik too, I think.
I think you'll be able to fix it if you compare it to the Mac script and
make the appropriate changes.


On 5/1/13 4:39 PM, "OmPrakash Muppirala"  wrote:

> I am trying to test my SVG based controls using compiler.jx and FlexJS.
>  Here is the error I am seeing:
> 
> Command:
> 
> C:\p\flex_os\workspace\flexroot\git\flex-falcon\compiler.jx\bin>mxmlc
> -js-output
> -type=FLEXJS -closure-lib="C:\p\flex_os\workspace\googleclosure"
> -sdk-js-lib="C:
> \p\flex_os\workspace\flexroot\git\flex-asjs\frameworks\js\FlexJS\src"
> -library-p
> ath+="C:\p\flex_os\workspace\flexroot\git\flex-asjs\frameworks\as\libs"
> "C:\p\fl
> ex_os\workspace\flexroot\git\flex-asjs\examples\FlexJSTest_SVG\src\FlexJSTest_
> ag
> ain.mxml"
> 
> Result:
> 
> Using Falcon codebase:
> C:\p\flex_os\workspace\flexroot\git\flex-falcon\compiler.
> jx\bin\..
> Using Flex SDK: C:\p\flex_os\workspace\flexroot\sdk\branches\develop
> command line
> unknown configuration variable 'closure-lib'.
> 
> I am following the steps listed here:
> 
> https://cwiki.apache.org/confluence/display/FLEX/FlexJS+Status under the
> MXML -> JS section.
> 
> What am I doing wrong?
> 
> Thanks,
> Om

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



[jira] [Assigned] (FLEX-27235) NumericStepper cannot display the correct decimal separator for various locale (fr_FR, ru_RU)

2013-05-01 Thread Justin Mclean (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-27235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean reassigned FLEX-27235:


Assignee: Justin Mclean

> NumericStepper cannot display the correct decimal separator for various 
> locale (fr_FR, ru_RU)
> -
>
> Key: FLEX-27235
> URL: https://issues.apache.org/jira/browse/FLEX-27235
> Project: Apache Flex
>  Issue Type: Bug
>  Components: Spark: NumericStepper
>Affects Versions: Adobe Flex SDK Previous
> Environment: Affected OS(s): All OS Platforms
> Browser: Internet Explorer 6.x
> Language Found: English
>Reporter: Adobe JIRA
>Assignee: Justin Mclean
>  Labels: easytest
>
> Steps to reproduce:
> 1. compile the attached mxml file with this compiler option -locale fr_FR
> 2. run test and increment the stepper value to 0.1
> 3. you see the validation error.
>  
>  Actual Results:
> no way to set the stepSize to localized setting such as is in the case of 
> '0,1' for ru_RU or fr_FR
>  
> @See - http://forums.adobe.com/thread/831368?tstart=0
>  
>  Expected Results:
>  
> should be able to set stepSize to appropriate decimal separator 
>  
>  Workaround (if any):

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


Re: Error compiling mxml using compiler.jx

2013-05-01 Thread OmPrakash Muppirala
On Wed, May 1, 2013 at 4:47 PM, Alex Harui  wrote:

> The .bat file is out of date.  Peter and I are on Macs.  Erik too, I think.
> I think you'll be able to fix it if you compare it to the Mac script and
> make the appropriate changes.
>

Do you mean the "mxmlc" file when you say "Mac script"?

I tried the mxmlc script in Cygwin and I am getting this error now:


Command:
omuppira@omuppira/c/p/flex_os/workspace/flexroot/git/flex-falcon/compiler.jx
$ mxmlc -js-output-type=FLEXJS
-closure-lib="C:\p\flex_os\workspace\googleclosu
re"
-sdk-js-lib="C:\p\flex_os\workspace\flexroot\git\flex-asjs\frameworks\js\Fl
exJS\src"
-library-path+="C:\p\flex_os\workspace\flexroot\git\flex-asjs\framewo
rks\as\libs"
"C:\p\flex_os\workspace\flexroot\git\flex-asjs\examples\FlexJSTest
_SVG\src\FlexJSTest_again.mxml"

Result:
Apache Flex Compiler (mxmlc)
Version 4.10.0 build 0
Copyright 2012 The Apache Software Foundation.

command line: Error: unknown configuration variable 'js-output-type'

Use 'mxmlc -help' for information about using the command line.


Perhaps the wiki page is out of date as well?

Thanks,
Om



>
>
> On 5/1/13 4:39 PM, "OmPrakash Muppirala"  wrote:
>
> > I am trying to test my SVG based controls using compiler.jx and FlexJS.
> >  Here is the error I am seeing:
> >
> > Command:
> >
> > C:\p\flex_os\workspace\flexroot\git\flex-falcon\compiler.jx\bin>mxmlc
> > -js-output
> > -type=FLEXJS -closure-lib="C:\p\flex_os\workspace\googleclosure"
> > -sdk-js-lib="C:
> > \p\flex_os\workspace\flexroot\git\flex-asjs\frameworks\js\FlexJS\src"
> > -library-p
> > ath+="C:\p\flex_os\workspace\flexroot\git\flex-asjs\frameworks\as\libs"
> > "C:\p\fl
> >
> ex_os\workspace\flexroot\git\flex-asjs\examples\FlexJSTest_SVG\src\FlexJSTest_
> > ag
> > ain.mxml"
> >
> > Result:
> >
> > Using Falcon codebase:
> > C:\p\flex_os\workspace\flexroot\git\flex-falcon\compiler.
> > jx\bin\..
> > Using Flex SDK: C:\p\flex_os\workspace\flexroot\sdk\branches\develop
> > command line
> > unknown configuration variable 'closure-lib'.
> >
> > I am following the steps listed here:
> >
> > https://cwiki.apache.org/confluence/display/FLEX/FlexJS+Status under the
> > MXML -> JS section.
> >
> > What am I doing wrong?
> >
> > Thanks,
> > Om
>
> --
> Alex Harui
> Flex SDK Team
> Adobe Systems, Inc.
> http://blogs.adobe.com/aharui
>
>


Re: Error compiling mxml using compiler.jx

2013-05-01 Thread Alex Harui
I haven't tried Cygwin either.  Are you planning on making compiler changes?
If so, try getting set up in Eclipse.  Otherwise, can you try the
FlexJSOverlay instructions and run from FB?


On 5/1/13 4:53 PM, "OmPrakash Muppirala"  wrote:

> On Wed, May 1, 2013 at 4:47 PM, Alex Harui  wrote:
> 
>> The .bat file is out of date.  Peter and I are on Macs.  Erik too, I think.
>> I think you'll be able to fix it if you compare it to the Mac script and
>> make the appropriate changes.
>> 
> 
> Do you mean the "mxmlc" file when you say "Mac script"?
> 
> I tried the mxmlc script in Cygwin and I am getting this error now:
> 
> 
> Command:
> omuppira@omuppira/c/p/flex_os/workspace/flexroot/git/flex-falcon/compiler.jx
> $ mxmlc -js-output-type=FLEXJS
> -closure-lib="C:\p\flex_os\workspace\googleclosu
> re"
> -sdk-js-lib="C:\p\flex_os\workspace\flexroot\git\flex-asjs\frameworks\js\Fl
> exJS\src"
> -library-path+="C:\p\flex_os\workspace\flexroot\git\flex-asjs\framewo
> rks\as\libs"
> "C:\p\flex_os\workspace\flexroot\git\flex-asjs\examples\FlexJSTest
> _SVG\src\FlexJSTest_again.mxml"
> 
> Result:
> Apache Flex Compiler (mxmlc)
> Version 4.10.0 build 0
> Copyright 2012 The Apache Software Foundation.
> 
> command line: Error: unknown configuration variable 'js-output-type'
> 
> Use 'mxmlc -help' for information about using the command line.
> 
> 
> Perhaps the wiki page is out of date as well?
> 
> Thanks,
> Om
> 
> 
> 
>> 
>> 
>> On 5/1/13 4:39 PM, "OmPrakash Muppirala"  wrote:
>> 
>>> I am trying to test my SVG based controls using compiler.jx and FlexJS.
>>>  Here is the error I am seeing:
>>> 
>>> Command:
>>> 
>>> C:\p\flex_os\workspace\flexroot\git\flex-falcon\compiler.jx\bin>mxmlc
>>> -js-output
>>> -type=FLEXJS -closure-lib="C:\p\flex_os\workspace\googleclosure"
>>> -sdk-js-lib="C:
>>> \p\flex_os\workspace\flexroot\git\flex-asjs\frameworks\js\FlexJS\src"
>>> -library-p
>>> ath+="C:\p\flex_os\workspace\flexroot\git\flex-asjs\frameworks\as\libs"
>>> "C:\p\fl
>>> 
>> 
ex_os\workspace\flexroot\git\flex-asjs\examples\FlexJSTest_SVG\src\FlexJSTest>>
_
>>> ag
>>> ain.mxml"
>>> 
>>> Result:
>>> 
>>> Using Falcon codebase:
>>> C:\p\flex_os\workspace\flexroot\git\flex-falcon\compiler.
>>> jx\bin\..
>>> Using Flex SDK: C:\p\flex_os\workspace\flexroot\sdk\branches\develop
>>> command line
>>> unknown configuration variable 'closure-lib'.
>>> 
>>> I am following the steps listed here:
>>> 
>>> https://cwiki.apache.org/confluence/display/FLEX/FlexJS+Status under the
>>> MXML -> JS section.
>>> 
>>> What am I doing wrong?
>>> 
>>> Thanks,
>>> Om
>> 
>> --
>> Alex Harui
>> Flex SDK Team
>> Adobe Systems, Inc.
>> http://blogs.adobe.com/aharui
>> 
>> 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui



[jira] [Commented] (FLEX-33524) ButtonBar/TabBar enable/disable buttons

2013-05-01 Thread Mark Kessler (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-33524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13647139#comment-13647139
 ] 

Mark Kessler commented on FLEX-33524:
-

-Renamed methods to be more intuitive.
-Added optional fieldName to use when comparing the labels.  Such as if only 
images are being used in the buttons.

sdk build successful.
mustella ButtonBar and TabBar successful.


> ButtonBar/TabBar enable/disable buttons
> ---
>
> Key: FLEX-33524
> URL: https://issues.apache.org/jira/browse/FLEX-33524
> Project: Apache Flex
>  Issue Type: New Feature
>  Components: Spark: ButtonBar, Spark: TabBar
>Affects Versions: Adobe Flex SDK Next
>Reporter: Mark Kessler
>Assignee: Mark Kessler
>Priority: Minor
>
> Convenience feature to enable/disable individual buttons on buttonbars and 
> tabbars

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (FLEX-27235) NumericStepper cannot display the correct decimal separator for various locale (fr_FR, ru_RU)

2013-05-01 Thread Justin Mclean (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-27235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean resolved FLEX-27235.
--

   Resolution: Fixed
Fix Version/s: Apache Flex 4.10.0

checked into develop branch.

> NumericStepper cannot display the correct decimal separator for various 
> locale (fr_FR, ru_RU)
> -
>
> Key: FLEX-27235
> URL: https://issues.apache.org/jira/browse/FLEX-27235
> Project: Apache Flex
>  Issue Type: Bug
>  Components: Spark: NumericStepper
>Affects Versions: Adobe Flex SDK Previous
> Environment: Affected OS(s): All OS Platforms
> Browser: Internet Explorer 6.x
> Language Found: English
>Reporter: Adobe JIRA
>Assignee: Justin Mclean
>  Labels: easytest
> Fix For: Apache Flex 4.10.0
>
>
> Steps to reproduce:
> 1. compile the attached mxml file with this compiler option -locale fr_FR
> 2. run test and increment the stepper value to 0.1
> 3. you see the validation error.
>  
>  Actual Results:
> no way to set the stepSize to localized setting such as is in the case of 
> '0,1' for ru_RU or fr_FR
>  
> @See - http://forums.adobe.com/thread/831368?tstart=0
>  
>  Expected Results:
>  
> should be able to set stepSize to appropriate decimal separator 
>  
>  Workaround (if any):

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (FLEX-27855) NumericStepper steps incorrectly with decimal values in European locale

2013-05-01 Thread Justin Mclean (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-27855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean resolved FLEX-27855.
--

   Resolution: Fixed
Fix Version/s: Apache Flex 4.10.0

Checked into develop branch

> NumericStepper steps incorrectly with decimal values in European locale
> ---
>
> Key: FLEX-27855
> URL: https://issues.apache.org/jira/browse/FLEX-27855
> Project: Apache Flex
>  Issue Type: Bug
>  Components: Spark: NumericStepper
>Affects Versions: Adobe Flex SDK 4.5.1 (Release)
> Environment: Affected OS(s): Windows
> Affected OS(s): Windows 7
> Language Found: Spanish
>Reporter: Adobe JIRA
>Assignee: Justin Mclean
>  Labels: easyfix, easytest
> Fix For: Apache Flex 4.10.0
>
>
>   Steps to reproduce:
> 1. Change OS locale to Spanish
> 2. Run this code:
> 
> http://ns.adobe.com/mxml/2009"; 
>  xmlns:s="library://ns.adobe.com/flex/spark" 
>  xmlns:mx="library://ns.adobe.com/flex/mx"
>  minWidth="955" minHeight="600">
>  stepSize="0.05"/>
> 
> 3. Click on up arrow to "step"
>  
>  Actual Results: sequence 0, 0.05, 5.05, 50 results.
>  
>  
>  Expected Results: sequence 0, 0,05, 0,1, 0,15, 0,2... results
>  
>  
> Notes: This is evidently a locale-related issue. The stepper is "reading" its 
> text box in a locale-sensitive fashion, interpreting comma as a decimal 
> seperator and period as a thousands separator. However it is "writing" its 
> text box in a US fashion, ignoring the current locale, interpreting comma as 
> thousands seperator and period as decimal. This causes the strange stepping 
> results.
> Note that I tried forcing the locale to en_US using the locale style on the 
> NumericStepper but this is ignored - it continues using my spanish OS locale. 
> Additionally, the following code should work around the issue but in fact it 
> has no effect:
> 
>   
> 
> 
>  >
> 
>  valueFormatFunction="formatIt"
> valueParseFunction="parseIt"/>
> 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (FLEX-33169) Spark List selection on mobile doesn't work properly

2013-05-01 Thread Justin Mclean (JIRA)

[ 
https://issues.apache.org/jira/browse/FLEX-33169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13647233#comment-13647233
 ] 

Justin Mclean commented on FLEX-33169:
--

Run Mustella tests all pass (except current broken tests), currentTarget looks 
to be the correct fix to me.

> Spark List selection on mobile doesn't work properly
> 
>
> Key: FLEX-33169
> URL: https://issues.apache.org/jira/browse/FLEX-33169
> Project: Apache Flex
>  Issue Type: Bug
>  Components: Spark: List
>Affects Versions: Adobe Flex SDK 4.5.1 (Release), Adobe Flex SDK 4.6 
> (Release)
> Environment: iOS 5.x, Android 3.2/4.0, Air 3.0 - 3.3
>Reporter: Al Birdy
> Attachments: FLEX-33169_Mobile_List_Selection.patch, ListExt.as
>
>
> The touch selection of list items on the actual device does not work properly.
> Sometimes, even though the touch has definitely been recognized by the 
> device, the list selection change isn't committed, instead the previously 
> selected item remains selected.
> To reproduce the issue, please set up a new Flex mobile project and add the 
> most basic list with inline renderer to a view:
> 
> 
> 
> 
>  .
> 
> 
> 
> 
> Deploy the app to an actual device (this bug does NOT appear in the 
> emulator!) and randomly try to select items, scroll the list, select again 
> and so on. You'll notice that the down color is sometimes set, but the 
> selection isn't changed.
> For a more detailed description of this bug please see 
> http://stackoverflow.com/questions/11740074/selection-on-spark-mobile-list-only-works-3-out-of-4-times

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Resolved] (FLEX-33169) Spark List selection on mobile doesn't work properly

2013-05-01 Thread Justin Mclean (JIRA)

 [ 
https://issues.apache.org/jira/browse/FLEX-33169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean resolved FLEX-33169.
--

   Resolution: Fixed
Fix Version/s: Apache Flex 4.10.0

Checked fix into develop branch

> Spark List selection on mobile doesn't work properly
> 
>
> Key: FLEX-33169
> URL: https://issues.apache.org/jira/browse/FLEX-33169
> Project: Apache Flex
>  Issue Type: Bug
>  Components: Spark: List
>Affects Versions: Adobe Flex SDK 4.5.1 (Release), Adobe Flex SDK 4.6 
> (Release)
> Environment: iOS 5.x, Android 3.2/4.0, Air 3.0 - 3.3
>Reporter: Al Birdy
> Fix For: Apache Flex 4.10.0
>
> Attachments: FLEX-33169_Mobile_List_Selection.patch, ListExt.as
>
>
> The touch selection of list items on the actual device does not work properly.
> Sometimes, even though the touch has definitely been recognized by the 
> device, the list selection change isn't committed, instead the previously 
> selected item remains selected.
> To reproduce the issue, please set up a new Flex mobile project and add the 
> most basic list with inline renderer to a view:
> 
> 
> 
> 
>  .
> 
> 
> 
> 
> Deploy the app to an actual device (this bug does NOT appear in the 
> emulator!) and randomly try to select items, scroll the list, select again 
> and so on. You'll notice that the down color is sometimes set, but the 
> selection isn't changed.
> For a more detailed description of this bug please see 
> http://stackoverflow.com/questions/11740074/selection-on-spark-mobile-list-only-works-3-out-of-4-times

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira