Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 971 - Fixed

2017-06-15 Thread Piotr Zarzycki
Hi, I just fixed build by cleaning up working copy on Jenkins machine. :) Develop now is on 0.9.0-SNAPSHOT. Piotr 2017-06-15 14:59 GMT+02:00 Apache Jenkins Server : > The Apache Jenkins build system has built FlexJS Framework (maven) (build > #971) > > Status: Fixed > > Check console output at

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 972 - Failure

2017-06-15 Thread Piotr Zarzycki
Hi, It look like we have bigger problem. Here is the analysis: When Maven is building some module it's looking first to file called maven-metadata.xml [1]. In this file we built module can take file names from SNAPSHOT folder [2] which have to download. For extension pom in maven-metadata we have

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 980 - Fixed

2017-06-18 Thread Piotr Zarzycki
Uff. It look like "develop" build is fixed. :) Piotr 2017-06-18 11:26 GMT+02:00 Apache Jenkins Server : > The Apache Jenkins build system has built FlexJS Framework (maven) (build > #980) > > Status: Fixed > > Check console output at https://builds.apache.org/job/ > FlexJS%20Framework%20(maven)

Re: git commit: [flex-asjs] [refs/heads/tlf] - Reverted strict equality

2017-06-21 Thread Piotr Zarzycki
Hi Harbs, What was wrong with that ? Thanks, Piotr 2017-06-21 17:42 GMT+02:00 : > Repository: flex-asjs > Updated Branches: > refs/heads/tlf c40993826 -> 3d2190621 > > > Reverted strict equality > > > Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo > Commit: http://git-wip-us.a

Re: [1/2] git commit: [flex-falcon] [refs/heads/initializers] - make default initialisers configurable

2017-06-24 Thread Piotr Zarzycki
Hi Justin, Is this mean that if this property is true in config and I set my boolean property to false it will be ignored ? var myProperty:Boolean = false; When I trace it I will see: undefined Piotr 2017-06-24 10:46 GMT+02:00 : > Repository: flex-falcon > Updated Branches: > refs/heads/in

Re: Build failed in Jenkins: flex-falcon #1627

2017-06-27 Thread Piotr Zarzycki
Hi, develop branch is failing. Can someone take a look into that ? I cannot figure out what is happening. Thanks, Piotr 2017-06-27 21:42 GMT+02:00 : > See > > -- > [...truncated 4663 lines..

Re: git commit: [flex-asjs] [refs/heads/tlf] - New beads to support drag and drop with lists. Preliminary version.

2017-06-27 Thread Piotr Zarzycki
Peter! That is cool! :) On Tue, Jun 27, 2017, 22:03 wrote: > Repository: flex-asjs > Updated Branches: > refs/heads/tlf c2f7a2d8f -> 88e31ab94 > > > New beads to support drag and drop with lists. Preliminary version. > > > Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo > Commit

Re: git commit: [flex-asjs] [refs/heads/tlf] - Made the SingleSelectionDragSourceBead and SingleSelectionDropTargetBead a bit more generic to work with DataGrid as well as List. Added dragStartObject

2017-06-29 Thread Piotr Zarzycki
Hi Peter, Could you please update version to 0.9.0 in the comments. Thanks, Piotr 2017-06-29 17:20 GMT+02:00 : > Repository: flex-asjs > Updated Branches: > refs/heads/tlf c89b3a11e -> 38d7d38a5 > > > Made the SingleSelectionDragSourceBead and SingleSelectionDropTargetBead a > bit more generi

Re: git commit: [flex-asjs] [refs/heads/tlf] - First implementation of FileProxy which takes on some of the functions of FileReference in Flash. More beads coming soon.

2017-07-03 Thread Piotr Zarzycki
Hi Yishay, Could you please update version number to 0.9 in the comments. @productversion FlexJS 0.9 Thanks, Piotr 2017-07-03 13:28 GMT+02:00 : > Repository: flex-asjs > Updated Branches: > refs/heads/tlf fad521450 -> ff4dd1e8a > > > First implementation of FileProxy which takes on some of th

Re: git commit: [flex-asjs] [refs/heads/develop] - Added FileIUploader, fixed BinaryUploader

2017-07-04 Thread Piotr Zarzycki
Hi Yishay, Do we need this trace in BinaryUploader ? :) Thanks, Piotr 2017-07-04 13:16 GMT+02:00 : > Repository: flex-asjs > Updated Branches: > refs/heads/develop f1108167c -> e083f6ab1 > > > Added FileIUploader, fixed BinaryUploader > > > Project: http://git-wip-us.apache.org/repos/asf/flex

Re: [1/2] git commit: [flex-asjs] [refs/heads/develop] - Camera API requires flash verion 11.4

2017-07-05 Thread Piotr Zarzycki
Hi Yishay, Does Maven build require this changes also ? I will look into that later today, but maybe you can beat me :) Thanks, Piotr 2017-07-05 9:20 GMT+02:00 : > Repository: flex-asjs > Updated Branches: > refs/heads/develop 722e9eed7 -> 73c18eccf > > > Camera API requires flash verion 11.4

