Re: [Royale] Flex to FlexJS migration path

2017-09-29 Thread Piotr Zarzycki
gt;> >used for...composed components ! (components with multiple functional > >> >"areas") Not for standalone components. > >> >We feel like a contractor building a house, who needs to install and > >> >tweak a faucet, and instead of having to

Re: Release version acting different to debug version

2017-11-26 Thread Piotr Zarzycki
knows what's going > on. > We should put it to the Royale docs ;-) > > I'll try to continue the work with the docs after I finished the > "Try-it-now" stuff which I am currently working on. > > Thanks, > Olaf > > > > > > -- > Sent from: http://apache-ro

Re: Moonshine IDE 1.7.0 Released

2017-12-15 Thread Piotr Zarzycki
r files were opening in the text editor - Visual Editor: Fixed bug where additional Visual Editor files did not show up immediately in the exported project - Visual Editor: Fixed bug where values width/height did not change in editing panel during component resize Thanks, Piotr 2017-12-08 9:24 GMT+

Re: Moonshine IDE 1.7.0 Released

2017-12-15 Thread Piotr Zarzycki
gt; Olaf > > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Moonshine IDE 1.7.0 Released

2017-12-15 Thread Piotr Zarzycki
gt; Just wondering, > -Alex > > From: Piotr Zarzycki <piotrzarzyck...@gmail.com> > Reply-To: "users@royale.apache.org" <users@royale.apache.org> > Date: Friday, December 15, 2017 at 3:48 AM > To: "users@royale.apache.org" <users@royale.apache.org>

Re: [Royale|Moonshine] How to use Moonshine with Apache Royale applications

2017-11-20 Thread Piotr Zarzycki
urce=link_campaign=sig-email_content=webmail> > <#m_-4874478557998078860_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > > On Mon, Nov 20, 2017 at 11:06 AM, Piotr Zarzycki < > piotrzarzyck...@gmail.com> wrote: > >> Hi Folks, >> >> New Moonshine's version partially supports Apac

Re: Royal-Js sdk and more...

2017-11-11 Thread Piotr Zarzycki
options: >> 1) You can build applications using independent from IDE tools: Ant or >> Maven >> 2) You can choose one of the available IDE which supports for now FlexJS, >> they will be soon both support Royale [4][5]. >> [1] http://home.apache.org/~pent/Flex2Royale/ >> [2] http://royale.apache.org/ >> [3] https://github.com/apache/royale-asjs/tree/develop/examples/royale >> [4] https://nextgenactionscript.com/ >> [5] http://moonshine-ide.com/ >> Feel free to ask any kind of question, the beginnings with FlexJS/Royale >> become hard, but later you will like it more. >> Piotr >> 2017-10-25 11:19 GMT+02:00 Carlos Rovira <carlosrov...@apache.org>: >> >> >>> Hi Senkar, >>> >>> in Royale list you can check for Peter Ent's effort to generate a some >>> Flex2Royale App that helps with component documentation between SDKs. >>> >>> As well there's some effort by Olaf Krueger that should be migrate to >>> Royale as well in github: >>> >>> https://github.com/ok-at-github/flexjs-docs/wiki >>> >>> Best >>> >>> Carlos >>> >>> >>> >>> 2017-10-25 11:14 GMT+02:00 Serkan TAS <serkan@enerjisa.com>: >>> >>> Thank you ver much Carlos, >>>> >>>> Is there a guide or some documentation for migration ? >>>> >>>> -- >>>> >>> Carlos Rovira >>> http://about.me/carlosrovira >>> >>> >> > > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: FlexJS/Royale

2017-11-04 Thread Piotr Zarzycki
1b5a7b34438794aed2c178decee1%7C0%7C0%7C636454018357758490=%2BKdyM5WOOiWHgEvKf4Gyi%2F108c2pRzZnHaxkNjZrKL8%3D=0> > > > > It gives a message not found. Is there an API documentation somewhere? > > > > Thx! > > Carlos > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Royal-Js sdk and more...

2017-11-05 Thread Piotr Zarzycki
iotr > > > > 2017-10-25 11:19 GMT+02:00 Carlos Rovira <carlosrov...@apache.org>: > > > Hi Senkar, > > > > in Royale list you can check for Peter Ent's effort to generate a some > > Flex2Royale App that helps with component documentation between SDKs. > &g

Re: royale build error

2017-11-01 Thread Piotr Zarzycki
Alex, I still don't understand why Carlos need to build Royale on his own. Can we provide him binary distribution ? Carlos, I believe if you start migration from FlexJS would be easier for you cause there is still some work to do to have official support for Royale in Visual Studio Code and

Re: DataGrid problem

