AW: AW: FlexUnit

2013-08-29 Thread christofer.d...@c-ware.de
Well the poms themselves don't help with the libs. I will probably be adding 
functionality to download Adobe stuff after asking for confirmation by the user 
as we discussed some months ago as soon as I am picking up on the new maven 
plugin. Guess it would be possible to have binary Apache Flex Releases in 
public repos. But for now I really like the idea of integrating the Mavenizer 
and Deployer into the Installer (You Need that anyway in order to get a new 
FDK) 

Chris


Von: Alex Harui [aha...@adobe.com]
Gesendet: Donnerstag, 29. August 2013 23:27
An: dev@flex.apache.org
Betreff: Re: AW: FlexUnit

On 8/29/13 8:08 AM, "christofer.d...@c-ware.de"
 wrote:

>Well the Problem are the Adobe libs ... playerglobal and some others,
>that we are not allowed to publish. There wouldn't be any trouble with
>deploying the rest of the FDK to public repos beyond that, I guess. But
>unfortunately these FDKs would be completeley useless without the missing
>Adobe libs :-(

Yeah, but I thought we were going to try to put POMs on the Adobe download
server?  What happened to that plan?

-Alex

RE: [FlexJS] Getting errors with FlexJS & a simple Flex program

2013-08-29 Thread Sharma, Pratyoosh
Works like a charm!!! Thanks a lot Alex :)

I am happy to see the FlexJS has achieved that critical mass where it's almost 
usable for prime time use, minus nice components that Flex attained over a  
period of time

-Original Message-
From: Alex Harui [mailto:aha...@adobe.com]
Sent: Thursday, August 29, 2013 5:40 PM
To: dev@flex.apache.org
Subject: Re: [FlexJS] Getting errors with FlexJS & a simple Flex program

It might be best to grab the example app from 
http://people.apache.org/~aharui/FlexJS/DataBindingTest/bin-release/ and 
right-click and "View Source" to get the source and modify that example.

In FlexJS, the Application  is not a display object so you don't add your UI 
widgets there, you add them to an initial view (like MyInitialView.mxml).

Thanks,
-Alex

From: , Pratyoosh 
mailto:pratyoosh.sha...@jpmorgan.com>>
Reply-To: "dev@flex.apache.org" 
mailto:dev@flex.apache.org>>
Date: Thursday, August 29, 2013 1:00 PM
To: "dev@flex.apache.org" 
mailto:dev@flex.apache.org>>
Subject: [FlexJS] Getting errors with FlexJS & a simple Flex program

I am using instructions on Alex's confluence page 
https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Flash+Builder
 with Apache flex sdk 4.9 & overlay from here 
http://people.apache.org/~aharui/FlexJS/FlexJSOverlay.zip
I am using closure library 20121212-r2367 with it & running the compilation via 
java command line something like this

C:\Program Files (x86)\Java\jdk1.6.0_31\bin\java.exe -Xmx384m 
-Dfile.encoding=UTF8 -Dsun.io.useCanonCaches=false 
-Dflexcompiler="c:\software\ApacheFlexJS" 
-Dflexlib="c:\software\ApacheFlexJS\frameworks" -jar 
c:\software\ApacheFlexJS\js\lib\mxmlc.jar -compiler.mxml.children-as-data 
-compiler.binding-value-change-event-type=valueChange -js-output-type=FLEXJS 
-closure-lib=C:\software\closure -sdk-js-lib=c:\software\ApacheFlexJS\js\src 
"${resource_loc}"

First of all the generate js file has an error of generating null0 that causes 
an error 
org.apache.flex.html.staticControls.TextInput,3,'id',true,'symbolTI','y',true,25,'x',true,20,0,0,
null0,0];
correcting that manually causes a further to happen in base.js with fn.call is 
undefined

The program code is pretty simple, attached compilation log as well here


http://ns.adobe.com/mxml/2009";
   xmlns:basic="library://ns.apache.org/flexjs/basic"
   >

 

This email is confidential and subject to important disclaimers and conditions 
including on offers for the purchase or sale of securities, accuracy and 
completeness of information, viruses, confidentiality, legal privilege, and 
legal entity disclaimers, available at 
http://www.jpmorgan.com/pages/disclosures/email.

This email is confidential and subject to important disclaimers and conditions 
including on offers for the purchase or sale of securities, accuracy and 
completeness of information, viruses, confidentiality, legal privilege, and 
legal entity disclaimers, available at 
http://www.jpmorgan.com/pages/disclosures/email.


Re: Hanging Indents in TLF Lists

2013-08-29 Thread Alex Harui
Might be better described in jira with example.




Sent via the PANTECH Discover, an AT&T 4G LTE smartphone.

Harbs  wrote:


Does anyone have any experience with hanging indents in TLF lists?

My initial tests seem to indicate that they don't work correctly.

Note the following:
paragraph.paragraphStartIndent = 12;
paragraph.textIndent = -12;

Properly creates a hanging indent of 12 pixels.

If the paragraph element has a value of 0 or greater, a bullet followed by a 
tab will indent the text after the bullet to the fist tab character, but in 
this case, where the textIndent is a negative value, the text following will be 
indented to a 24 pixels from the start of the line. Rather than being lined up 
with the following line, the first line text will be indented from the 
following line 12 pixels.

In my case, the tab is specified as the afterContent. If I remove the 
afterContent, and add a space and tab at the beginning of the first span in the 
paragraph, it looks correct.

Clear as mud?

Harbs


Re: Have ASDoc images been donated?

2013-08-29 Thread BorekB
Paths in ASDoc source files are relative ("../../images/...") so I guess
there was some kind of build process for the whole documentation site at
help.adobe.com. BTW, the filtering functionality there is very useful, I
wish it will be incorporated into Apache Flex docs some day.



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/Have-ASDoc-images-been-donated-tp198p227.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: Specifying multiple RSL URL

2013-08-29 Thread Darrell Loverin
The root of the problem seems to be trying to load the same RSL URL with a
relative path from SWFs in different locations. Would either of these
solutions work for you?

1. Deploy modules1.swf to the ROOT directory instead of ROOT/MODULES.
2. If rsl2.swf is only used by module1 then move rsl2.swf to ROOT/MODULES
3. Specify the RSL URL with an absolute path name.


-Darrell Loverin


On 8/29/13 10:31 AM, "Jagan Langa Sami Durai"  wrote:

>Hi All,
>
>This is how I deployed my application.
>
>ROOT/application.swf
>ROOT/MODULES/module1.swf
>ROOT/RSLS/rsl1.swf
>ROOT/RSLS/rsl2.swf
>
>This is how I specified the rsl's path while compiling my application and
>modules( in ant script)
>
>
>
>
>
>
>
>
>
>Here is my problem,
>
>application.swf uses the rsl1.swf as rsl and
>module1.swf uses rsl1.swf and rsl2.swf as rsl
>
>when i try to load the module1.swf inside the application1.swf,
>module1.swf
>is looking for the 2 required rsl's (rsl1.swf and rsl2.swf). since
>rsl1.swf
>is already loaded by the application1.swf it is taking it and trying to
>load the rsl2.swf from the ROOT/*MODULES*/RSLS/ path. since all the rsl's
>in the ROOT/RSLS folder, it is getting the 404 error for rsl2.swf and
>module1.swf is not loading.
>
>so, I updated the ant script as follows for the rsl2.swf,
>
>
>
>
>
>
>now what happens is, since MODULES/RSLS/rsl2.swf receives 404; it tries to
>load the second fail-over one like this "http://../rsls/rsl2.swf"; which is
>also an invalid url.
>
>how can i specify more fail-over url's relatively. plz help me.
>
>
>
>*
>Regards,
>S. Jagan  Langa*



Re: [FlexJS] Getting errors with FlexJS & a simple Flex program

2013-08-29 Thread Alex Harui
It might be best to grab the example app from 
http://people.apache.org/~aharui/FlexJS/DataBindingTest/bin-release/ and 
right-click and "View Source" to get the source and modify that example.

In FlexJS, the Application  is not a display object so you don't add your UI 
widgets there, you add them to an initial view (like MyInitialView.mxml).

Thanks,
-Alex

From: , Pratyoosh 
mailto:pratyoosh.sha...@jpmorgan.com>>
Reply-To: "dev@flex.apache.org" 
mailto:dev@flex.apache.org>>
Date: Thursday, August 29, 2013 1:00 PM
To: "dev@flex.apache.org" 
mailto:dev@flex.apache.org>>
Subject: [FlexJS] Getting errors with FlexJS & a simple Flex program

I am using instructions on Alex’s confluence page 
https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Flash+Builder
 with Apache flex sdk 4.9 & overlay from here 
http://people.apache.org/~aharui/FlexJS/FlexJSOverlay.zip
I am using closure library 20121212-r2367 with it & running the compilation via 
java command line something like this

C:\Program Files (x86)\Java\jdk1.6.0_31\bin\java.exe -Xmx384m 
-Dfile.encoding=UTF8 -Dsun.io.useCanonCaches=false 
-Dflexcompiler="c:\software\ApacheFlexJS" 
-Dflexlib="c:\software\ApacheFlexJS\frameworks" -jar 
c:\software\ApacheFlexJS\js\lib\mxmlc.jar -compiler.mxml.children-as-data 
-compiler.binding-value-change-event-type=valueChange -js-output-type=FLEXJS 
-closure-lib=C:\software\closure -sdk-js-lib=c:\software\ApacheFlexJS\js\src 
"${resource_loc}"

First of all the generate js file has an error of generating null0 that causes 
an error
org.apache.flex.html.staticControls.TextInput,3,'id',true,'symbolTI','y',true,25,'x',true,20,0,0,
null0,0];
correcting that manually causes a further to happen in base.js with fn.call is 
undefined

The program code is pretty simple, attached compilation log as well here


http://ns.adobe.com/mxml/2009";
   xmlns:basic="library://ns.apache.org/flexjs/basic"
   >




This email is confidential and subject to important disclaimers and conditions 
including on offers for the purchase or sale of securities, accuracy and 
completeness of information, viruses, confidentiality, legal privilege, and 
legal entity disclaimers, available at 
http://www.jpmorgan.com/pages/disclosures/email.


Website download page issues/feedback

2013-08-29 Thread Eric

Hello,
I had some minor issues with grabbing the SDK using Chrome (and IE).  
Nothing to stop anyone serious, but some devs can be picky about first 
impressions, and I want to see this SDK continue to grow like it should.


