CSS does not work though
components|ButtonIcon {
skinClass : ClassReference("flatspark.skins.ButtonIconSkin");
}
so i have to set this for all my buttons, but im glad its working
On Wed, Jul 20, 2016 at 2:43 PM, Vincent Sotto wrote:
> thank you it works!
>
> On Wed, Jul 20, 2016 at 1:12 PM
thank you it works!
On Wed, Jul 20, 2016 at 1:12 PM, OK wrote:
> Hi,
> passing the skin class (skinClass="flatspark.skins.ButtonIconSkin") to the
> default button works for me [1]
> .
> HTH,
> Olaf
>
>
> [1] Modified test case:
>
> http://ns.adobe.com/mxml/2009";
>xm
OK, I think I have successfully removed the externs folder.
We'll see what breaks...
-Alex
On 7/18/16, 11:22 AM, "Alex Harui" wrote:
>Thanks. I will get to it soon.
>
>On 7/18/16, 1:28 AM, "Christofer Dutz" wrote:
>
>>So after moving the externs to the new repo, I updated the pom.xmls to
>>c
Hi Chris,
Peter and I have scrubbed the examples. Can you run through them and
update the pom.xml files with any issues you find?
Thanks,
-Alex
On 7/5/16, 10:53 AM, "Alex Harui" wrote:
>
>
>On 7/4/16, 7:16 AM, "Alex Harui" wrote:
>
>>OK, I will try again, but it might not be today (holiday i
Hi,
passing the skin class (skinClass="flatspark.skins.ButtonIconSkin") to the
default button works for me [1]
.
HTH,
Olaf
[1] Modified test case:
http://ns.adobe.com/mxml/2009";
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library:/
On 7/19/16, 2:58 PM, "Christofer Dutz" wrote:
>Or let it run on the asf infra machines. Well at least the Maven build
>runs really fast there.
Maybe. Our experience was so frustrating last time that I'm not eager to
spend time there again. If someone else wants to try it, feel free. It
is t
Hi Reuger,
here is an example
http://ns.adobe.com/mxml/2009";
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955"
minHeight="600" xmlns:components="flatspark.components.*">
Or let it run on the asf infra machines. Well at least the Maven build runs
really fast there.
Chris
Von meinem Samsung Galaxy Smartphone gesendet.
Ursprüngliche Nachricht
Von: Alex Harui
Datum: 19.07.16 22:17 (GMT+01:00)
An: dev@flex.apache.org
Betreff: Re: Unable to inst
Yes. It helped a lot!
I feel kind of dumb…
I was ignoring a runtime error that I thought did not matter. It seems I had a
static constant value which relied on a class which was not yet loaded. I made
it an instance const instead, and the error went away.
The app now loads when minified. What
On 7/19/16, 1:31 PM, "Harbs" wrote:
>I was not getting any errors, but I was getting a lot of warnings.
>
>I eliminated virtually all the warnings in my code with the exception of
>two "WARNING - unreachable code” errors. Eliminating the first one causes
>a Falcon compiler error, and the second
I was not getting any errors, but I was getting a lot of warnings.
I eliminated virtually all the warnings in my code with the exception of two
"WARNING - unreachable code” errors. Eliminating the first one causes a Falcon
compiler error, and the second appears to be a bug in the Closure compile
On 7/19/16, 1:05 PM, "Harbs" wrote:
>I think there are CDN providers that offer free CDN for open-source
>projects. (Actually, maybe we can use maven for this.) We can push the
>artifacts to a CDN when it finishes building.
Even that might take forever or fail occasionally. The server is the
I think there are CDN providers that offer free CDN for open-source projects.
(Actually, maybe we can use maven for this.) We can push the artifacts to a CDN
when it finishes building.
On Jul 19, 2016, at 11:02 PM, Alex Harui wrote:
> It could just be that the server was too busy. That's a re
It could just be that the server was too busy. That's a really slow
server. I hope to find a way to make it faster soon.
-Alex
On 7/19/16, 12:59 PM, "Harbs" wrote:
>That’s weird. I enabled those logging options and it said “not caching
>this download”, and it got past the point where it was f
That’s weird. I enabled those logging options and it said “not caching this
download”, and it got past the point where it was failing before.
Keeping my fingers crossed that it’ll finish this time…
On Jul 19, 2016, at 10:55 PM, Alex Harui wrote:
>
>
> On 7/19/16, 12:04 PM, "Harbs" wrote:
>
On 7/19/16, 12:04 PM, "Harbs" wrote:
>I’m getting the following output from the installer:
>Installer version 3.2.0 (mac)
>Using Locale: en_US
>Fetched the SDK download mirror URL from the CGI.
>SDK version Apache FlexJS Nightly
>AIR version 20.0
>Flash Player version 20.0
>Creating Apache Flex
I’m getting the following output from the installer:
Installer version 3.2.0 (mac)
Using Locale: en_US
Fetched the SDK download mirror URL from the CGI.
SDK version Apache FlexJS Nightly
AIR version 20.0
Flash Player version 20.0
Creating Apache FlexJS home
Creating temporary directory
Downloading
On 7/19/16, 7:27 AM, "Christofer Dutz" wrote:
>Hi,
>
>
>today I had a look at what files IntelliJ is looking for in order to use
>a FDK. I added the rest that was missing (templates/swfobject) and now I
>was able to create a new Flash project, select the distribution directory
>the maven build
Hi Chris,
I want to test FlexJS on IntelliJ: build the artifacts and try to make a
new project from scratch
In order to understand the changes in the last weeks I want to ask you a
few questions:
1.- to build falcon and asjs, I still need to run the 4 instructions ok?
(there's no mvn clean instal
On 7/19/16, 1:54 AM, "Harbs" wrote:
>It’s taken me a bit of time to wrap my head around the issues here, but I
>think I have it clear enough to articulate the issues I’m bumping into
>and possibly propose some solutions.
>
>There are two different scenarios related to circulars; debug builds an
GitHub user pkovac opened a pull request:
https://github.com/apache/flex-utilities/pull/8
Correctly locate SCRIPT_HOME even when scripts are invoked from symliâ¦
â¦nk; add mxmlcnpm
This will enable non-global installs of the flexjs npm module to work on
Linux, OSX, and Cy
For the release build, the Closure compiler does exactly as you describe.
It combines everything into one monolithic file (and does some other
things, like minifying and optimizing the JS), so that nothing needs to be
loaded at runtime. goog.provide() and goog.require() calls are stripped
out, but
On 7/19/16, 7:24 AM, "Christofer Dutz" wrote:
>Hi Alex,
>
>
>how should such a check look like? You want binary files to contain
>Apache headers? I think that might be a bad idea. If you however would
>like a list of files with binary content. RAT produces that in its
>report. This is located i
Hi,
today I had a look at what files IntelliJ is looking for in order to use a FDK.
I added the rest that was missing (templates/swfobject) and now I was able to
create a new Flash project, select the distribution directory the maven build
produces and setup a new project. It built nicely and
Hi,
while working on the Maven distribution, I noticed something fishy in the Ant
build.
I was trying to find out where the history support in swfobject came from. All
I could find was this:
from downloads.xml
So if it's there, it replaces itself with itself. So as l
Hi Alex,
how should such a check look like? You want binary files to contain Apache
headers? I think that might be a bad idea. If you however would like a list of
files with binary content. RAT produces that in its report. This is located in
"target/rat.txt" in every module.
Well how About b
On 7/19/16, 4:19 AM, "Harbs" wrote:
>I finally got my app to compile a release version by eliminating my
>circular dependencies. So far so good.
>
>FYI, I fixed this by doing two things: 1. I added a className property
>and instead of doing if(this is Sub), I’m using if(this.className ==
>“Sub”
On 7/19/16, 2:58 AM, "Christofer Dutz" wrote:
>Hi,
>
>
>I just added and activated the apache-rat-plugin to the maven build. This
>checks if all source files have the required Apache license headers
>included and breaks the build if they are missing. This did bring up a
>hand full of issues, bu
I finally got my app to compile a release version by eliminating my circular
dependencies. So far so good.
FYI, I fixed this by doing two things: 1. I added a className property and
instead of doing if(this is Sub), I’m using if(this.className == “Sub”). 2. I
enabled -js-output-optimization=ski
Vincent Sotto wrote
> theres a bug when i set a buttonicon as default button of a form, the skin
> changes back to default spark.
> any workaround on this issue or is this already reported?
> thank you
I'm just back from a holiday trip so my head is completely resetted. But I
remember that I've ha
Hi,
I just added and activated the apache-rat-plugin to the maven build. This
checks if all source files have the required Apache license headers included
and breaks the build if they are missing. This did bring up a hand full of
issues, but I sorted them out and all seems to be ok now.
One
It’s taken me a bit of time to wrap my head around the issues here, but I think
I have it clear enough to articulate the issues I’m bumping into and possibly
propose some solutions.
There are two different scenarios related to circulars; debug builds and
release builds.
Debug Builds:
I’ve run
32 matches
Mail list logo