2017-12-07 Thread Piotr Zarzycki
+01:00 pol2095 <pol2...@free.fr>: > Hello, > > this code doesn't work : > Main.mxml <https://paste.ofcode.org/L2pikP4DdijNpgptiSDQHz> > > thanks > > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki Pat

Re: Spark components in flexJS

2017-12-07 Thread Piotr Zarzycki
For Application there is event: applicationComplete and for individual components initComplete Piotr 2017-12-07 23:16 GMT+01:00 pol2095 <pol2...@free.fr>: > Other question : creationComplete Event not work ? > > > > -- > Sent from: http://apache-royale-users.20374.n8.nab

Re: Spark components in flexJS

2017-12-07 Thread Piotr Zarzycki
If you want to build your app only to JS it is enough to have in compiler option -targets=JSRoyale. Not sure what do you mean by specifying -target-player. Thanks, Piotr On Thu, Dec 7, 2017, 23:04 pol2095 wrote: > It work, I need to specify "-target-player=27" > > > > -- >

Re: Spark components in flexJS

2017-12-07 Thread Piotr Zarzycki
<pol2...@free.fr>: > It doesn't exist an installer ? > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Spark components in flexJS

2017-12-07 Thread Piotr Zarzycki
This is the link for download -> http://apacheflexbuild.cloudapp.net:8080/job/royale-asjs/lastSuccessfulBuild/artifact/out/ 2017-12-07 22:41 GMT+01:00 Piotr Zarzycki <piotrzarzyck...@gmail.com>: > It is enough if you upack it from the zip, and you can use it in the IDE. > What ID

Re: Spark components in flexJS

2017-12-07 Thread Piotr Zarzycki
It is warnings, but compilation went ok. The result of compilation should be probably in bin folder. Thanks, Piotr On Thu, Dec 7, 2017, 23:53 pol2095 wrote: > it work but I have error at compilation > > /dÚc. 07, 2017 11:49:30 PM com.google.javascript.jscomp.LoggerErrorManager

Re: Spark components in flexJS

2017-12-07 Thread Piotr Zarzycki
sers.20374.n8.nabble.com/ > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: DataGrid problem

2017-12-08 Thread Piotr Zarzycki
Try to build individual examples. Each example have their own build.xml (ant) and pom.xml (maven) file. Thanks, Piotr On Fri, Dec 8, 2017, 13:27 pol2095 wrote: > I have an error > > /BUILD FAILED > C:\apache-royale\examples\build_example.xml:161: >

Moonshine IDE 1.7.0 Released

2017-12-08 Thread Piotr Zarzycki
ll pointer exception which occurred while debugging MXML code. - Fixed issue "The supplied index is out of bounds". - Fixed issue where custom SDK path was not showing in macOS after a restart. - When a project is closed or deleted, close all related editor tabs. Thanks, -- Piotr Zarzyck

Re: Moonshine IDE 1.7.0 Released

2017-12-08 Thread Piotr Zarzycki
Hi Olaf, Yes and it will be there and in the IDE till Apache Royale got an official release. Thanks for the support! :) Piotr On Fri, Dec 8, 2017, 12:36 Olaf Krueger wrote: > Hi Piotr, > that sounds promising, I am looking forward to checking it out! > Thanks for working

Re: Spark components in flexJS

2017-12-07 Thread Piotr Zarzycki
;: > My project : > > - Main.mxml <https://paste.ofcode.org/xSGMYDVWL5FdH8cLTC667x> > - MainView <https://paste.ofcode.org/Lwa6fnbukZnmHQMQZW28D5> > > but labelField not work, it display [object Object] > > > > -- > Sent from: http://apache-royale-users.2

Re: Spark components in flexJS

2017-12-06 Thread Piotr Zarzycki
ct] > > > > -- > Sent from: http://apache-flex-development.2333347.n4.nabble.com/ > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: compiler errors

2017-10-30 Thread Piotr Zarzycki
efault SDK. I run from menu Project -> "Build as JavaScript" and build was successful. Do you have similar setup ? Thanks, Piotr 2017-10-27 20:50 GMT+02:00 Piotr Zarzycki <piotrzarzyck...@gmail.com>: > Carlos, > > On monday I will try 1.6.0 with FlexJS Store and let y

Re: is being broken by the compiler

2018-05-14 Thread Piotr Zarzycki
nts about Wrappers to be compiled with > JS-ONLY directives, > not clear with the others as I am not experienced on the codebase. > > I am going to work on Base64Decoder while waiting for the PR confirmed. > > > Serkan. > > Alinti Piotr Zarzycki <piotrzarzyck...@gmail.

Re: ArrayCollection Problem in AMFBinaryData.as

2018-05-09 Thread Piotr Zarzycki
ls when trying to get the > classAlias. It looks to me as though lines 894 - 898 or something like this > are also needed in the traits.alias section. > > Doug > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: is being broken by the compiler