1) With Chrome (Version 29.0.1547.57 m), clicking the download link at
http://flex.apache.org/installer.html
opens up a blank tab, which shows this link in the URL (but it doesn't 
actually download the file):

http://mirror.nexcess.net/apache/flex/installer/2.6/binaries/apache-flex-sdk-installer-2.6.0-bin.exe

2) In IE v10.0.9200 I get some bizarre text rendering issues which can 
be seen here:

http://s13.postimg.org/h8t3o5fnb/image.jpg

For all I know this could be an issue with my PC - I don't use IE 
really.  But I can't reproduce this rendering issue on any other site 
I've visited, so far.  Clicking the "compatibility mode" IE button seems 
to fix it.  If nobody can reproduce this one, maybe it's okay to ignore.


You may want to consider removing the Flash download Installer Badge and 
replacing it with a simple big download link, even if the link issue is 
fixable, just to be safe.


Re: AW: FlexUnit

2013-08-29 Thread Alex Harui


On 8/29/13 8:08 AM, "christofer.d...@c-ware.de"
 wrote:

>Well the Problem are the Adobe libs ... playerglobal and some others,
>that we are not allowed to publish. There wouldn't be any trouble with
>deploying the rest of the FDK to public repos beyond that, I guess. But
>unfortunately these FDKs would be completeley useless without the missing
>Adobe libs :-(

Yeah, but I thought we were going to try to put POMs on the Adobe download
server?  What happened to that plan?

-Alex



Re: Have ASDoc images been donated?

2013-08-29 Thread Alex Harui


On 8/29/13 5:40 AM, "BorekB"  wrote:

>I would like to use some images from ASDoc in a course material I am
>preparing and was wondering whether images have been donated to Apache or
>not. For instance, when I visit
>http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/spark/c
>omponents/SplitViewNavigator.html,
>there is an image demonstrating the component while it's missing from
>http://flex.apache.org/asdoc/spark/components/SplitViewNavigator.html.
>
>Have images been donated? Or are they copyrighted by Adobe?
Well, all Adobe-donated items are still copyright by Adobe.  But I cannot
find this png in my Adobe version of the source either.  I'll have to ask
to find out where they come from.

-Alex



[FlexJS] Getting errors with FlexJS & a simple Flex program

2013-08-29 Thread Sharma, Pratyoosh
I am using instructions on Alex's confluence page 
https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Flash+Builder
 with Apache flex sdk 4.9 & overlay from here 
http://people.apache.org/~aharui/FlexJS/FlexJSOverlay.zip
I am using closure library 20121212-r2367 with it & running the compilation via 
java command line something like this

C:\Program Files (x86)\Java\jdk1.6.0_31\bin\java.exe -Xmx384m 
-Dfile.encoding=UTF8 -Dsun.io.useCanonCaches=false 
-Dflexcompiler="c:\software\ApacheFlexJS" 
-Dflexlib="c:\software\ApacheFlexJS\frameworks" -jar 
c:\software\ApacheFlexJS\js\lib\mxmlc.jar -compiler.mxml.children-as-data 
-compiler.binding-value-change-event-type=valueChange -js-output-type=FLEXJS 
-closure-lib=C:\software\closure -sdk-js-lib=c:\software\ApacheFlexJS\js\src 
"${resource_loc}"

First of all the generate js file has an error of generating null0 that causes 
an error
org.apache.flex.html.staticControls.TextInput,3,'id',true,'symbolTI','y',true,25,'x',true,20,0,0,
null0,0];
correcting that manually causes a further to happen in base.js with fn.call is 
undefined

The program code is pretty simple, attached compilation log as well here


http://ns.adobe.com/mxml/2009";
   xmlns:basic="library://ns.apache.org/flexjs/basic"
   >




This email is confidential and subject to important disclaimers and conditions 
including on offers for the purchase or sale of securities, accuracy and 
completeness of information, viruses, confidentiality, legal privilege, and 
legal entity disclaimers, available at 
http://www.jpmorgan.com/pages/disclosures/email.
Compiling file: C:\Development\FlexJSTest\FlexJSTest\bin\js-debug\FlexJSTest.js
Finding file for class: FlexJSTest
Finding file for class: org.apache.flex.core.Application
Copying file for class: org.apache.flex.core.Application
Finding file for class: org.apache.flex.core.HTMLElementWrapper
Copying file for class: org.apache.flex.core.HTMLElementWrapper
Finding file for class: org.apache.flex.events.EventDispatcher
Copying file for class: org.apache.flex.events.EventDispatcher
Finding file for class: goog.events.EventTarget
Copying file for class: goog.events.EventTarget
Finding file for class: goog.Disposable
Copying file for class: goog.Disposable
Finding file for class: goog.disposable.IDisposable
Copying file for class: goog.disposable.IDisposable
Finding file for class: goog.events
Copying file for class: goog.events
Finding file for class: goog.array
Copying file for class: goog.array
Finding file for class: goog.asserts
Copying file for class: goog.asserts
Finding file for class: goog.debug.Error
Copying file for class: goog.debug.Error
Finding file for class: goog.string
Copying file for class: goog.string
Finding file for class: goog.debug.entryPointRegistry
Copying file for class: goog.debug.entryPointRegistry
couldn't find base class for goog.debug.entryPointRegistry
Finding file for class: goog.debug.errorHandlerWeakDep
Copying file for class: goog.debug.errorHandlerWeakDep
Finding file for class: goog.events.BrowserEvent
Copying file for class: goog.events.BrowserEvent
Finding file for class: goog.events.BrowserFeature
Copying file for class: goog.events.BrowserFeature
Finding file for class: goog.userAgent
Copying file for class: goog.userAgent
couldn't find base class for goog.userAgent
Finding file for class: goog.events.Event
Copying file for class: goog.events.Event
couldn't find base class for goog.events.Event
Finding file for class: goog.events.EventType
Copying file for class: goog.events.EventType
couldn't find base class for goog.events.EventType
Finding file for class: goog.reflect
Copying file for class: goog.reflect
Finding file for class: goog.events.EventWrapper
Copying file for class: goog.events.EventWrapper
Finding file for class: goog.events.Listener
Copying file for class: goog.events.Listener
Finding file for class: goog.object
Copying file for class: goog.object
couldn't find base class for goog.events
Finding file for class: org.apache.flex.utils.MXMLDataInterpreter
Copying file for class: org.apache.flex.utils.MXMLDataInterpreter
Finding file for class: org.apache.flex.html.staticControls.Label
Copying file for class: org.apache.flex.html.staticControls.Label
Finding file for class: org.apache.flex.core.UIBase
Copying file for class: org.apache.flex.core.UIBase
Finding file for class: org.apache.flex.html.staticControls.TextInput
Copying file for class: org.apache.flex.html.staticControls.TextInput
The project 'FlexJSTest' has been successfully compiled and optimized.


Re: Export to Excel

2013-08-29 Thread Flexicious.com
We've done a lot of work on this front. For the longest time we generated
just CSV/HTML/XML and Text, but recently added native excel. As3xls has a
number of limitations (no backgrounds, limited formatting, no multiple
sheets) but the biggest advantage is that it generates native excel files.
Another option that has worked out quite well is generating OOXML files.
These are generic XML files, but have OOXML markup. Here is an example of
what this can look like:
http://blog.flexicious.com/post/Flexicious-30-Release-Grid-Edition.aspx -
Item 3 has a screenshot. Granted it is not pretty, but you can pretty much
generate anything you want.



On Thu, Aug 29, 2013 at 1:57 PM, Alexandre Barreiros <
alexandre.barrei...@arealmedia.com> wrote:

> Hi All,
>
> The best solution that i have till now is to export as an CSV file.
>
>
> Alexandre
>
> Em 29-08-2013 18:48, Scott Talsma escreveu:
>
>> Oleg,
>>
>> I have had great luck simply scraping the entire grid into an HTML table,
>> and placing it into the clipboard.  Then popup an an alert instructing the
>> user to paste into Excel.  Obviously, if you are exporting 2 grids, then
>> you rely on the user to move the cursor correctly to the new position.
>>
>> Maybe write two tables to a html file and then use native extensions to
>> launch excel and open it?  (This assumes AIR.)
>>
>>
>> On Thu, Aug 29, 2013 at 12:33 PM, Oleg Konovalov 
>> wrote:
>>
>>  Hi,
>>>
>>> I am trying to export data from few DataGrids to Excel, using AS3XLS
>>> library, but it seems it doesn't create a second sheet.
>>> Does anyone knows how to do it? Or is there a better AS library
>>> for that?
>>>
>>> Optionally I might want to skip a few rows and put second DG data there.
>>> But how to add blank rows in AS3XLS?
>>>
>>> I know about POI, but need something quick. And I guess, for Flex Web app
>>> that might be a security violation, correct? I mean, writing to file
>>> system.
>>>
>>> Please advise.
>>>
>>> TIA,
>>> Oleg
>>>
>>>
>


RE: Export to Excel

2013-08-29 Thread Kessler CTR Mark J
I use this method.  Inherit the DataGrid into a new component and add a 
permanent method for export to clipboard.  Has the added benefit of making 
changes from filtering / sorting / column visibility.

-Mark

-Original Message-
From: Scott Talsma [mailto:sc...@talsma.tv] 
Sent: Thursday, August 29, 2013 1:49 PM
To: dev@flex.apache.org
Subject: Re: Export to Excel

Oleg,

I have had great luck simply scraping the entire grid into an HTML table,
and placing it into the clipboard.  Then popup an an alert instructing the
user to paste into Excel.  Obviously, if you are exporting 2 grids, then
you rely on the user to move the cursor correctly to the new position.

Maybe write two tables to a html file and then use native extensions to
launch excel and open it?  (This assumes AIR.)


Re: Export to Excel

2013-08-29 Thread Alexandre Barreiros

Hi All,

The best solution that i have till now is to export as an CSV file.


Alexandre

Em 29-08-2013 18:48, Scott Talsma escreveu:

Oleg,

I have had great luck simply scraping the entire grid into an HTML table,
and placing it into the clipboard.  Then popup an an alert instructing the
user to paste into Excel.  Obviously, if you are exporting 2 grids, then
you rely on the user to move the cursor correctly to the new position.

