Re: [FlexJS, MDL] DropDownList component

2017-05-11 Thread OK
Sounds good ;-) Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-DropDownList-component-tp61436p61551.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS, MDL] DropDownList component

2017-05-11 Thread OK
piotrz wrote > As per your request Sir! Hand cursor has been added to default style. :) > You can check in the next nightly build. > Thanks for testing it! :) Awesome Piotr!! It will probably take some time until I can check it out... Thank you, Olaf -- View this message in context:

Re: [ApacheCon/FlexJSSummit] Just registered...

2017-05-08 Thread OK
When will you arrive in Miami, Piotr? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/ApacheCon-FlexJSSummit-Just-registered-tp61516p61520.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

[ApacheCon/FlexJSSummit] Just registered...

2017-05-08 Thread OK
Hi guys, a bit late but I've just registered for ApacheCon. I'll be in Miami from Monday to Friday, looking forward to seeing you there! Hope my broken English will be enough to survive... ;-) Olaf -- View this message in context:

Re: [FlexJS, MDL] DropDownList component

2017-05-08 Thread OK
piotrz wrote > I just added to MDL library DropDownList component. It utilize existing > Menu and use material icon MaterialIconType.ARROW_DROP_DOWN as drop down > arrow. I've just checked it out, thank you for creating this! Is it possible with less effort to show the hand cursor while moving

Re: [FlexJS Summit] Preparing the schedule

2017-05-03 Thread OK
Hi, I can not found any talk descriptions nor a link to the FlexJS summit landing page when coming from the ApacheCon schedule site [1] To get as much attention as possible it might be also helpful to introduce FlexJS with one or two sentences at each talk description. Let me know if I can help

Re: [FlexJS][POC] JSFiddle for FlexJS / Compile as-a-service

2017-04-28 Thread OK
Hi again, I've had some time yesterday evening and improved the POC. It is possible now to compile FlexJS code that is coming from the browsers Textarea. The compiled result is displayed via an Iframe [1]. The current worklfow is like this: - Enter some code - Click "Compile and run" - The POST

Re: [FlexJS][POC] JSFiddle for FlexJS / Compile as-a-service

2017-04-28 Thread OK
Greg Dove wrote > https://try.haxe.org/ Never seen this before, the haxe guys have done a great job and I think you're right that this is something from which FlexJS could really benefit from... Thanks, Olaf -- View this message in context:

Re: [FlexJS][POC] JSFiddle for FlexJS / Compile as-a-service

2017-04-28 Thread OK
>Do we need a server? We could use my CI server for now. Thanks for your offer! I think we'd definitely need a powerful server that provides the service. I don't know for now if we'll get the power that would be needed for productive use for free. >Do we need a repo to share the code? If i

Re: [FlexJS][POC] JSFiddle for FlexJS / Compile as-a-service

2017-04-28 Thread OK
Josh Tynjala wrote > It has a smaller scope, so you could release > something more quickly. Something that potential FlexJS users would find > useful too! Both projects will integrate with the compiler, though, so a > lot of the code that you'd write for the simpler project could probably be >

Re: [FlexJS][POC] JSFiddle for FlexJS / Compile as-a-service

2017-04-27 Thread OK
Josh Tynjala wrote > In this simpler project, the generated code wouldn't even be run (maybe > that's the part that you missed?) I think this is the part that I don't understand. Where do you think the generated code comes from? I thought if it comes from the compiler it always runs? Or is the

Re: [FlexJS][POC] JSFiddle for FlexJS / Compile as-a-service

2017-04-27 Thread OK
Josh Tynjala wrote > With the dev tools, you need to set up a project and build it first. Probably I don't understand this. My approach would be to just pass the compiled HTML/JS code to an iframe and to offer a link to be able to open the iframe content in a new window. I thought this way

Re: [FlexJS] Compiler log "INFORMATION: 0 error(s), 0 warning(s), 97.6% typed" isn't always there