Re: git commit: [flex-asjs] [refs/heads/develop] - Add FileUploaderWithResponseData

2017-07-10 Thread Piotr Zarzycki
Hi Yishay, I'm wondering whether it is possible to have it bead instead class ? What do you think ? Thanks, Piotr 2017-07-10 18:30 GMT+02:00 : > Repository: flex-asjs > Updated Branches: > refs/heads/develop c6a24011b -> 54d00a044 > > > Add FileUploaderWithResponseData > > > Project: http://g

Re: git commit: [flex-asjs] [refs/heads/develop] - Uploads are assumed to be POST

2017-07-11 Thread Piotr Zarzycki
Hi Yishay, I think you could use constant here -> HTTPConstants.POST Thanks, Piotr 2017-07-11 10:09 GMT+02:00 : > Repository: flex-asjs > Updated Branches: > refs/heads/develop cc098932c -> 3b5053f91 > > > Uploads are assumed to be POST > > > Project: http://git-wip-us.apache.org/repos/asf/fl

Re: [8/8] flex-asjs git commit: stopPropogation on the goog BrowserEvent is needed. I don’t know if the stopImmediatePropagation on the real browser event actually does anything and I don’t know how t

2017-07-20 Thread Piotr Zarzycki
Harbs, Did it help with your problem on loosing focus when you are using KeyboardEvent ? Thanks, Piotr 2017-07-20 9:05 GMT+02:00 : > stopPropogation on the goog BrowserEvent is needed. > I don’t know if the stopImmediatePropagation on the real browser event > actually does anything and I don’t

Re: flex-asjs git commit: I’m not sure if cljs compiler will rename these. To be on the safe side…

2017-07-20 Thread Piotr Zarzycki
Harbs, What do you think to rename "eventObject" to "event" and before switch create new variable ? var eventObject:Object = event["event_"]; - Later use it in the switch. Just changes for readability. Thanks, Piotr 2017-07-20 9:35 GMT+02:00 : > Repository: flex-asjs > Updated Branches: > r

Re: git commit: [flex-asjs] [refs/heads/feature/browser-event] - Cleaned up typing of native events

2017-07-20 Thread Piotr Zarzycki
Thank you! :) <3 2017-07-21 8:41 GMT+02:00 : > Repository: flex-asjs > Updated Branches: > refs/heads/feature/browser-event 273526e94 -> 294c3d6ab > > > Cleaned up typing of native events > > > Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo > Commit: http://git-wip-us.apache.org

Re: git commit: [flex-asjs] [refs/heads/develop] - This appears to be inoperative. I believe this change is correct, but it really needs a test.

2017-07-24 Thread Piotr Zarzycki
Hi Harbs, I think this line should be outside "if": var object:Object = document[sourceID]; Please check additionally other beads related to ChangeNotifier. Thanks, Piotr 2017-07-24 12:29 GMT+02:00 : > Repository: flex-asjs > Updated Branches: > refs/heads/develop 2458fe559 -> 61ef18b9a >

Re: [MAVEN-BUILD] FlexJS Framework (maven) - Build # 1167 - Fixed

2017-08-03 Thread Piotr Zarzycki
Yes! Finally it's working! Chris Lambertus on infra HipChat helped me giving a tip to setup specific version of Maven in configuration! I setup 3.3.9 (Windows). Piotr 2017-08-03 20:15 GMT+02:00 Apache Jenkins Server : > The Apache Jenkins build system has built FlexJS Framework (maven) (build

Re: [1/2] git commit: [flex-asjs] [refs/heads/develop] - Upgrade should wait for other beads (e.g. IDataProviderItemRendererMapper) to do their thing

2017-08-07 Thread Piotr Zarzycki
Yishay, Please check DataContainer which is extended by List for Menu. It may already had functions which you could override. Thanks, Piotr On Mon, Aug 7, 2017, 13:28 wrote: > Repository: flex-asjs > Updated Branches: > refs/heads/develop 8d6d7ca84 -> dee26275e > > > Upgrade should wait for

Re: [1/2] git commit: [flex-falcon] [refs/heads/develop] - upgrade to Google Closure Compiler 20170626. They deprecated a lot of APIs so lots of changes were required. The primary change is that GCC i

2017-08-12 Thread Piotr Zarzycki
Hi Alex, I'm wondering why you have switched to version "v20170626" instead of newest "v20170806" ? Thanks, Piotr 2017-08-12 5:55 GMT+02:00 : > Repository: flex-falcon > Updated Branches: > refs/heads/develop 8d7e14740 -> 207a95872 > > > upgrade to Google Closure Compiler 20170626. They depr

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

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

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

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

Re: Javascript functions

2017-08-23 Thread Piotr Zarzycki
Hi Jim, Yes we can, but you have to assume that your library is part of your loaded webpage. [1] - In this html template you can see that material.min.js is included. We are doing calls of JS functions from AS in MDL module. Example is UpgradeElement bead (method: upgradeElement) which just gets o

Re: git commit: [flex-asjs] [refs/heads/develop] - Added helper function

