Re: Setting up spectrum

2022-01-07 Thread Harbs
> One question, since spectrum is not part of the royale sdk, is there an as > doc for spectrum ? > > I like looking api doc to understand how to use ui components (properties, > beads, e.t.c ) No. Sorry. I’m not very good about writing docs. :-( (If you’re inclined I’d love to get PRs to fi

Re: Setting up spectrum

2022-01-07 Thread Roman Isitua
Thanks for this info. I will ask questions whenever the need arises. On Fri, Jan 7, 2022 at 10:33 AM Harbs wrote: > One question, since spectrum is not part of the royale sdk, is there an as > doc for spectrum ? > > I like looking api doc to understand how to use ui components (properties, > be

Build SDK: JS + SWF

2022-01-07 Thread Maria Jose Esteve
Hi, I need to compile the SDK for JS and for SWL, I am building the asjs with these two instructions: 1º) maven mvn clean install -P option-with-swf,option-with-sass-compile -DskipTests -Drat.skip=true 2º) ant ant all -Dbuild.noprompt=true -Drelease.target=true -Dskip-tests=true My doubts aris