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: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-DropDownList-component-tp61436p61549.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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: 
http://apache-flex-development.247.n4.nabble.com/ApacheCon-FlexJSSummit-Just-registered-tp61516.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 over
the component?

Thanks,
Olaf



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-DropDownList-component-tp61436p61513.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 to fix this...

I'll register this week for ApacheCon, so I'm looking forward to seeing you
in Miami :-)

Olaf




[1]
http://events.linuxfoundation.org/events/apachecon-north-america/program/schedule



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Summit-Preparing-the-schedule-tp59477p61492.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 service is invoked with the code as payload
- A new tmp project dir is created at server side
- A Main.mxml with the passed code is created inside the tmp project dir
- The compiler is invoked
- The service response with the URL to the compiled js project and the
compiler output

I'm using nodejs as server. [2]
Cause I've none at all experience with nodejs the code might be weird ;-)
All in al this is just a quick hack...

Next step would be to pimp the UI and try to integrate the Monaco or Ace
editor.
Unfortunately, I've no proper internet connection at home for some days so
this will take some time...

I'd appreciate any feedback if I'm on the right track!

Thanks,
Olaf

[1] https://snag.gy/4Md0lJ.jpg
[2] https://gist.github.com/anonymous/2632b00bf51bc77565657569217c75a4



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-POC-JSFiddle-for-FlexJS-Compile-as-a-service-tp61369p61406.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-POC-JSFiddle-for-FlexJS-Compile-as-a-service-tp61369p61405.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 it's ok for all of you I'd like to improve my little POC step by step and
if it's worth to share I'll put it to github repo including a working demo.

>Or should this go in TourDeFlexJS? 
Don't know, I'd like to focus on the compile-as-service feature for now ;-)

Thanks,
Olaf





--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-POC-JSFiddle-for-FlexJS-Compile-as-a-service-tp61369p61404.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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
> reused in the more complex project.

I've got it, Josh! :-))
You're definitely right that this would mean to release faster... but I'm so
curious how a compiler-as-service would work ;-)

Thanks,
Olaf



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-POC-JSFiddle-for-FlexJS-Compile-as-a-service-tp61369p61403.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 idea to just prepare some pre-compiled examples and display the
MXML/AS3 and HTML/JS side by side?

Sorry, I'm lost ;-)

Thanks,
Olaf






--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-POC-JSFiddle-for-FlexJS-Compile-as-a-service-tp61369p61388.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 anybody would able to inspect the source code by just
opening the browsers dev tool?

Thanks,
Olaf

 




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-POC-JSFiddle-for-FlexJS-Compile-as-a-service-tp61369p61386.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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!

Olaf




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Compiler-log-INFORMATION-0-error-s-0-warning-s-97-6-typed-isn-t-always-there-tp61380p61385.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 scratch. 
Yes, I think a combination of pre-compiled samples and the option to compile
is a good idea.

>I think Microsoft's Monaco editor would be good for this sort of thing
WoW, it really seems that Microsoft is transforming itself to a completely
new company!

>but it would be really cool to see IntelliSense/completion 
>working from the browser. 
Definitely! But for now, I'd be happy to be able to build a very simple app
that probably will just provide some text areas, we'll see ... 

Thanks,
Olaf







--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-POC-JSFiddle-for-FlexJS-Compile-as-a-service-tp61369p61381.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


[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 com.google.javascript.jscomp.LoggerErrorManager
printSummary
INFORMATION: 0 error(s), 0 warning(s), 97.6% typed
The project 'EmployeeAdmin' has been successfully compiled and optimized.
23.719833567 seconds


Thanks,
Olaf



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Compiler-log-INFORMATION-0-error-s-0-warning-s-97-6-typed-isn-t-always-there-tp61380.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


[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 honestly not smart enough to improve this approach I wonder if it would
be an option to just make the compiler available as-a-service and build an
app around it that consumes this service.

Although this approach is far away from live editing and you have to wait
until the compiler is done I  think that FlexJS would benefit a lot from
something like this:

There would be no more entry barrier to get in touch with FlexJS: Just call
the (web) app, code and compile it with one click.
Folks could share useful FlexJS snippets and with the ability to store this
stuff it could automatically grow to an archive of code snippets.
It would be very ergonomic to compile the code with different FlexJS
versions or compiler options.
At least you would have one browser window that contains the code and the
result so I think this could be also a little helpful tool during regular
app development.

So I started a little POC regarding the service: 
I've just installed nodejs express and make Josh's asconfigc available via
an http endpoint.
This is just a few lines of code and it works as expected [1][2].
In the real world, the service would expect some FlexJS code and response
with the compiled code or an URL where the code lives.
Next step would be to build a FlexJS app that implements a CodePen inspired
UI and consumes the service. 

Before starting with this I'd like to ask if you think that this approach is
worth following it or if you expect too many issues (maybe also legal
issues) or if you think it's completely useless.

Of course, it's a long way to making it happen and a powerful backend is
needed and this is probably not for free. I'm not yet familiar enough with
the various cloud services out there but I could imagine that something like
'AWS lamda' would work. Maybe Apache Infra provide something like this?

Thanks,
Olaf

[1] https://snag.gy/Bb83sq.jpg
[2] https://snag.gy/crM43o.jpg



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-POC-JSFiddle-for-FlexJS-Compile-as-a-service-tp61369.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 expect only pure HTML
components from an HTML package which on JS side are equivalent to the
regular HTML components including its 'browser built-in features/API'.

Just my 2 cents,
Olaf


 









--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-FlexJS-Wiki-Update-tp61292p61309.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 recommended to use Group instead of Container and if we'd
like to target Flash and HTML we always have to use Container?

2)
Does it make sense to introduce HGroup and VGroup as Express beads?

3)
There are two implementations of e.g. HorizontalLayout (Basic and HTML):
-
frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/layouts/HorizontalLayout.as
[1]
-
frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/layouts/HorizontalLayout.as
[2]