2017-08-27 Thread Piotr Zarzycki
Hi Harbs, Thanks for adding it - That may be really helpful. I think you should consider move it to one of the folder to Basic: accessories or supportClasses. If you could also add version when it was introduced etc. What do you think? Thanks, Piotr On Sun, Aug 27, 2017, 06:43 wrote: > Repos

Re: git commit: [flex-asjs] [refs/heads/develop] - Added helper function

2017-08-27 Thread Piotr Zarzycki
Please add license header to this file, cause RAT complaining. Thanks, Piotr 2017-08-27 11:25 GMT+02:00 Piotr Zarzycki : > Hi Harbs, > > Thanks for adding it - That may be really helpful. > I think you should consider move it to one of the folder to Basic: > accessories or

Re: git commit: [flex-asjs] [refs/heads/develop] - Added helper function

2017-08-27 Thread Piotr Zarzycki
cessories or supportClasses is the right place. > > Maybe we should add a “helper” folder for function files. > > Harbs > > > On Aug 27, 2017, at 12:25 PM, Piotr Zarzycki > wrote: > > > > Hi Harbs, > > > > Thanks for adding it - That may be really helpful. >

Re: [DISCUSS} Fork FlexJS from Apache Flex

2017-08-29 Thread Piotr Zarzycki
nd many other ideas will come from this. > > I feel the opportunity to turn a negative into a positive is a huge one > and doing this now is the best time. > > Regards, > Peter Ent > Adobe Systems/Apache Flex(JS) Project > > > > > > -- Piotr Zarzycki

Re: FlexPMD Download Links not working

2017-08-30 Thread Piotr Zarzycki
ow mentioned link has been broken > > https://sourceforge.net/adobe/flexpmd/wiki/Downloads/ > > Not able to download when we click zip file to download. > > > Kindly let me know is there any alternative tools or solution to use the > same for code quality purpose. > >

Re: [Flex JS] Adobe flash builder 4.7 gives "Internal error" when trying to create Flex JS projec

2017-08-31 Thread Piotr Zarzycki
y targeting Flex 4.16.0 Sdk. > > Thanks in advance. > > Regards > > > > -- > Sent from: http://apache-flex-development.247.n4.nabble.com/ > -- Piotr Zarzycki mobile: +48 880 859 557 skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: [DISCUSS} Fork FlexJS from Apache Flex

2017-08-31 Thread Piotr Zarzycki
gt; > > wrote: > > >> > > >> I want to throw in the name FenixJS for the fork. > > >> Its a play on the words Flex + Phoenix. You know what that means :-) > > >> > > >> Thanks, > > >> Om > > > > > > > > -- Piotr Zarzycki mobile: +48 880 859 557 skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: [VOTE] Fork FlexJS from Apache Flex

2017-09-01 Thread Piotr Zarzycki
; > Apache FlexJS does not currently does not distribute cryptography code > > other than an MD5 hash algorithm. > > > > Required Resources > > > > Mailing Lists > > > > -private@ > > -dev@ > > -commits@ > > -users@ > > -issues@ >

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