Maybe write two tables to a html file and then use native extensions to
launch excel and open it?  (This assumes AIR.)


On Thu, Aug 29, 2013 at 12:33 PM, Oleg Konovalov  wrote:


Hi,

I am trying to export data from few DataGrids to Excel, using AS3XLS
library, but it seems it doesn't create a second sheet.
Does anyone knows how to do it? Or is there a better AS library
for that?

Optionally I might want to skip a few rows and put second DG data there.
But how to add blank rows in AS3XLS?

I know about POI, but need something quick. And I guess, for Flex Web app
that might be a security violation, correct? I mean, writing to file
system.

Please advise.

TIA,
Oleg





RE: FlexUnit

2013-08-29 Thread Frédéric THOMAS
If the user has the karma to deploy, the deployer can be used to deploy it,
it works on command line whatever the repository manager.

-Message d'origine-
De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash
Muppirala
Envoyé : jeudi 29 août 2013 19:32
À : dev@flex.apache.org
Objet : Re: FlexUnit

On Thu, Aug 29, 2013 at 8:04 AM, christofer.d...@c-ware.de <
christofer.d...@c-ware.de> wrote:

> That actually sounds like a really good idea from my side ... and I 
> really don't know, why nobody came up with that Suggestion yet ;-)
>

I remember discussing this a while ago.  As long as there is a command line
invocation available and no further prompts, we can easily integrate it as
an option in the Installer.

Deploying to Artifactory/Nexus might be a bit more involved.  I have never
used Nexus, but replicating all the functionality that the Artifactory UI
offers might be a overkill for us.  Once the artifacts are available
manually adding it using their UI seems like a better option.

Thanks,
Om


>
> It would reduce the "Manual" part to the clicking of a Checkbox. In 
> that case I would also opt for a second Checkbox that is available as 
> soon as someone choose to mavenize in which a user can choose to 
> automatically deploy to an repository Manager (Artifactory, Nexus) 
> using the deployer tool from within the installer.
>
> Chris
>
> 
> Von: Nick Collins [ndcoll...@gmail.com]
> Gesendet: Donnerstag, 29. August 2013 16:16
> An: dev@flex.apache.org
> Betreff: Re: FlexUnit
>
> Would a reasonable compromise be to  add the "mavenizing" of the FDK 
> as an option to the installer? Where all I need do is check a box 
> saying "Use Apache Flex with Maven", and have the installer take care 
> of converting the FDK to the maven format and adding it to my local Maven
repository.
>
>
> On Thu, Aug 29, 2013 at 9:06 AM, Avi Kessner  wrote:
>
> > Oh, and thank you.  mavenizing was very quick and easy , deploying 
> > on the other hand.. (atleast I don't have to do it manually)
> >
> > brought to you by the letters A, V, and I and the number 47
> >
> >
> > On Thu, Aug 29, 2013 at 5:06 PM, Avi Kessner  wrote:
> > > So legally we can't store these sdks for maven publicly?  I see 4.1 is
> > > 112MB, yech.
> > > brought to you by the letters A, V, and I
> > > and the number 47
> > >
> > >
> > > On Thu, Aug 29, 2013 at 2:32 PM, christofer.d...@c-ware.de
> > >  wrote:
> > >> And I hate "lawyers" more than "manually" ;-)
> > >>
> > >> It's actually a Multi Minute process to Mavenize an FDK as I created
> > the Apache Flex Mavenizer for that (It actually also mavenizes Adobe
Flex
> > FDKs) together with the Auto deployer you should have any Flex FDK
> > mavenized and deployed in minutes.
> > >>
> > >>
> >
>
https://flexmojos.atlassian.net/wiki/display/FLEXMOJOS/Migrating+to+6.x?src=
search
> > >>
> > >> Chris
> > >>
> > >> 
> > >> Von: Avi Kessner [akess...@gmail.com]
> > >> Gesendet: Donnerstag, 29. August 2013 12:33
> > >> An: dev@flex.apache.org
> > >> Betreff: Re: FlexUnit
> > >>
> > >> Thanks.
> > >> I hate that word.. "manually".
> > >> Is there a more recent version or alternative to mockolate as well?
> > >> And is this a multi day or multi hour process to mavenize the FDK?
> > >> brought to you by the letters A, V, and I
> > >> and the number 47
> > >>
> > >>
> > >> On Thu, Aug 29, 2013 at 1:11 PM, christofer.d...@c-ware.de
> > >>  wrote:
> > >>> Hi,
> > >>>
> > >>> Unit testing is a pretty tricky thing in Flexmojos. That's one of
the
> > things I am intending on performing the largest changes the the new
> plugin.
> > But from your question I can see you are using an about 100 year old
> > Version of Flexmojos and Flex. I know I did quite a lot of tweaks and
> > updates in the flexunit Support when we were working on releasing
> flexunit
> > 4.x. So I would like to ask you to update so a somewhat reasonably new
> > Version of flexmojos ... 6.0.1 would be best ... but Keep in mind that
> you
> > Need to manually mavenize the FDK you want to use.
> > >>>
> > >>> Chris
> > >>>
> > >>> 
> > >>> Von: Avi Kessner [akess...@gmail.com]
> > >>> Gesendet: Donnerstag, 29. August 2013 09:52
> > >>> An: dev@flex.apache.org
> > >>> Betreff: Re: FlexUnit
> > >>>
> > >>> I'm sorry to go off topic, but this is really starting to fustrate
> me.
> > >>>  If anyone is able to help me out over at stackOverflow I really
> > >>> appreciate it!
> > >>>
> > >>>
> >
>
http://stackoverflow.com/questions/18505129/how-do-i-get-flexunit-flexmojos-
and-mockolate-to-work-together
> > >>> brought to you by the letters A, V, and I
> > >>> and the number 47
> > >>>
> > >>>
> > >>> On Thu, Aug 29, 2013 at 6:11 AM, Cyrill Zadra <
> cyrill.za...@gmail.com>
> > wrote:
> >  Great! .. I pushed my changes always to "makeFlexUnitApacheReady".
> > Shall I
> >  merge those changes also to develop branch 

Re: Specifying multiple RSL URL

2013-08-29 Thread Scott Talsma
Can you simply reference a class from rsl1 in application?  That should
cause the rsl to be loaded correctly by the main app?  Or is that not an
acceptable behavior (longer startup time).


On Thu, Aug 29, 2013 at 10:31 AM, Jagan Langa Sami Durai <
jaga...@sybrant.com> wrote:

> Hi All,
>
> This is how I deployed my application.
>
> ROOT/application.swf
> ROOT/MODULES/module1.swf
> ROOT/RSLS/rsl1.swf
> ROOT/RSLS/rsl2.swf
>
> This is how I specified the rsl's path while compiling my application and
> modules( in ant script)
>
> 
> 
> 
>
> 
> 
> 
>
> Here is my problem,
>
> application.swf uses the rsl1.swf as rsl and
> module1.swf uses rsl1.swf and rsl2.swf as rsl
>
> when i try to load the module1.swf inside the application1.swf, module1.swf
> is looking for the 2 required rsl's (rsl1.swf and rsl2.swf). since rsl1.swf
> is already loaded by the application1.swf it is taking it and trying to
> load the rsl2.swf from the ROOT/*MODULES*/RSLS/ path. since all the rsl's
> in the ROOT/RSLS folder, it is getting the 404 error for rsl2.swf and
> module1.swf is not loading.
>
> so, I updated the ant script as follows for the rsl2.swf,
>
> 
> 
> 
> 
>
> now what happens is, since MODULES/RSLS/rsl2.swf receives 404; it tries to
> load the second fail-over one like this "http://../rsls/rsl2.swf"; which is
> also an invalid url.
>
> how can i specify more fail-over url's relatively. plz help me.
>
>
>
> *
> Regards,
> S. Jagan  Langa*
>


Re: Export to Excel

2013-08-29 Thread Scott Talsma
Oleg,

I have had great luck simply scraping the entire grid into an HTML table,
and placing it into the clipboard.  Then popup an an alert instructing the
user to paste into Excel.  Obviously, if you are exporting 2 grids, then
you rely on the user to move the cursor correctly to the new position.

Maybe write two tables to a html file and then use native extensions to
launch excel and open it?  (This assumes AIR.)


On Thu, Aug 29, 2013 at 12:33 PM, Oleg Konovalov  wrote:

> Hi,
>
> I am trying to export data from few DataGrids to Excel, using AS3XLS
> library, but it seems it doesn't create a second sheet.
> Does anyone knows how to do it? Or is there a better AS library
> for that?
>
> Optionally I might want to skip a few rows and put second DG data there.
> But how to add blank rows in AS3XLS?
>
> I know about POI, but need something quick. And I guess, for Flex Web app
> that might be a security violation, correct? I mean, writing to file
> system.
>
> Please advise.
>
> TIA,
> Oleg
>


Re: FlexUnit

2013-08-29 Thread OmPrakash Muppirala
On Thu, Aug 29, 2013 at 8:04 AM, christofer.d...@c-ware.de <
christofer.d...@c-ware.de> wrote:

> That actually sounds like a really good idea from my side ... and I really
> don't know, why nobody came up with that Suggestion yet ;-)
>

I remember discussing this a while ago.  As long as there is a command line
invocation available and no further prompts, we can easily integrate it as
an option in the Installer.

Deploying to Artifactory/Nexus might be a bit more involved.  I have never
used Nexus, but replicating all the functionality that the Artifactory UI
offers might be a overkill for us.  Once the artifacts are available
manually adding it using their UI seems like a better option.

Thanks,
Om


