Re: [flexcoders] Anybody has worked with flex-plugin and MAVEN ..???

2010-05-22 Thread Marvin Froeder
Lol, I'm no longer the only one recommending that =D But yeah, flexmojos is the way to go, israfil mojo is death for more then an year, and flex-plugin stayed death for more then an year too, back from ashes now, but flexmojos still has way more features. VELO On Fri, May 21, 2010 at 2:00 AM,

Re: [flexcoders] Re: How to automatise Unit test with Maven ???

2010-05-19 Thread Marvin Froeder
Also you can reach project user list at http://groups.google.com/group/flex-mojos VELO On Wed, May 19, 2010 at 7:39 AM, m_teodori marcello.teod...@gmail.comwrote: specifically, you can find some information along with examples on this flexmojos wiki page:

[flexcoders] [ANN] Flex Test Coverage Kept Simple with Flexmojos

2010-04-28 Thread Marvin Froeder
If you take testing seriously as I do, you most likely know test code coverage tools. And in Flex Universe the *de facto* standard is Flex Cover. Now let’s be honest here, the tool does the job but it isn’t simple. Using it requires a special compiler to run code on Flex projects. Flexmojos is

[flexcoders] Java.net and now FLEX Rescue Mission on March 5th

2010-03-02 Thread Marvin Froeder
like to extends this invitation to Flex projects. So if you run an open source Flex project and wanna see it hosted inside Maven Central Repository, that is your major opportunity. On March 5th, 2010 Juven Xu and Marvin Froeder from Sonatype will start servicing any and all requests from

[flexcoders] Reference SPARK application

2009-09-23 Thread Marvin Froeder
Hi, Is there any reference application out there using SPARK? Something more then a hello world and 2 skinned components =D VELO

[flexcoders] [ANN] Flexmojos 3.3.0 is out!

2009-08-23 Thread Marvin Froeder
Last weekend was released Flexmojos 3.3.0. Flexmojos http://flexmojos.sonatype.org/ provides first-class support for Flex and AIR development within Apache Maven. It allow maven to compile, optimize, test and … Flex SWF, Flex SWC, Air SWF and Air SWC. The main fixes are: - Dita Asdoc generation -

Re: [flexcoders] Release Build through mxmlc

2009-07-29 Thread Marvin Froeder
May be using optimize=true? Or using the optimizer http://livedocs.adobe.com/flex/3/html/rsl_07.html http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Partsfile=performance_118_16.html VELO On Wed, Jul 29, 2009 at 11:16 AM, ilikeflex

Re: [flexcoders] Re: Flex Compilation takes long time

2009-07-29 Thread Marvin Froeder
I agree flex is slow... but I never saw it taking more then 30 secs per module VELO On Wed, Jul 29, 2009 at 4:39 PM, Todd tpreka...@gmail.com wrote: Unfortunately, you can do all those things noted above, you can restructure your modules, etc...but you'll probably still have longer

Re: [flexcoders] Testing socket...

2009-07-03 Thread Marvin Froeder
] Hope this helps... On Thu, Jul 2, 2009 at 7:27 PM, Marvin Froeder velo...@gmail.com wrote: Hi, I have an APP that connects to a server using socket... but, I would like to unit test it w/o connecting the real server... is there any way I can create a flex server socket? Maybe using AIR

[flexcoders] Testing socket...

2009-07-02 Thread Marvin Froeder
Hi, I have an APP that connects to a server using socket... but, I would like to unit test it w/o connecting the real server... is there any way I can create a flex server socket? Maybe using AIR? I found no way so far. VELO

[flexcoders] CRUD generator...

2009-05-25 Thread Marvin Froeder
Hi, Does someone know any CRUD generator tool? I would like to generate CRUDs based on my VOs. VELO

Re: [flexcoders] Re: CRUD generator...

2009-05-25 Thread Marvin Froeder
*Subject:* [flexcoders] Re: CRUD generator... Please look for clear yoolkit http://sourceforge.net/projects/cleartoolkit/ Regards Anatole Tartakovsky --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Marvin Froeder velo...@... wrote: Hi, Does someone know any CRUD