2017-09-03 Thread Piotr Zarzycki
;: col: 17 Call to a possibly undefined > method SingleSelectionDropIndicatorBead. > [java] > [java] addBead(new > SingleSelectionDropIndicatorBead()); > [java] ^ > [java] > [java] 26.349072699 seconds > [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 > [java] Java Result: 3 > > BUILD FAILED > <http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/ws/build.xml>:503: > The following error occurred while executing this line: > <http://apacheflexbuild.cloudapp.net:8080/job/flex- > asjs/ws/frameworks/build.xml>:107: The following error occurred while > executing this line: > <http://apacheflexbuild.cloudapp.net:8080/job/flex- > asjs/ws/frameworks/build.xml>:213: The following error occurred while > executing this line: > <http://apacheflexbuild.cloudapp.net:8080/job/flex- > asjs/ws/frameworks/projects/Express/build.xml>:36: The following error > occurred while executing this line: > <http://apacheflexbuild.cloudapp.net:8080/job/flex- > asjs/ws/frameworks/js/FlexJS/projects/ExpressJS/build.xml>:68: Warning: > Could not find file <http://apacheflexbuild.cloudapp.net:8080/job/flex- > asjs/ws/frameworks/js/FlexJS/projects/ExpressJS/target/ExpressJS.swc> to > copy. > > Total time: 38 minutes 56 seconds > Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 > Build step 'Invoke Ant' marked build as failure > Skipped archiving because build is not successful > -- Piotr Zarzycki mobile: +48 880 859 557 skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

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

2017-09-03 Thread Piotr Zarzycki
look like I messed up the merge? > ‹peter > > On 9/3/17, 6:58 AM, "Piotr Zarzycki" wrote: > > >Hi Peter, > > > >Does Drag and Drop branch was merged into develop ? > > > >Thanks, > >Piotr > > > >2017-09-03 11:55 GMT+02:00 : &

Re: [FlexJS] Re: Remote object for Flex JS

2017-09-03 Thread Piotr Zarzycki
TcyMzE2NA&data=02%7C01%7C%7C3a1ce1deff3f47dff8ef08d4ea41 > > >> 3522%7Cfa7 > > >> >>>>>>>b > > >> >>>>>>>1b > > >> >>> > > >> >>> >>>>5a > > >> >>> >&

Re: [Flex JS] Flex SDK Installer always get stuck at "Finish uncompressing"

2017-09-03 Thread Piotr Zarzycki
ved=0 > > > >Thanks, > >Piotr > > > > > > > >- > >Apache Flex PMC > >piotrzarzyck...@gmail.com > >-- > >View this message in context: > >https://na01.safelinks.protection.outlook.com/?url= > http%3A%2F%2Fapache-fle > >x-

Re: [Flex JS] Flex SDK Installer always get stuck at "Finish uncompressing"

2017-09-03 Thread Piotr Zarzycki
> output, I'm still wondering what part of the compiler is going to verify a > playerglobal.swc exists since playerglobal.swc shouldn’t be specified in > any external-library-path. > > -Alex > > On 9/3/17, 1:51 PM, "Piotr Zarzycki" wrote: > > >Hi Alex, &g

Re: [Flex JS] Flex SDK Installer always get stuck at "Finish uncompressing"

2017-09-03 Thread Piotr Zarzycki
#x27;s what I hoped. So the goal should be for the installer to set > target-player to something like 11.1? > > Thanks, > -Alex > > On 9/3/17, 11:19 PM, "Piotr Zarzycki" wrote: > > >Once I get back "target-player" to flex-config, but still left comm

Re: git commit: [flex-asjs] [refs/heads/feature/amf] - Sucessful Test strong type Value Object communication and casting

2017-09-06 Thread Piotr Zarzycki
d on an "AS IS" BASIS, > +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or > implied. > +// See the License for the specific language governing permissions and > +// limitations under the License. > +// > +//////

Re: [FlexJS, AMF] Steps to make FlexJS / Java - RemoteObject / AMF sample work

2017-09-06 Thread Piotr Zarzycki
tes a jetty > > instance in port 8080 and deploy "SampleAmfWwebApp" > > 6.- Go to "RemoteObjectAmfTest " and to "target/javascript/bin/js-debug/" > Run > > in a browser "index.html" > > > > Now you can play with the interface a

Re: [FlexJS][Installer] Future packaging of FlexJS releases

2017-09-07 Thread Piotr Zarzycki
want SWF output go to the Adobe site, download an AIR > > SDK and then run the compiler. > > > > This does make SWF output somewhat "second class" and I still believe > that > > folks who want strong-typing and will be using modules will benefit from > > at least testing in a Flash/AIR runtime, but I think it makes the > releases > > truly appear independent from Adobe. > > > > Thoughts? > > -Alex > > > > > > > -- Piotr Zarzycki mobile: +48 880 859 557 skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: [FLEXJS] Modules

2017-09-07 Thread Piotr Zarzycki
Carlos, If I may suggest something you can look into tourjs [1] project where I did copying in poms. [1] https://github.com/apache/flex-tourjs/blob/develop/TourJS/pom.xml Piotr On Thu, Sep 7, 2017, 23:24 Carlos Rovira wrote: > Hi Alex, > > I finaly get it working localy. Wasn't aware that I s

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

2017-09-11 Thread Piotr Zarzycki
Hi Team, Anyone know what actually is happen with this build? Thanks, Piotr On Mon, Sep 11, 2017, 06:15 wrote: > See > > -- > [...truncated 9393 lines...] > [mxmlc] sorted filename: strin

Re: [Flex JS] Adobe substitute

2017-09-11 Thread Piotr Zarzycki
> I want to enclose JS Flex GUI in a panel like first GUI which i shared. I > used Flex JS group and containers but unfortunately those tags were not > working for me. Another option was to create layouts using beads and > strands > which i think is not fair for simple GUI. *Is there any substitute of adobe > in JS FLex?* > > Thanks in advance. > > Regards > > > > > -- > Sent from: http://apache-flex-development.247.n4.nabble.com/ > -- Piotr Zarzycki mobile: +48 880 859 557 skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: [Flex JS] Adobe substitute

2017-09-11 Thread Piotr Zarzycki
> > > > > > > > -- > Sent from: http://apache-flex-development.247.n4.nabble.com/ > -- Piotr Zarzycki mobile: +48 880 859 557 skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-11 Thread Piotr Zarzycki
t to have an open > process in advance of the next ASF Board meeting. > > Regards, > Dave > -- Piotr Zarzycki mobile: +48 880 859 557 <+48%20880%20859%20557> skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: [FLEX JS] How to import mx.managers.PopUpManager?

2017-09-12 Thread Piotr Zarzycki
> xmlns:mx="library://ns.apache.org/flex/mx" in tag > > import org.apache.flex.mx.managers.PopUpManager; in tag > > Is there anything additional i am missing, or my import syntax is wrong? > > Thanks! > > > > > > > -- > Sent from: http://apache-flex-d

Re: [FLEX JS] How to import mx.managers.PopUpManager?

2017-09-12 Thread Piotr Zarzycki
sh or > classic Flex! > This is also true for e.g. the "mx.collections.ArrayCollection". > > HTH, > Olaf > > > > > -- > Sent from: http://apache-flex-development.247.n4.nabble.com/ > -- Piotr Zarzycki mobile: +48 880 859 557 skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: [FLEX JS] How to import mx.managers.PopUpManager?

2017-09-12 Thread Piotr Zarzycki
Hi :), I think there is great answer to your question on users list posted today [1]. [1] http://apache-flex-users.246.n4.nabble.com/How-To-Start-Converting-A-Browser-Project-to-FlexJS-td15946.html Thanks, Piotr On Wed, Sep 13, 2017, 08:36 m_awais wrote: > Hi, > > I was wondering is there

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-13 Thread Piotr Zarzycki
) > > > > I'll be more happy to go with a name, icon, website done that would > express > > our ideas in a modern, clean and beautiful way. > > > > > >>> > >>> In the other hand I can live with old "FlexJS" name, if people does not > >>> want a change, but these means to me that FlexJS will hardly get > >> considered > >>> in the mainstream. > >>> > >>> Just my 2 > >> > >> More than that ;-) > >> > > > > Thanks > > > > Carlos > > > > > >> > >> > > -- Piotr Zarzycki mobile: +48 880 859 557 skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-13 Thread Piotr Zarzycki
s, sites, JIRA, wikies... but also for things > like the IDE makes or people building 3rd libraries from it. > > -Mark K > -- Piotr Zarzycki mobile: +48 880 859 557 skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-13 Thread Piotr Zarzycki
at passes, it would > need a discussion thread for the new name. > > > > > > -Mark K > > > > > > -Original Message- > > From: Piotr Zarzycki [mailto:piotrzarzyck...@gmail.com] > > Sent: Wednesday, September 13, 2017 6:06 AM > > To: dev

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-13 Thread Piotr Zarzycki
7;t get > a > >> fresh and compelling name and a clean and beautiful site where we > explain > >> all the great things our technology can do, we are losing our time, > since > >> this project will end with the bulk of the others xxxJS projects, and > >> tha

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-13 Thread Piotr Zarzycki
nice branding. I'm puzzled, so definitely I will give myself at least one day more before VOTE. Piotr 2017-09-13 23:31 GMT+02:00 Piotr Zarzycki : > +1 for Dave's proposition on starting the VOTE for name change. > > I would like to also add that Carlos's proposition

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-13 Thread Piotr Zarzycki
] No - The forked project should have another name which will be > discussed. > [ ] Abstain - Don’t care what the forked project is called. > > Discuss? > > Regards, > Dave > > > On Sep 13, 2017, at 2:31 PM, Piotr Zarzycki > wrote: > > > > +1 for Dave'

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-13 Thread Piotr Zarzycki
cated VOTE counting. > >>> > >>> Regards, > >>> Dave > >>> > >>>> On Sep 13, 2017, at 2:57 PM, OmPrakash Muppirala > >>>> mailto:bigosma...@gmail.com>> wrote: > >>>> > >>>> We could alwa

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-14 Thread Piotr Zarzycki
EdB > > > > -- > Ix Multimedia Software > > Jan Luykenstraat 27 > 3521 VB Utrecht > > T. 06-51952295 > I. www.ixsoftware.nl > -- Piotr Zarzycki mobile: +48 880 859 557 skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-14 Thread Piotr Zarzycki
like anagrams and words as names that don't exist yet, e.g.: > > Flex -> elfX > > > > However and whatever name, you got me! > > > > Olaf > > > > > > > > -- > > Sent from: http://apache-flex-development.247.n4.nabble.com/ > > -- Piotr Zarzycki mobile: +48 880 859 557 skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: [FLEXJS][Marketing] why should a web dev choose FlexJS?