What is the difference and when we have to use the one or the other?

4) 
Could we compose/use the container and layout classes with any FlexJS
component set, including MDL?

Thank you!

Olaf


[1] 
https://github.com/apache/flex-asjs/blob/develop/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/layouts/HorizontalLayout.as

[2]
https://github.com/apache/flex-asjs/blob/develop/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/beads/layouts/HorizontalLayout.as



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-FlexJS-Wiki-Update-tp61292p61304.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Release-cycles-tp61159p61194.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 imagine that more releases are less work at the end.
Is it so much effort cause of so many tasks that has to be done or are there
other reasons?
Maybe there are possibilities to reduce the effort for minor releases?
E.g. IMO there's no need to do all the public relations work for minor
releases which maybe contain just bug fixes.

Thanks,
Olaf



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Release-cycles-tp61159p61180.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Release-cycles-tp61159.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


[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: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Status-of-dev-branch-nightly-build-tp61158.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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

2017-03-24 Thread OK
harbs wrote
> The compiler knows how to read Google Complier extern files. Most of the
> typedefs are created from those.
> 
> There’s actually a two-step process for generating the typedefs. It first
> creates ActionScript stubs, and then generates the swc from that. It
> download 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 got it! Thanks, Harbs!
But I still wonder why the Angular guys don't follow this path? Instead of
extending their own externs lib they introduced the DefinitelyTyped lib?
It seems to me that the closure lib just contains a handful externs while
DefinitelyTyped covers nearly anything.
But isn't it a very tough work to create all the DefinitelyTyped stuff
manually even if it's done by thousands of contributors?
I understand that if the origin JS code uses the "externs JSDoc annotations"
then you get the typedefs for free?


Thanks,
Olaf





--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-How-typedefs-working-was-Accessing-the-DOM-tp60735p60738.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


[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 which contain all the definitions. Without knowledge
of TS I could get an idea of the provided API for each lib.
It's very transparent for me.

Browsing through the flex-typedefs repo I didn't find any AS3 file that is
doing similar things to a index.d.ts file. Moreover, I've no idea how can I
get an information about the provided API of a particular lib.

So reading Alex "BatchScanner" Article again I understand that in FlexJS we
could create typedefs by using externc with externs-formatted JavaScript
files or by creating AS3 files and cross-compile it.
Is that right?

So for the moment, two questions are left for me:

- How could I get an information about the provided API of a collared lib or
where are the externs-formatted JavaScript files located?
- Why does nobody use the AS3 approach for building typedefs?

Thanks,
Olaf

[1] https://github.com/DefinitelyTyped/DefinitelyTyped
[2]
https://git1-us-west.apache.org/repos/asf?p=flex-tourjs.git;a=blob_plain;f=cordova/BatchScanner/BatchScanner/src/main/resources/top.html;hb=b80d



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-How-typedefs-working-was-Accessing-the-DOM-tp60735.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 idea of the provided API for each lib.
It's very transparent for me.

Browsing through the flex-typedefs repo I didn't find any AS3 file that is
doing similar things to a index.d.ts file. More over it's very hard for me
to get an information about the provided API of a particular lib.

So reading Alex "BatchScanner" Article again I understand that in FlexJS we
could create typedefs by using externc with externs-formatted JavaScript
files or by creating AS3 files and cross-compile it.
Is that right?

So for the moment, two questions are left for me:

- How could I get the information about the provided API of a collared lib
or where are the externs-formatted JavaScript files located?
- Why does nobody use the AS3 approach for building typedefs?

Thanks,
Olaf


[1] https://github.com/DefinitelyTyped/DefinitelyTyped
[2]
https://git1-us-west.apache.org/repos/asf?p=flex-tourjs.git;a=blob_plain;f=cordova/BatchScanner/BatchScanner/src/main/resources/top.html;hb=b80d



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Accessing-the-DOM-tp60722p60734.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 it and found that it contains a
library.swc with its catalog.html where all the stuff is defined.
Does that mean that the source of that library.swc is still under control by
Adobe or is that library.swc build by some other magic?

Thanks,
Olaf

[1] https://github.com/apache/flex-typedefs



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Accessing-the-DOM-tp60722p60732.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


[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 understanding is that this is an AS3 feature and that "js.swc" contains
all the type definitions that make this possible.

To get an idea of how it works I've searched the falcon (and also asjs) repo
with keywords like "HTMLInputElement" but I found nothing relevant.

Moreover, it seems to me that accessing the DOM only works with pure AS3
projects?
Or it is possible to build "native AS3/HTML components" and compile it at
the same time with FlexJS components within the same project?

Thanks,
Olaf




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Accessing-the-DOM-tp60722.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Before-and-After-tp60674p60678.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 from the Apache Flex Development mailing list archive at Nabble.com.


[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 Apache Flex Development mailing list archive at Nabble.com.


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 Development mailing list archive at Nabble.com.


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 Nabble.com.


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 not) by feet or public transportation that would
be helpful also.
Of course google knows all about this stuff but sometimes it's better to
trust humans ;-)

Thanks,
Olaf





--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Summit-Accommodation-in-Miami-tp60464p60470.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Summit-Accommodation-in-Miami-tp60464p60466.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


[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: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Summit-Accommodation-in-Miami-tp60464.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 software/framework out there has its
dependencies and it's always a good idea to be prepared for some future
scenarios ;-)

Olaf



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/I-am-curious-what-do-you-guys-think-about-Flash-Player-and-Flash-Platform-s-situation-today-is-it-be-tp60394p60462.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 itself inside each
particular talk description and also inside the FlexJsSummit landing page
would be helpful?

Olaf



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/ApacheCon-FlexJS-Summit-speaker-and-talk-details-needed-for-site-tp60375p60457.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 it works like a charme :-)
Thank you for working on this!

Olaf



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Add-example-MDLDynamicTabsExample-tp59888p60050.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 [1].
(Take care of of listening to "loader.contentLoaderInfo")

As an alternative you could try HTTPService [2]

HTH,
Olaf


[1]http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/LoaderInfo.html#includeExamplesSummary

[2]http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/rpc/http/HTTPService.html





--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/Loading-external-API-in-flex-application-tp59854p59855.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 the complete spec I think there're would be no need
to mix components.

Olaf



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Layout-Problems-tp59423p59550.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 understanding of 'source-path' in this case?

Thank you!

Olaf





--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/VSCode-NextGenAS-Issues-with-IntelliSense-Goto-Definition-Ctrl-Click-and-auto-imports-tp59541p59547.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


[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 IntelliSense and Goto does not work properly.
Sporadically sometimes it works and sometimes not... I have to test it a bit
more to get some more details.
Moreover it seems to me that it never adds the imports automatically.

I'm able to compile all the AS3/mxml stuff sucessfully and the compiled test
apps works like a charme but at the same time VSCode doesn't recognize some
classes or components.

Do I miss something?

Thanks,
Olaf

[1]
"IntelliSense completion of classes in ActionScript and  blocks
now automatically adds imports.
IntelliSense completion of classes in MXML now automatically adds xmlns
declarations."



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/VSCode-NextGenAS-Issues-with-IntelliSense-Goto-Definition-Ctrl-Click-and-auto-imports-tp59541.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Layout-Problems-tp59423p59539.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 the one hand we say "Use FlexJS MDL not
the FlexJS way but the MDL way" and on the other hand we alyways want to mix
components and different layout approaches.
Don't know if this a bit inconsistent and confusing...

As Harbs said if the issues could be solved I would leave the origin margin
as it is and let the app developer decide what he would like to do.

Olaf




[1]
https://github.com/google/material-design-lite/blob/88872e672e41c56af0a78a35b34373b8c4a8c49d/src/slider/_slider.scss#L31







--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Layout-Problems-tp59423p59536.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 issue.

Olaf

[1] https://snag.gy/x0gfpW.jpg







--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Layout-Problems-tp59423p59531.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS, MDL] Layout Problems

2017-02-15 Thread OK
Hi Yishayw,


yishayw wrote
> Carols, Piotrz, if you have time to have a look at this [1] it would be
> helpful. We spent some time trying to figure this out, but ended up just
> overriding some css attributes with !important, which doesn't seem robust.
> 
> [1] https://issues.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://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Layout-Problems-tp59423p59432.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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: 
http://apache-flex-development.247.n4.nabble.com/MXML-Azzurro-tp59262p59316.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 from the Apache Flex Development mailing list archive at Nabble.com.


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
particular features a few years ago. And I also remember that Cliff Hall
(the author of PureMVC) was never tired to explain why PureMVC is like it is
and why it doesn't implement the "hottest shit" [1].

Years later I understand Cliffs ideas behind PureMVC more and more. Today we
can just grab a copy of PureMVC and compile it to JavaScript... it works
with FlexJS out of the box!

The other big advantage of PureMVC is that it was ported to nearly any
relevant programming language.
And if there's no port for your favorite language available you've a fair
chance to implement it by yourself cause PureMVC consist of just a few
classes and interfaces.
At the end this means that you've a faire chance to port your complete
business logic of of your valuable apps to any other programming language.
Maybe this will be never happen but to know that it would be possible calmed
down ;-)