2017-04-27 Thread OK
Josh Tynjala wrote > That's output from the Closure compiler. It only runs on a release build, > so maybe when it's not there, you're building the debug version only? Ahh... I thought that I always run the debug build. I'll take care of this and keep an eye on the compiler output. Thank you!

Re: [FlexJS][POC] JSFiddle for FlexJS / Compile as-a-service

2017-04-27 Thread OK
>Simply let people see the JavaScript that gets produced from >ActionScript and MXML with FlexJS. This might be helpful but on the other side, this is already provided by any browsers dev tools. >Maybe provide a couple of sample MXML/AS >files alongside an option to write your own code from

[FlexJS] Compiler log "INFORMATION: 0 error(s), 0 warning(s), 97.6% typed" isn't always there

2017-04-27 Thread OK
Hi, does somebody know why the last rows of the compiler log sometimes look like this: ... The project 'EmployeeAdmin' has been successfully compiled and optimized. 18.773474231 seconds and sometimes like this: ... Apr 27, 2017 9:29:58 AM

[FlexJS][POC] JSFiddle for FlexJS / Compile as-a-service

2017-04-26 Thread OK
Hi guys, I remember that there were some discussions that it would be nice to have something like JSFiddle or CodePen for FlexJS. I also remember that Alex introduced a POC for live editing a couple of months ago. Cause I've no idea if something like this could be achieved as-a-service and I'm

Re: [FlexJS] FlexJS Wiki Update

2017-04-24 Thread OK
Thanks Peter! >I have been ignoring Basic project for now. We should discuss what is to >become of it. Personally, I would keep the HTML-specific components in the >HTML project and move the others into Basic, replacing what's already >there. >From an app developer perspective, I also would

Re: [FlexJS] FlexJS Wiki Update

2017-04-24 Thread OK
Hi Peter, thanks for this! I probably not yet understand the whole story but it's a great entry point. Would be great if you could answer some questions that come to my mind: 1) Group vs Container: Does it mean that if we need a scrollable container and would like to target HTML only it's

Re: [FlexJS] Release cycles

2017-04-18 Thread OK
Christofer Dutz wrote > Right now, with the Maven SNAPSHOTs I think we reduced the need to release > often What are the Maven snapshots and where are they located? Or is just the latest snapshot available? Thanks, Olaf -- View this message in context:

Re: [FlexJS] Release cycles

2017-04-18 Thread OK
>Are you volunteering to be the release manager? Maybe some day if I understand FlexJS better and know what's necessary to cut a release... >Releases have historically been a lot of effort. It's a bit uncomfortable to speak about effort while contributing nothing by myself but I also could

Re: [FlexJS] Status of dev branch/nightly build

2017-04-18 Thread OK
Thanks Alex, I've already downloaded it and will report issues... Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Status-of-dev-branch-nightly-build-tp61158p61174.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

[FlexJS] Release cycles

2017-04-17 Thread OK
Hi, I don't know how much effort it is to cut a release but I wonder if it makes sense to increase the FlexJS release cycles to make changes much more transparent and to don't overload a release with too much bug fixes and new features. Thanks, Olaf -- View this message in context:

[FlexJS] Status of dev branch/nightly build

2017-04-17 Thread OK
Hi, I was on vacation and have not been following the list lately. I noticed some major changes and would like to ask if it's recommended to use the nightly build or if some more changes are in the pipeline. Thanks, Olaf -- View this message in context:

Re: [FlexJS] How typedefs working? (was Accessing the DOM)

2017-03-24 Thread OK
ownload the extern files as part of the build process. > > If you are starting from scratch, it’s definitely possible to generate the > swcs from ActionScript stubs, but since most of the typedefs we need have > Google extern files, that’s not necessary. > > HTH, > Harbs Ok, I go

[FlexJS] How typedefs working? (was Accessing the DOM)

2017-03-24 Thread OK
Hi, to be cleaner I've just created this new thread regarding typedefs: >No. No Adobe involved in that. It’s built by externc. Ok, maybe I'm confused about how flex-typedef is working: For instance, each lib inside the TS pendant DefinitelyTyped [1] contains a file called index.d.ts wh