>
> It would reduce the "Manual" part to the clicking of a Checkbox. In that
> case I would also opt for a second Checkbox that is available as soon as
> someone choose to mavenize in which a user can choose to automatically
> deploy to an repository Manager (Artifactory, Nexus) using the deployer
> tool from within the installer.
>
> Chris
>
> 
> Von: Nick Collins [ndcoll...@gmail.com]
> Gesendet: Donnerstag, 29. August 2013 16:16
> An: dev@flex.apache.org
> Betreff: Re: FlexUnit
>
> Would a reasonable compromise be to  add the "mavenizing" of the FDK as an
> option to the installer? Where all I need do is check a box saying "Use
> Apache Flex with Maven", and have the installer take care of converting the
> FDK to the maven format and adding it to my local Maven repository.
>
>
> On Thu, Aug 29, 2013 at 9:06 AM, Avi Kessner  wrote:
>
> > Oh, and thank you.  mavenizing was very quick and easy , deploying on
> > the other hand.. (atleast I don't have to do it manually)
> >
> > brought to you by the letters A, V, and I
> > and the number 47
> >
> >
> > On Thu, Aug 29, 2013 at 5:06 PM, Avi Kessner  wrote:
> > > So legally we can't store these sdks for maven publicly?  I see 4.1 is
> > > 112MB, yech.
> > > brought to you by the letters A, V, and I
> > > and the number 47
> > >
> > >
> > > On Thu, Aug 29, 2013 at 2:32 PM, christofer.d...@c-ware.de
> > >  wrote:
> > >> And I hate "lawyers" more than "manually" ;-)
> > >>
> > >> It's actually a Multi Minute process to Mavenize an FDK as I created
> > the Apache Flex Mavenizer for that (It actually also mavenizes Adobe Flex
> > FDKs) together with the Auto deployer you should have any Flex FDK
> > mavenized and deployed in minutes.
> > >>
> > >>
> >
> https://flexmojos.atlassian.net/wiki/display/FLEXMOJOS/Migrating+to+6.x?src=search
> > >>
> > >> Chris
> > >>
> > >> 
> > >> Von: Avi Kessner [akess...@gmail.com]
> > >> Gesendet: Donnerstag, 29. August 2013 12:33
> > >> An: dev@flex.apache.org
> > >> Betreff: Re: FlexUnit
> > >>
> > >> Thanks.
> > >> I hate that word.. "manually".
> > >> Is there a more recent version or alternative to mockolate as well?
> > >> And is this a multi day or multi hour process to mavenize the FDK?
> > >> brought to you by the letters A, V, and I
> > >> and the number 47
> > >>
> > >>
> > >> On Thu, Aug 29, 2013 at 1:11 PM, christofer.d...@c-ware.de
> > >>  wrote:
> > >>> Hi,
> > >>>
> > >>> Unit testing is a pretty tricky thing in Flexmojos. That's one of the
> > things I am intending on performing the largest changes the the new
> plugin.
> > But from your question I can see you are using an about 100 year old
> > Version of Flexmojos and Flex. I know I did quite a lot of tweaks and
> > updates in the flexunit Support when we were working on releasing
> flexunit
> > 4.x. So I would like to ask you to update so a somewhat reasonably new
> > Version of flexmojos ... 6.0.1 would be best ... but Keep in mind that
> you
> > Need to manually mavenize the FDK you want to use.
> > >>>
> > >>> Chris
> > >>>
> > >>> 
> > >>> Von: Avi Kessner [akess...@gmail.com]
> > >>> Gesendet: Donnerstag, 29. August 2013 09:52
> > >>> An: dev@flex.apache.org
> > >>> Betreff: Re: FlexUnit
> > >>>
> > >>> I'm sorry to go off topic, but this is really starting to fustrate
> me.
> > >>>  If anyone is able to help me out over at stackOverflow I really
> > >>> appreciate it!
> > >>>
> > >>>
> >
> http://stackoverflow.com/questions/18505129/how-do-i-get-flexunit-flexmojos-and-mockolate-to-work-together
> > >>> brought to you by the letters A, V, and I
> > >>> and the number 47
> > >>>
> > >>>
> > >>> On Thu, Aug 29, 2013 at 6:11 AM, Cyrill Zadra <
> cyrill.za...@gmail.com>
> > wrote:
> >  Great! .. I pushed my changes always to "makeFlexUnitApacheReady".
> > Shall I
> >  merge those changes also to develop branch and continue to work on
> > this one?
> > 
> >  Cyrill
> > 
> > 
> >  On Thu, Aug 29, 2013 at 3:29 AM, Michael A. Labriola <
> >  labri...@digitalprimates.net> wrote:
> > 
> > >
> > > In the FlexUnit repo right now there is only a master.
> > >
> > > I am creating a develop branch presentl

Re: Export to Excel

2013-08-29 Thread OmPrakash Muppirala
I have used AS3XLS and quickly ran into serious limitations.

>From my experience, the best and easiest way to export to Excel is to write
it out as html and save it as an .xls(x) file.  Excel does a great job at
reading these files and so far I have not run into any issues with this
approach

To figure out the formatting, multiple sheets, etc. just create a sample
and export it to HTML.  Just open it it up and see how the html looks.
Follow the same pattern when writing the html yourself.

Of course, this approach is best for small data sizes and if you have data
in the client.  If you have large datasets, it would be better to do it on
the server side and just download it.

And no, there is no security violation as long as the user initiates the
save to file action.

Thanks,
Om


On Thu, Aug 29, 2013 at 9:33 AM, Oleg Konovalov  wrote:

> Hi,
>
> I am trying to export data from few DataGrids to Excel, using AS3XLS
> library, but it seems it doesn't create a second sheet.
> Does anyone knows how to do it? Or is there a better AS library
> for that?
>
> Optionally I might want to skip a few rows and put second DG data there.
> But how to add blank rows in AS3XLS?
>
> I know about POI, but need something quick. And I guess, for Flex Web app
> that might be a security violation, correct? I mean, writing to file
> system.
>
> Please advise.
>
> TIA,
> Oleg
>


RE: FlexUnit

2013-08-29 Thread Pete Thomas
It was 6 now it's 7 still failing :-(



Pete Thomas
tel: +44 (0)208 832 7179
www.dunnhumby.com
P please consider the environment before printing this email.


-Original Message-
From: Michael A. Labriola [mailto:labri...@digitalprimates.net] 
Sent: 29 August 2013 16:58
To: dev@flex.apache.org
Subject: RE: FlexUnit

>Our FlexUnit tests have started to fail lately. The JVM on the build server 
>was updated... or at least changed not sure which.
>The error we are getting is: 
>[flexunit] java.lang.NoSuchMethodError: java.lang.String.isEmpty() I'm 
>pretty sure we have using the latest version of FlexUnit, can you shed any 
>light on this.

Could it have been severely downgraded? isEmpty() was added in Java 6. So it 
means somewhere something is being built with an earlier version. Honestly 
though, if that happened, I would think many other things would have broken as 
well.

Can you get a java version check and ensure which version you are building with?

Mike

dunnhumby limited is a limited company registered in England and Wales with 
registered number 02388853 and VAT registered number 927 5871 83.
Our registered office is at Aurora House, 71-75 Uxbridge Road, London W5 5SL.
The contents of this message and any attachments to it are confidential and may 
be legally privileged.
If you have received this message in error you should delete it from your 
system immediately and advise the sender.
dunnhumby may monitor and record all emails. The views expressed in this email 
are those of the sender and not those of dunnhumby.



Re: Export to Excel

2013-08-29 Thread Simonas Pauliukevičius
Why not generate spreadsheets on the server side? Popular server side
languages have a bunch of nice libs that can help you with export. I myself
used ClosedXML with ASP.NET enabled server.


On Thu, Aug 29, 2013 at 7:33 PM, Oleg Konovalov  wrote:

> Hi,
>
> I am trying to export data from few DataGrids to Excel, using AS3XLS
> library, but it seems it doesn't create a second sheet.
> Does anyone knows how to do it? Or is there a better AS library
> for that?
>
> Optionally I might want to skip a few rows and put second DG data there.
> But how to add blank rows in AS3XLS?
>
> I know about POI, but need something quick. And I guess, for Flex Web app
> that might be a security violation, correct? I mean, writing to file
> system.
>
> Please advise.
>
> TIA,
> Oleg
>



-- 
Simonas Pauliukevičius, PS-5
865477654


Export to Excel

2013-08-29 Thread Oleg Konovalov
Hi,

I am trying to export data from few DataGrids to Excel, using AS3XLS
library, but it seems it doesn't create a second sheet.
Does anyone knows how to do it? Or is there a better AS library
for that?

Optionally I might want to skip a few rows and put second DG data there.
But how to add blank rows in AS3XLS?

I know about POI, but need something quick. And I guess, for Flex Web app
that might be a security violation, correct? I mean, writing to file system.

Please advise.

TIA,
Oleg


RE: FlexUnit

2013-08-29 Thread Pete Thomas
Sure I'll check it out

Pete Thomas
tel: +44 (0)208 832 7179
www.dunnhumby.com
P please consider the environment before printing this email.


-Original Message-
From: Michael A. Labriola [mailto:labri...@digitalprimates.net] 
Sent: 29 August 2013 16:58
To: dev@flex.apache.org
Subject: RE: FlexUnit

>Our FlexUnit tests have started to fail lately. The JVM on the build server 
>was updated... or at least changed not sure which.
>The error we are getting is: 
>[flexunit] java.lang.NoSuchMethodError: java.lang.String.isEmpty() I'm 
>pretty sure we have using the latest version of FlexUnit, can you shed any 
>light on this.

Could it have been severely downgraded? isEmpty() was added in Java 6. So it 
means somewhere something is being built with an earlier version. Honestly 
though, if that happened, I would think many other things would have broken as 
well.

Can you get a java version check and ensure which version you are building with?

Mike

dunnhumby limited is a limited company registered in England and Wales with 
registered number 02388853 and VAT registered number 927 5871 83.
Our registered office is at Aurora House, 71-75 Uxbridge Road, London W5 5SL.
The contents of this message and any attachments to it are confidential and may 
be legally privileged.
If you have received this message in error you should delete it from your 
system immediately and advise the sender.
dunnhumby may monitor and record all emails. The views expressed in this email 
are those of the sender and not those of dunnhumby.



RE: FlexUnit

2013-08-29 Thread Michael A. Labriola
>Our FlexUnit tests have started to fail lately. The JVM on the build server 
>was updated... or at least changed not sure which.
>The error we are getting is: 
>[flexunit] java.lang.NoSuchMethodError: java.lang.String.isEmpty()
>I'm pretty sure we have using the latest version of FlexUnit, can you shed any 
>light on this.

Could it have been severely downgraded? isEmpty() was added in Java 6. So it 
means somewhere something is being built with an earlier version. Honestly 
though, if that happened, I would think many other things would have broken as 
well.

Can you get a java version check and ensure which version you are building with?

Mike



Re: AW: FlexUnit