Thanks,
Olaf


[1] Quote of http://puremvc.org/
While the "release early, release often" development philosophy can help a
team learn what their product should do, if that product is a framework,
adopters often tire of trying to hit a moving target. With PureMVC, we
nailed down the scope early on, fixed the bugs, and let it be.







--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Injection-library-tp59177p59212.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Need-help-with-compiling-MDL-examples-tp58870p58982.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: [FlexJS] Need help with compiling MDL examples

2017-02-02 Thread OK
Hi,

@Piotr
Thanks for fixing it, I'll check it out tonight!

@Carlos
Your workflow description is really helpful!

@All
Please don't get me wrong:
I have no concerns regarding maven. I remember a WoW Effect as I've tested
the maven builds
a few months ago the first time. Thanks to Chris effort 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 no benefit with using maven. It is
maybe even to much. For somebody who comes from Flex and would like to start
with FlexJS there're probably enough pitfalls.

Hope I got it ;-)

Thank you!

Olaf






--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Need-help-with-compiling-MDL-examples-tp58870p58967.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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. Maybe
I'm a fool or to old for this stuff.
I understand that this maybe makes sense if somebody would like to build the
examples without using an IDE.
But in case of the MDL examples the tasks.json is included in the .vscode
folder.
And for me that implies that you have a working VSCode IDE with a working
(already build) SDK.
So in this case you just could call asconfigc without the need to download
and re-build the whole stuff.