Re: [FlexJS] Accessing the DOM

2017-03-24 Thread OK
>No. No Adobe involved in that. It’s built by externc. Ok, maybe I'm confused about how flex-typedef is working: For instance, each lib inside the TS pendant DefinitelyTyped [1] contains a file called index.d.ts which contain all the definitions. Without knowledge of TS I could get an i

Re: [FlexJS] Accessing the DOM

2017-03-24 Thread OK
HI, >I’m using VS Code and Josh’s asconfig, with this asconfig.json file to output JS: This is really helpful! >The type definitions in js.swc are defined in the flex-typedefs repository. I've tried to search for e.g. "HTMLElement" but found nothing. So I've taken a look into js.swc, extract

[FlexJS] Accessing the DOM

2017-03-23 Thread OK
Hi, FlexJS and Falcon are still some kinds of a black box for me, maybe somebody could enlighten me again: Encouraged again by Josh's tutorials I'm playing around with accessing the DOM by using e.g. "document.getElementById('myInput') as HTMLInputElement" which works pretty fine. My

Re: [FlexJS] Before and After

2017-03-22 Thread OK
If I got it right now the number of containers matches the number of divs, looks great to me! Even if I've no idea of what you've done internally I could imagine that it was a painful way. Thanks for working on this! Olaf -- View this message in context:

Re: [FlexJS] Container and Layout Progress

2017-03-22 Thread OK
In case if something is broken for somebody maybe one option is to just check out a previous revision by using the particular commit hash? Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Container-and-Layout-Progress-tp60658p60673.html Sent

[spriteflexjs][vscode] Need help with compiler options

2017-03-21 Thread OK
Hi, has somebody compiled Lizhis spriteflexjs tests/demos successful using vscode and could share the tasks.json? Thanks, Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/spriteflexjs-vscode-Need-help-with-compiler-options-tp60654.html Sent from the

Re: Pouchdb integration for FlexJS

2017-03-17 Thread OK
Thanks Alex, just read the top.html article, it is well written and very helpful! Looking forward to check it out by myself... Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Pouchdb-integration-for-FlexJS-tp60552p60556.html Sent from the Apache Flex

Re: Pouchdb integration for FlexJS

2017-03-17 Thread OK
Alex it seems to me that this is the wrong link? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Pouchdb-integration-for-FlexJS-tp60552p60554.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: AW: [FlexJS Summit] Accommodation in Miami

2017-03-15 Thread OK
Yes, I've also already used airbnb. I'll do some investigation ;-) Thanks, Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Summit-Accommodation-in-Miami-tp60464p60491.html Sent from the Apache Flex Development mailing list archive at

Re: [FlexJS Summit] Accommodation in Miami