2017-09-14 Thread Piotr Zarzycki
marketing folks something to work with. > > Thanks, > > EdB > > > > -- > Ix Multimedia Software > > Jan Luykenstraat 27 > 3521 VB Utrecht > > T. 06-51952295 > I. www.ixsoftware.nl > -- Piotr Zarzycki mobile: +48 880 859 557 skype: zarzycki10

Re: [VOTE] Should the Project Name of the Proposed Fork be FlexJS?

2017-09-14 Thread Piotr Zarzycki
tain - Don¹t care what the forked project is called. > >> > >>The vote will be open for 72 hours until Sunday September 17, 16:00 UT. > >> > > > > -- Piotr Zarzycki mobile: +48 880 859 557 skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: [VOTE][DISCUSS] Should the Project Name of the Proposed Fork be FlexJS?

2017-09-14 Thread Piotr Zarzycki
k be FlexJS? > >>>>> > >>>>> [ ] Yes - The forked project should be Apache FlexJS. > >>>>> [ ] No - The forked project should have another name which will be > >>>>> discussed. > >>>>> [ ] Abstain - Don¹t care what the forked project is called. > >>>>> > >>>>> The vote will be open for 72 hours until Sunday September 17, 16:00 > UT. > >>>>> > >>>> > >>> > >> > > > > -- Piotr Zarzycki mobile: +48 880 859 557 skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-14 Thread Piotr Zarzycki
Guys, Reading Justin's thoughts we should really consider all of that. We can loose a lot of already gathered attention even if Carlos will put effort for new brand. +1 for having Product Name as FlexJS. That would be the bridge which can hold us. Piotr On Thu, Sep 14, 2017, 23:31 Peter Ent wr

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-14 Thread Piotr Zarzycki
t; >Thanks, > >Om > > > >On Sep 14, 2017 3:36 PM, "Harbs" wrote: > > > >> Unless there are objections, I propose we continue the vote for the > >> project name and we can have a separate discussion once the new project > >>is > >

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-14 Thread Piotr Zarzycki
d like a plan? > > Harbs > > > On Sep 15, 2017, at 12:42 AM, Piotr Zarzycki > wrote: > > > > Guys, > > > > Reading Justin's thoughts we should really consider all of that. We can > > loose a lot of already gathered attention even if Carlos will put

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-15 Thread Piotr Zarzycki
ay to reach as many people as possible but it > also > means some more effort and there is a risk of confusing the people > > Thanks, > Olaf > > > > > > -- > Sent from: http://apache-flex-development.247.n4.nabble.com/ > -- Piotr Zarzycki mobile:

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-15 Thread Piotr Zarzycki
ed and > > still contains old names in their codebase. > > > > Do I misunderstand something? > > > > Thanks, > > Olaf > > > > > > > > > > > > -- > > Sent from: http://apache-flex-development.247.n4.nabble.com/ > > -- Piotr Zarzycki mobile: +48 880 859 557 skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: Re: [DISCUSS] Name of the FlexJS Fork

