[FlexJS] Flash Only Beads

2016-12-06 Thread yishayw
What is the point of having flash only beads such as SolidBackgroundBead? Doesn't it make sense to have a thin bead in html that at least allows me to compile cross-platform? I don't mind adding a JS background bead, but I'd like to hear if anyone has an argument for not doing so. -- View this m

Re: git commit: [flex-asjs] [refs/heads/develop] - MDL Tooltip

2016-12-06 Thread piotrz
Carlos, I just transform Tooltip into bead - please check and correct me if you have other idea about this component. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Re-git-commit-flex-asjs-refs-heads-

Re: [FlexJS|Image] Missing properties in created Image

2016-12-06 Thread piotrz
Thanks Alex. I will use HTMLImageElement. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Image-Missing-properties-in-created-Image-tp57045p57047.html Sent from the Apache Flex Development mailin

Re: [FlexJS|Image] Missing properties in created Image

2016-12-06 Thread Alex Harui
On 12/6/16, 9:53 PM, "piotrz" wrote: >Hi, > >In one of the MDL component I've created org.apache.flex.html.Image. I see >in code that this image has > >"imageElement" property and "applyImageData", but I don't see them in >compiled swc. If I use them simply > >var image:Image = new Image(); >im

[FlexJS|Image] Missing properties in created Image

2016-12-06 Thread piotrz
Hi, In one of the MDL component I've created org.apache.flex.html.Image. I see in code that this image has "imageElement" property and "applyImageData", but I don't see them in compiled swc. If I use them simply var image:Image = new Image(); image.applyImageData("image.png"); compilation fail

Re: [FlexJX][Falcon] Binding support fixes/improvements

2016-12-06 Thread sankar
PKumar wrote > @Sankar, FlexJS binding support is not similar to regular Flex SDK > binding and FlexJS DataGrid. FlexJS having the supported classes for > runtime data update in DataGrid and dataprovider. If you need the sample > code. i will check in my demo list & share with you. I'd love to s

Re: [FlexJX][Falcon] Binding support fixes/improvements

2016-12-06 Thread Peter Ent
I have assigned the JIRA issue to myself and will be looking into this. ‹peter On 12/6/16, 1:11 AM, "sankar" wrote: >Can Peter or anyone from Apache dev suggest where the present development >stays for runtime data update to DataGrid component, or even any specific >beads way already available,

Re: [FlexJS] Slider valueChange not working

2016-12-06 Thread Peter Ent
I've committed and pushed changes to make Slider work. While doing a full build of flex-asjs, the MDL project failed due to my changes to the HTML version of Slider, so I made some quick fixed in MDL to get it to compile; I do not know if they work. Basically, I made the thumb and track elements o

Re: [FlexJX][Falcon] Binding support fixes/improvements

2016-12-06 Thread PKumar
@Sankar, FlexJS binding support is not similar to regular Flex SDK binding and FlexJS DataGrid. FlexJS having the supported classes for runtime data update in DataGrid and dataprovider. If you need the sample code. i will check in my demo list & share with you. -- View this message in context:

Re: [FALCONJX][FLEXJS} SWF Subclass (and other) Overrides

2016-12-06 Thread Alex Harui
On 12/6/16, 8:36 AM, "Josh Tynjala" wrote: >I did a quick test the other day where I tried creating a >flexjs-config.xml, which used js.swc instead of playerglobal.swc and the >SWCs in frameworks/js/FlexJS/libs instead of frameworks/libs. When I used >this new config, it didn't show any Flash A

Re: Using source class instead of compiled swc

2016-12-06 Thread Alex Harui
On 12/6/16, 3:32 AM, "sankar" wrote: >Alex Harui wrote >> Any classes found in the source-path will be used instead of classes in >>a >> SWC. That is the basis of "monkey-patching". > >I'm not very clear, but are you saying that when I declare a >"\frameworks\projects\Binding\src\main\flex\org

Re: [FALCONJX][FLEXJS} SWF Subclass (and other) Overrides

2016-12-06 Thread Josh Tynjala
I did a quick test the other day where I tried creating a flexjs-config.xml, which used js.swc instead of playerglobal.swc and the SWCs in frameworks/js/FlexJS/libs instead of frameworks/libs. When I used this new config, it didn't show any Flash APIs in the completion list in VSCode, which was bet

Re: [FALCONJX][FLEXJS} SWF Subclass (and other) Overrides

2016-12-06 Thread Alex Harui
On 12/6/16, 8:06 AM, "Josh Tynjala" wrote: >It's a really big issue that all the Flash display list APIs show up in >the >completion list for FlexJS components. People are going to get extremely >(EXTREMELY!) frustrated that they can't tell at a glance which subset of >properties is available i

Re: [FALCONJX][FLEXJS} SWF Subclass (and other) Overrides

2016-12-06 Thread Josh Tynjala
It's a really big issue that all the Flash display list APIs show up in the completion list for FlexJS components. People are going to get extremely (EXTREMELY!) frustrated that they can't tell at a glance which subset of properties is available in JS or not. - Josh On Tue, Dec 6, 2016 at 1:12 AM

Re: Avoiding goog renaming

2016-12-06 Thread Alex Harui
On 12/5/16, 11:47 PM, "Harbs" wrote: >OK. I guess I’ll rework the definitions into extern js files when I have >time. In theory, if you use FalconJX to cross-compile those AS files, you should get the right set of JS files to stick a folder called externs (instead of js/out). The build script

[FlexJS] Release Version Functionality Different From Debug Version

2016-12-06 Thread yishayw
We've noticed that the release version misses some functionality that is present in the debug version. This [1] bug demonstrates it. Can anyone explain how that can be? [1] https://issues.apache.org/jira/browse/FLEX-35198 -- View this message in context: http://apache-flex-development.247

Re: Using source class instead of compiled swc

2016-12-06 Thread sankar
Alex Harui wrote > Any classes found in the source-path will be used instead of classes in a > SWC. That is the basis of "monkey-patching". I'm not very clear, but are you saying that when I declare a \frameworks\projects\Binding\src\main\flex\org\apache\flex\binding\SimpleBinding.as" instead fro

Re: [FlexJS] Slider valueChange not working

2016-12-06 Thread Carlos Rovira
Great Peter, I'll be waiting to follow your changes onto MDL version Thanks for taking care of this! 2016-12-05 17:41 GMT+01:00 Peter Ent : > I just noticed this email. I have started to look into Slider. It was an > early component, like ComboBox, and needs a little bit of work to bring it > ba

Re: [FlexJS, MDL] Color and Image in ContactChip bead

2016-12-06 Thread Carlos Rovira
So cool Piotr! :)) 2016-12-05 23:54 GMT+01:00 piotrz : > Carlos, > > Thanks for links - That was very helpful. I've created 2 interfaces > IMdlColor and IMdlTextColor - That's representation of component color or > component text's color. > > Last thing which I need to add is image support in Co

Re: [FALCONJX][FLEXJS} SWF Subclass (and other) Overrides

2016-12-06 Thread yishayw
Suppose I have a component A that extends UIBase which extends Sprite. Suppose I have this code: var a:A = new A(); Suppose I type a.gr ctrl-space. Will Flash Builder suggest to complete it to a.graphics even though it will result in a compile-time error? -- View this message in context: htt