2013-08-29 Thread Avi Kessner
How large are the adobe libs?   I'd much rather have to manually add a
dependency to a swc or two than have to upload 100MB each time I decide to
switch sdks or set up a project at a new company.
These lawyers certainly are a pain, unless we can convince adobe to have
those on a repo somewhere?
On 29 Aug 2013 18:19, "christofer.d...@c-ware.de" 
wrote:

> Well the Problem are the Adobe libs ... playerglobal and some others, that
> we are not allowed to publish. There wouldn't be any trouble with deploying
> the rest of the FDK to public repos beyond that, I guess. But unfortunately
> these FDKs would be completeley useless without the missing Adobe libs :-(
>
> 
> Von: Avi Kessner [akess...@gmail.com]
> Gesendet: Donnerstag, 29. August 2013 16:06
> An: dev@flex.apache.org
> Betreff: Re: FlexUnit
>
> So legally we can't store these sdks for maven publicly?  I see 4.1 is
> 112MB, yech.
> brought to you by the letters A, V, and I
> and the number 47
>
>
> On Thu, Aug 29, 2013 at 2:32 PM, christofer.d...@c-ware.de
>  wrote:
> > And I hate "lawyers" more than "manually" ;-)
> >
> > It's actually a Multi Minute process to Mavenize an FDK as I created the
> Apache Flex Mavenizer for that (It actually also mavenizes Adobe Flex FDKs)
> together with the Auto deployer you should have any Flex FDK mavenized and
> deployed in minutes.
> >
> >
> https://flexmojos.atlassian.net/wiki/display/FLEXMOJOS/Migrating+to+6.x?src=search
> >
> > Chris
> >
> > 
> > Von: Avi Kessner [akess...@gmail.com]
> > Gesendet: Donnerstag, 29. August 2013 12:33
> > An: dev@flex.apache.org
> > Betreff: Re: FlexUnit
> >
> > Thanks.
> > I hate that word.. "manually".
> > Is there a more recent version or alternative to mockolate as well?
> > And is this a multi day or multi hour process to mavenize the FDK?
> > brought to you by the letters A, V, and I
> > and the number 47
> >
> >
> > On Thu, Aug 29, 2013 at 1:11 PM, christofer.d...@c-ware.de
> >  wrote:
> >> Hi,
> >>
> >> Unit testing is a pretty tricky thing in Flexmojos. That's one of the
> things I am intending on performing the largest changes the the new plugin.
> But from your question I can see you are using an about 100 year old
> Version of Flexmojos and Flex. I know I did quite a lot of tweaks and
> updates in the flexunit Support when we were working on releasing flexunit
> 4.x. So I would like to ask you to update so a somewhat reasonably new
> Version of flexmojos ... 6.0.1 would be best ... but Keep in mind that you
> Need to manually mavenize the FDK you want to use.
> >>
> >> Chris
> >>
> >> 
> >> Von: Avi Kessner [akess...@gmail.com]
> >> Gesendet: Donnerstag, 29. August 2013 09:52
> >> An: dev@flex.apache.org
> >> Betreff: Re: FlexUnit
> >>
> >> I'm sorry to go off topic, but this is really starting to fustrate me.
> >>  If anyone is able to help me out over at stackOverflow I really
> >> appreciate it!
> >>
> >>
> http://stackoverflow.com/questions/18505129/how-do-i-get-flexunit-flexmojos-and-mockolate-to-work-together
> >> brought to you by the letters A, V, and I
> >> and the number 47
> >>
> >>
> >> On Thu, Aug 29, 2013 at 6:11 AM, Cyrill Zadra 
> wrote:
> >>> Great! .. I pushed my changes always to "makeFlexUnitApacheReady".
> Shall I
> >>> merge those changes also to develop branch and continue to work on
> this one?
> >>>
> >>> Cyrill
> >>>
> >>>
> >>> On Thu, Aug 29, 2013 at 3:29 AM, Michael A. Labriola <
> >>> labri...@digitalprimates.net> wrote:
> >>>
> 
>  In the FlexUnit repo right now there is only a master.
> 
>  I am creating a develop branch presently and pushing some changes we
> made
>  to the flexunit tasks to support a URL instead of just a local file
> when
>  executing tests.
> 
>  We should just make sure this gets integrated into master before the
> next
>  release.
> 
>  Mike
> 


AW: FlexUnit

2013-08-29 Thread christofer.d...@c-ware.de
Well the Problem are the Adobe libs ... playerglobal and some others, that we 
are not allowed to publish. There wouldn't be any trouble with deploying the 
rest of the FDK to public repos beyond that, I guess. But unfortunately these 
FDKs would be completeley useless without the missing Adobe libs :-(


Von: Avi Kessner [akess...@gmail.com]
Gesendet: Donnerstag, 29. August 2013 16:06
An: dev@flex.apache.org
Betreff: Re: FlexUnit

So legally we can't store these sdks for maven publicly?  I see 4.1 is
112MB, yech.
brought to you by the letters A, V, and I
and the number 47


On Thu, Aug 29, 2013 at 2:32 PM, christofer.d...@c-ware.de
 wrote:
> And I hate "lawyers" more than "manually" ;-)
>
> It's actually a Multi Minute process to Mavenize an FDK as I created the 
> Apache Flex Mavenizer for that (It actually also mavenizes Adobe Flex FDKs) 
> together with the Auto deployer you should have any Flex FDK mavenized and 
> deployed in minutes.
>
> https://flexmojos.atlassian.net/wiki/display/FLEXMOJOS/Migrating+to+6.x?src=search
>
> Chris
>
> 
> Von: Avi Kessner [akess...@gmail.com]
> Gesendet: Donnerstag, 29. August 2013 12:33
> An: dev@flex.apache.org
> Betreff: Re: FlexUnit
>
> Thanks.
> I hate that word.. "manually".
> Is there a more recent version or alternative to mockolate as well?
> And is this a multi day or multi hour process to mavenize the FDK?
> brought to you by the letters A, V, and I
> and the number 47
>
>
> On Thu, Aug 29, 2013 at 1:11 PM, christofer.d...@c-ware.de
>  wrote:
>> Hi,
>>
>> Unit testing is a pretty tricky thing in Flexmojos. That's one of the things 
>> I am intending on performing the largest changes the the new plugin. But 
>> from your question I can see you are using an about 100 year old Version of 
>> Flexmojos and Flex. I know I did quite a lot of tweaks and updates in the 
>> flexunit Support when we were working on releasing flexunit 4.x. So I would 
>> like to ask you to update so a somewhat reasonably new Version of flexmojos 
>> ... 6.0.1 would be best ... but Keep in mind that you Need to manually 
>> mavenize the FDK you want to use.
>>
>> Chris
>>
>> 
>> Von: Avi Kessner [akess...@gmail.com]
>> Gesendet: Donnerstag, 29. August 2013 09:52
>> An: dev@flex.apache.org
>> Betreff: Re: FlexUnit
>>
>> I'm sorry to go off topic, but this is really starting to fustrate me.
>>  If anyone is able to help me out over at stackOverflow I really
>> appreciate it!
>>
>> http://stackoverflow.com/questions/18505129/how-do-i-get-flexunit-flexmojos-and-mockolate-to-work-together
>> brought to you by the letters A, V, and I
>> and the number 47
>>
>>
>> On Thu, Aug 29, 2013 at 6:11 AM, Cyrill Zadra  wrote:
>>> Great! .. I pushed my changes always to "makeFlexUnitApacheReady". Shall I
>>> merge those changes also to develop branch and continue to work on this one?
>>>
>>> Cyrill
>>>
>>>
>>> On Thu, Aug 29, 2013 at 3:29 AM, Michael A. Labriola <
>>> labri...@digitalprimates.net> wrote:
>>>

 In the FlexUnit repo right now there is only a master.

 I am creating a develop branch presently and pushing some changes we made
 to the flexunit tasks to support a URL instead of just a local file when
 executing tests.

 We should just make sure this gets integrated into master before the next
 release.

 Mike


AW: FlexUnit

2013-08-29 Thread christofer.d...@c-ware.de
That actually sounds like a really good idea from my side ... and I really 
don't know, why nobody came up with that Suggestion yet ;-) 

It would reduce the "Manual" part to the clicking of a Checkbox. In that case I 
would also opt for a second Checkbox that is available as soon as someone 
choose to mavenize in which a user can choose to automatically deploy to an 
repository Manager (Artifactory, Nexus) using the deployer tool from within the 
installer.

Chris


Von: Nick Collins [ndcoll...@gmail.com]
Gesendet: Donnerstag, 29. August 2013 16:16
An: dev@flex.apache.org
Betreff: Re: FlexUnit

Would a reasonable compromise be to  add the "mavenizing" of the FDK as an
option to the installer? Where all I need do is check a box saying "Use
Apache Flex with Maven", and have the installer take care of converting the
FDK to the maven format and adding it to my local Maven repository.


On Thu, Aug 29, 2013 at 9:06 AM, Avi Kessner  wrote:

