Re: [FlexJS] How Binding works?

2017-06-19 Thread Alex Harui
I believe the warning was that the value of PURCHASED could change. The Bindable subsystem does not know that the getter will always return the same string literal. If other stuff could change, but didn't specify a change event, I would hope the compiler would warn about that part of the bindable

RE: [FlexJS] How Binding works?

2017-06-19 Thread Yishay Weiss
It’s more to let the compiler know the implementations are bindable. I don’t expect them to automatically become bindable. From: piotrz Sent: Tuesday, June 20, 2017 9:52 AM To: dev@flex.apache.org Subject: RE: [FlexJS] How Binding work

RE: [FlexJS] How Binding works?

2017-06-19 Thread piotrz
Hi Yishay, Actaully what is the purpose to have Bindable in the interface ? I have never seen such things in old Flex. You are expecting that once you implement such interface you will have [Bindable] inherited ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in co

RE: [FlexJS] How Binding works?

2017-06-19 Thread yishayw
It looks like changing the definitions of the interface and the class to [Bindable]function get PURCHASED():String; and [Bindable]public function get PURCHASED():String { return "PURCHASED"; } worked. So is it a bug that declaring the class and the interface as b

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-19 Thread piotrz
Hi Alex, I also got some info from Chris that it can be done by: “mvn clean deploy –Papache-release”. Please do this - if not I can try it today. Let me know. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nab

RE: [FlexJS] How Binding works?

2017-06-19 Thread Yishay Weiss
public function get PURCHASED():String { return "PURCHASED"; } But the class has [Bindable]public class DefaultStrings implements IUIStrings From: Alex Harui Sent: Tuesday, June 20, 2017 9:33 AM To: dev@flex.apache

Re: [FlexJS] How Binding works?

2017-06-19 Thread Alex Harui
How is PURCHASED defined? On 6/19/17, 11:10 PM, "yishayw" wrote: >We have an mxml component where > > [Bindable]public var locStrings:IUIStrings = >LocaleManager.localeStrings; >... > > > >...

Re: [FlexJS] How Binding works?

2017-06-19 Thread yishayw
We have an mxml component where [Bindable]public var locStrings:IUIStrings = LocaleManager.localeStrings; ... ... LocaleManager is declared thus:

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-19 Thread Alex Harui
In reading more about Maven, it appears that we might be able to run "mvn deploy" against the current Git release0.8.0 branch. I might try that tomorrow to see what it does. Thoughts? -Alex On 6/19/17, 4:21 PM, "Alex Harui" wrote: >Hi Piotr, > >I noticed that there appears to be an option to c

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-19 Thread Alex Harui
Hi Piotr, I noticed that there appears to be an option to create a release from an SCM tag. So that might be another option that needs researching. -Alex On 6/19/17, 4:02 PM, "piotrz" wrote: >Hi Alex, > >I will study it tomorrow and try something. I think I will try to revert >my >changes in

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-19 Thread piotrz
Hi Alex, I will study it tomorrow and try something. I think I will try to revert my changes in poms, but still waiting for some idea from others. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/DISCU

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-19 Thread Alex Harui
I found that I can login with my Apache credentials here: https://repository.apache.org/ And this: http://www.apache.org/dev/publishing-maven-artifacts.html HTH, -Alex On 6/19/17, 5:19 AM, "piotrz" wrote: >While I'm waiting for some feedback from others I would like to ask how >actuall

Re: [DISCUSS] Discuss Release Apache FlexJS 0.8.0 RC1

2017-06-19 Thread piotrz
While I'm waiting for some feedback from others I would like to ask how actually login to nexus where Apache releases are holds ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/DISCUSS-Discuss-Release-