2017-03-15 Thread OK
Thanks Justin. Sharing a room would be an option. I am just not willing to pay over 200 dollars per night... no matter if it's for private purpose or business trip. About 80 dollars would be ok. If somebody knows if there's an area from which the conference hotel is easily accessible (or even

Re: [FlexJS Summit] Accommodation in Miami

2017-03-15 Thread OK
After sending this post it just comes in mind that it's probably for several reasons not a good idea to ask for such recommandations via this list so please just ignore it ;-) Sorry, Olaf -- View this message in context:

[FlexJS Summit] Accommodation in Miami

2017-03-15 Thread OK
Hi, I consider attending the conference. The conference hotel costs too much and I've seen a lot of other much cheaper accomodations. I've never been in Miami, does anybody has some tipps for a accomodation. Thanks, Olaf -- View this message in context:

Re: I am curious, what do you guys think about Flash Player and Flash Platform's situation today? is it better or worse than expected 5/6 years ago? Re: WebAsm?

2017-03-15 Thread OK
Same here, the situation could be (always) better but it's much better than I've expected. We're still using AS3/Flex even for new apps and as long there's at minimum one runtime environment available I have no concerns with it... Flex is to powerful to throw it way. Anyway, I think any kind of

Re: ApacheCon / FlexJS Summit speaker and talk details needed for site

2017-03-15 Thread OK
>I was just updating the FlexJS Summit site and notice we don't have any descriptions of our talks up on the Linux Conf site. It seems to me that that neither the ApacheCon nor the FlexJsSummit site contains any hint of "What is FlexJS?" at all. Maybe a short explanation/introduction of FlexJS

Re: [FlexJS, MDL] Add example "MDLDynamicTabsExample"

2017-03-03 Thread OK
piotrz wrote > Hi All, > > I just added "MDLDynamicTabsExample" example which illustrate how to > create "Tab" dynamically in our MDL library. [1] > > [1] > https://github.com/apache/flex-asjs/tree/develop/examples/flexjs/MDLDynamicTabsExample > > Piotr Hi Piotrz, I've just checked it out and

Re: Loading external API in flex application

2017-02-24 Thread OK
Pawan Yadav wrote > Hi -- > I am trying to load an external api in flex application > loader.load(new URLRequest("url")); > > and getting this error > > player error: Error #2035: URL Not Found. URL: > > Any idea, what could be wrong A complete code example would be helpful. Maybe this helps

Re: [FlexJS, MDL] Layout Problems

2017-02-16 Thread OK
>If the Basic set has a component that MDL doesn't, MDL doesn't want you to use >that component. Or am I wrong about that? The problem is that MDL doesn't implement the complete Material Design spec. There's a lack of e.g. DropDown, DatePicker and maybe something other... If MDL would represent

Re: [VSCode, NextGenAS] Issues with IntelliSense, Goto Definition (Ctrl+Click) and auto imports

2017-02-16 Thread OK
Hi Josh, >One thing worth mentioning is that you cannot go to classes that come from SWC files (including >framework classes in the SDK). Could you give me an example of such a framework class SWC? >If a class is on the source-path, it should resolve for goto definition. What is your

[VSCode, NextGenAS] Issues with IntelliSense, Goto Definition (Ctrl+Click) and auto imports

2017-02-16 Thread OK
Hi, I wonder if I'm doing something wrong or if I'm gettting something wrong. I've read the feature list and the ChangeLog [1] of the NextGenAS Extension and thought that it works similar to FlashBuilder regarding IntelliSense and the auto additons of "imports". But for me it seems that

Re: [FlexJS, MDL] Layout Problems

2017-02-16 Thread OK
>That's why I can provide some beads. If you wanted to use you will if not the core implementation won't >be touched. Yes sorry, this probably makes sens ;-) Thanks for working on MDL! Olaf -- View this message in context:

Re: [FlexJS, MDL] Layout Problems

2017-02-16 Thread OK
>I will try to create some beads which handle some mentioned cases above. >From the FlexJS perspective folks of course could wondering why they can't remove this style but maybe from MDL perspective (including Material Design specs) this maybe makes sense [1]. What I would like so say is that on

Re: [FlexJS, MDL] Layout Problems

2017-02-16 Thread OK
>Can you exact specify what is the class of this container? There's a div that applies the class "mdl-slider__container" which sets the height to 18px [1]. After removing this the vertical gap goes away. The horizontal gap comes as Harbs said from MDL itself, this is not nice but not a FlexJS

Re: [FlexJS, MDL] Layout Problems

2017-02-15 Thread OK
apache.org/jira/browse/FLEX-35266 It seems to me that at least the horizontal gap is also there by using "native" MDL [1],[2] (Maybe cause of some margins) HTH, Olaf [1] https://snag.gy/wFRQhH.jpg [2] https://codepen.io/ok-at-codepen/pen/bgZWNq -- View this message in context: http:

Re: MXML Azzurro

2017-02-13 Thread OK
Cool, thanks for working on this! It seems to me that the mxml editor at the bottom is not working under Windows 7 with IE11 [1]. Firefox and Chrome works for me... Olaf [1]https://snag.gy/4f6CTA.jpg -- View this message in context:

Re: [FlexJS] Injection library