2018-05-09 Thread Piotr Zarzycki
Serkan, Look how I'm injecting plugin for colorize code on the website [1]. This is how you should do in your code. [1] https://github.com/piotrzarzycki21/TranspiledActionScript/blob/examples/Examples/TranspiledActionScriptWebsite/src/utils/Highlight.as Piotr On Thu, May 10, 2018, 12:04 AM

Moonshine IDE 1.12.0 Released!

2018-05-10 Thread Piotr Zarzycki
some conditions on macOS. - Settings: Library paths will be written to library-path instead of external-library-path [1] https://www.primefaces.org/ [2] https://as3mxml.com/ [3] https://www.patreon.com/josht/ - SUPPORT! Enjoy, -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki &l

Re: is being broken by the compiler

2018-05-13 Thread Piotr Zarzycki
ad, the must be in an ASDoc comment > for the constructor function of a class. You can't put it anywhere in the > class file. > > > > Show us the code that isn't working if you are still not understanding what I > am saying. > > > > Thanks, > > -Alex

Re: is being broken by the compiler

2018-05-13 Thread Piotr Zarzycki
) > > I am looking forward. > Serkan > > 13.05.2018 13:57 tarihinde Piotr Zarzycki yazdı: > > Hi Serkan, > > I just finished review of your pull request. I have added bunch of > comments. It would be great to have some insight from other PMCs, cause I'm > not sure ab

Re: is being broken by the compiler

2018-05-16 Thread Piotr Zarzycki
see my coments that i made few days ago. > > Thanks > > > Serkan. > > Alinti Piotr Zarzycki <piotrzarzyck...@gmail.com> > > Serkan, >> >> Are you going to update that PR - that's what you mean ? If something is >> not fully understandable let me know

Re: is being broken by the compiler

2018-05-16 Thread Piotr Zarzycki
teknoloji.com>: > Okay i'll make it :) > > Can you check if your response to my comments are viewable for me ? > > Alinti Piotr Zarzycki <piotrzarzyck...@gmail.com> > > > I you are going to do that, make sure to create new branch for that. If not >> you wil

Re: Work on Emulation

2018-05-15 Thread Piotr Zarzycki
00 Olaf Krueger <m...@olafkrueger.net>: > > >Issue occurs when I add reference in MXRoyaleClasses > >and it gives "Ambiguous reference" > > I probably don't understand what you mean here. > Could you share some more code? > > Thanks, > > Olaf

Re: Work on Emulation

2018-05-15 Thread Piotr Zarzycki
> -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: is being broken by the compiler

2018-05-16 Thread Piotr Zarzycki
t; after syncronizing repos. > > Alinti Piotr Zarzycki <piotrzarzyck...@gmail.com> > > > Looking forward to your update! :) Make sure that your branch is refreshed >> with newest changes from MXRoyale branch, because I see that there are >> some >> conflicts. >

Re: New blog example post ready to review "Using View States to show or hide content"

2018-06-06 Thread Piotr Zarzycki
>>> >>>> https://royale.codeoscopic.com/using-view-states-to-show-or-hide-content/ >>>> >>>> Thanks! :) >>>> >>>> >>>> -- >>>> Carlos Rovira >>>> http://about.me/carlosrovira >>>> >>>> >>> >>> >>> -- >>> Andrew Wetmore >>> >>> http://cottage14.blogspot.com/ >>> >>> >>> >>> >>> >> >> >> -- >> Andrew Wetmore >> >> http://cottage14.blogspot.com/ >> >> >> >> >> > > > -- > Andrew Wetmore > > http://cottage14.blogspot.com/ > > > > > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: New blog example post ready to review "Using View States to show or hide content"

2018-06-06 Thread Piotr Zarzycki
. [1] https://bit.ly/2JjhEOY Thanks, Piotr śr., 6 cze 2018 o 15:45 Piotr Zarzycki napisał(a): > Sorry I meant bead for states. > > śr., 6 cze 2018 o 15:40 Piotr Zarzycki > napisał(a): > >> Hi Andrew, >> >> I'm not sure whether you actually need current

Re: New blog example post ready to review "Using View States to show or hide content"

2018-06-06 Thread Piotr Zarzycki
Sorry I meant bead for states. śr., 6 cze 2018 o 15:40 Piotr Zarzycki napisał(a): > Hi Andrew, > > I'm not sure whether you actually need currentState on the Application > level. The first starting point for your app will be View. If you would > like to have some states above Vi

Re: First steps of migration Flex to Royale

2018-06-13 Thread Piotr Zarzycki
Royale way. > > > HTH, > Olaf > > [1] https://royale.apache.org/docs/ > > [2] https://github.com/apache/royale-asjs/tree/develop/examples/royale > > > > > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piot