2017-09-15 Thread Piotr Zarzycki
Carlos, Love your passion and share it fully. I cannot fully agree with you that having an old application in Flex people will need to rewrite completely. If they have separated enough good logic - they can put it without to much effort in our framework. - That is huge advantage in my opinion. Vo

Re: [OT] Unsubscribed and offline for a few weeks

2017-09-15 Thread Piotr Zarzycki
Olaf, Reading the beginning makes my heart stop! :) Get back here after the vacation! :) Enjoy! Piotr On Fri, Sep 15, 2017, 18:07 Erik de Bruin wrote: > Olaf, > > Have a great vacation! > > EdB > > > > On Fri, Sep 15, 2017 at 5:14 PM, Olaf Krueger > wrote: > > > Hi, > > I'd just like to let

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-15 Thread Piotr Zarzycki
As Alex said I also didn't answer for any single email from someone who would like to start from scratch app or even would be new Flex world. We may get such people in the future, but we need to go with path where first target will be ports the old one applications. As for the bad press - 4 years

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-15 Thread Piotr Zarzycki
Definitely the were the most support for Royale. +1 for starting vote YES/NO. We could express in the VOTE thread that anyone can shot his own name idea and others can give him +1. Piotr On Fri, Sep 15, 2017, 18:39 Piotr Zarzycki wrote: > As Alex said I also didn't answer for any sing

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-16 Thread Piotr Zarzycki
rejected as the project name. > > > > If anyone wants to push for a name other than Royale, please reply to > this > > post with that name. Then we can decide whether we need to use STeVe or > > not. > > > > Thanks, > > -Alex > > > &

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-17 Thread Piotr Zarzycki
Let's bring together the most mentioned from this thread and start a VOTE by Harbs's system. Let it be max 10 props. Piotr On Sun, Sep 17, 2017, 08:26 Alex Harui wrote: > BOJA also was/is software-related: > https://link.springer.com/article/10.1007/BF00143947 > > Again, not a deal-killer. One

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-17 Thread Piotr Zarzycki
sal 3) Third proposal Does it look ok? Piotr On Sun, Sep 17, 2017, 10:04 Piotr Zarzycki wrote: > Let's bring together the most mentioned from this thread and start a VOTE > by Harbs's system. > Let it be max 10 props. > > Piotr > > On Sun, Sep 17, 2017, 08:26 Alex

[VOTE] What should be the new Project Name for Proposed fork of FlexJS?

2017-09-17 Thread Piotr Zarzycki
Hi, In this thread I've gathered list of names proposition for fork of FlexJS project. LIST: Royale Boja Strand Bead Limber Boinga Braid Arise HOW DO WE VOTE: 1) Pick up 3 names from the list and order them from the most favorite 2) We will give points for each items in the list which you have

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-17 Thread Piotr Zarzycki
>> > >> > >> -- > >> Ix Multimedia Software > >> > >> Jan Luykenstraat 27 > >> 3521 VB Utrecht > >> > >> T. 06-51952295 > >> I. www.ixsoftware.nl > >> > > > > > > >

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-18 Thread Piotr Zarzycki
only > the > > SDK and not the cross-compilers. Are we okay with that? > > > > Thanks, > > Om > > > > > > On Sep 17, 2017 4:00 AM, "Harbs" wrote: > > > > > Hi Piotr, > > > > > > If you can start it that would be

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-18 Thread Piotr Zarzycki
tions. We're all free to > choose whatever we want. > But I think this DISCUSS thread is very useful as well to express why this > or that option should be considered for people voting > > Thanks > > > > 2017-09-18 11:54 GMT+02:00 Piotr Zarzycki : > > > That