2017-02-10 Thread OK
>If you want injection and PureMVC maybe you should check fabrication [1] This probably also need some refactoring to remove the mx/flash depenencies... Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Injection-library-tp59177p59217.html Sent

Re: [FlexJS] Injection library

2017-02-10 Thread OK
Hi , I don't want to start a framework discussion here but I'm loving PureMVC and would like to describe my point of view: I'm using PureMVC for years and these days it turns out that is more powerful than ever for me. I remember a lot of discussions regarding AS3 framework benchmarks and their

Re: [FlexJS] Need help with compiling MDL examples

2017-02-02 Thread OK
The MDL example app is working now for me! Carlos and Piotr you've done a great job, absolutely awesome! I hope to find some time to dive deeper into it, looking forward to it. Thanks! Olaf -- View this message in context:

Re: [FlexJS] Need help with compiling MDL examples

2017-02-02 Thread OK
the usage is pretty easy! I just had a understanding problem regarding the benefit to build the examples using maven. In summary my understanding is still that for framework development the usage of maven has a a lot of benefits and thats perfectly ok for me. But for application development there's

Re: [FlexJS] Need help with compiling MDL examples

2017-02-01 Thread OK
Hi, thanks to all for help. asconfigc compiles successfully with 0 errors and 2 warnings. But the output seems to me that there'e some styles missing [1]. However, probably I'm annoying you with this topic but I still don't understand the benefit of using a build tool to compile the examples.

Re: [FlexJS] Need help with compiling MDL examples

2017-02-01 Thread OK
Hi Piotr, >3) In order to build example without reconfiguring anything you need to instal Maven. This is the only one of our hints that I don't understand. What do you mean with "reconfiguring" regarding the example? Thanks, Olaf -- View this message in context:

Re: [FlexJS] Need help with compiling MDL examples

2017-02-01 Thread OK
Hi Chris, Christofer Dutz wrote > Unfortunately I couldn’t find the tasks.json file you are talking about, > so I couldn’t confirm my assumption. I think this is the tasks.json file [1]. However, maybe you remember I've already tested the maven build a lot in the past and the pure maven build

Re: [FlexJS] Need help with compiling MDL examples

2017-01-31 Thread OK
Hi, I will take a look at it later. But maybe I have a understanding Problem: Why do I Need the Maven Build including a couple of downloads here? I've already a working SDK. I tought I the Examples are just a couple of as3/mxml Files that could be just compiled. Thanks, Olaf -- View this

[FlexJS] Need help with compiling MDL examples

2017-01-31 Thread OK
Hi, I've started to investigate the MDL component set and tried to compile the examples using VSCode. I've opened the MDL example folder in VSCode, selected the App.mxml and started compiling using CTRL+SHIFT+B. By whatever magic a maven build starts but failed at the end [1]. Honestly I don't

Re: [FlexJS] MDL requires JS:Container type of component

2017-01-31 Thread OK
>as I just explained in other thread I'm interested in this but can't find the thread, could you please post a link to it? >you're trying to mix things (sets of components) that are not intended to work together. Do you mean that we can't mix the js:container and layout beads with mdl or do you

Re: [FlexJS] "MDL + VS Code" ready to go?

2017-01-31 Thread OK
Got it ;-) Thanks Carlos! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-VS-Code-ready-to-go-tp58795p58831.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

RE: [FlexJS] "MDL + VS Code" ready to go?

2017-01-31 Thread OK
Thanks, I'll give it a try next days, looking forwadr to it! @Carlos >I recomendaciones you to use not only MDL and VSCode but Maven building as >well. Only for my understanding: Is the maven build required for application development using MDL or could I also just grab the nightly build?

[FlexJS] "MDL + VS Code" ready to go?

2017-01-30 Thread OK
Hi guys, first thanks again to all of you for all the efforts to push FlexJS in the right direction! For an upcoming simple project I maybe have the chance to choose FlexJS. Going with FlexJS would be great cause the best way to legitimate any kind of effort regarding the FlexJS framework within

Re: Happy New Year 2017