Royale snippets for VSCode

2018-05-30 Thread Piotr Zarzycki
Hello Royale Developers, Lately, neminovo has created a useful extension for VSCode, which provides a bunch of snippets for Flex SDK.[1] I immediately decided to make exactly the same extension but for Apache Royale SDK. I created the extension in my GitHub project: royalesnippetsforvscode[2] and

Re: What are beads?

2018-07-02 Thread Piotr Zarzycki
Leo, This is even better [1] - There is a section "Strands and Beads" take a look into that. [1] https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=71013028 Thanks, Piotr pon., 2 lip 2018 o 16:41 Piotr Zarzycki napisał(a): > Hi Leo, > > I think this [1] an

Re: Convert s:DateChooser to js:DateChooser

2017-10-26 Thread Piotr Zarzycki
Peter, You have mention about monthChaned event. I didn't check myself, but in most of our components we are using only change event. It is probably quite common event in html world - What actually is doing change event in DateChooser? Maybe that is the answer for all changes? Thanks, Piotr On

Re: Live PrintUI Demo

2017-10-26 Thread Piotr Zarzycki
s 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 > <https://maps.google.com/?q=c/+Paseo+de+la+Habana+9=gmail=g>-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> GitHub: https://github.com/piotrzarzycki21

Re: Convert s:DateChooser to js:DateChooser

2017-10-26 Thread Piotr Zarzycki
r > > The DateChooser has both months and years. Presumably, the change event > should apply to the specific date selected (although the event is actually > called “selectedDateChanged”), while the “month" and “year” events are > display events (hence the names displayMonthChanged an

Re: compiler errors

2017-10-27 Thread Piotr Zarzycki
Hi Carlos, In case of Moonshine we know about the issue. Doug experienced something similar [1]. In the next version it should be fixed, but I'm not sure yet when we will release it. I can only suggest that you can try to sources and build development version. I will let you know once we release

Re: compiler errors

2017-10-27 Thread Piotr Zarzycki
Carlos, Once you experienced error with sdk and you go back to hello world App - do you still have it? Thanks, Piotr On Fri, Oct 27, 2017, 16:35 Piotr Zarzycki <piotrzarzyck...@gmail.com> wrote: > Hi Carlos, > > In case of Moonshine we know about the issue. Doug experienced some

Moonshine IDE 1.8.0 Released

2018-01-11 Thread Piotr Zarzycki
here prompt background color makes command unreadable. - Fixed issue where "Clean Project" causes hang of IDE. - Fixed issue where "Clean Project" clears project selection. - Fixed issue with "Build & Run" command when user has a system language other than English.

Re: RemoteObject

2018-01-15 Thread Piotr Zarzycki
st, but have to do some things first. > thanks > > 2018-01-15 9:26 GMT+01:00 Piotr Zarzycki <piotrzarzyck...@gmail.com>: > >> Hi Carlos, >> >> Can you describe more how to setup those examples ? Could you add to >> RemoteObjectAMFTest README.md file where

Re: ImageButton Mouse Events

2018-01-18 Thread Piotr Zarzycki
> -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: RemoteObject

2018-01-15 Thread Piotr Zarzycki
t >> >> >> >> http://ns.adobe.com/mxml/2009; >> xmlns:js="library://ns.apache.org/royale/basic" > >> >> >> >> >> >> >> >> >> >> > >> endPoint="http://winkelbeheer.cityfashion.be/amfphp/gateway.php; >> destination="Meta" >> source="Meta" /> >> >> >> >> >> >> >> > click="textbutton_clickHandler(event)" /> >> >> >> >> >> >> >> Any idea why I'm not getting a fault nor success event on this? >> >> >> >> -- >> Sent from: http://apache-royale-users.20374.n8.nabble.com/ >> >> >> > > > > -- > Carlos Rovira > http://about.me/carlosrovira > > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Getting started is not so easy..

2018-01-11 Thread Piotr Zarzycki
t; >> >> >> -- >> Sent from: http://apache-royale-users.20374.n8.nabble.com/ >> > > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: .9 and VS Issue

2018-01-30 Thread Piotr Zarzycki
1:50 PM, Jason Taylor <jt.theg...@gmail.com> > wrote: > >> did that with no change, output folder looks good, >> js-debug/HelloRoayle.js, map, index.html, css, library and org files, >> index.html runs perfectly in chrome with no errors. Seems to be specific >> to

Re: .9 and VS Issue