Re: [flexcoders] Flex Obfuscation -- WITH MODULES

2009-05-23 Thread Marvin Froeder
http://www.insideria.com/2009/05/introducing-nitro-lm-lite.html On Fri, May 22, 2009 at 7:59 AM, Marvin Froeder velo...@gmail.com wrote: Hey, http://nitrolm.com/nitro-lm-lite http://nitrolm.com/nitro-lm-liteIt is not exactly obfuscation, is encryption VELO On Thu, May 21, 2009

Re: [flexcoders] Flex Obfuscation -- WITH MODULES

2009-05-22 Thread Marvin Froeder
Hey, http://nitrolm.com/nitro-lm-lite http://nitrolm.com/nitro-lm-liteIt is not exactly obfuscation, is encryption VELO On Thu, May 21, 2009 at 8:52 PM, Raheen M Shabbazz raheen_m_shabb...@yahoo.com wrote: Hello All, Has anyone found an obfuscation application that works well with a

[flexcoders] [ANN] Flexmojos 3.2 Released

2009-05-08 Thread Marvin Froeder
Hi people, I released last night the latest version of flexmojos, version 3.2.0. Release notes: https://issues.sonatype.org/browse/FLEXMOJOS/fixforversion/10296 This release was mainly focused on improving the unit test support. The greatest new is for Linux headless machines (CI servers).

Re: [flexcoders] Unloading Modules - Binding is the Enemy?

2009-04-28 Thread Marvin Froeder
Would be really helpful a removeAllEventListenerss() on event EventDispacher Or even a dispose() method on UIComponent class that remove listeners, clean references, and whatever else is necessary to clean memory. VELO On Mon, Apr 27, 2009 at 3:36 PM, Battershall, Jeff

Re: [flexcoders] Unloading Modules - Binding is the Enemy?

2009-04-23 Thread Marvin Froeder
Hi Jeff, Just curiosity, what Application Domain are you using? http://livedocs.adobe.com/flex/3/html/help.html?content=18_Client_System_Environment_5.html http://livedocs.adobe.com/flex/3/html/help.html?content=18_Client_System_Environment_5.html VELO On Thu, Apr 23, 2009 at 11:13 AM,

Re: [flexcoders] maven compile flex project

2009-04-04 Thread Marvin Froeder
You can use flexmojos for that:http://flexmojos.sonatype.org/ VELO On Thu, Apr 2, 2009 at 5:18 PM, Fernando Wermus fernando.wer...@gmail.comwrote: Hi Folks, I am looking for a maven plugin and a pom.xml example for compiling and for generating a swf. Which is the best plugin

[flexcoders] [ANN] Flexmojos 3.1 Released

2009-04-03 Thread Marvin Froeder
Hi, I have been working hard over the last couple months in the Sonatype Forge on the next version of Flexmojos and it's now available. http://flexmojos.sonatype.org/ We did all the work for a client and they were happy to release it back to community under an Apache license. We have also

Re: [flexcoders] Locale Resource Problem Compiling Automation with Maven

2009-02-23 Thread Marvin Froeder
Hi Brad, You need to add the resource-bundle dependency too. VELO On Fri, Feb 13, 2009 at 6:50 PM, Brad Keck bradley_k...@intuit.com wrote: I am trying to compile my code with automation libraries so that it can be tested with silk. Currently, I am able to do this without trouble in

Re: [flexcoders] CSS to SWF with Maven using Flex-mojos

2009-01-26 Thread Marvin Froeder
I do have a sample file doing that: http://svn.sonatype.org/flexmojos/branches/flex-mojos-2.0.x/test-harness/projects/concept/runtime-css/ Basically what you need to do is change the sourceFile to use an CSS instead of a .mxml or .as VELO On Mon, Jan 19, 2009 at 11:34 AM, webresponsive

[flexcoders] Transparent support to FlexUnit, FUnit and AsUnit

2008-11-09 Thread Marvin Froeder
Hi Folks, Flex-mojos is trying a new unit testing approach, framework independent. For now, FlexUnit, FUnit and AsUnit are supported. But any other frameworks can be add in future. http://blog.flex-mojos.info/2008/11/09/advanced-unit-testing-support-flexunit-funit-and-asunit/ If you guys can