Re: [1/2] git commit: [flex-asjs] [refs/heads/develop] - Added method for garbage-collecting QNames

2017-09-19 Thread Piotr Zarzycki
{ > + _nameMap = {}; > + } > + > static private var defaultNamespace:Namespace; > > static public function setDefaultNamespace(ns:*):void > > -- Piotr Zarzycki mobile: +48 880 859 557 skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-19 Thread Piotr Zarzycki
t > > limber.*. > > > > Can someone own an acronym like LIMBYR? Otherwise, that is my new > > favorite. > > > > Thoughts? > > -Alex > > > > [1] > > http://acronymsmeanings.com/full-meaning-of/limbyr/limbyr- > stands-for-limb

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-19 Thread Piotr Zarzycki
orman parte de un fichero cuyo responsable es CODEOSCOPIC > S.A. La finalidad de dicho tratamiento es facilitar la prestación del > servicio o información solicitados, teniendo usted derecho de acceso, > rectificación, cancelación y oposición de sus datos dirigiéndose a nuestras > oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación > necesaria. > -- Piotr Zarzycki mobile: +48 880 859 557 skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-19 Thread Piotr Zarzycki
"e-mail" junto com qualquer ficheiro anexo, é para uso exclusivo e > confidencial do destinatário e pode conter informação legalmente > privilegiada. Qualquer distribuição, uso ou reprodução sem consentimento do > remetente está estritamente proibida. Se recebeu esta mensagem por e

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-19 Thread Piotr Zarzycki
> wrote: > > > >> If limber wins, a simple discussion thread should resolve letter changes > >> to the name. > >> > >> > >> -Mark K > >> > >> -Original Message- > >> From: Piotr Zarzycki [mailto:piotrzarzyck...@gmail.com] > &g

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-19 Thread Piotr Zarzycki
or boo-ha or bo-ja, etc? > > On Sep 19, 2017 10:09 AM, "Piotr Zarzycki" > wrote: > > > Reading Alex in VOTE thread and how many times we are mentioning Boja - I > > will change my VOTE. Limbr is a bit dangerous having Dave's finding. > > > > Pi

Re: [DISCUSS] What should be the new Project Name for Proposed fork of FlexJS?

2017-09-19 Thread Piotr Zarzycki
t; > >> > > >> Carlos, will you help with a new website regardless of which name is > > >> chosen or only if it is Royale (or Crown)? > > >> > > >> Is anybody adamantly against Beads, Boja or Limber? After reading > this > > >> mornings pos

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-19 Thread Piotr Zarzycki
Sep 19, 2017, at 1:45 PM, Andrew Wetmore > wrote: > >> > >> I can think of three ways* to pronounce "bo-ja" without even resorting > to a > >> South African "click" language. This makes it a challenge to refer to > the > >> product

Re: [DISCUSS] Name of the FlexJS Fork

2017-09-19 Thread Piotr Zarzycki
Royale and > >a competitor has proposed writing it in React with the other GitHub > >Royale, will that be confusing to your client? > > > >I wrote to trademarks@ to see if they are similarly concerned. They > don't > >always respond right away. If they are

Re: [DISCUSS] (was Re: [VOTE] What should be the new Project Name for Proposed fork of FlexJS?)

2017-09-19 Thread Piotr Zarzycki
>given > >>>>>>>the > >>>>>>> other vote. > >>>>>>> > >>>>>>> I know some folks mentioned that Royale is associated with > >>>>>>>low-quality > >>>&g

Re: [DISCUSS] (was Re: [VOTE] What should be the new Project Name for Proposed fork of FlexJS?)

2017-09-19 Thread Piotr Zarzycki
I'm sorry I meant 09/20/2017. 2017-09-19 23:51 GMT+02:00 Piotr Zarzycki : > I will end voting tomorrow 09/19/2017 6:00 - 7:00 UTC Time. > > Thanks, > Piotr > > 2017-09-19 23:15 GMT+02:00 Alex Harui : > >> Justin voted. >> >> Now we have Royale and Li

[RESULT][VOTE] What should be the new Project Name for Proposed fork of FlexJS?

2017-09-19 Thread Piotr Zarzycki
Hi All, Vote pass with following results: 13 PMC has voted. One was abstain from vote. One non community vote for Royale. NAME: SCORES: Royale 18 Limber (Limbr) 13 Bead (Beads)

Re: FlexJS Customer feedback

2017-09-20 Thread Piotr Zarzycki
Hi Harbs, I have to admit I had hope that you send feedback from your customers some day! Wonderful! Congrats to you and Yishay! Thank you! Piotr On Wed, Sep 20, 2017, 09:28 Harbs wrote: > We are currently in a “partner preview” of our FlexJS application and > getting feedback from partners