2018-01-30 Thread Piotr Zarzycki
nodeDebugAdapter.js:6:12) > at NodeDebugAdapter.launch (c:\Program Files\Microsoft VS > Code\resources\app\extensions\ms-vscode. > > Also at the top of VSCode it shows an error Attribute 'program' does not > exist ('c:\Users\jason\Documents\Test/bin/js-debug/index.js'). > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: .9 and VS Issue

2018-01-30 Thread Piotr Zarzycki
aste.apache.org/GFs7 Thanks, Piotr 2018-01-30 22:21 GMT+01:00 Piotr Zarzycki <piotrzarzyck...@gmail.com>: > Hi Jason, > > What are you actually seeing in the folder bin/js-debug/ after compilation > ? > > Thanks, Piotr > > 2018-01-30 22:14 GMT+01:00 Jason Taylor &l

Re: Amended Button still not in Nightly Build

2018-02-08 Thread Piotr Zarzycki
s to you both. >>> >>> Doug >>> >>> >>> >>> -- >>> Sent from: http://apache-royale-users.20374.n8.nabble.com/ >>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-users.20374.n8.nabble.com%2

Re: Amended Button still not in Nightly Build

2018-02-08 Thread Piotr Zarzycki
> My 2 cents, > -Alex > > From: Piotr Zarzycki <piotrzarzyck...@gmail.com> > Reply-To: "users@royale.apache.org" <users@royale.apache.org> > Date: Thursday, February 8, 2018 at 1:44 AM > To: "users@royale.apache.org" <users@royale.apache.org&

Re: Amended Button still not in Nightly Build

2018-02-08 Thread Piotr Zarzycki
an upgrade to a later > build and find that your JS app doesn't pick up fixes because it is still > using older versions. > > HTH, > -Alex > > From: Piotr Zarzycki <piotrzarzyck...@gmail.com> > Reply-To: "users@royale.apache.org" <users@royale.apache

Re: Amended Button still not in Nightly Build

2018-02-08 Thread Piotr Zarzycki
> > Doug > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Canvas

2018-02-06 Thread Piotr Zarzycki
t; > I am using mx:Canvas and porting my app to Apache Flexjs/Royale I can't > find > any substitute of it. > > Kindly let me know if there is any other alternate for similar > functionality. > > > > Aleena > > > > -- Piotr Zarzycki Patreon: *https

Re: Title Window

2018-02-06 Thread Piotr Zarzycki
o Apache Flexjs/Royale I can't > find any substitute of it. > > Kindly let me know if there is any other alternate for similar > functionality. > > > > Aleena > > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Moonshine IDE 1.9.0 Released!

2018-02-12 Thread Piotr Zarzycki
Hi Harbs, Thank you so much! I will post announce also on our fan page! Thanks, Piotr 2018-02-12 11:21 GMT+01:00 Gabe Harbs <harbs.li...@gmail.com>: > Great news! Keep up the great work! :-) > > Harbs > > On Feb 12, 2018, at 12:17 PM, Piotr Zarzycki <piotrzarzyck...@gm

Moonshine IDE 1.9.0 Released!

2018-02-12 Thread Piotr Zarzycki
: https://goo.gl/7srtiY Enjoy! :), -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Title Window

2018-02-14 Thread Piotr Zarzycki
sday, February 06, 2018 3:03 PM > To: us...@flex.apache.org > Subject: RE: Title Window > > Thanks > > -Original Message- > From: Piotr Zarzycki [mailto:piotrzarzyck...@gmail.com] > Sent: Tuesday, February 06, 2018 3:10 PM > To: us...@flex.apache.org; user

Re: Title Window

2018-02-14 Thread Piotr Zarzycki
for a Panel.The TitleBarModel has a "showCloseButton" field. > We just need a volunteer to put all of the pieces together and call it a > TitleWindow. > > -Alex > > From: Piotr Zarzycki <piotrzarzyck...@gmail.com> > Reply-To: "users@royale.apache.org" <users@roya

Re: Getting started is not so easy..

2018-02-14 Thread Piotr Zarzycki
I don't know whether Josh's plugin was tested with Java 9, so better use 8. 2018-02-14 22:03 GMT+01:00 Piotr Zarzycki <piotrzarzyck...@gmail.com>: > Hi Frederic, > > First of all if you use JS only Royale you won't have to download > anything. The second thing is that there is

Re: Getting started is not so easy..

2018-02-14 Thread Piotr Zarzycki
"VSCode Royale version" isn't released, I guess an easy way >> to make Royale work with an IDE in order to experience with the framework, >> is by using Moonshine and the Royale JSOnly package. >> You just have to install Moonshine, download the JSOnly SDK and update the >> Moonshine settings with the SDK path. >> This should be done in a couple of minutes... >> >> Hope this helps, >> Olaf >> >> >> >> >> -- >> Sent from: http://apache-royale-users.20374.n8.nabble.com/ >> > > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Getting started is not so easy..

