Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.8 released

2021-08-31 Thread Andrew Wetmore
@apache-royale/royale-js-swf -g > > > > Windows: > > npm install @apache-royale/royale-js -g > > > > Or for SWF Support: > > npm install @apache-royale/royale-js-swf -g > > > > See the README for more information. The language reference (ASDoc) is > > here: https://royale.apache.org/asdoc/ > > > > Additional documentation is here: https://apache.github.io/royale-docs/ > > > > The documentation is still a work in progress. Volunteers are welcome to > > help improve it. Visit https://royale.apache.org/ for links to other > > resources. > > > > Please try Royale and become involved in shaping the future of > application > > development. > > > > The Apache Royale Community > > > > > -- Andrew Wetmore http://cottage14.blogspot.com/

Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.8 released

2021-08-31 Thread Andrew Wetmore
install @apache-royale/royale-js-swf -g > > See the README for more information. The language reference (ASDoc) is > here: https://royale.apache.org/asdoc/ > > Additional documentation is here: https://apache.github.io/royale-docs/ > > The documentation is still a work in progress.

Re: [DISCUSS] Discuss Release Apache Royale 0.9.8 RC6

2021-08-16 Thread Andrew Wetmore
This is great news On Mon., Aug. 16, 2021, 3:22 p.m. Josh Tynjala, wrote: > Thanks again for the hard work, Yishay! > > I ran the approval script successfully, I confirmed that the royale-asjs > works correctly for powering code intelligence in vscode-as3mxml, and I can > compile and run

Re: MXRoyale splitting to two libs - please provide your feedback.

2021-10-06 Thread Andrew Wetmore
as > > > before for MXRoyale (this avoids breaking any builds for folks using > > > MXRoyale). The biggest impact from an emulation developer's perspective > > is > > > that potentially you might need to look in two library codebases (e.g. > if > > > you are making changes to IUIComponent which is in MXRoyaleBase and > > > UIComponent which is in MXRoyale). If you are working on non-UI code, > it > > > should mainly be in MXRoyaleBase. If you are mainly working mainly on > the > > > UI code, which I think is very often the case, it will continue to be > in > > > MXRoyale. > > > > > > > > > Thanks, > > > Greg > > > > > -- > > > > Piotr Zarzycki > > > -- Andrew Wetmore http://cottage14.blogspot.com/

Re: Use Royale to build the Royale website?

2021-12-04 Thread Andrew Wetmore
de from for the parsing > logic. https://github.com/markdown-it/markdown-it > https://github.com/showdownjs/showdown > > Thoughts? > > > On Apr 18, 2021, at 2:52 PM, Andrew Wetmore wrote: > > > > Hi, all: > > > > I have created a wiki page [1] where we can

Re: Why Royale page

2022-01-03 Thread Andrew Wetmore
eel free to add to it… ;-) -- Andrew Wetmore Editor, Moose House Publications <https://moosehousepress.com/> Editor-Writer, The Apache Software Foundation <https://apache.org/>

page on reflection

2022-01-03 Thread Andrew Wetmore
@Harbs in the page on minification you left a to-do note that we need a page on reflection classes and functions. I can create a stub for that page if you can tell me where it should be in the stack. Under 'features'? a -- Andrew Wetmore Editor, Moose House Publications <ht

Fwd: [apache/royale-docs] Page build failure

2022-01-03 Thread Andrew Wetmore
Oops. Fixed now -- Forwarded message - From: GitHub Date: Mon., Jan. 3, 2022, 6:46 p.m. Subject: [apache/royale-docs] Page build failure To: Andrew Wetmore The page build failed for the `master` branch with the following error: There was a YAML syntax error on line 57 column

Re: ASDoc

2021-11-28 Thread Andrew Wetmore
iled to create task or > type asdoc > Cause: The name is undefined. > Action: Check the spelling. > Action: Check that any custom tasks/types have been declared. > Action: Check that any / declarations have taken > place. > > > On Nov 28, 2021, at 2:29 PM, Andrew

Re: ASDoc