2017-01-01 Thread OK
Happy new year to all of you! Great progress on MDL, I'm looking forward to check it out. Thank you all again for working on it! Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Happy-New-Year-2017-tp57705p57734.html Sent from the Apache Flex

Re: [FlexJS] Preparing an article on FlexJS ...

2017-01-01 Thread OK
Christofer Dutz wrote > Hi guys, > > Last year I volunteered for creating an article on FlexJS for our > company’s newspaper: Softwerker > (https://www.codecentric.de/wissen/softwerker/) > It has about 6000 printed editions and even ore electronic ones. Being a > German company the article will

Re: [FlexJS]Promises

2016-11-16 Thread OK
If you overlook this maybe this is helpful [1] Olaf [1] https://cwiki.apache.org/confluence/display/FLEX/AS3+Promises+-+a+guide+and+example -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Promises-tp56515p56516.html Sent from the Apache Flex

Re: 4.16 SDK release

2016-11-07 Thread OK
I've just committed the FontAwesome 4.7 update, hope I've done it all right. Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/4-16-SDK-release-tp56280p56333.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [github] Authentication failed

2016-11-07 Thread OK
I'm such an idiot... always the same, if there're any pitfalls I'm sure to stumble over all of it ;-) Thanks Josh! Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/github-Authentication-failed-tp56307p56332.html Sent from the Apache Flex Development

[github] Authentication failed

2016-11-06 Thread OK
Hi, I've tried to push the FontAwesome update to the release4.16.0 branch but I end up with a auth/403 error. I remember that I was able to commit a test-commit a few months ago but it seems that my head is completely resetted. I've no idea how I achvieved this in those days. What I've done so

Re: [FlexJS] How to change a node at runtime

2016-11-04 Thread OK
Hi Carlos, would it be an option to implement the Badge component as pure Badge without any build-in options to use it with a, div or span? Doing it this way the pure Badge maybe could be composed with any other FlexJS component. E.g. to emulate a MDL span badge (text + badge) we could compose a

Re: New Flex SDK release

2016-11-03 Thread OK
Justin Mclean wrote > I’m not a lawyer but looking at the file I’d use the MIT header only. This is the modified AwesomeUtils.as [1] which includes the update to FontAwesome 4.7 and the MIT licence header that replaces the Apache license header. If this is ok I'll commit it to the origin F

Re: New Flex SDK release

2016-11-03 Thread OK
>Yes that an option (and given as one on legal discuss). Great! One last question: Should I replace the Apache license header by the MIT one or should I add the MIT header under the Apache license header? Thanks! Olaf -- View this message in context:

Re: New Flex SDK release

2016-11-03 Thread OK
I'm also not a layer and I don't want to trigger another license disucssion here but is it not enough to just add the MIT license text as additional header to the affected files including the required copyright info? MIT license: "The above copyright notice and this permission notice shall be

Re: New Flex SDK release

2016-11-03 Thread OK
Justin Mclean wrote > I assume we are only using the font files? I think we use the .otf font [1] and variables.less [2]. But latter only as template to create the AS3 constants file [3]. I understand that 4.7 font and code is compatible with Apache so we're probably fine but just out of

Re: New Flex SDK release

2016-11-03 Thread OK
Justin Mclean wrote > Hi, > >> I would update FontAwesome to the latest release so we have one more >> minor >> change… > > You want to take care of [1]. I also noticed this the other week [2] which > has raised almost $500,000! Sadly the license isn’t likely to be > compatible with Apache. > >

Re: New Flex SDK release

2016-11-02 Thread OK
Justin Mclean wrote > Hi, > It’s been quite a while (10 months!) since we’ve made a new Flex SDK > release, and there's a number of changes and fixes that have been made in > develop. > If no-one else want to be the release manager I’ll put my hand up for the > role. > Thanks, > Justin >From my

Re: Problems with the Installer

2016-10-27 Thread OK
Alex Harui wrote > OK, pushed a fix. New nightly build should be available in about 45 > minutes. Works, thanks Alex! Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Problems-with-the-Installer-tp56020p56090.html Sent from the Apach

Re: AMFPHP support for FlexJS

2016-10-27 Thread OK
Hey Carlos, Carlos Rovira wrote > Hi Olaf, I think is more about efficiency and optimization. AMF is binary, > more compacted and faster that any other method I known out there. Yes, Flex/AMF is definately faster and I remember the discussions years ago about AMF regarding performance. But

Re: AMFPHP support for FlexJS

2016-10-27 Thread OK
There's a thread in the users list which might anser some your questions [1]. >From my perception REST with JSON is become some kind of de facto standard these days. Even if AMF is maybe technically the better choice, in times of API driven design it might be also important to provide reusable

Re: MDL Tweet

2016-10-27 Thread OK
Great progress Carlos, thanks to make it happen!!! Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/MDL-Tweet-tp56042p56064.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: Problems with the Installer

2016-10-26 Thread OK
Same issue for me: I tried to install the Flexjs nightly 3 times a few hours ago... Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Problems-with-the-Installer-tp56020p56023.html Sent from the Apache Flex Development mailing list archive at

Re: [FlexJS] enabled property

2016-10-18 Thread OK
Carlos Rovira wrote > I could make my own DisabledBead, I only need to know how I can write > "disabled" in > the code at runtime. Do you know the way to do this in FlexJS? If I understand you right this [1] is a similar discussion, maybe it helps a bit. Olaf [1]

Re: [Discuss] What's keeping the others from participating?

2016-10-16 Thread OK
Hi Chris, I hope that you don't really think that your effort is waste of time!!! Like others I've also not so much time and I've spend most of this time with testing the maven build in the past. I think FlexJS is on a good way but we should care to not raise false expectations. During my FlexJS

Re: [FlexJS]databinding using 'curly braces {} syntax' is broken in 0.7

2016-10-12 Thread OK
Do you have already add a proper binding bead? Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-databinding-using-curly-braces-syntax-is-broken-in-0-7-tp55708p55711.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Translation from framework to JS

2016-10-11 Thread OK
Carlos Rovira wrote > regarding Flat.swc you mentioned, I was not aware of it. I check the > library, but don't know if there's some project using it as an example. Is > there some of it? Source: https://github.com/apache/flex-asjs/tree/develop/frameworks/projects/Flat Example:

Re: [FlexJS]variable's default access control is not complied correctly in javascript mode

2016-10-10 Thread OK
Alex Harui wrote > IMO, it is a bug if you have to add a 'this' that isn't required in > ActionScript. I think I fixed this particular scenario. Let us know what > else you f ind. Yes you're right it should classified as a bug but I've not take the time to figure out in which cases it happens

Re: [FlexJS] Translation from framework to JS

2016-10-10 Thread OK
Carlos Rovira-3 wrote > As I get more knowledge on this, I think w could discuss, if we could get > a > MDL library to expose MDL look'n feel directly on FlexJS > Or I you think there's a better approach. > I think this is one of the main things we need, to start spreading the > word > of FlexJS

Re: [FlexJS]variable's default access control is not complied correctly in javascript mode

2016-10-10 Thread OK
pan Li wrote > package > { > public class SomeClass > { >var field:String = "hello"; >public function doSomething():String >{ >return field; >} > } > } While working with FlexJS I've noticed that sometimes it seems

Re: AW: AW: AW: AW: AW: AW: [FlexJS][Maven] Distribution build failed

2016-10-08 Thread OK
Thanks for this helpful link Josh! @Chris: I've already took a quick look at it and compared the maven dist build with the nightly build. After doing following steps I've got a working SDK :-) This is what I've done: - replace maven flex-sdk-description.xml by nightly one ( has to be > 4.8.0) -