2018-02-14 Thread Piotr Zarzycki
And Again you are using some old code. There is not anymore flexjs namespaces. Take a look into the Royale blog post Hello World -> http://royale.apache.org/creating-a-hello-world-in-apache-royale/ 2018-02-14 22:03 GMT+01:00 Piotr Zarzycki <piotrzarzyck...@gmail.com>: > I don't

Re: Getting started is not so easy..

2018-02-15 Thread Piotr Zarzycki
t; to view the output? Looking for something like the "Play" icon in Flash > Builder. Now I need to build manually and then refresh the page in Chrome. > Is this the preferred way? > > Thanks for any feedback, eager to explore Royale further. > > On Wed, Feb 14, 2018 at 10:

Re: RemoteObject

2018-02-15 Thread Piotr Zarzycki
leDefinition" > namespace not provided yet > goog.require('org.apache.royale.reflection.VariableDefinition'); > ^^^ > > Feb 15, 2018 11:51:04 AM com.google.javascript.jscomp.LoggerErrorManager > printSummary > WARNING: 5

Re: Substitutes in Apache Royale

2018-02-15 Thread Piotr Zarzycki
>> import mx.managers.PopUpManager; //org.apache.royale.core.IPopUp or >> .IPopUpHost >> import org.apache.royale.utils.StringUtil;// instead of import >> mx.utils.StringUtil; >> >> Reference: http://apacheflexbuild.cloudapp.net:8080/job/ >> Royale_ASDoc_Example/lastSuccessfulBuild/artifact/examples/ >> royale/ASDoc/bin/js-debug/index.html >> >> Thanks, >> Alina Kazi >> >> >> > > > -- > Carlos Rovira > http://about.me/carlosrovira > > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: RemoteObject

2018-02-15 Thread Piotr Zarzycki
e reading an old tutorial, it > will tell you that you should see a download window instead of this > message. This confused people so this is the new behaviour starting from > amfphp 1.2.View the amfphp > documentationLoad the service browser > > Should I target a specific file with

Re: about includeIn keyword

2018-02-17 Thread Piotr Zarzycki
_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > > On Sat, Feb 17, 2018 at 6:38 PM, Serkan Taş <serkan@likyateknoloji.com > > wrote: > >> Thanks Piotr, >> >> I'll work on... >> >> 18.02.2018 01:29 tarihinde Piotr Zarzycki yazdı: >> >> It is t

Re: about includeIn keyword

2018-02-17 Thread Piotr Zarzycki
> Hi, > > In my flex application i am using states for component visibility and > activity. What is may be the Royal way ? > > Example : > > > bottom="264" horizontalCenter="0" verticalCenter="-3"/> > > >

Re: about includeIn keyword

2018-02-17 Thread Piotr Zarzycki
; > > (Gives error : This tag is unexpected. It will be ignored) > > > > > > > > > > > > > > > > > > > > > > > > > 18.02.2018 00:41 tarihinde Piotr Zarzycki yazdı: > > Hi Serkan &

Re: Substitutes in Apache Royale

2018-02-21 Thread Piotr Zarzycki
modify the > Royale compiler, could you try compiling your Flex app with the Royale > compiler and generate a report of APIs used? > > Thanks, > -Alex > > *From: *Alina Kazi <alina.k...@d-bz.com> > *Reply-To: *"users@royale.apache.org" <users@royale.apache.org> > *Date: *Wednesday, February 14, 2018 at 11:06 PM > *To: *"users@royale.apache.org" <users@royale.apache.org> > *Subject: *Substitutes in Apache Royale > > Hi, > > I have replaced few imports in Apache Royale Project after comparison in > terms of functionality. > As you all are more familiar to Flex and Apache Royale. > Are these correct substitutes? > import org.apache.royale.html.Alert; //instead of import mx.controls.Alert; > import org.apache.royale.events.CloseEvent; // instead of import > mx.events.CloseEvent; > import org.apache.royale.net.events.FaultEvent; // instead of import > mx.rpc.events.FaultEvent; > import org.apache.royale.net.events.ResultEvent; //instead of import > mx.rpc.events.ResultEvent; > import mx.collections.ArrayCollection; //very similar to > org.apache.royale.collections.TreeData > import mx.collections.Sort; // No Alternate found > import mx.collections.SortField;// No Alternate found > import mx.managers.PopUpManager; //org.apache.royale.core.IPopUp or > .IPopUpHost > import org.apache.royale.utils.StringUtil;// instead of import > mx.utils.StringUtil; > > Reference: http://apacheflexbuild.cloudapp.net: > 8080/job/Royale_ASDoc_Example/lastSuccessfulBuild/artifact/ > examples/royale/ASDoc/bin/js-debug/index.html > <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapacheflexbuild.cloudapp.net%3A8080%2Fjob%2FRoyale_ASDoc_Example%2FlastSuccessfulBuild%2Fartifact%2Fexamples%2Froyale%2FASDoc%2Fbin%2Fjs-debug%2Findex.html=02%7C01%7Caharui%40adobe.com%7C2a0f4a052bf44496feaf08d574445542%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636542759199500428=A9xjrAppjUqWDkvAJTgSHhOOW3ZlkZPPZTD5%2BG4eexw%3D=0> > > Thanks, > Alina Kazi > > > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: rs model / tag