2021-11-28 Thread Andrew Wetmore
ocs… ;-) > > I’d really like to work on this, but I’m not sure where to start. > > > On Nov 15, 2021, at 4:03 PM, Andrew Wetmore wrote: > > > > I think there is some, um, documentation on building ASDoc on the wiki. I > > will go look. > > > > a >

Re: ASDoc

2021-11-29 Thread Andrew Wetmore
t;/> > > > > > > > > and in asdocs here: > > > > > > > > > > > > > > > > classpathref="flexT

Re: Dictionary

2021-11-13 Thread Andrew Wetmore
Greg, can I throw that into documentation as a workaround? On Sat., Nov. 13, 2021, 4:45 p.m. Greg Dove, wrote: > Hi Hugo, > > I might change this in the near future. But for now, here is the general > 'rule of thumb' that I use: > > If the instance only has string keys (or

Re: ASDoc

2021-11-15 Thread Andrew Wetmore
tions. Those seem to be missing. > 2. Release versioning. > 3. Add some top level info like XML. > > Who understands how ASDoc builds work? > > Thanks, > Harbs -- Andrew Wetmore http://cottage14.blogspot.com/

Re: Two-way databinding

2021-10-31 Thread Andrew Wetmore
e octubre de 2021 17:49 > >> Para: Apache Royale Development > >> Asunto: Two-way databinding > >> > >> Hi, > >> > >> Just to confirm, two-way databinding is not supported at the moment, > >> correct, or did I miss something on my search ? > >> > >> Regards, > >> Hugo. > >> > > -- Andrew Wetmore http://cottage14.blogspot.com/

Re: [royale-asjs] 01/02: Merge branch 'ChildResize' into develop

2021-11-01 Thread Andrew Wetmore
ntainer.as | 41 + > .../royale/spark/components/beads/GroupView.as | 21 +++-- > .../components/beads/SkinnableContainerView.as | 14 ++++-- > .../layouts/supportClasses/SparkLayoutBead.as | 52 > +- > 7 files changed, 207 insertions(+), 12 deletions(-) > > -- Andrew Wetmore http://cottage14.blogspot.com/

Re: Sanitizing HTML (was Re: 0.9.9)

2021-12-12 Thread Andrew Wetmore
in > emulation should take priority IMO. For other component sets I wouldn’t say > that. > > -- Andrew Wetmore Editor, Moose House Publications <https://moosehousepress.com/> Editor-Writer, The Apache Software Foundation <https://apache.org/>

Re: Use Royale to build the Royale website?

2021-12-05 Thread Andrew Wetmore
gt; 4. I’d like to hook this into a Router for navigation. > > I’m probably going to do this with my daughter who is in school to serve > as a practice lesson in generating and using document trees. B-) > > > On Dec 5, 2021, at 1:17 AM, Andrew Wetmore wrote: > > > > I would b

Re: Use Royale to build the Royale website?

2021-12-05 Thread Andrew Wetmore
ce I make some progress I’ll probably try and coordinate with you on how > to best document it. > > If anyone has further thoughts, please let me know. > > Harbs > > > On Dec 5, 2021, at 2:57 PM, Andrew Wetmore wrote: > > > > Excellent. We will need b

Re: [royale-asjs] 01/01: Added sanitizeUrl and sanitizeHtml

2021-12-14 Thread Andrew Wetmore
* > >>> +import org.apache.royale.utils.string.*; > >>> +import org.apache.royale.test.asserts.*; > >>> > >>> -[Suite] > >>> -[RunWith("org.apache.royale.test.runners.SuiteRunner")] > >>> -public class CoreTeste

Re: First Apache Royale App pass all tests in Microsoft Office Store (even support for IE11 and Edge WebView 1) - Urrai !

2021-12-15 Thread Andrew Wetmore
Oh, I see. The license downloads, rather than displaying in the browser window that opens when you click the link. I now am the happy owner of six copies of the license. On Wed, Dec 15, 2021 at 9:19 AM Andrew Wetmore wrote: > Yeah...I will need that tutorial, too! > > Could see you

Re: First Apache Royale App pass all tests in Microsoft Office Store (even support for IE11 and Edge WebView 1) - Urrai !