Re: AW: AW: AW: AW: AW: AW: [FlexJS][Maven] Distribution build failed

2016-10-07 Thread OK
Christofer Dutz wrote > If you have used the normal settings-template.xml you will probably have a > directory ".m2/repository" in your users home directory. This is where > maven "downloads the internet" to and this is where stuff is copied when > running a maven "install". > If you delete the

Re: AW: AW: AW: AW: AW: [FlexJS][Maven] Distribution build failed

2016-10-07 Thread OK
Hi Chris, no success, please see comments below: >Please delete the "com/adobe/air" directory in your maven local repo and try again using the Maven "-U" >switch ... I can't find this directory, you mean the asjs build repo? To make sure that there's nothing old I just removed the complete

Re: [FlexJS][Maven] Distribution build doesn't work with FlashBuilder

2016-10-07 Thread OK
>The mavenizer creates an artifact: >com.adobe.air:misc:zip >On the mac version this contains content and I needed to add it to make it a valid FDK. On windows this >archive seems to be empty and I am trying to investigate today why it is empty. I guess as soon as I >fixed >that we might be

Re: AW: AW: AW: AW: [FlexJS][Maven] Distribution build failed

2016-10-06 Thread OK
Hi Chris, the build ends up successful now and this is great, thanks! But my FlashBuilder says "Directory does not contain a Flex SDK". I'll create a new thread with this issue [1]. BTW: The maven proxy configuration works now for me. I've misunderstood the maven guideline and thought the a