2018-02-19 Thread Piotr Zarzycki
Mandeep, You have to just open them. Most of them were configured to work with Moonshine. Once you open there is possibility that something went wrong, so you need to check Project Settings. Are you pointing to the good Royale SDK folder. ? Did you try open Hello World? Try also reseting all

Re: Substitutes in Apache Royale

2018-02-20 Thread Piotr Zarzycki
t; do > that choose "Project" -> "Build Project" - it will use SWF compiler > Build to JS only "Project" -> "Build as JavaScript" > > [1] https://goo.gl/AQhG21 > > Thanks, > Piotr > > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Substitutes in Apache Royale

2018-02-18 Thread Piotr Zarzycki
Alex, Are you saying that our SWF compiler is capable to compile Flex app? Wow didn't know. I thought everything what is written in Royale doesn't understand Flex. :) Piotr On Mon, Feb 19, 2018, 08:35 Alex Harui wrote: > Hi Alina, > > What I'm asking is that you take your

Re: Say Hello to TranspiledActionScript Idea!

2018-02-22 Thread Piotr Zarzycki
ease don't overlook the last link [7]! ;-) >> Go ahead and support Piotr in order to enable him to continue his awesome >> work! >> >> Thanks, >> Olaf >> >> [7] https://www.patreon.com/piotrzarzycki >> >> >> >> -- >> Sent from:

Re: Say Hello to TranspiledActionScript Idea!

2018-02-22 Thread Piotr Zarzycki
ment routing like Alex did in ASDoc). In > iPhone, it show a message that mobile version is on the works. > So all ok! :) > > 2018-02-22 16:27 GMT+01:00 Piotr Zarzycki <piotrzarzyck...@gmail.com>: > >> Btw. I didn't have a chance to test the website on a Retina display, s

Re: RemoteObject

2018-02-16 Thread Piotr Zarzycki
: >>> clients.cityfashion.dev.exuvis.com >>> >>> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fclients.cityfashion.dev.exuvis.com=02%7C01%7Caharui%40adobe.com%7C3c68ff16e47d4dce093508d5747564fc%7Cfa7b1b5a7b34438794aed2c178decee1%

Re: Moonshine project names

2018-02-15 Thread Piotr Zarzycki
Is it possible to have project names to contain latin5 characters ? > > eg: ışğç and İŞĞÇ > > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Moonshine project names

2018-02-15 Thread Piotr Zarzycki
The other thing is - Do you have such project where you have to use characters from latin ? Thanks, Piotr 2018-02-15 21:40 GMT+01:00 Serkan Taş <serkan@likyateknoloji.com>: > Sure, keyboard is not typing :) > > ok i will. > > 15.02.2018 23:38 tarihinde Piotr Zarzycki

Re: Say Hello to TranspiledActionScript Idea!

2018-02-22 Thread Piotr Zarzycki
nd of things!! ;) > > 2018-02-22 19:36 GMT+01:00 Piotr Zarzycki <piotrzarzyck...@gmail.com>: > >> Alex, >> >> I will definitely do tests after your fixes with js-release, because this >> is what you are seeing is js-debug version. I'm using states and js-re

Re: Say Hello to TranspiledActionScript Idea!

2018-02-22 Thread Piotr Zarzycki
> and posts. The examples are what beginners need to get familiar with the > project. Keep up the good work! > > Verstuurd vanaf mijn iPhone > > Op 23 feb. 2018 om 00:04 heeft Piotr Zarzycki <piotrzarzyck...@gmail.com> > het volgende geschreven: > > Carlos, > >

Re: Say Hello to TranspiledActionScript Idea!

2018-02-23 Thread Piotr Zarzycki
There will be more! :) Thanks Serkan! :) 2018-02-23 19:25 GMT+01:00 Serkan Taş <serkan@likyateknoloji.com>: > Thank you so much Piotr, > > it is really good ! > 22.02.2018 17:59 tarihinde Piotr Zarzycki yazdı: > > Hi Folks, > > Almost four months ago, I created

Re: Substitutes in Apache Royale

2018-02-19 Thread Piotr Zarzycki
ault and > Result events are a must or at least I can't imagine a way to handle the > async behavior in other way. Maybe your scenario was different right? > > > -- > Carlos Rovira > http://about.me/carlosrovira > > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Substitutes in Apache Royale