> Oh, and thank you.  mavenizing was very quick and easy , deploying on
> the other hand.. (atleast I don't have to do it manually)
>
> brought to you by the letters A, V, and I
> and the number 47
>
>
> On Thu, Aug 29, 2013 at 5:06 PM, Avi Kessner  wrote:
> > So legally we can't store these sdks for maven publicly?  I see 4.1 is
> > 112MB, yech.
> > brought to you by the letters A, V, and I
> > and the number 47
> >
> >
> > On Thu, Aug 29, 2013 at 2:32 PM, christofer.d...@c-ware.de
> >  wrote:
> >> And I hate "lawyers" more than "manually" ;-)
> >>
> >> It's actually a Multi Minute process to Mavenize an FDK as I created
> the Apache Flex Mavenizer for that (It actually also mavenizes Adobe Flex
> FDKs) together with the Auto deployer you should have any Flex FDK
> mavenized and deployed in minutes.
> >>
> >>
> https://flexmojos.atlassian.net/wiki/display/FLEXMOJOS/Migrating+to+6.x?src=search
> >>
> >> Chris
> >>
> >> 
> >> Von: Avi Kessner [akess...@gmail.com]
> >> Gesendet: Donnerstag, 29. August 2013 12:33
> >> An: dev@flex.apache.org
> >> Betreff: Re: FlexUnit
> >>
> >> Thanks.
> >> I hate that word.. "manually".
> >> Is there a more recent version or alternative to mockolate as well?
> >> And is this a multi day or multi hour process to mavenize the FDK?
> >> brought to you by the letters A, V, and I
> >> and the number 47
> >>
> >>
> >> On Thu, Aug 29, 2013 at 1:11 PM, christofer.d...@c-ware.de
> >>  wrote:
> >>> Hi,
> >>>
> >>> Unit testing is a pretty tricky thing in Flexmojos. That's one of the
> things I am intending on performing the largest changes the the new plugin.
> But from your question I can see you are using an about 100 year old
> Version of Flexmojos and Flex. I know I did quite a lot of tweaks and
> updates in the flexunit Support when we were working on releasing flexunit
> 4.x. So I would like to ask you to update so a somewhat reasonably new
> Version of flexmojos ... 6.0.1 would be best ... but Keep in mind that you
> Need to manually mavenize the FDK you want to use.
> >>>
> >>> Chris
> >>>
> >>> 
> >>> Von: Avi Kessner [akess...@gmail.com]
> >>> Gesendet: Donnerstag, 29. August 2013 09:52
> >>> An: dev@flex.apache.org
> >>> Betreff: Re: FlexUnit
> >>>
> >>> I'm sorry to go off topic, but this is really starting to fustrate me.
> >>>  If anyone is able to help me out over at stackOverflow I really
> >>> appreciate it!
> >>>
> >>>
> http://stackoverflow.com/questions/18505129/how-do-i-get-flexunit-flexmojos-and-mockolate-to-work-together
> >>> brought to you by the letters A, V, and I
> >>> and the number 47
> >>>
> >>>
> >>> On Thu, Aug 29, 2013 at 6:11 AM, Cyrill Zadra 
> wrote:
>  Great! .. I pushed my changes always to "makeFlexUnitApacheReady".
> Shall I
>  merge those changes also to develop branch and continue to work on
> this one?
> 
>  Cyrill
> 
> 
>  On Thu, Aug 29, 2013 at 3:29 AM, Michael A. Labriola <
>  labri...@digitalprimates.net> wrote:
> 
> >
> > In the FlexUnit repo right now there is only a master.
> >
> > I am creating a develop branch presently and pushing some changes we
> made
> > to the flexunit tasks to support a URL instead of just a local file
> when
> > executing tests.
> >
> > We should just make sure this gets integrated into master before the
> next
> > release.
> >
> > Mike
> >
>

RE: FlexUnit

2013-08-29 Thread Pete Thomas
Hi Mike

Our FlexUnit tests have started to fail lately. The JVM on the build server was 
updated... or at least changed not sure which.

The error we are getting is: 

[flexunit] java.lang.NoSuchMethodError: java.lang.String.isEmpty()

I'm pretty sure we have using the latest version of FlexUnit, can you shed any 
light on this.

Pete Thomas
tel: +44 (0)208 832 7179
www.dunnhumby.com
P please consider the environment before printing this email.

-Original Message-
From: Michael A. Labriola [mailto:labri...@digitalprimates.net] 
Sent: 29 August 2013 15:41
To: dev@flex.apache.org
Subject: RE: FlexUnit

>Great! .. I pushed my changes always to "makeFlexUnitApacheReady". Shall I 
>merge those changes also to develop branch and continue to work on this one?

I think that's a good idea and we can keep merging back to develop. I always 
work in my own local branches in either case.

I have a bunch of small additional changes I will be integrating over the next 
month or so. Just things that were on my list for a long time.

Mike

dunnhumby limited is a limited company registered in England and Wales with 
registered number 02388853 and VAT registered number 927 5871 83.
Our registered office is at Aurora House, 71-75 Uxbridge Road, London W5 5SL.
The contents of this message and any attachments to it are confidential and may 
be legally privileged.
If you have received this message in error you should delete it from your 
system immediately and advise the sender.
dunnhumby may monitor and record all emails. The views expressed in this email 
are those of the sender and not those of dunnhumby.



RE: FlexUnit

2013-08-29 Thread Michael A. Labriola
>Great! .. I pushed my changes always to "makeFlexUnitApacheReady". Shall I 
>merge those changes also to develop branch and continue to work on this one?

I think that's a good idea and we can keep merging back to develop. I always 
work in my own local branches in either case.

I have a bunch of small additional changes I will be integrating over the next 
month or so. Just things that were on my list for a long time.

Mike



Specifying multiple RSL URL

2013-08-29 Thread Jagan Langa Sami Durai
Hi All,

This is how I deployed my application.

ROOT/application.swf
ROOT/MODULES/module1.swf
ROOT/RSLS/rsl1.swf
ROOT/RSLS/rsl2.swf

This is how I specified the rsl's path while compiling my application and
modules( in ant script)









Here is my problem,

application.swf uses the rsl1.swf as rsl and
module1.swf uses rsl1.swf and rsl2.swf as rsl

when i try to load the module1.swf inside the application1.swf, module1.swf
is looking for the 2 required rsl's (rsl1.swf and rsl2.swf). since rsl1.swf
is already loaded by the application1.swf it is taking it and trying to
load the rsl2.swf from the ROOT/*MODULES*/RSLS/ path. since all the rsl's
in the ROOT/RSLS folder, it is getting the 404 error for rsl2.swf and
module1.swf is not loading.

so, I updated the ant script as follows for the rsl2.swf,






now what happens is, since MODULES/RSLS/rsl2.swf receives 404; it tries to
load the second fail-over one like this "http://../rsls/rsl2.swf"; which is
also an invalid url.

how can i specify more fail-over url's relatively. plz help me.



*
Regards,
S. Jagan  Langa*


Re: FlexUnit

2013-08-29 Thread Nick Collins
Would a reasonable compromise be to  add the "mavenizing" of the FDK as an
option to the installer? Where all I need do is check a box saying "Use
Apache Flex with Maven", and have the installer take care of converting the
FDK to the maven format and adding it to my local Maven repository.


On Thu, Aug 29, 2013 at 9:06 AM, Avi Kessner  wrote:

> Oh, and thank you.  mavenizing was very quick and easy , deploying on
> the other hand.. (atleast I don't have to do it manually)
>
> brought to you by the letters A, V, and I
> and the number 47
>
>
> On Thu, Aug 29, 2013 at 5:06 PM, Avi Kessner  wrote:
> > So legally we can't store these sdks for maven publicly?  I see 4.1 is
> > 112MB, yech.
> > brought to you by the letters A, V, and I
> > and the number 47
> >
> >
> > On Thu, Aug 29, 2013 at 2:32 PM, christofer.d...@c-ware.de
> >  wrote:
> >> And I hate "lawyers" more than "manually" ;-)
> >>
> >> It's actually a Multi Minute process to Mavenize an FDK as I created
> the Apache Flex Mavenizer for that (It actually also mavenizes Adobe Flex
> FDKs) together with the Auto deployer you should have any Flex FDK
> mavenized and deployed in minutes.
> >>
> >>
> https://flexmojos.atlassian.net/wiki/display/FLEXMOJOS/Migrating+to+6.x?src=search
> >>
> >> Chris
> >>
> >> 
> >> Von: Avi Kessner [akess...@gmail.com]
> >> Gesendet: Donnerstag, 29. August 2013 12:33
> >> An: dev@flex.apache.org
> >> Betreff: Re: FlexUnit
> >>
> >> Thanks.
> >> I hate that word.. "manually".
> >> Is there a more recent version or alternative to mockolate as well?
> >> And is this a multi day or multi hour process to mavenize the FDK?
> >> brought to you by the letters A, V, and I
> >> and the number 47
> >>
> >>
> >> On Thu, Aug 29, 2013 at 1:11 PM, christofer.d...@c-ware.de
> >>  wrote:
> >>> Hi,
> >>>
> >>> Unit testing is a pretty tricky thing in Flexmojos. That's one of the
> things I am intending on performing the largest changes the the new plugin.
> But from your question I can see you are using an about 100 year old
> Version of Flexmojos and Flex. I know I did quite a lot of tweaks and
> updates in the flexunit Support when we were working on releasing flexunit
> 4.x. So I would like to ask you to update so a somewhat reasonably new
> Version of flexmojos ... 6.0.1 would be best ... but Keep in mind that you
> Need to manually mavenize the FDK you want to use.
> >>>
> >>> Chris
> >>>
> >>> 
> >>> Von: Avi Kessner [akess...@gmail.com]
> >>> Gesendet: Donnerstag, 29. August 2013 09:52
> >>> An: dev@flex.apache.org
> >>> Betreff: Re: FlexUnit
> >>>
> >>> I'm sorry to go off topic, but this is really starting to fustrate me.
> >>>  If anyone is able to help me out over at stackOverflow I really
> >>> appreciate it!
> >>>
> >>>
> http://stackoverflow.com/questions/18505129/how-do-i-get-flexunit-flexmojos-and-mockolate-to-work-together
> >>> brought to you by the letters A, V, and I
> >>> and the number 47
> >>>
> >>>
> >>> On Thu, Aug 29, 2013 at 6:11 AM, Cyrill Zadra 
> wrote:
>  Great! .. I pushed my changes always to "makeFlexUnitApacheReady".
> Shall I
>  merge those changes also to develop branch and continue to work on
> this one?
> 
>  Cyrill
> 
> 
>  On Thu, Aug 29, 2013 at 3:29 AM, Michael A. Labriola <
>  labri...@digitalprimates.net> wrote:
> 
> >
> > In the FlexUnit repo right now there is only a master.
> >
> > I am creating a develop branch presently and pushing some changes we
> made
> > to the flexunit tasks to support a URL instead of just a local file
> when
> > executing tests.
> >
> > We should just make sure this gets integrated into master before the
> next
> > release.
> >
> > Mike
> >
>


Re: FlexUnit