[FlexJS][Maven] Distribution build doesn't work with FlashBuilder

2016-10-06 Thread OK
Hi, the maven distribution build ends up successfully now and I'd like to use the build with FlashBuilder 4.7. Unfortunately my FlashBuilder says "Directory does not contain a Flex SDK". So I compared the maven build [1] with the nightly build [2] and notice some differences. I tried to copy some

Re: AW: AW: AW: [FlexJS][Maven] Distribution build failed

2016-10-06 Thread OK
Hi Chris, unfortunately still no success [1]. Cause it works for you on your windows VM it seems that I'm doing something wrong. Do you have any additional hints for me? Thanks, Olaf [INFO] - Finished installing Adobe AIR SDK 20.0 [INFO]

Re: AW: AW: [FlexJS][Maven] Distribution build failed

2016-10-06 Thread OK
Christofer Dutz wrote > If you are behind a proxy, you will probably need to adjust the > settings-template.xml > There is a proxy related block in there, so just comment that in and > adjust it to suit your needs. Thanks Chris. I've already did this by following this guide [1] and creating

Re: Moonshine IDE 1.2.1 Windows release

2016-10-06 Thread OK
Alex Harui wrote > I tried installing on my Windows 10 computer. I downloaded the .exe but > when I run it, nothing seems to happen. Any hints? I've the same behavour with Windows 7, 64bit. Running the .exe has no effect. I also can't see any "moonshine" processes in the task manager. Thanks,

Re: AW: [FlexJS][Maven] Distribution build failed

2016-10-06 Thread OK
>judging from the attempt to use the win version of adt What is adt? >I guess you should provide the distribution target directory windows style (C:\some\directory) , or >eventually windows java style (C:/some/directory). I've used "git bash" cause it's always open on my desk. Maybe I also try

Re: [FlexJS][Maven] Distribution build failed

2016-10-06 Thread OK
>Olaf, what version of Maven are you running? Apache Maven 3.3.9 >check: http://flex.apache.org/maven/flexjs/latest-dev/build.html I used the other from the wiki page but it seems to be that same except the settings-template: $ mvn -s settings-template.xml

Re: [FlexJS][0.8.0] Binding issue on swf side

2016-10-05 Thread OK
Alex Harui wrote > Update: The compiler isn't assigning private access getters to the > Watchers, but it is assigning it to the Bindings, so I made changes to the > Binding code in FlexJS to deal with it and things seem to be working. Thanks Alex, I'll test it soon! Olaf -- View this message

[FlexJS][Maven] Distribution build failed

2016-10-05 Thread OK
Hi, I was going to test Alex work on the "binding issue" but the maven distribution build still fails for me [1]. Any hints? Thanks, Olaf [1] Errror log: [INFO] [INFO] Reactor Summary: [INFO] [INFO] Apache Flex - FlexJS:

  1   2   3   >