Re: Introducing asformat

2021-09-22 Thread Harbs
Totally agree! B-) > On Sep 22, 2021, at 8:54 PM, Andrew Wetmore wrote: > > totally cool. > > On Wed, Sep 22, 2021 at 2:43 PM Josh Tynjala > wrote: > Hey everyone, > > I recently created asformat, which is a formatter for ActionScript code. It > is based on

Re: Introducing asformat

2021-09-22 Thread Andrew Wetmore
totally cool. On Wed, Sep 22, 2021 at 2:43 PM Josh Tynjala wrote: > Hey everyone, > > I recently created asformat, which is a formatter for ActionScript code. > It is based on the Royale compiler's lexer that creates a stream of tokens. > One nice thing about working with the token stream

Introducing asformat

2021-09-22 Thread Josh Tynjala
Hey everyone, I recently created asformat, which is a formatter for ActionScript code. It is based on the Royale compiler's lexer that creates a stream of tokens. One nice thing about working with the token stream versus a full AST (Abstract Syntax Tree) is that it's easier to keep track of

Re: crux not invoking event handler method

2021-09-22 Thread Roman Isitua
I am using maven for dependency management. I created a multi module maven project with a client side and server side. The client side is apache royale project that was created using the following archetype mvn archetype:generate -DgroupId="com.spacio.fm.client3" -DartifactId="FmClient3"

RE: Moonshine SDK Installer 4.0.0 released

2021-09-22 Thread Maria Jose Esteve
Hello Piotr, I'm sorry I didn't answer you, forgive me. Yes, I still can't download. I do not know the process that is used but I understand that it will connect to a repository and the last day I stayed at this point, looking at the path of the repositories that you are trying to access.

RE: crux not invoking event handler method

2021-09-22 Thread Maria Jose Esteve
Roman, How do you compile ? asconfigc, mvn, …? Can you send pom.xml, asconfig.json, ...? Thx De: Roman Isitua Enviado el: miércoles, 22 de septiembre de 2021 11:47 Para: users@royale.apache.org Asunto: crux not invoking event handler method Hi Everyone, I created a new royale project on

Re: Moonshine SDK Installer 4.0.0 released

2021-09-22 Thread Piotr Zarzycki
Maria, Do you still have problems with downloading SDK trough Moonshine SDK Installer ? śr., 15 wrz 2021 o 18:36 Piotr Zarzycki napisał(a): > Hi Maria, > > We can make a short call when you will be available and you could show me. > Please try uninstall Moonshine SDK Installer and install

crux not invoking event handler method

2021-09-22 Thread Roman Isitua
Hi Everyone, I created a new royale project on version 0.9.7. I am able to inject models into view. I have created my first custom event with its corresponding event handler method in the controller. When I dispatch the event crux does not invoke my event handler method What is frustrating is