Re: Need help with CSS class selector (font-family is always Arial)

2018-02-17 Thread yishayw
The issue is that the typedefs (ace-1.2.3.swc) is being read by the example app, but I can't import ace.Editor in the code. -- Sent from: http://apache-royale-development.20373.n8.nabble.com/

RE: [royale-asjs] 01/01: Not working yet

2018-02-17 Thread Yishay Weiss
Ok, thanks. From: Alex Harui Sent: Sunday, February 18, 2018 7:11 AM To: dev@royale.apache.org; comm...@royale.apache.org Subject: Re: [royale-asjs] 01/01: Not working yet Yishay, It should not be

Re: Need help with CSS class selector (font-family is always Arial)

2018-02-17 Thread Alex Harui
If the issue is only the font-family that will likely go away when I remove the * selector and clean up any repercussions. I am hoping to get to it this week, but others are welcome to beat me to it. -Alex On 2/17/18, 8:58 AM, "yishayw" wrote: >I've created an

Re: [royale-asjs] 01/01: Not working yet

2018-02-17 Thread Alex Harui
Yishay, It should not be necessary to subclass Application to get this to work. We would not want that to be a recommended practice. The AceEditor.as file should be able to have the inject_html directive. HTH, -Alex On 2/17/18, 8:51 AM, "yish...@apache.org" wrote: >This

Re: Page linked to from license page no longer exists

2018-02-17 Thread Alex Harui
Om, I made a comment on your commit. I do not think the one you chose is ALv2 compatible, plus we have to actually use the data points in the file. My 2 cents, -Alex On 2/17/18, 10:33 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala"

Re: -remove-circulars

2018-02-17 Thread Alex Harui
On 2/17/18, 9:00 AM, "Gabe Harbs" wrote: >FWIW, none of the apps I built to date compiled correctly without >-remove-circulars. > >I’m not sure I completely understand the issue. Will your proposed >solution make minified apps fatter, or just the debug apps? Good

Re: Page linked to from license page no longer exists

2018-02-17 Thread Gabe Harbs
Cool. Sorry for the noise. > On Feb 17, 2018, at 8:33 PM, OmPrakash Muppirala wrote: > > I already pushed a fix for this. > > Thanks, > Om > > On Feb 17, 2018 8:50 AM, "Gabe Harbs" wrote: > >> This page has quite a few different variations: >>

Re: Page linked to from license page no longer exists

2018-02-17 Thread OmPrakash Muppirala
I already pushed a fix for this. Thanks, Om On Feb 17, 2018 8:50 AM, "Gabe Harbs" wrote: > This page has quite a few different variations: > https://commons.wikimedia.org/wiki/Category:SVG_maps_of_the_United_States >

Re: How to install Nightly build through NPM

2018-02-17 Thread OmPrakash Muppirala
I think we should. With the usual disclaimers etc. Although please make sure this works first :) Thanks, Om On Feb 17, 2018 8:43 AM, "Gabe Harbs" wrote: Cool! I didn’t know you could do that. Should we add this info to the “developer” documentation? Harbs > On Feb

Re: -remove-circulars

2018-02-17 Thread Gabe Harbs
FWIW, none of the apps I built to date compiled correctly without -remove-circulars. I’m not sure I completely understand the issue. Will your proposed solution make minified apps fatter, or just the debug apps? Can you point me to where in the ASDoc code the problem is so In can understand

Re: Need help with CSS class selector (font-family is always Arial)

2018-02-17 Thread yishayw
I've created an ace-1.2.3.swc but am not able to run a simple example that uses it. If anyone has time to look at the ace branches maybe they can help me figure out why the Ace example isn't compiling... Thanks. -- Sent from: http://apache-royale-development.20373.n8.nabble.com/

Re: Page linked to from license page no longer exists

2018-02-17 Thread Gabe Harbs
This page has quite a few different variations: https://commons.wikimedia.org/wiki/Category:SVG_maps_of_the_United_States > On Feb 17, 2018, at 6:46 PM, Gabe Harbs wrote: > > What about this one?

Re: Page linked to from license page no longer exists

2018-02-17 Thread Gabe Harbs
What about this one? https://commons.wikimedia.org/wiki/File:Blank_US_Map_(states_only).svg#file > On Feb 16, 2018, at 6:49 PM, OmPrakash Muppirala wrote: > > I'll look into it. > > Thanks, >

Re: How to install Nightly build through NPM

2018-02-17 Thread Gabe Harbs
Cool! I didn’t know you could do that. Should we add this info to the “developer” documentation? Harbs > On Feb 16, 2018, at 6:48 PM, OmPrakash Muppirala wrote: > > You can just do npm install -g > That should install the nightly for you. > > Thanks, > Om > > On Feb

Re: -remove-circulars

2018-02-17 Thread Piotr Zarzycki
Hi Alex, I looks serious. Maybe we szould provide some custom option for compiler. If someone will have the problem with js-release he will switch up. Behind the stage remove circular will be also ON. I do not understand actually how do you suggest to do not remove some classes? Because if