2018-02-19 Thread Piotr Zarzycki
be rewritten. >>> >>> >> I think you was not using AMF. With RemoteObjects, I think Fault and >> Result events are a must or at least I can't imagine a way to handle the >> async behavior in other way. Maybe your scenario was different right? >> >> >&g

Re: library Project in Moonshine IDE

2018-02-26 Thread Piotr Zarzycki
le generated and no error occurred. > > > > Settings screenshot: > > https://www.dropbox.com/s/gz5m8f2t63x625y/libraryProjectbuildissue.png? > dl=0 > > > > > > -Alina > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Say Hello to TranspiledActionScript Idea!

2018-02-22 Thread Piotr Zarzycki
actionscript.com/ [4] https://github.com/PureMVC/puremvc-as3-demo-flex-employeeadmin [5] https://transpiledactionscript.com/examples/PureMVCEmployeeAdminBasic/ [6] https://transpiledactionscript.com/examples/PureMVCEmployeeAdminMDL/ [7] https://www.patreon.com/piotrzarzycki Thanks, -- Piotr Zarzy

Re: Say Hello to TranspiledActionScript Idea!

2018-02-22 Thread Piotr Zarzycki
t job! Can wait to explore all > you have done! > > I think this should be promoted vía social networks to spread the word > (twitter, facebook,...) > > again great job! :)) > > > 2018-02-22 15:59 GMT+01:00 Piotr Zarzycki <piotrzarzyck...@gmail.com>: > >> Hi Fo

Re: Say Hello to TranspiledActionScript Idea!

2018-02-22 Thread Piotr Zarzycki
Btw. I didn't have a chance to test the website on a Retina display, so if you have such a display, please let me know how the website looks. :) Thanks, Piotr 2018-02-22 16:21 GMT+01:00 Piotr Zarzycki <piotrzarzyck...@gmail.com>: > Hi Carlos, > > Thank you! There will

Re: Say Hello to TranspiledActionScript Idea!

2018-02-22 Thread Piotr Zarzycki
ahead and support Piotr in order to enable him to continue his awesome > work! > > Thanks, > Olaf > > [7] https://www.patreon.com/piotrzarzycki > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki Patreon: *ht

Re: Need help with states

2017-12-25 Thread Piotr Zarzycki
1] https://gist.github.com/ok-at-github/f521e91fe95bf5b3b03eddcc48e87f40 > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Need help with states

2017-12-26 Thread Piotr Zarzycki
s://github.com/apache/royale-asjs/blob/develop/ > examples/royale/RoyaleStore/src/main/royale/productsView/ > ProductCatalogPanel.mxml#L540 > > [2] > https://paste.apache.org/C6GW > > > > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: setting up development environment

2017-12-26 Thread Piotr Zarzycki
t; Mandeep > > > <http://www.avg.com/email-signature?utm_medium=email_source=link_campaign=sig-email_content=webmail> > Virus-free. > www.avg.com > <http://www.avg.com/email-signature?utm_medium=email_source=link_campaign=sig-email_content=webmail> > <#m_-2240

Re: Need help with states

2017-12-27 Thread Piotr Zarzycki
tems that matches e.g this pattern > 'state*' (from the beginning of the item name). > > Thanks, > Olaf > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Moonshine IDE 1.14.0 Released!

2018-07-30 Thread Piotr Zarzycki
. - Visual Editor: Added "Command Button" option for Button control. - Visual Editor: Added reverse command for Tab in property panel using SHIFT + Tab shortcut. Bug fixes and improvements. More in release notes: https://bit.ly/2AlQrH0 Thanks, -- Piotr Zarzycki Patreon: *htt

Re: Welcome New Users

2018-08-09 Thread Piotr Zarzycki
he emulation of MX and Spark Components. > > > > Pashmina Kazi has successfully created her first PR. > > > > Regards, > > Alina Kazi > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Tour of Heroes(Angular) of Royale version

2018-08-16 Thread Piotr Zarzycki
Hi Carlos, In case of removing from ArrayList something and refreshing list - There are Beads for that purpose. Maybe it is a good subject for blog post. You should go through old examples in our repo. Thanks, Piotr On Fri, Aug 17, 2018, 12:48 AM Carlos Rovira wrote: > I think I fixed Point 7

Re: Tour of Heroes(Angular) of Royale version

2018-08-17 Thread Piotr Zarzycki
One of the more sophisticated example is in my TranspiledActionScript repository [1]. [1] https://github.com/piotrzarzycki21/TranspiledActionScript/blob/examples/Examples/PureMVCEmployeeAdminBasic/src/com/transpiledactionscript/puremvc/royale/employeeadmin/view/components/RolePanel.mxml Thanks,

  1   2   3   4   5   >