2021-12-15 Thread Andrew Wetmore
; > > > *Congratulations! Your submission has been approved for publishing to > AppSource and other relevant Microsoft storefronts as per your specified > schedule.* > > *Microsoft will continue testing your offer and may reach out to you with > any issues that are observed late

Re: Apache Royale Add-In publish to Microsoft Office Store

2021-12-10 Thread Andrew Wetmore
e Add-In publish to Microsoft Office Store > > > > > > Hi, > > > > > > My Add-In was just successful publish to the Microsoft Office Store for > > > evaluation (after pass for a long process of failure over failure). > > > Let's see if they approve

Re: [apache/royale-asjs] j:DataGridSort is missing (#1111)

2022-03-05 Thread Andrew Wetmore
oid< > https://play.google.com/store/apps/details?id=com.github.android=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub > >. > You are receiving this because you are subscribed to this thread.Message > ID: > -- Andrew Wetmore Editor, Moose House Publications <https://moosehousepress.com/> Editor-Writer, The Apache Software Foundation <https://apache.org/>

ApacheCon 2022

2022-03-11 Thread Andrew Wetmore
bundling with some other Apache projects to do a 'frameworks' or 'UI" track. Thoughts? -- Andrew Wetmore Editor, Moose House Publications <https://moosehousepress.com/> Editor-Writer, The Apache Software Foundation <https://apache.org/>

Re: Update of the royale web site for TDJ

2022-03-06 Thread Andrew Wetmore
I don't see the changes on the website and it has been more > than 5 hours since I did the last commit. > How should I update? > > > [1] https://github.com/apache/royale-asjs/wiki/Release-Manager-(Web-Site) > > Thx > > Hiedra > > -- Andrew Wetmore Editor, Moose H

Re: 0.9.9

2022-01-14 Thread Andrew Wetmore
> > Hi All, > > I think there is enough to start a new release. Are there any volunteers? > If we release 0.9.9 the next version will automatically (I think be set) to > 1.0. > > Are we ready for that? > > Appreciate your thoughts. > > > -- Andrew Wetmore Editor,

Re: Rich media in Royale

2023-09-21 Thread Andrew Wetmore
ou are hereby > notified that any disclosure, copying, distribution or taking action in > relation of the contents of this information is strictly prohibited and may > be unlawful. > > This email has been scanned for viruses and malware, and may have been > automatically archived b

Re: Royale AS3 with Starling Framework

2023-09-25 Thread Andrew Wetmore
r! > > https://fancy2209.github.io/FlappyStarlingRoyale/ > > Source code available here: > > https://github.com/Fancy2209/Flappy-Starling-Royale > > -- > Josh Tynjala > -- Andrew Wetmore Editor, Moose House Publications <https://moosehousepress.com/> Editor-Writer, The Apache Software Foundation <https://apache.org/>

Re: Developing new Royale website with Pelican

2022-06-24 Thread Andrew Wetmore
been using to Pelican, a static site generator > > recommended by Infra. > > > > -- > > Josh Tynjala > > Bowler Hat LLC <https://bowlerhat.dev> > > > -- Andrew Wetmore Editor, Moose House Publications <https://moosehousepress.com/> Editor-Writer, The Apache Software Foundation <https://apache.org/>

Re: Developing new Royale website with Pelican

2022-06-23 Thread Andrew Wetmore
The problem at the moment is that there is a significant issue in the Apache build structure. Infra is working to resolve that. Then we will update both the template and the instructions for using it. THEN everything will flow again. We will be able to build and test locally, but not for a long

Re: ci-builds stuck

2022-07-05 Thread Andrew Wetmore
b/Royale-asjs/> > [2] apacheroyaleci2.westus2.cloudapp.azure.com< > http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/> > > -- Andrew Wetmore Editor, Moose House Publications <https://moosehousepress.com/> Editor-Writer, The Apache Software Foundation <https://apache.org/>

Re: Developing new Royale website with Pelican

2022-07-05 Thread Andrew Wetmore
m > >> the WordPress setup we've been using to Pelican, a static site generator > >> recommended by Infra. > >> > >> -- > >> Josh Tynjala > >> Bowler Hat LLC <https://bowlerhat.dev> > >> > > -- Andrew Wetmore Editor, Moose House Publications <https://moosehousepress.com/> Editor-Writer, The Apache Software Foundation <https://apache.org/>

Re: ci-builds stuck

2022-07-06 Thread Andrew Wetmore
In fact, why is anybody related to Royale paying for a builds server? Infra has a ton of Jenkins servers available. I will hunt up the documentation in a couple of hours. On Tue, Jul 5, 2022 at 9:51 AM Andrew Wetmore wrote: > Do we all have a way of contributing toward the cost of the Jenk

Re: ci-builds stuck

2022-07-06 Thread Andrew Wetmore
The details are here, including how a PMC can get access to one of the servers: https://cwiki.apache.org/confluence/display/INFRA/Jenkins On Wed, Jul 6, 2022 at 11:02 AM Andrew Wetmore wrote: > In fact, why is anybody related to Royale paying for a builds server? > Infra has a ton of J

Re: ci-builds stuck

2022-07-06 Thread Andrew Wetmore
infra has not been fruitful and maven central snapshots are a week behind. > > Amy ideas how to get their attention? I know some users are waiting for a > solution. > > My CLT-L09. On O2. > > > Original message > From: Andrew Wetmore > Date: Wed, 6 Jul 2022

Re: Where's the repo where I can checkout the current Royale website?

2022-06-20 Thread Andrew Wetmore
I THINK this is the git repo: https://github.com/apache/royale-website/tree/asf-site On Mon, Jun 20, 2022 at 4:25 PM Andrew Wetmore wrote: > This page may have the location: > https://github.com/apache/royale-asjs/wiki/Release-Manager-(Web-Site) > > On Mon, Jun 20, 2022 at 3:59 PM

Re: Where's the repo where I can checkout the current Royale website?

2022-06-20 Thread Andrew Wetmore
Josh Tynjala > Bowler Hat LLC <https://bowlerhat.dev> > -- Andrew Wetmore Editor, Moose House Publications <https://moosehousepress.com/> Editor-Writer, The Apache Software Foundation <https://apache.org/>

Re: Deploy new Royale static site as-is?

2022-07-18 Thread Andrew Wetmore
he future. > I simply think that it's better to replace the old website with > **anything** that we can update properly, since the old website doesn't > even mention the newest two Royale SDK releases. > > Does anyone object to moving forward with the Elventy-based site for now?

Re: Opinion about adding example project for locales use

2022-04-29 Thread Andrew Wetmore
eful for peoples trying > > this. > > Could it be added in the examples ? > > > > What do you think ? > > > > https://github.com/apache/royale-asjs/pull/1191 > > > > Could you give me feedback ? (because I'm not sure to use the right > coding > > way) > > > > Thanks > > > > Regards > > > -- Andrew Wetmore Editor, Moose House Publications <https://moosehousepress.com/> Editor-Writer, The Apache Software Foundation <https://apache.org/>

Re: Deploy new Royale static site as-is?

2022-08-01 Thread Andrew Wetmore
o replace the old website with > **anything** that we can update properly, since the old website doesn't > even mention the newest two Royale SDK releases. > > Does anyone object to moving forward with the Elventy-based site for now? > > -- > Josh Tynjala > Bowler Hat LLC <h

Re: Deploy new Royale static site as-is?

2022-08-30 Thread Andrew Wetmore
If we now have a working process to maintain our website, can someone help me update our documentation about it? This page [1] still gives guidance for the WordPress site. a 1. https://github.com/apache/royale-asjs/wiki/Release-Manager-(Web-Site) On Mon, Aug 1, 2022 at 1:35 PM Andrew Wetmore

Re: Introducing asformat

2022-09-28 Thread Andrew Wetmore
y-blocks: Controls whether empty blocks are collapsed so > > that the opening and closing curly brace are both on the same line or > not. > > (Default: false) > > > > > > --max-preserve-new-lines: Specify the maximum number of new line > > characters that are allowed to appear consecutively. (Default: 2) > > > > > > --semicolons: Controls how semicolons are handled. Valid values are > > insert, remove, and ignore. Insert means that missing semicolons are > > inserted. Remove means that all semicolons are removed, and ignore means > > that there is no change to semicolons in the file. (Default: insert) > > > > > > Additional notes: > > > > > > If neither --write-files nor --list-files is specified, the formatted > > source code is written to standard output instead. > > > > > > If no files are specified, asformat waits for standard input instead. > > > > > > -- > > > Josh Tynjala > > > Bowler Hat LLC <https://bowlerhat.dev/> > > > > > -- Andrew Wetmore Editor, Moose House Publications <https://moosehousepress.com/> Editor-Writer, The Apache Software Foundation <https://apache.org/>

Re: Welcome Hugo Ferreira to Apache Royale's PMC

2022-10-27 Thread Andrew Wetmore
in helping out > with Apache Royale's Jewel component set, among other things. > > > Regards, > Yishay > (On behalf of Apache Royale PMC) > > -- Andrew Wetmore Editor, Moose House Publications <https://moosehousepress.com/> Editor-Writer, The Apache Software Foundation <https://apache.org/>

Re: Deploy new Royale static site as-is?

2022-09-27 Thread Andrew Wetmore
; > On Tue, Aug 30, 2022 at 3:24 PM Andrew Wetmore > wrote: > > > If we now have a working process to maintain our website, can someone > help > > me update our documentation about it? This page [1] still gives guidance > > for the WordPress site. > > > &g

Software Bill of Materials

2022-08-02 Thread Andrew Wetmore
, and I can't imagine it would be too hard to put one together for our product. If this seems like a good idea, I would be happy to create a draft and get others to improve it. [1] https://develop.secure.software/sbom-facts-know-whats-in-software-fend-off-supply-chain-attacks -- Andrew Wetmore Editor

Speaking at the next ASF event

2023-02-27 Thread Andrew Wetmore
lace among them for Royale presentations. So far I have seen Fintech, Search, Big Data, and IoT tracks. I honestly do not know where Royale talks would go, if not in their own track. a -- Andrew Wetmore Editor, Moose House Publications <https://moosehousepress.com/> Editor-Writer, The

Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.10 released

2023-05-31 Thread Andrew Wetmore
n progress. Volunteers are welcome to > help improve it. Visit https://royale.apache.org/ for links to other > resources. > > Please try Royale and become involved in shaping the future of application > development. > > The Apache Royale Community > > [1] Please note that v

Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.10 released

2023-05-28 Thread Andrew Wetmore
royale.apache.org/asdoc/ > > Additional documentation is here: https://apache.github.io/royale-docs/ > > The documentation is still a work in progress. Volunteers are welcome to > help improve it. Visit https://royale.apache.org/ for links to other > resources. > > Please try Royale and become involved in shaping the future of application > development. > > The Apache Royale Community > > -- Andrew Wetmore Editor, Moose House Publications <https://moosehousepress.com/> Editor-Writer, The Apache Software Foundation <https://apache.org/>

Re: [DRAFT][ANNOUNCE] Apache Royale 0.9.10 released

2023-05-28 Thread Andrew Wetmore
No, the links seem to be valid. On Sun, May 28, 2023 at 9:52 AM Yishay Weiss wrote: > Thanks, Andrew. Do the links need to reflect the transition from mirrors > somehow? > > From: Andrew Wetmore > Sent: Sunday, May 28, 2023 3:44 PM > To: dev

Re: [PR] Cascading style sheets reference [royale-docs]

2024-04-24 Thread Andrew Wetmore
tHub and use the > URL above to go to the specific comment. > > To unsubscribe, e-mail: dev-unsubscr...@royale.apache.org > > For queries about this service, please contact Infrastructure at: > us...@infra.apache.org > > -- Andrew Wetmore Editor, Moose House Publications <https://moosehousepress.com/> Editor-Writer, The Apache Software Foundation <https://apache.org/>

<    1   2   3   4   5