2013-08-29 Thread Avi Kessner
Oh, and thank you.  mavenizing was very quick and easy , deploying on
the other hand.. (atleast I don't have to do it manually)

brought to you by the letters A, V, and I
and the number 47


On Thu, Aug 29, 2013 at 5:06 PM, Avi Kessner  wrote:
> So legally we can't store these sdks for maven publicly?  I see 4.1 is
> 112MB, yech.
> brought to you by the letters A, V, and I
> and the number 47
>
>
> On Thu, Aug 29, 2013 at 2:32 PM, christofer.d...@c-ware.de
>  wrote:
>> And I hate "lawyers" more than "manually" ;-)
>>
>> It's actually a Multi Minute process to Mavenize an FDK as I created the 
>> Apache Flex Mavenizer for that (It actually also mavenizes Adobe Flex FDKs) 
>> together with the Auto deployer you should have any Flex FDK mavenized and 
>> deployed in minutes.
>>
>> https://flexmojos.atlassian.net/wiki/display/FLEXMOJOS/Migrating+to+6.x?src=search
>>
>> Chris
>>
>> 
>> Von: Avi Kessner [akess...@gmail.com]
>> Gesendet: Donnerstag, 29. August 2013 12:33
>> An: dev@flex.apache.org
>> Betreff: Re: FlexUnit
>>
>> Thanks.
>> I hate that word.. "manually".
>> Is there a more recent version or alternative to mockolate as well?
>> And is this a multi day or multi hour process to mavenize the FDK?
>> brought to you by the letters A, V, and I
>> and the number 47
>>
>>
>> On Thu, Aug 29, 2013 at 1:11 PM, christofer.d...@c-ware.de
>>  wrote:
>>> Hi,
>>>
>>> Unit testing is a pretty tricky thing in Flexmojos. That's one of the 
>>> things I am intending on performing the largest changes the the new plugin. 
>>> But from your question I can see you are using an about 100 year old 
>>> Version of Flexmojos and Flex. I know I did quite a lot of tweaks and 
>>> updates in the flexunit Support when we were working on releasing flexunit 
>>> 4.x. So I would like to ask you to update so a somewhat reasonably new 
>>> Version of flexmojos ... 6.0.1 would be best ... but Keep in mind that you 
>>> Need to manually mavenize the FDK you want to use.
>>>
>>> Chris
>>>
>>> 
>>> Von: Avi Kessner [akess...@gmail.com]
>>> Gesendet: Donnerstag, 29. August 2013 09:52
>>> An: dev@flex.apache.org
>>> Betreff: Re: FlexUnit
>>>
>>> I'm sorry to go off topic, but this is really starting to fustrate me.
>>>  If anyone is able to help me out over at stackOverflow I really
>>> appreciate it!
>>>
>>> http://stackoverflow.com/questions/18505129/how-do-i-get-flexunit-flexmojos-and-mockolate-to-work-together
>>> brought to you by the letters A, V, and I
>>> and the number 47
>>>
>>>
>>> On Thu, Aug 29, 2013 at 6:11 AM, Cyrill Zadra  
>>> wrote:
 Great! .. I pushed my changes always to "makeFlexUnitApacheReady". Shall I
 merge those changes also to develop branch and continue to work on this 
 one?

 Cyrill


 On Thu, Aug 29, 2013 at 3:29 AM, Michael A. Labriola <
 labri...@digitalprimates.net> wrote:

>
> In the FlexUnit repo right now there is only a master.
>
> I am creating a develop branch presently and pushing some changes we made
> to the flexunit tasks to support a URL instead of just a local file when
> executing tests.
>
> We should just make sure this gets integrated into master before the next
> release.
>
> Mike
>


Re: FlexUnit

2013-08-29 Thread Avi Kessner
So legally we can't store these sdks for maven publicly?  I see 4.1 is
112MB, yech.
brought to you by the letters A, V, and I
and the number 47


On Thu, Aug 29, 2013 at 2:32 PM, christofer.d...@c-ware.de
 wrote:
> And I hate "lawyers" more than "manually" ;-)
>
> It's actually a Multi Minute process to Mavenize an FDK as I created the 
> Apache Flex Mavenizer for that (It actually also mavenizes Adobe Flex FDKs) 
> together with the Auto deployer you should have any Flex FDK mavenized and 
> deployed in minutes.
>
> https://flexmojos.atlassian.net/wiki/display/FLEXMOJOS/Migrating+to+6.x?src=search
>
> Chris
>
> 
> Von: Avi Kessner [akess...@gmail.com]
> Gesendet: Donnerstag, 29. August 2013 12:33
> An: dev@flex.apache.org
> Betreff: Re: FlexUnit
>
> Thanks.
> I hate that word.. "manually".
> Is there a more recent version or alternative to mockolate as well?
> And is this a multi day or multi hour process to mavenize the FDK?
> brought to you by the letters A, V, and I
> and the number 47
>
>
> On Thu, Aug 29, 2013 at 1:11 PM, christofer.d...@c-ware.de
>  wrote:
>> Hi,
>>
>> Unit testing is a pretty tricky thing in Flexmojos. That's one of the things 
>> I am intending on performing the largest changes the the new plugin. But 
>> from your question I can see you are using an about 100 year old Version of 
>> Flexmojos and Flex. I know I did quite a lot of tweaks and updates in the 
>> flexunit Support when we were working on releasing flexunit 4.x. So I would 
>> like to ask you to update so a somewhat reasonably new Version of flexmojos 
>> ... 6.0.1 would be best ... but Keep in mind that you Need to manually 
>> mavenize the FDK you want to use.
>>
>> Chris
>>
>> 
>> Von: Avi Kessner [akess...@gmail.com]
>> Gesendet: Donnerstag, 29. August 2013 09:52
>> An: dev@flex.apache.org
>> Betreff: Re: FlexUnit
>>
>> I'm sorry to go off topic, but this is really starting to fustrate me.
>>  If anyone is able to help me out over at stackOverflow I really
>> appreciate it!
>>
>> http://stackoverflow.com/questions/18505129/how-do-i-get-flexunit-flexmojos-and-mockolate-to-work-together
>> brought to you by the letters A, V, and I
>> and the number 47
>>
>>
>> On Thu, Aug 29, 2013 at 6:11 AM, Cyrill Zadra  wrote:
>>> Great! .. I pushed my changes always to "makeFlexUnitApacheReady". Shall I
>>> merge those changes also to develop branch and continue to work on this one?
>>>
>>> Cyrill
>>>
>>>
>>> On Thu, Aug 29, 2013 at 3:29 AM, Michael A. Labriola <
>>> labri...@digitalprimates.net> wrote:
>>>

 In the FlexUnit repo right now there is only a master.

 I am creating a develop branch presently and pushing some changes we made
 to the flexunit tasks to support a URL instead of just a local file when
 executing tests.

 We should just make sure this gets integrated into master before the next
 release.

 Mike



Hanging Indents in TLF Lists

2013-08-29 Thread Harbs
Does anyone have any experience with hanging indents in TLF lists?

My initial tests seem to indicate that they don't work correctly.

Note the following:
paragraph.paragraphStartIndent = 12;
paragraph.textIndent = -12;

Properly creates a hanging indent of 12 pixels.

If the paragraph element has a value of 0 or greater, a bullet followed by a 
tab will indent the text after the bullet to the fist tab character, but in 
this case, where the textIndent is a negative value, the text following will be 
indented to a 24 pixels from the start of the line. Rather than being lined up 
with the following line, the first line text will be indented from the 
following line 12 pixels.

In my case, the tab is specified as the afterContent. If I remove the 
afterContent, and add a space and tab at the beginning of the first span in the 
paragraph, it looks correct.

Clear as mud?

Harbs

Have ASDoc images been donated?

2013-08-29 Thread BorekB
I would like to use some images from ASDoc in a course material I am
preparing and was wondering whether images have been donated to Apache or
not. For instance, when I visit
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/spark/components/SplitViewNavigator.html,
there is an image demonstrating the component while it's missing from
http://flex.apache.org/asdoc/spark/components/SplitViewNavigator.html.

Have images been donated? Or are they copyrighted by Adobe?

Thanks,
Borek



--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/Have-ASDoc-images-been-donated-tp198.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


AW: FlexUnit

2013-08-29 Thread christofer.d...@c-ware.de
And I hate "lawyers" more than "manually" ;-) 

It's actually a Multi Minute process to Mavenize an FDK as I created the Apache 
Flex Mavenizer for that (It actually also mavenizes Adobe Flex FDKs) together 
with the Auto deployer you should have any Flex FDK mavenized and deployed in 
minutes.

https://flexmojos.atlassian.net/wiki/display/FLEXMOJOS/Migrating+to+6.x?src=search

Chris


Von: Avi Kessner [akess...@gmail.com]
Gesendet: Donnerstag, 29. August 2013 12:33
An: dev@flex.apache.org
Betreff: Re: FlexUnit

Thanks.
I hate that word.. "manually".
Is there a more recent version or alternative to mockolate as well?
And is this a multi day or multi hour process to mavenize the FDK?
brought to you by the letters A, V, and I
and the number 47


On Thu, Aug 29, 2013 at 1:11 PM, christofer.d...@c-ware.de
 wrote:
> Hi,
>
> Unit testing is a pretty tricky thing in Flexmojos. That's one of the things 
> I am intending on performing the largest changes the the new plugin. But from 
> your question I can see you are using an about 100 year old Version of 
> Flexmojos and Flex. I know I did quite a lot of tweaks and updates in the 
> flexunit Support when we were working on releasing flexunit 4.x. So I would 
> like to ask you to update so a somewhat reasonably new Version of flexmojos 
> ... 6.0.1 would be best ... but Keep in mind that you Need to manually 
> mavenize the FDK you want to use.
>
> Chris
>
> 
> Von: Avi Kessner [akess...@gmail.com]
> Gesendet: Donnerstag, 29. August 2013 09:52
> An: dev@flex.apache.org
> Betreff: Re: FlexUnit
>
> I'm sorry to go off topic, but this is really starting to fustrate me.
>  If anyone is able to help me out over at stackOverflow I really
> appreciate it!
>
> http://stackoverflow.com/questions/18505129/how-do-i-get-flexunit-flexmojos-and-mockolate-to-work-together
> brought to you by the letters A, V, and I
> and the number 47
>
>
> On Thu, Aug 29, 2013 at 6:11 AM, Cyrill Zadra  wrote:
>> Great! .. I pushed my changes always to "makeFlexUnitApacheReady". Shall I
>> merge those changes also to develop branch and continue to work on this one?
>>
>> Cyrill
>>
>>
>> On Thu, Aug 29, 2013 at 3:29 AM, Michael A. Labriola <
>> labri...@digitalprimates.net> wrote:
>>
>>>
>>> In the FlexUnit repo right now there is only a master.
>>>
>>> I am creating a develop branch presently and pushing some changes we made
>>> to the flexunit tasks to support a URL instead of just a local file when
>>> executing tests.
>>>
>>> We should just make sure this gets integrated into master before the next
>>> release.
>>>
>>> Mike
>>>