Re: [DISCUSS] (was Re: [VOTE] What should be the new Project Name for Proposed fork of FlexJS?)

2017-09-20 Thread Piotr Zarzycki
t; Carlos > > 2017-09-20 9:00 GMT+02:00 Harbs : > > > Thanks Piotr. > > > > Looks like we’re now Royale. :-) > > > > Harbs > > > > > On Sep 20, 2017, at 12:51 AM, Piotr Zarzycki < > piotrzarzyck...@gmail.com> > > wrote: >

Re: FlexJS Customer feedback

2017-09-20 Thread Piotr Zarzycki
Angelo! That is wonderful news! Thank you, Piotr On Wed, Sep 20, 2017, 09:34 Angelo Lazzari wrote: > That's really great!!! and really promising!!! > > @Harbs: can you share some app screenshots? just to see which components > you are using... it's a porting from a Flex app you did ? > > PS: W

Re: [RESULT][VOTE] What should be the new Project Name for Proposed fork of FlexJS?

2017-09-20 Thread Piotr Zarzycki
ill doesn’t tally with the total votes in > that spreadsheet i.e. 82 with 3 people only placing 2 votes it still seems > off by one? Given the top 4 choices are separated by 1 vote in that > spreadsheet that may be important and change the result. > > Thanks, > Justin

Re: [RESULT][VOTE] What should be the new Project Name for Proposed fork of FlexJS?

2017-09-20 Thread Piotr Zarzycki
ks, > Piotr > > > > - > Apache Flex PMC > piotrzarzyck...@gmail.com > -- > Sent from: http://apache-flex-development.247.n4.nabble.com/ > > > -- Piotr Zarzycki mobile: +48 880 859 557 skype: zarzycki10 LinkedIn: http://www.linkedin.com/piotrzarzycki <https://pl.linkedin.com/in/piotr-zarzycki-92a53552> GitHub: https://github.com/piotrzarzycki21

Re: [DISCUSS] Building the brand for Royale

2017-09-20 Thread Piotr Zarzycki
elinks.protection.outlook.com/?url= > http%3A%2F%2Fwww.codeos > >copic.com&data=02%7C01%7C%7Cab05fef4543644f67e2c08d5003c > ad9e%7Cfa7b1b5a7b3 > >4438794aed2c178decee1%7C0%7C0%7C636415182976392829& > sdata=snzdFt3cDT4GcWGaN > >JF3dFIfdKedU5jF%2FBM1XqrkQHY%3D&r

Re: [RESULT][VOTE] What should be the new Project Name for Proposed fork of FlexJS?

2017-09-20 Thread Piotr Zarzycki
Alex, You are right! I just checked in the email chain and I see Tom's vote, but he did mistake and send it only to me!! Vote was as we see in the summary. Piotr On Wed, Sep 20, 2017, 19:02 Alex Harui wrote: > Thanks Dave for posting the summary. > > I cannot find record of Tom's vote in my e

Re: Royale is now an Apache Project

2017-09-21 Thread Piotr Zarzycki
email to the subscription robot. We will provide more > subscription instructions later. > > Stay tuned, > -Alex > > [1] https://www.apache.org/dev/infra-contact#requesting-graduation > > -- Piotr Zarzycki mobile: +48 880 859 557 skype: zarzycki10 LinkedIn: http:/

Re: Royale is now an Apache Project

2017-09-21 Thread Piotr Zarzycki
-15135 > > Thanks, > -Alex > > On 9/21/17, 1:16 AM, "Piotr Zarzycki" wrote: > > >Hi Team, > > > >Many thanks all for a hard work during last month to get it done! > > > >Piotr > > > >2017-09-21 10:08 GMT+02:00 Alex Harui : >

Re: Royale is now an Apache Project

2017-09-21 Thread Piotr Zarzycki
Does nabble will be created along with created mailing lists? Piotr On Thu, Sep 21, 2017, 11:12 Piotr Zarzycki wrote: > Alex, > > Maybe we should have discussion whether we need Jira for new project? > Maybe we should use Github only? > > Piotr > > On Thu, Sep 21, 2017,

Re: Royale is now an Apache Project

2017-09-21 Thread Piotr Zarzycki
Let's wait for their response. Thank you! On Thu, Sep 21, 2017, 11:17 Alex Harui wrote: > In the sub task I asked if we "must" use JIRA or can use GH Issues. > > Thanks, > -Alex > > On 9/21/17, 2:14 AM, "Erik de Bruin" wrote: > > >> > >> Maybe we should have discussion whether we need Jira for

Re: Royale is now an Apache Project

2017-09-21 Thread Piotr Zarzycki
gt;> > > FYI there's already an "Apache Royale Clothing - 皇家阿帕奇" page. guessing > Taiwanese clothing something or other. > > what type of page do you have in mind? > > business? > company/organization? > brand? > community? > > https://www.facebook.c

  1   2   3   4   5   6   >