Re: FlexJS MXML ids and classNames - FLEX-35310

2017-08-18 Thread Alex Harui
I will have to do more investigation for #1. I don't know if magic properties are the responsibility of the compiler or the IDE's code intelligence. I just pushed a change for #2. It should be using "_id" (with leading underscore) instead of "id". Thanks for catching that, -Alex On 8/17/17,

Flash application video is getting blank in chrome browser

2017-08-18 Thread remya
Once updated chrome version from 59 to 60.0.3112.101 (Official Build) (64-bit), flash web application is not listing camera and microphone driver list. It's displaying empty list. To solve this issue I have stored Camera.names in an array and named such that Camera 1, Camera 2 etc but while

Re: Flash application video is getting blank in chrome browser

2017-08-18 Thread vincent
Bonjour, En congés jusqu'au 4 septembre, je prendrais connaissance de votre message à mon retour. Cordialement, Vincent/AFTER24

Re: [FLEXJS] Modules

2017-08-18 Thread Olaf Krueger
Hi Alex, great that you've heard the community voice and start working on this! >...and loaded after application startup... Does this mean that a FlexJS module is loaded from the server (same origin as the main app?) by some magic or is it already bundled and delivered with the FlexJS app and

Re: Build failed in Jenkins: flex-asjs #2513

2017-08-18 Thread Harbs
Yeah. > On Aug 18, 2017, at 4:55 PM, Piotr Zarzycki wrote: > > Harbs, > > I think you forgot import for Event. > > Thanks, > Piotr > > 2017-08-18 15:54 GMT+02:00 : > >> See

Re: git commit: [flex-asjs] [refs/heads/develop] - Setting checked state manually now works

2017-08-18 Thread Harbs
Maybe, but separating view and model in MDL is kind of difficult because it’s all mixed up in MDL itself. > On Aug 18, 2017, at 4:07 PM, piotrz wrote: > > Maybe we should actually create and move some things to CheckBoxView. It > seems to me that there is to much

Re: Build failed in Jenkins: flex-asjs #2513

2017-08-18 Thread Piotr Zarzycki
Harbs, I think you forgot import for Event. Thanks, Piotr 2017-08-18 15:54 GMT+02:00 : > See > > Changes: > > [harbs] Forgot to remove this line. > > [harbs] This should work better with MXML > >

Re: git commit: [flex-asjs] [refs/heads/develop] - Setting checked state manually now works

2017-08-18 Thread Piotr Zarzycki
Hi Harbs, Ohh! Cool I didn't look into CheckBox in MDL and didn't know that there are some methods "check()" :) Maybe we don't need this line either ? input.checked = value; Thanks, Piotr 2017-08-18 14:01 GMT+02:00 : > Repository: flex-asjs > Updated Branches: >

Re: git commit: [flex-asjs] [refs/heads/develop] - Setting checked state manually now works

2017-08-18 Thread Harbs
Yes. You are right. I forgot to remove that line after I added check() and uncheck(). Hmm. On second thought: This is going to break setting the value via MXML. Let me fix that... > On Aug 18, 2017, at 3:06 PM, Piotr Zarzycki wrote: > > Hi Harbs, > > Ohh! Cool I

Re: git commit: [flex-asjs] [refs/heads/develop] - Setting checked state manually now works

2017-08-18 Thread Harbs
My latest commit should now work whether selected is being set via MXML or by code. > On Aug 18, 2017, at 3:29 PM, Harbs wrote: > > Yes. You are right. I forgot to remove that line after I added check() and > uncheck(). > > Hmm. On second thought: > > This is going to

Re: git commit: [flex-asjs] [refs/heads/develop] - Setting checked state manually now works

2017-08-18 Thread Harbs
I fixed it a bit more and made similar changes to RadioButton. We need to do the same for IconToggle, but I’m out of time right now. If someone can do that, it would be great. Thanks, Harbs > On Aug 18, 2017, at 3:35 PM, Harbs wrote: > > My latest commit should now

Re: git commit: [flex-asjs] [refs/heads/develop] - Setting checked state manually now works

2017-08-18 Thread piotrz
Maybe we should actually create and move some things to CheckBoxView. It seems to me that there is to much happen in the main components. Cause we should subscribe for event "mdl-componentupgraded" in MDL, take MaterialCheckbox and then eventually check that instances. - I think that should

Re: [FLEXJS] Modules

2017-08-18 Thread Alex Harui
Hi Olaf, Hopefully there is no "magic". I think it works pretty much like regular Flex modules. There is a UIModuleLoader that loads a Mouse compiled and defined from a UIModule. You can defer the downloading and instantiation of the module by controlling when the UIModuleLoader's URL for the