Re: Greate News! Flex 4.10 with AIR 3.8 running very smooth on iOS and Mac OS when "renderMode" set to "direct"

2013-08-29 Thread Deepak MS
Hi Swen,
Sure, No worries :). Thanks...




On Wed, Aug 28, 2013 at 6:03 PM, Swen van Zanten  wrote:

> Hi Deepak,
>
> Those warning are there because of the import and use of the experimental
> components. This is an already known issue :)
> Nothing to worry about for now.
>
> Regards,
>
> SWEN VAN ZANTEN
> Hoofdstraat 160
> 2171 BL, Sassenheim
>
> Op 28 aug. 2013, om 14:04 heeft Deepak MS  het
> volgende geschreven:
>
> > Hello,
> >
> > I checked background processing of the app(on iPad) with renderMode set
> to
> > ‘direct’. As Will mentioned, it does break the background processing. I
> had
> > to revert it back to ‘gpu’ and it worked fine. However, performance wise
> it
> > still remains comparatively faster even if I set the renderMode to ‘gpu’.
> > So I am retaining it to ‘gpu’, as background processing is very important
> > to retain(especially while a file downloading is in progress)
> >
> >
> >
> > However, I encountered around 16 warnings, which weren’t there in flex
> > 4.6|AIR3.6 :
> >
> > Cannot resolve namespace qualified type 'BorderDataNavigator' in CSS
> > selector 'BorderDataNavigator' – this one is repeated 12 times
> >
> > The style 'cornerRadius' is only supported by type
> > 'spark.components.ButtonBarButton' with the theme(s) 'spark'. – this one
> is
> > repeated 4 times.
> >
> >
> >
> >
> >
> > I have no idea what 'BorderDataNavigator' is. It isn’t there anywhere in
> my
> > project. I haven’t used 'cornerRadius' too anywhere in the project. Any
> > idea how can we get rid of these warnings?
> >
> >
> >
> >
> >
> > Cheers!
> >
> >
> > On Mon, Aug 26, 2013 at 10:20 AM, Will  wrote:
> >
> >> I believe you lose the ability to perform any background tasks by
> setting
> >> rendermode to direct, at least on IOS. This will be a dealbreaker for
> many
> >> apps. See this bug for more details and be sure to vote:
> >>
> >> https://bugbase.adobe.com/**index.cfm?event=bug&id=3349232<
> https://bugbase.adobe.com/index.cfm?event=bug&id=3349232>
> >>
> >>
> >> On 8/23/2013 1:47 PM, jude wrote:
> >>
> >>> When using direct mode do you lose any functionality? I think there
> was a
> >>> GPU mode and you lost filters and other features so I could not use it
> at
> >>> the time. Is direct mode the same? Thanks
> >>>
> >>>
> >>> On Fri, Aug 23, 2013 at 5:17 AM, Deepak MS 
> >>> wrote:
> >>>
> >>> Hi Swen,
>  Thanks a lot. That really helped. It works fine now :)
> 
>  I'll surely be blogging about performance boost that we have in 4.10
> soon
>  in my blog...I just felt like adding up NOS (Nitrous) in NFS, while
> using
>  my app ! ;) Thanks for such a cool release!
> 
>  Cheers!
>  Deepak
>  http://deepflex.blogspot.com/
> 
> 
>  On Fri, Aug 23, 2013 at 2:50 PM, Swen van Zanten 
> wrote:
> 
>  Hi Deepak,
> >
> > I also had that problem,
> > this one is easily fixed by editing the skin.
> >
> > inside the scroller it looked like this:
> >  >
>  itemRenderer="spark.skins.**spark.DefaultGridItemRenderer"**>
> 
> > 
> > 
> > 
> > 
> > 
> > 
> >
> > now it looks like this:
> >  >
>  itemRenderer="spark.skins.**spark.DefaultGridItemRenderer"**>
> 
> > 
> > 
> > 
> > 
> > 
> >  >
>  name="editorIndicatorLayer"/>
> 
> > 
> > 
> > 
> > 
> > 
> > 
> >
> > Hope it helps you.
> >
> > Regards,
> >
> > SWEN VAN ZANTEN
> > Hoofdstraat 160
> > 2171 BL, Sassenheim
> >
> > Op 23 aug. 2013, om 11:08 heeft Deepak MS 
> > het
> > volgende geschreven:
> >
> > I had built an iPad app using Flex 4.6|AIR 3.6 sometime back. Looking
> >>
> > at
> 
> > this email, I got curious to see how my app would perform on 4.10.
> >>
> >> Agreed! Overall performance in comparatively good.
> >> - Popups used to have a delay of 3-4 seconds, but now it just pops
> up
> >> without any
> >> delay.
> >> - Switching between tabs(for the first time) in a
> TabbedViewNavigator
> >>
> > had
> 
> > a delay of 3 to 4s (based on number of UI elements on each of the tab
> >> views). But now it takes 1.5s or less.
> >>
> >> But size got increased a little:
> >>
> >> - Compiled size was 9,178,761 bytes using flex 4.6|AIR 3.6 and it is
> >> 9,762,490 bytes using flex 4.10|AIR 3.8, which is just fine for me,
> it
> >>
> > not
> >
> >> a big issue.
> >>
> >> However, I came across one issue(which wasn't there in F

Re: FlexUnit

2013-08-29 Thread Avi Kessner
Thanks.
I hate that word.. "manually".
Is there a more recent version or alternative to mockolate as well?
And is this a multi day or multi hour process to mavenize the FDK?
brought to you by the letters A, V, and I
and the number 47


On Thu, Aug 29, 2013 at 1:11 PM, christofer.d...@c-ware.de
 wrote:
> Hi,
>
> Unit testing is a pretty tricky thing in Flexmojos. That's one of the things 
> I am intending on performing the largest changes the the new plugin. But from 
> your question I can see you are using an about 100 year old Version of 
> Flexmojos and Flex. I know I did quite a lot of tweaks and updates in the 
> flexunit Support when we were working on releasing flexunit 4.x. So I would 
> like to ask you to update so a somewhat reasonably new Version of flexmojos 
> ... 6.0.1 would be best ... but Keep in mind that you Need to manually 
> mavenize the FDK you want to use.
>
> Chris
>
> 
> Von: Avi Kessner [akess...@gmail.com]
> Gesendet: Donnerstag, 29. August 2013 09:52
> An: dev@flex.apache.org
> Betreff: Re: FlexUnit
>
> I'm sorry to go off topic, but this is really starting to fustrate me.
>  If anyone is able to help me out over at stackOverflow I really
> appreciate it!
>
> http://stackoverflow.com/questions/18505129/how-do-i-get-flexunit-flexmojos-and-mockolate-to-work-together
> brought to you by the letters A, V, and I
> and the number 47
>
>
> On Thu, Aug 29, 2013 at 6:11 AM, Cyrill Zadra  wrote:
>> Great! .. I pushed my changes always to "makeFlexUnitApacheReady". Shall I
>> merge those changes also to develop branch and continue to work on this one?
>>
>> Cyrill
>>
>>
>> On Thu, Aug 29, 2013 at 3:29 AM, Michael A. Labriola <
>> labri...@digitalprimates.net> wrote:
>>
>>>
>>> In the FlexUnit repo right now there is only a master.
>>>
>>> I am creating a develop branch presently and pushing some changes we made
>>> to the flexunit tasks to support a URL instead of just a local file when
>>> executing tests.
>>>
>>> We should just make sure this gets integrated into master before the next
>>> release.
>>>
>>> Mike
>>>


AW: FlexUnit

2013-08-29 Thread christofer.d...@c-ware.de
Hi,

Unit testing is a pretty tricky thing in Flexmojos. That's one of the things I 
am intending on performing the largest changes the the new plugin. But from 
your question I can see you are using an about 100 year old Version of 
Flexmojos and Flex. I know I did quite a lot of tweaks and updates in the 
flexunit Support when we were working on releasing flexunit 4.x. So I would 
like to ask you to update so a somewhat reasonably new Version of flexmojos ... 
6.0.1 would be best ... but Keep in mind that you Need to manually mavenize the 
FDK you want to use.

Chris


Von: Avi Kessner [akess...@gmail.com]
Gesendet: Donnerstag, 29. August 2013 09:52
An: dev@flex.apache.org
Betreff: Re: FlexUnit

I'm sorry to go off topic, but this is really starting to fustrate me.
 If anyone is able to help me out over at stackOverflow I really
appreciate it!

http://stackoverflow.com/questions/18505129/how-do-i-get-flexunit-flexmojos-and-mockolate-to-work-together
brought to you by the letters A, V, and I
and the number 47


On Thu, Aug 29, 2013 at 6:11 AM, Cyrill Zadra  wrote:
> Great! .. I pushed my changes always to "makeFlexUnitApacheReady". Shall I
> merge those changes also to develop branch and continue to work on this one?
>
> Cyrill
>
>
> On Thu, Aug 29, 2013 at 3:29 AM, Michael A. Labriola <
> labri...@digitalprimates.net> wrote:
>
>>
>> In the FlexUnit repo right now there is only a master.
>>
>> I am creating a develop branch presently and pushing some changes we made
>> to the flexunit tasks to support a URL instead of just a local file when
>> executing tests.
>>
>> We should just make sure this gets integrated into master before the next
>> release.
>>
>> Mike
>>

Re: FlexUnit

2013-08-29 Thread Avi Kessner
I'm sorry to go off topic, but this is really starting to fustrate me.
 If anyone is able to help me out over at stackOverflow I really
appreciate it!

http://stackoverflow.com/questions/18505129/how-do-i-get-flexunit-flexmojos-and-mockolate-to-work-together
brought to you by the letters A, V, and I
and the number 47


On Thu, Aug 29, 2013 at 6:11 AM, Cyrill Zadra  wrote:
> Great! .. I pushed my changes always to "makeFlexUnitApacheReady". Shall I
> merge those changes also to develop branch and continue to work on this one?
>
> Cyrill
>
>
> On Thu, Aug 29, 2013 at 3:29 AM, Michael A. Labriola <
> labri...@digitalprimates.net> wrote:
>
>>
>> In the FlexUnit repo right now there is only a master.
>>
>> I am creating a develop branch presently and pushing some changes we made
>> to the flexunit tasks to support a URL instead of just a local file when
>> executing tests.
>>
>> We should just make sure this gets integrated into master before the next
>> release.
>>
>> Mike
>>