RE: Apache Royale 0.9 setup

2017-10-25 Thread Yishay Weiss
Hi, Can you put an fxp somewhere so I can have a look? Thanks, Yishay From: Idylog - Nicolas Granon Sent: Thursday, October 26, 2017 1:05 AM To: dev@royale.apache.org Subject: RE: Apache Royale 0.9 setup I had only one namespace

RE: Apache Royale 0.9 setup

2017-10-25 Thread Idylog - Nicolas Granon
I had only one namespace reference (it is a very small project!). Changed it as you say. Same result (same errors and autocomplete not working at all) Also noticed that syntax checking is not working anymore. Clearly, IDE is missing some link to syntax definitions... (tries to "clean project" :

Re: Apache Royale 0.9 setup

2017-10-25 Thread Peter Ent
Hi, Yes - change all "flex" and "flexjs" to "royale". So the namespace will have "ns.apache.org/royale/basic". ‹peter On 10/25/17, 5:35 PM, "Idylog - Nicolas Granon" wrote: >Hi Alex, > >After downloading "apache.royale-jsonly-0.9.0-bin.zip" and unzipping, the >"root"

Re: Apache Royale 0.9 setup

2017-10-25 Thread Alex Harui
Hi Nicolas, Yeah, we are still fixing bugs after trying to rename everything. I was able to start with: http://apacheflexbuild.cloudapp.net:8080/job/royale-asjs-jsonly/lastSuccess fulBuild/artifact/out/ And rename royale-sdk-description.xml to flex-sdk-description.xml and change the closing

Re: Styling express components

2017-10-25 Thread Alex Harui
Ah, sorry. I didn't realize that. It looks like we are using AllCSSValuesImpl in Express? It could have its parseStyles parse into a BindableCSSStyles. -Alex On 10/25/17, 1:34 PM, "Harbs" wrote: >Right. My point is that Express creates a BindableCSSStyles object in

Re: Styling express components

2017-10-25 Thread Harbs
Right. My point is that Express creates a BindableCSSStyles object in the constructor. That’s useful for folks who expect to be able to change style properties at runtime. I’m looking for an easy was to specify styles i a component *without* overwriting the default BindableCSSStyles. > On Oct

Re: [Web] Try it now. page

2017-10-25 Thread Olaf Krueger
Hola Carlos, I am still travelling another 4 weeks with my familiy so most of the time is dedicated to my familiy ;-) (Currently we're in Andalucia) However, I'll try to continue the work on this. Of course, it would be great to integrate this in the Website (Just a link to the try-it-now app)

Re: Styling express components

2017-10-25 Thread Alex Harui
IIRC, a UIBase style property is either declared as a string or as a style object like BindableCSSStyles. If declared as a string, SimpleCSSValuesImpl will parse the string into an object. The only reasons for SimpleCSSStyles is to save the time parsing the strings and have the compiler and IDEs

Apache Royale 0.9 setup

2017-10-25 Thread Idylog - Nicolas Granon
I would like to setup a Apache Royale 0.9 environment. I do not want to build it, just get the bin distribution. I have FlashBuilder setup (Windows). I am not interested in SWF output, just JS. 1. Where is the latest bin distribution ? On Jenkins there are "royale-asjs", "royale-asjs-only",

Re: Styling express components

2017-10-25 Thread Harbs
I have used that, but I forgot to include it. How does that work? Is the declared style object preserved (i.e. BindableCSSStyles) when declaring the style as a string? > On Oct 25, 2017, at 8:13 PM, Alex Harui wrote: > > There is a fourth, which is to declare styles

Styling express components

2017-10-25 Thread Harbs
I’m trying to figure out the best way to make it easier to declare styling for express components. Right now, I know of three ways to set styling: 1. Using class names in css blocks 2. programmatically setting the values when the component is initialized 3. using js:style mxml blocks and