[flexcoders] [ANN] Flex-mojos 2.0-alpha4

2008-08-22 Thread Marvin Froeder
A new version is out. 2.0-alpha4 is much more stable then 1.0. So why I'm calling this alpha?? I have no idea Major updates on alpha4: - Flex-mojos was build using install mojo dependencies. Yes, we are buying what we are selling. - Released install mojo (easy way to get flex-sdk at

[flexcoders] Maven + Flex developers: Is flex 2.0 support important to you???

2008-08-15 Thread Marvin Froeder
A few time ago I figure out how to add Flex 2.0 support for flex-mojos. Will give me some refactory (may be a lot =P), but this refactory will be required to make flex-mojos compatible with flex 3 and 4 (to explore new features). So, before I start code I wanna to know: *Is flex 2.0 support

[flexcoders] Compiler Extension point

2008-08-13 Thread Marvin Froeder
Hi folks, I was looking at flex SDK sources. Looking at ImplementationCompiler, there one As3Compiler is instanced and some extensions are added (addCompilerExtension) to As3Compiler. At present time I can only add extensions by change compiler code, right? Exists any extension point that I

[flexcoders] Adobe flex 3 developer certification

2008-08-04 Thread Marvin Froeder
Any news on flex 3 certification? VELO

Re: [flexcoders] embedding multiple locales