Could somebody enlighten me?

Thanks,
Olaf


[1] https://snag.gy/6pXEhm.jpg



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Need-help-with-compiling-MDL-examples-tp58870p58932.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Need-help-with-compiling-MDL-examples-tp58870p58903.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 works like a charme and I've also got a
working build for FlashBuilder.
But it seems to me that I've still not understand the big picture
(SDK/IDE/Examples/Maven/...). 
So I'll continue to investigate this stuff ;-)

Thanks,
Olaf

[1] https://snag.gy/4ozL3u.jpg



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Need-help-with-compiling-MDL-examples-tp58870p58897.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Need-help-with-compiling-MDL-examples-tp58870p58886.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


[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 know what I'm doing here, could somebody point me to the
right directon?

I've used the FlexJS nightly build. (While compiling a js component as
simple test, I've got a circular dependency issue, maybe there's a bug in
the build ? [2])

Thanks,
Olaf

[1] https://snag.gy/dt3YrH.jpg
[2]http://apache-flex-users.246.n4.nabble.com/FlexJS-Unable-compile-project-using-latest-Nightly-build-td14368.html



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Need-help-with-compiling-MDL-examples-tp58870.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 just mean that the mix of different components (e.g. js:Label with
mdl:TextField) does not work?

Thanks!

Olaf



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-requires-JS-Container-type-of-component-tp58822p58834.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
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?

Thanks,
Olaf





--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-VS-Code-ready-to-go-tp58795p58828.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


[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 the scope of my daily job is
to have at least an FlexJS app in production.

The main purpose of the upcoming project/app is to just to collect some data
by providing some material design based forms. My Idea is to build the
"consumer UI" with FlexJS and the probably more complex "admin UI" with the
standard Flex SDK.

Cause I've not followed the complete discusson here in the past I wonder if
the current code base is stable and complete enough to realize such an app
with FlexJS.
I understand 1.0 is not reality yet and I don't expect a perfect working
framework but if I suggest FlexJS as a potential candiate for us I'd like to
make sure not to spend too much time with framework issues.

Could anybody share his expericance?

Thanks,
Olaf










--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-VS-Code-ready-to-go-tp58795.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 Development mailing list archive at Nabble.com.


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 be in German too.
> Are any people here on the team with decent German capabilities to
> eventually proof read the article?
> 
> Chris

I could offer to proofread it regarding typos, don't know if my FlexJS
skills are enough to review the content.

Olaf




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Preparing-an-article-on-FlexJS-tp57699p57733.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 Development mailing list archive at Nabble.com.


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 mailing list archive at Nabble.com.


[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 far using git bash:
- git clone ...
- checkout release4.16.0 branch
- git add ...
- git commit -m"FLEX-35122: Update to FontAwesome 4.7"
- git push origin release4.16.0

Result:
->remote: Invalid username or password.
->fatal: Authentication failed for 'https://github.com/apache/flex-sdk.git/'

I tried it with my apache-id and my github acccount.
While I'm writing this the SVN stuff comes into my mind, could it be that I
have to use SVN only to commit something?

Thanks,
Olaf




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/github-Authentication-failed-tp56307.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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
 with  using MXML and anyone could position the badge
relative to the Label as he wants.

Just some thoughts... ;-)

Thanks,
Olaf



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-How-to-change-a-node-at-runtime-tp56205p56243.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 Flex repo soon (including the
FontAwesome.otf).
Should I commit it to the 4.16.0 branch?

Thanks,
Olaf

[1]
https://github.com/ok-at-github/flex-sdk/blob/develop/frameworks/projects/flatspark/src/flatspark/utils/AwesomeUtils.as




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/New-Flex-SDK-release-tp56153p56195.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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: 
http://apache-flex-development.247.n4.nabble.com/New-Flex-SDK-release-tp56153p56193.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 included in
all copies or substantial portions of the Software."

Additionaly a license summary file that lists affected files where we can't
place a license text (e.g. FontAwesome.otf) makes sense.

Thanks,
Olaf

[1] https://opensource.org/licenses/mit-license.html



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/New-Flex-SDK-release-tp56153p56191.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 curiosity:
Should we also take care of license issues cause we grab [2] and create a
new file of it [3]?

Thanks,
Olaf

[1] https://github.com/FortAwesome/Font-Awesome/tree/master/fonts
[2]
https://github.com/FortAwesome/Font-Awesome/blob/master/less/variables.less
[3]
https://github.com/apache/flex-sdk/blob/develop/frameworks/projects/flatspark/src/flatspark/utils/AwesomeUtils.as




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/New-Flex-SDK-release-tp56153p56185.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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.
> 
> Thanks,
> Justin
> 
> 1. https://issues.apache.org/jira/browse/FLEX-35122
> 2. https://www.kickstarter.com/projects/232193852/font-awesome-5

Thanks for the reminder regarding the open jira.
My understanding is that the kickstarter Projekt targets 5.0 which will be
available in May 2017.
I would update to 4.7.
There will be still a community Version... Is this also incompatible with
Apache? 

Anyway, unbelivable and awesome what great support the FontAwesome guys got
by its community. They got the money for the origin target in a few minutes! 

Thanks,
Olaf




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/New-Flex-SDK-release-tp56153p56181.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 point of view it would be great to have a new release even if it'll
be shipped with just minor changes.
I would update FontAwesome to the latest release so we have one more minor
change...
Thanks for beeing the release manager!

Olaf





--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/New-Flex-SDK-release-tp56153p56172.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 Apache Flex Development mailing list archive at Nabble.com.


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 even if it's faster I'm not sure if you
really notice it cause often there're other bottle necks that slow down
things.
More over I think it depends on the use case to be really profit by the
performance lead of AMF.

Don't get me wrong, it would be great if FlexJS will support AMF but I'd
also like to say that the current lack of AMF support is no show stopper
that makes it impossible to use FlexJS.
In best case people maybe could just add a facade on top of their current
backend to be able to speak JSON over http.

Anyway, you are my MDL super hero, thanks again for working on it !!! ;-)

Thanks,
Olaf





--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/AMFPHP-support-for-FlexJS-tp56066p56087.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 APIs that could be shared or consumed by anyone and
anything.

Creating a RESTful API is not so hard. In the PHP world one option to achive
it with less effort is SLIM3 [2].
Maybe you could "restify" yor current backend with reasonable effort.

HTH,
Olaf

[1]
http://apache-flex-users.246.n4.nabble.com/FlexJS-Support-in-BlazeDS-communication-td11562.html#a13951

[2] http://www.slimframework.com/



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/AMFPHP-support-for-FlexJS-tp56066p56069.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 Nabble.com.


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]
http://apache-flex-users.246.n4.nabble.com/FlexJS-TextInput-Form-validation-td13577.html



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-enabled-property-tp55853p55883.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 journey I stumbled and still stumble over some issues. Of
course issues are expected but  any issue cost time: E.g. it cost time to
check if it's my fault or if it could be a bug.
In the case of a bug it's not always so easy for me to isolate it and to
create a reproducible test case.
And to fix the bug by myself by commiting some clever code is a complete
other story.
But I'm still optimistic that I'll able to commit something useful in the
future...

>From my point of view what is really needed for 1.0 is a complete componet
set that works including some docs and code snipptes.

Just my 2 cents,
Olaf



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/Discuss-What-s-keeping-the-others-from-participating-tp55730p55844.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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:
https://github.com/apache/flex-asjs/tree/develop/examples/flexjs/DataBindingExample_Flat

HTH,
Olaf




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Translation-from-framework-to-JS-tp55687p55696.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 and to build a simplified test case.
Probably it's better to immedeately create a JIRA in future instead of
collecting these kind of issues by myself until I find time to track it ;-)

Thanks,
Olaf 
 





--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-variable-s-default-access-control-is-not-complied-correctly-in-javascript-mode-tp55683p55691.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 in a more engaging way, since visuals is what people first look
> to choose us
> (then comes the technology behind, but if and amazing technology doesn't
> look at first glance attractiveis difficult to bring people on board)

Hi Carlos,
I'm also still pretty sure that the need of a modern look and feel is
crucial for FlexJS.
I saw that Peter already done a great job with introducing the flat
component set.
I'm hopefully getting more and more familar with FlexJS while porting a
little PureMVC demo to FlexJS.
As soon as I'm finished this first FlexJS journey I'm willing to help with
completing existing component sets and adding a MDL component set.
But I'm also pretty sure that I'll have to take some more hurdles to get
familar with asjs...

Olaf




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Translation-from-framework-to-JS-tp55687p55689.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 to be crucial
to use the "this" keyword:
E.g.; return this.field;
But I'm not sure if I remember it correctly...

Maybe this helps,
Olaf




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-variable-s-default-access-control-is-not-complied-correctly-in-javascript-mode-tp55683p55688.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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)
- add frameworks/mxml-manifest.xml 
- add frameworks/rsls
- add frameworks/airmobile-config.xml
- add frameworks/spark-manifest.xml
- add frameworks/locale
- add lib/mxmlc.jar
- rename lib/flex-compiler-oem-0.8.0-20161007.045759-44.jar to 
lib/flex-compiler-oem.jar
- rename lib/adt-20.0.jar to adt.jar
- add ide  

HTH,
Olaf



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Maven-Distribution-build-failed-tp55610p55678.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 "com\adobe\air" directory maven will not find it and the
> mavenizer will re-download AIR and create new Artifacts from it. If you
> don't delete it, Maven will re-use the empty zip file and fail again.

Thanks for explanation, it's easy even if you know what you're doing ;-)
But unfortunately I've still no success.

This is what I did:
- remove com\adobe\air
- remove flex-asjs
- clone flex-asjs repo again
- start maven build using [1]
- noticed that AIR was downloaded
- build ends successful
- check "flex dist target folder" [2]
- Try to configure my FlashBuilder with the SDK but still get "Dir does not
contain a Flex SDK"

Do I miss anything?

Thanks,
Olaf

[1] mvn -U -s settings-template.xml
-DdistributionTargetFolder=/c/local/tmp/FlexJSDist -P build-distribution
clean install
[2] http://pho.to/AN9PY



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Maven-Distribution-build-failed-tp55610p55672.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 flex-asjs
folder, cloned and build it again by using the -U param. But still no
success.

Perhaps I have to wait after midnight?

Thanks,
Olaf



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Maven-Distribution-build-failed-tp55610p55667.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 getting closer.

I've searched through the maven build log by using 'air' as keyword and just
find these mac entries only [1] but nothing similar related to win. Mabe
this is helpful...

>But I am really thankful that you are trying this thing out ... as soon as
we produce valid distributions >things will become a lot easier [?] 
Hope so, seems that we're close to this goal ;-)

Thanks,
Olaf

[1] Maven build log
[WARNING] The following patterns were never triggered in this artifact
inclusion filter:
o  'com.adobe.air.runtime:air:zip:mac'
[WARNING] The following patterns were never triggered in this artifact
inclusion filter:
o  'com.adobe.air.runtime:air-captive:zip:mac'



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Maven-Distribution-build-doesn-t-work-with-FlashBuilder-tp55660p55665.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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
${user.home}/.m2/settings.xml would overwrite the settings-template.xml
inside the repo. So I re-read your hint and just update the
settings-template.xml with my proxy settings.

Thanks,
Olaf
[1]
http://apache-flex-development.247.n4.nabble.com/FlexJS-Maven-Distribution-build-doesn-t-work-with-FlashBuilder-td55660.html




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Maven-Distribution-build-failed-tp55610p55661.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


[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 missing files from the nightly to the maven build with
no success.
But I have to say that I have no idea what is needed for a valid SDK.

Any ideas?

Thanks,
Olaf
[1] http://pho.to/AN3na
[2] http://pho.to/AN3nW



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Maven-Distribution-build-doesn-t-work-with-FlashBuilder-tp55660.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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]

[INFO] Reactor Summary:
[INFO]
[INFO] Apache Flex - FlexJS: Framework: Parent  SUCCESS [  3.532
s]
[INFO] Apache Flex - FlexJS: Framework  SUCCESS [  0.473
s]
[INFO] Apache Flex - FlexJS: Framework: Fonts . SUCCESS [  3.809
s]
[INFO] Apache Flex - FlexJS: Framework: Libs .. SUCCESS [  1.053
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Core  SUCCESS [  7.362
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Binding . SUCCESS [  1.399
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Collections . SUCCESS [  1.015
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Graphics  SUCCESS [  2.111
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: HTML  SUCCESS [  8.359
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Charts .. SUCCESS [  3.106
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Effects . SUCCESS [  1.402
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: CreateJS  SUCCESS [  1.658
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: DragDrop  SUCCESS [  0.744
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Flat  SUCCESS [  1.119
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Formatters .. SUCCESS [  0.898
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: GoogleMaps .. SUCCESS [  1.326
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: HTML5 ... SUCCESS [  0.857
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: JQuery .. SUCCESS [  0.832
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Language  SUCCESS [  0.640
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Mobile .. SUCCESS [  1.369
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Network . SUCCESS [  0.940
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Reflection .. SUCCESS [  0.850
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Storage . SUCCESS [  0.827
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: XML . SUCCESS [  1.065
s]
[INFO] Apache Flex - FlexJS: Framework: Archetypes  SUCCESS [  0.058
s]
[INFO] Apache Flex - FlexJS: Framework: Archetypes: Simple FlexJS
Application SUCCESS [  0.431 s]
[INFO] Apache Flex - FlexJS: Framework: Archetypes: Library SUCCESS [  0.225
s]
[INFO] Apache Flex - FlexJS: Examples . SUCCESS [  0.095
s]
[INFO] Apache Flex - FlexJS: Examples: FlexJS . SUCCESS [  0.278
s]
[INFO] Apache Flex - FlexJS: Examples: FlexJS: ChartExample SUCCESS [01:39
min]
[INFO] Apache Flex - FlexJS: Examples: FlexJS: CordovaCameraExample SUCCESS
[01:38 min]
[INFO] Apache Flex - FlexJS: Examples: FlexJS: CreateJSExample SUCCESS
[01:38 min]
[INFO] Apache Flex - FlexJS: Examples: FlexJS: DataBindingExample SUCCESS
[01:37 min]
[INFO] Apache Flex - FlexJS: Examples: FlexJS: DataBindingExample_as SUCCESS
[01:34 min]
[INFO] Apache Flex - FlexJS: Examples: FlexJS: DataBindingExample_Flat
SUCCESS [01:35 min]
[INFO] Apache Flex - FlexJS: Examples: FlexJS: DataGridExample SUCCESS
[01:33 min]
[INFO] Apache Flex - FlexJS: Examples: FlexJS: DesktopMap . SUCCESS [01:34
min]
[INFO] Apache Flex - FlexJS: Examples: FlexJS: FlexJSStore  SUCCESS [01:37
min]
[INFO] Apache Flex - FlexJS: Examples: FlexJS: FlexJSStore_jquery SUCCESS
[01:37 min]
[INFO] Apache Flex - FlexJS: Examples: FlexJS: FlexWebsiteStatsViewer
SUCCESS [01:34 min]
[INFO] Apache Flex - FlexJS: Examples: FlexJS: HelloWorld . SUCCESS [01:31
min]
[INFO] Apache Flex - FlexJS: Examples: FlexJS: MapSearch .. SUCCESS [01:34
min]
[INFO] Apache Flex - FlexJS: Examples: FlexJS: MobileMap .. SUCCESS [01:33
min]
[INFO] Apache Flex - FlexJS: Examples: FlexJS: MobileTrader SUCCESS [01:37
min]
[INFO] Apache Flex - FlexJS: Examples: FlexJS: StorageExample SUCCESS [01:32
min]
[INFO] Apache Flex - FlexJS: Examples: FlexJS: StyleExample SUCCESS [01:36
min]
[INFO] Apache Flex - FlexJS: Examples: FlexJS: TodoListSampleApp SUCCESS
[01:34 min]
[INFO] Apache Flex - FlexJS: Examples: FlexJS: TreeExample  SUCCESS [01:33
min]
[INFO] Apache Flex - FlexJS: Distribution . FAILURE [10:28
min]
[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 41:57 min
[INFO] Finished at: 2016-10-06T21:19:53+02:00
[INFO] Final Memory: 348M/1586M
[INFO]

[ERROR] Failed to execute goal on project distribution: Could not resolve
dependencies for project
org.apache.flex.flexjs.framework:distribution:pom:0.8.0-SNAPSHOT: Failure to
find com.adobe.air.compiler:adt:zip:win:20.0 in
https://repository.apache.org/content/repositories/releases 

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
${user.home}/.m2/settings.xml with the proxy block inside but it does not
seem to work for me for whatever reason.
I still notice some "Downloading... failed: Connection timed out: connect"
errors in the log.
But no problem, will try it later.

Thanks,
Olaf

[1] https://maven.apache.org/guides/mini/guide-proxies.html




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Maven-Distribution-build-failed-tp55610p55636.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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,
Olaf




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/Moonshine-IDE-1-2-1-Windows-release-tp55611p55634.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 the
standard command line with different path styles. Cause I'm behind a proxy
now I'll test it at home tonight (I've already configured maven with our
company proxy but the downloads doesn't work)

Do you think there's no issue with the described AIR error log?

Thanks,
Olaf




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Maven-Distribution-build-failed-tp55610p55633.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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
-DdistributionTargetFolder=/c/local/tmp/FlexJSDistribution -P
build-distribution clean install

Maybe I should try other notations for the target folder path cause my
Distribution folder is empty.
Does maven create the passed distribution folder or should it be already
there?
Anyway, as Alex said it seems that there's also an issue with getting the
AIR artifact?:
"Could not find artifact com.adobe.air.compiler:adt:zip:win:20.0"


>So please make sure you are seeing the Flex logo in the build log. 
I'm pretty sure to see it directly after I start the build ;-)

I'm still confused about the different build types. Could somebody explain
me what I could do with a build that doesn't work with an IDE and doesn't
contain the Adobe stuff?
I thought as long as FlexJS will target swf and js the only build that makes
sense to work with is the all-inclusive distribution build?

Thanks,
Olaf







--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Maven-Distribution-build-failed-tp55610p55630.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


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 in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-0-8-0-Binding-issue-on-swf-side-tp55563p55613.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


[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: Framework: Parent  SUCCESS [  3.929
s]
[INFO] Apache Flex - FlexJS: Framework  SUCCESS [  0.458
s]
[INFO] Apache Flex - FlexJS: Framework: Fonts . SUCCESS [  4.272
s]
[INFO] Apache Flex - FlexJS: Framework: Libs .. SUCCESS [  0.942
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Core  SUCCESS [  6.187
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Binding . SUCCESS [  1.885
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Collections . SUCCESS [  0.950
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Graphics  SUCCESS [  1.806
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: HTML  SUCCESS [  6.211
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Charts .. SUCCESS [  2.556
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Effects . SUCCESS [  0.939
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: CreateJS  SUCCESS [  1.563
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: DragDrop  SUCCESS [  0.752
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Flat  SUCCESS [  1.121
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Formatters .. SUCCESS [  0.909
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: GoogleMaps .. SUCCESS [  1.252
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: HTML5 ... SUCCESS [  0.810
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: JQuery .. SUCCESS [  0.873
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Language  SUCCESS [  0.710
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Mobile .. SUCCESS [  1.432
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Network . SUCCESS [  0.901
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Reflection .. SUCCESS [  1.199
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: Storage . SUCCESS [  1.155
s]
[INFO] Apache Flex - FlexJS: Framework: Libs: XML . SUCCESS [  1.010
s]
[INFO] Apache Flex - FlexJS: Framework: Archetypes  SUCCESS [  0.056
s]
[INFO] Apache Flex - FlexJS: Framework: Archetypes: Simple FlexJS
Application SUCCESS [  0.414 s]
[INFO] Apache Flex - FlexJS: Framework: Archetypes: Library SUCCESS [  0.174
s]
[INFO] Apache Flex - FlexJS: Distribution . FAILURE [10:56
min]
[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 11:43 min
[INFO] Finished at: 2016-10-05T21:21:51+02:00
[INFO] Final Memory: 112M/1492M
[INFO]

[ERROR] Failed to execute goal on project distribution: Could not resolve
dependencies for project
org.apache.flex.flexjs.framework:distribution:pom:0.8.0-SNAPSHOT: Could not
find artifact com.adobe.air.compiler:adt:zip:win:20.0 in apache-release
(https://repository.apache.org/content/repositories/releases) -> [Help 1]




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Maven-Distribution-build-failed-tp55610.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


  1   2   3   >