2008-06-25 Thread Marvin Froeder
Do you have flex SDK on en_GB and es_ES? VELO On Wed, Jun 25, 2008 at 3:14 PM, Jonathon Stierman [EMAIL PROTECTED] wrote: Has anyone tried compiling using multiple locales? According to the docs ( http://livedocs.adobe.com/flex/3/html/help.html?content=l10n_3.html#160654) , you're

Re: [flexcoders] Unit Testing for Flex

2008-06-24 Thread Marvin Froeder
Well, There is several ways of using FlexUnit. What I do, and I recommend is launching it with maven (using flex-mojos) Take a look: http://blog.flex-mojos.info/2008/04/08/how-flexunit-works/ VELO On Tue, Jun 24, 2008 at 6:12 AM, Vinoth Babu [EMAIL PROTECTED] wrote: Hi All, I had

Re: [flexcoders] Re: What could keep debug mode from working

2008-06-23 Thread Marvin Froeder
You mean is not possible debug flex and use Grasemonkey??? = VELO On Mon, Jun 23, 2008 at 7:14 AM, justSteve [EMAIL PROTECTED] wrote: Sorry...just found the FF3 thread. - working on removing Greasemonkey now.

Re: [flexcoders] Re: How can i include library path when using flex-mojos?

2008-06-20 Thread Marvin Froeder
Library path is defined by you pom dependencies. In your case is missing some resource-bundle... You can see resource-bundle dependencies here: http://svn.sonatype.org/flexmojos/repository/info/rvin/mojo/flex-super-pom/1.0/flex-super-pom-1.0.pom VELO On Fri, Jun 20, 2008 at 4:20 AM,

Re: [flexcoders] Verifyed RSL Digests for 3.0.2.2113 for framework caching

2008-06-20 Thread Marvin Froeder
AFIK, swf are created by adobe, and by Adobe only... What you can do is create optimized SWF. Doesn't cache, but are smaller then standard swc files. VELO On Fri, Jun 20, 2008 at 6:13 AM, Paddy Keane [EMAIL PROTECTED] wrote: Hi guys, I've just downloaded the latest Flex 3 SDK here:

Re: [flexcoders] Reading Inspectable tags in AS

2008-06-20 Thread Marvin Froeder
I think you must add keep metadata parameter on your compilation. VELO On Fri, Jun 20, 2008 at 12:39 PM, Daniel [EMAIL PROTECTED] wrote: Hey guys, I'm trying read the Inspectable metadata tag of the properties of certain components in run time. The idea is when the user clicks a

Re: [flexcoders] Generating AS3 code from Java

2008-06-19 Thread Marvin Froeder
Flex mojos has a mojo to that... http://blog.flex-mojos.info/2008/05/08/*generator*-mojo If you uses maven VELO On Wed, Jun 18, 2008 at 11:06 PM, andrew. [EMAIL PROTECTED] wrote: Hi, I am using a Flex UI talking to a Blaze DS / Java backend. The sever has a set of DTO objects

Re: [flexcoders] Re: Using fds.swc as RSL

2008-06-17 Thread Marvin Froeder
Well, I use flex-mojos to this. Now it is resolving RSL order. =D VELO On Fri, May 30, 2008 at 5:34 AM, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 29 May 2008, Marvin Froeder wrote: According to our adobe support contact we must add RSL in order first framework.swc after

Re: [flexcoders] Re: Working with Flex3/Eclipse/Maven2 projects.

2008-06-16 Thread Marvin Froeder
The right link is http://blog.flex-mojos.info/2008/06/13/rc4/ But the 1.0 final is out. http://blog.flex-mojos.info/ m2eclipse is working on a FB/maven integration. But so far is not ready. VELO On Mon, Jun 16, 2008 at 1:30 PM, baztheman [EMAIL PROTECTED] wrote: The link returns not

Re: [flexcoders] Re: [ANN] Flex-mojos 1.0-RC4

2008-06-16 Thread Marvin Froeder
On Mon, Jun 16, 2008 at 11:43 AM, David Pariente [EMAIL PROTECTED] wrote: Could you be so kind to tell us what is this? I tried to search for that info on that link and i could get what is it or what is it for. - Mensaje original De: Marvin Froeder [EMAIL PROTECTED] Para: [EMAIL

[flexcoders] Re: [ANN] Flex-mojos 1.0-RC4

2008-06-15 Thread Marvin Froeder
Flex-mojos 1.0 final is out. Have the same Rc4 content. http://blog.flex-mojos.info/2008/06/16/10-final/ I hope every one enjoy it. VELO On Fri, Jun 13, 2008 at 12:13 AM, Marvin Froeder [EMAIL PROTECTED] wrote: Hi guys, Final flex-mojos RC for 1.0. Almost all reported issues fixed

[flexcoders] [ANN] Flex-mojos 1.0-RC4

2008-06-12 Thread Marvin Froeder
Hi guys, Final flex-mojos RC for 1.0. Almost all reported issues fixed. Take a look here: http://blog.flex-mojos.info/2008/06/13/rc4/ Nice weekend to every one. VELO

Re: [flexcoders] Re: Using fds.swc as RSL

2008-05-29 Thread Marvin Froeder
and code samples. - Cathy --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Marvin Froeder [EMAIL PROTECTED] wrote: Hi, Is possible to use fds.swc as RSL? When I try to extract fds.swc and user optimizer on it got this error: Flex Error #1001: Digest mismatch with RSL

[flexcoders] Using fds.swc as RSL

2008-05-22 Thread Marvin Froeder
Hi, Is possible to use fds.swc as RSL? When I try to extract fds.swc and user optimizer on it got this error: Flex Error #1001: Digest mismatch with RSL /Optimization/rsl/fds.swf. Redeploy the matching RSL or relink your application with the matching library. This error message was show bounded

Re: [flexcoders] Re: Flex Builder 3 Profiler

2008-05-22 Thread Marvin Froeder
I'm under same issue. I create a new project. Create a dummy app. Right click them Profile As/Flex Application Nothing happens on Flex-builder. Debug mode runs well, but profile no. Using FP 9u124 Any idea? VELO On Wed, Sep 5, 2007 at 9:48 AM, Mark Ingram [EMAIL PROTECTED] wrote: Yes,

Re: [flexcoders] Module Size Issue

2008-03-06 Thread Marvin Froeder
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Marvin Froeder Sent: Wednesday, March 05, 2008 5:19 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Module Size Issue Can I do that? Load 2 externs? Amazing!! Looking at mxmlc I saw that: -load-externs

Re: [flexcoders] Module Size Issue

2008-03-05 Thread Marvin Froeder
Can I do that? Load 2 externs? Amazing!! Looking at mxmlc I saw that: -load-externs filename Just one parameter. How do I load both? VELO On Wed, Mar 5, 2008 at 9:35 PM, Alex Harui [EMAIL PROTECTED] wrote: You would load-extern both the framework.swc and the app.

Re: [flexcoders] Dynamic attribute on MXML code

2008-02-29 Thread Marvin Froeder
Im trying just to mimic this proxy behavior. Lets imagine is not one job, but is like RO, several jobs... mx:Object id=obj name=velo age=44 mx:job area=IT worktime=10 / mx:job area=IT worktime=10 / mx:job area=IT worktime=10 / /mx:Object I'm using job as an arbitrary sample, truly, I

Re: [flexcoders] Flex 3 and AIR 1 are now live!

2008-02-25 Thread Marvin Froeder
So, any preview for plugin version? VELO 2008/2/25 Beau Scott [EMAIL PROTECTED]: Actually, it seems that the plug-in link is still broken: http://www.adobe.com/cfusion/tdrc/index.cfm?product=flex_eclipseloc=en_us Flex Product Page - Try Flex Builder 3 - More Flex Downloads - Download

Re: [flexcoders] Module Sizing

2008-02-21 Thread Marvin Froeder
Is that fixed on flex 3? VELO On Wed, Jun 6, 2007 at 2:31 PM, Alex Harui [EMAIL PROTECTED] wrote: Known bug. You have to use percentWidth=100 percentHeight=100 on the mx:Module tag instead of width=100% height=100% -- *From:* flexcoders@yahoogroups.com

Re: [flexcoders] Simulating Flex Client requests using Java?

2008-02-15 Thread Marvin Froeder
Does flexunit support as3flexunitlib asynchronous call? VELO On Fri, Jan 4, 2008 at 2:23 PM, Jeffry Houser [EMAIL PROTECTED] wrote: I'm speaking a bit off the cuff here, but... Would it make sense to look into FlexUnit ( http://code.google.com/p/as3flexunitlib/ ) for these type of things?

[flexcoders] LCDS 2.5.1 samples doesn't compile

2008-02-14 Thread Marvin Froeder
HI, I have download and install LCDS 2.5.1 When I try to import sample.war to eclipse and compile (java side) got a lot of errors: Severity and Description Path Resource Location The method addChannel(String) is undefined for the type DataDestination /src/flex/samples/runtimeconfig

[flexcoders] ModuleManger

2008-02-11 Thread Marvin Froeder
I was looking into the ModuleManager code, and found something wear. /** * @private */ public function completeHandler(event:Event):void { //trace(child load of + _url + is complete); var moduleEvent:ModuleEvent = new ModuleEvent(

[flexcoders] Strange behavior....

2008-02-04 Thread Marvin Froeder
I'm making some test with Boolean Flex cast. See: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute initialize=main() mx:Script ![CDATA[ private function main():void { trace(Boolean: +

Re: [flexcoders] Strange behavior....

2008-02-04 Thread Marvin Froeder
So it dont work like int(), Number() and String() Very, very cool =/ VELO On Feb 4, 2008 6:35 PM, Sherif Abdou [EMAIL PROTECTED] wrote: meant anything other than 0 and false is true but it cant be false - Original Message From: Marvin Froeder [EMAIL PROTECTED] To: flexcoders

Re: [flexcoders] Flex Builder 3 public beta 3 on Labs

2007-12-13 Thread Marvin Froeder
How about Compiler sources? Nothing yet? VELO On Dec 13, 2007 8:20 AM, johantrax [EMAIL PROTECTED] wrote: http://labs.adobe.com/technologies/flex/flexbuilder3/ Be sure to uninstall beta2 before installing beta3! (and also, read the release notes ;) ) --Johan

[flexcoders] Menubar Render

2007-12-05 Thread Marvin Froeder
Hi folks, I had create a MenuBar (copy from LiveDoc's exemple) and set a custom menuBarItemRenderer. But when I tried to run I got a runtime error, every time I put the cursor over the render. Error: TypeError: Error #1034: Type Coercion failed: cannot convert mx.core::[EMAIL PROTECTED] to

Re: [flexcoders] Drag and Drop Snap to Grid

2007-11-06 Thread Marvin Froeder
Anyone knows that? VELO On Jul 19, 2007 1:30 PM, andrewwestberg [EMAIL PROTECTED] wrote: Does anybody have an idea of how to do snap to grid during a drag operation? I have a canvas and I'm dragging some components around on it to change their location, but I'd like them to want to stick

Re: [flexcoders] Re: Automated UI Testing for FLEX (Help!)

2007-09-30 Thread Marvin Froeder
May be you can publish it on sf or google code? VELO On 9/29/07, twcrone70 [EMAIL PROTECTED] wrote: This sounds pretty much what I am currently doing with my extension to Selenium for QA testing our Flex code. Where did you guys end up on this? I've made pretty decent progress this month

Re: [flexcoders] RELEASE: maven-flex2-plugin 1.1 released

2007-09-10 Thread Marvin Froeder
That is great. And how about modules? Are they supported? Any planning? VELO On 9/10/07, Christian Gruber [EMAIL PROTECTED] wrote: Greetings all, I have just released maven-flex2-plugin v1.1. This is a plugin to allow flex applications to be built via the Maven automated build system.

Re: [flexcoders] Re: Object serialisation + SimpleXMLEncoder

2007-05-30 Thread Marvin Froeder
Well... I had make the serialization works... Didnt trye deserialization lets see this URL before Another question... I had see something about the Flex+Json performance problem is that true? Was told me the parse from Json-XML to AS3 objects is too slow. Is that true? VELO On

Re: [flexcoders] Re: Object serialisation + SimpleXMLEncoder

2007-05-30 Thread Marvin Froeder
Yes, I had try... Just can't believe the JSon results... This can not be right... or worse can be =( VELO On 5/30/07, Jerome Clarke [EMAIL PROTECTED] wrote: you might find this useful benchmark - http://www.jamesward.org/census/ On 5/30/07, Marvin Froeder [EMAIL PROTECTED] wrote

Re: [flexcoders] Object serialisation + SimpleXMLEncoder

2007-05-29 Thread Marvin Froeder
I had try too... No sucess... any knows the way? VELO On 2/4/07, Aly Sidi [EMAIL PROTECTED] wrote: Hey Lachlan, did you ever get this to work?..I am trying to do the same thing... cheers -aly On 8/17/06, Lachlan Cotter [EMAIL PROTECTED] wrote: Hi List, I want to be able to

Re: [flexcoders] Object serialisation + SimpleXMLEncoder

2007-05-29 Thread Marvin Froeder
That works... var node:XMLNode = coder.encodeValue(bean, new QName(), doc); 2 seconds after hour and the answer shows up. VELO On 5/29/07, Marvin Froeder [EMAIL PROTECTED] wrote: I had try too... No sucess... any knows the way? VELO On 2/4/07, Aly Sidi [EMAIL PROTECTED] wrote: Hey

[flexcoders] Object to XML

2007-05-28 Thread Marvin Froeder
Hi folks... Anyone knows if is possible to do something like the XStream on flex? That means convert an object directly into a XML, without manual work. Class: package test { public class TestObject { public var a: String = a paramater; public var b: String = b parameter; }

Re: [flexcoders] Object to XML

2007-05-28 Thread Marvin Froeder
/flex/201/html/usingas_053_9.html#225061 On 5/27/07, Marvin Froeder [EMAIL PROTECTED] wrote: Hi folks... Anyone knows if is possible to do something like the XStream on flex? That means convert an object directly into a XML, without manual work. Class: package test { public class

Re: [flexcoders] Positioning Alert Control

2007-05-25 Thread Marvin Froeder
Simple... Lets see the show method: public static function show(text:String = , title:String = , flags:uint = 0x4 /* Alert.OK */, parent:Sprite = null, closeHandler:Function = null,

[flexcoders] MXML Constructor

2006-09-25 Thread Marvin Froeder
Is possible to create a Constructor in MXML files?Marvin __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS