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, Daniel Thompson  wrote:

>
>
> On Tue, May 18, 2010 at 6:21 AM, Nini7016 Nini7016 <
> nahloulaha...@hotmail.com> wrote:
>
>>
>> I am working with Maven in order to automatise Unit tests, I have use the
>> plugin *flex-plugin* :
>>
>>
> I recommend strongly that you check out the flexmojos project instead:
>
> http://flexmojos.sonatype.org
>
>  
>


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 wrote:

>
>
> specifically, you can find some information along with examples on this
> flexmojos wiki page:
> https://docs.sonatype.org/display/FLEXMOJOS/Unit+test+frameworks+GAV
> I use it all the time successfully on developers' machines and also on an
> Hudson continuos integration server running on a headless Linux server
> configured as explained here, at least as long as Adobe does not produce an
> headless Flash player for running unit tests!
>
> https://docs.sonatype.org/display/FLEXMOJOS/Running+unit+tests?focusedCommentId=1998934#Runningunittests-linux
>
> --m
>
>
> --- In flexcoders@yahoogroups.com , Evan
> Klein  wrote:
> >
> > You should be able to find documentation or examples available at
> > flex-mojos http://flexmojos.sonatype.org/.
> >
> > Evan
> >
> > On Tue, May 18, 2010 at 9:56 AM, Nini7016 Nini7016 <
> > nahloulaha...@...> wrote:
> >
> > >
> > >
> > > Hello
> > >
> > > I would like to automatise Unit tests but i didn't find the best plugin
> > > which does this ?
> > >
> > > does anyone did this before 
> > >
> > >
> > > Thanks
>
>  
>


[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 proud to announce state of the art test code coverage support,
without extra tools, no custom compiler, Flex 2 to Flex 4 support.

Keep reading it at:
http://www.sonatype.com/people/2010/04/flex-test-coverage-kept-simple-with-flexmojos/


VELO


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

2010-03-02 Thread Marvin Froeder
Hi Folks,

For those who didn't followed Sonatype blog, this Friday (March 5th)
Sonatype will be organizing an major effort to migrate projects hosted
Java.net maven repository to maven central.
http://www.sonatype.com/people/2010/02/java-net-maven-repository-rescue-mission-on-march-5th/

We would 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 Java.net projects to migrate their Maven
> Repository infrastructure over to our hosted Nexus OSS 
> instance<http://oss.sonatype.org/>.
> We will, of course, continue to service requests after March 5th, but March
> 5th will be set aside to specifically help Java.net projects get switched
> over and tested.
>

You will also find Juven and I on IRC during the entire day.
irc.codehaus.org #mavencentral

Projects that use ant, but wanna go to maven central and make Flex/Maven
developers happier can also join on this guest.

See you on Friday.


VELO


[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  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 - Major refactor on generation
API, now it supports granite 1.0 and 2.0, also has a new generator to
generate constraints. - Improved unit test support. - Several fixes on
Flexbuilder project metadata generation. - Html wrapper is now runnable on
war or other non-swf project ( thanks to David Rom ). and
more.
Next release will include FlexUnit 4 support and more refactories on
Flexmojos to componentize it and get it better tested. VELO


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  wrote:

>
>
> Unfortunately, you can do all those things noted above, you can restructure
> your modules, etc...but you'll probably still have longer compile times than
> you like.
>
> I've learned to live with it, and just treat our Flex projects like C++
> projects in 1995.
>
> Even optimized, on fast machines, we're looking at a minimum of 1 minute, 8
> seconds per compile for a single module. And then 90 seconds for a single
> application.
>
> It really sucks when you're trying to do fast recompile because you're
> tweaking a UI item.
>
>
> --- In flexcoders@yahoogroups.com ,
> "ondemand_mayur"  wrote:
> >
> > Hi folks,
> >
> > I have a project crated with Flex 3 ( SDK 3.2 ).
> > When ever I compile it really takes much long time min 4 to 5 mins ( i.e.
> 240 to 300 seconds).
> >
> > That really make my developers crazy and it is so frustrating.
> >
> > Has any one any suggestions how to make compilation process faster.
> >
> > * I have already set " -incremental=true " for flex compiler in Flex
> Builder 3.
> > * I have around six diff. modules in my project. ( And I have noticed
> after modularization of my application it takes some more time for
> compilation I know that in the process - flex builder has to call another
> tool for module compilation other then MXMLC )
> >
> >
> > I Need some tech. Tips and suggestions to reduce the time for
> compilation.
> >
> >
> > Thanking you in advance.
> >
> > Mayur
> >
>
>  
>


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



VELO

On Wed, Jul 29, 2009 at 11:16 AM, ilikeflex  wrote:

>
>
> Hi
>
> I want to do Release build from the command line. I am using the following
> command to compile
>
>  services="${web.inf}/flex/services-config.xml"
> locale="en_US" accessible="false"
> actionscript-file-encoding="UTF-8"
> incremental="true"
> target-player="10.0.0"
> output="${ui.output_build}/grip.swf">
> 
> 
> false
> /grip
>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
>
> I have the option
> false
> set to false. The file size after the mxmlc command is 961 KB.
>
> But i see there is lot of difference in the file size when i run the relase
> build from Flex builder(606KB).
>
> Any pointers are highly appreciated.
>
> Thanks
> ilikeflex
>
>  
>


Re: [flexcoders] Testing socket...

2009-07-03 Thread Marvin Froeder
That was exactly what I was trying to avoid  using an external
language I would like to keep pure as3 here...
But see no way to do that.



VELO

On Fri, Jul 3, 2009 at 12:51 AM, Gautam P  wrote:

>   [Attachment(s) <#1223eede90fcd523_TopText> from Gautam P included below]
>
> Hope this helps...
>
> On Thu, Jul 2, 2009 at 7:27 PM, Marvin Froeder  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?  I found no way so far.
>>
>>
>> VELO
>>
>>
>>
>  
>


[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


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

2009-05-25 Thread Marvin Froeder
Well, I found this linkhttp://flexblog.faratasystems.com/?p=322

Still evaluating, but I do prefer something less attached to eclipse, that I
could integration into my continuous integration server.


<http://flexblog.faratasystems.com/?p=322>VELO

On Mon, May 25, 2009 at 10:01 PM, Tim Rowe  wrote:

>
>
>  I've spent the last few minutes following links and reading details on
> their project page, and I still can't figure out what that project is
> supposed to do - It says it's "an open source framework" - great, but
> a framework for what?
> If it handles entity persistance (or other features), would it not be an
> idea that the project summary actually states so somewhere in it's
> description? (I'm looking for a replacement for FlexORM as it has a few too
> many problems).
>
>  *Tim Rowe*
> *Software Engineer*
> *carsales.com Ltd*
>
> Level 1, 109 Burwood Road
> Locked Bag 
> Hawthorn VIC 3211
>
> t: 03 9093 8600 (Reception)
> t: 03 9093 8757 (Direct)
> f: 03 9093 8697
>
>  --
> *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
> Behalf Of *anatolet
> *Sent:* Tuesday, 26 May 2009 10:53 AM
> *To:* flexcoders@yahoogroups.com
> *Subject:* [flexcoders] Re: CRUD generator...
>
>  Please look for clear yoolkit
> http://sourceforge.net/projects/cleartoolkit/
> Regards
> Anatole Tartakovsky
>
> --- In flexcoders@yahoogroups.com , Marvin
> Froeder  wrote:
> >
> > Hi,
> > Does someone know any CRUD generator tool? I would like to generate CRUDs
> > based on my VOs.
> >
> >
> > 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] 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  wrote:

> Hey,
> http://nitrolm.com/nitro-lm-lite
>
> <http://nitrolm.com/nitro-lm-lite>It 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 flex
>> app using modules (Flex 3)? Does such a thing exist?! I feel like I have
>> tried them all -- SecureSWF, SwfEncrypt, etc, etc -- but I have yet to find
>> one that works well with modules.
>>
>> My main app loads and unloads modules -- modules that have been optimized
>> against the main application. So, obfuscating the main app means that the
>> modules need to have the EXACT SAME obfuscated names available to it.
>>
>> Surely, someone has solved this before, right? Thus far, I haven't found
>> anything of use.
>>
>> Anyone else?
>>
>>  
>>
>
>


Re: [flexcoders] Flex Obfuscation -- WITH MODULES

2009-05-22 Thread Marvin Froeder
Hey,
http://nitrolm.com/nitro-lm-lite

It 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 flex app
> using modules (Flex 3)? Does such a thing exist?! I feel like I have tried
> them all -- SecureSWF, SwfEncrypt, etc, etc -- but I have yet to find one
> that works well with modules.
>
> My main app loads and unloads modules -- modules that have been optimized
> against the main application. So, obfuscating the main app means that the
> modules need to have the EXACT SAME obfuscated names available to it.
>
> Surely, someone has solved this before, right? Thus far, I haven't found
> anything of use.
>
> Anyone else?
>
>  
>


[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).  Now flexmojos
will automatically launch Xvfb to run the tests.  It is only necessary to
have xvfb-run installed.
https://docs.sonatype.org/display/FLEXMOJOS/Running+unit+tests

Fork mode for unit test is now configurable.

> 

  once




Fork once means all unit test classes will be compiled into a single SWF
file, and all tests will be run at once.
Fork always means one SWF per unit test classes.  This is very helpful on
automated UI tests using flexmonkey.

Changes on html-wrapper mojo too, it does now interpolate all files on the
template.  On previous versions it only interpolate the index.template.html.

Optimization is now available to SWF projects too.  Now, if for any reason
you need to optimize your SWF that can be done using optimizer mojo.


That is it.  For 3.3 we are planning some improvements on ActionScript
generation.

Stay tunned.


VELO


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 <
jeff.battersh...@dowjones.com> wrote:

>
>
>  Thanks Alex, very much.  The main app is only handling login/logout
> duties and the event-command-delegate classes to do so. I moved away from
> ModelLocator in the concern that it, being a singleton, may be keeping a
> reference to UI objects that are using ModelLocator objects as dataProviders
> and thus prevent a clean unload.  After all, by definition, a singleton is
> going to persist after a module is unloaded, true?  Maybe I was wrong about
> that, but I'll tell you, I was trying everything to get that module to
> unload.  Everyone was a suspect.  Bear with me while I try to get my wits
> around this stuff.  What I'm doing how is keeping all my models local to the
> module that uses them and injecting data via command and delegate classes.
> This seems to work ok.
>
> As far as PopUps, I'm calling removePopUp() and also removing listeners to
> custom events I've defined in the popup.
>
> I'm also seeing some behavior where the module will remain in memory after
> unloading (as reported by the profiler) until I create a new instance of
> that particular module class and populate the dataProvider of one of its
> children.  The holy grail of a 100% clean module load/unload has not been
> attained, but I believe I'm getting closer.
>
> Jeff
>
>  -Original Message-
> *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
> Behalf Of *Alex Harui
> *Sent:* Monday, April 27, 2009 1:39 PM
> *To:* flexcoders@yahoogroups.com
> *Subject:* RE: [flexcoders] Unloading Modules - Binding is the Enemy?
>
>  Every time I’ve debugged a suspected Binding leak, I’ve found that it
> sets up weak references in the right places and the problem was always
> somewhere else.  However, I wouldn’t bet against there being a scenario out
> there that does leak.  We’re looking at other module unloading scenarios
> right now so I’d still be willing to look at a simple test case.
>
>
>
> IMHO, the main app should “never” reference the model.  If you have a model
> Singleton, the module can bind to the singleton.  IMHO, that’s a better
> model/view design anyway.  I would expect all popups related to the module
> to be removed in order for the module to unload.
>
>
>
> One aspect of the modules design is that it does not require an unload()
> command.  The design was that you would load a module and generate an
> instance (or several) of the module’s classes and once you’ve cleaned up all
> references to those instances, the module would go away in a future gc
> pass.  That way, you wouldn’t have to track instances and know when it is
> time to call unload().  In order to implement such a design, the module SWF
> is given an unload() call right away so that its generated instances are
> supposedly the only remaining references to the modules classes thus
> preventing garbage-collection.  Given the current design, I don’t think we
> can ever substitute unloadAndStop() for that unload call.  Also, no testing
> has been done by the Flex team as to what impact unloadAndStop will have in
> ActionScript if references to objects suddenly become invalid.  IMHO,
> unloadAndStop should only be used when there are well-defined boundaries
> such as around a sub-application since sub-apps tend to be more
> self-sufficient.  Modules are much more tightly integrated with the main
> application.
>
>
>
> However, Modules or no Modules, we realize that debugging memory leaks is
> hard work.  The Gumbo profiler has a new backreference display that
> eliminates most extraneous backreferences, and we welcome any other ideas
> for tools and techniques for finding leaks.
>
>
>
> Alex Harui
>
> Flex SDK Developer
>
> Adobe Systems Inc. 
>
> Blog: http://blogs.adobe.com/aharui
>
>
>
> *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
> Behalf Of *Battershall, Jeff
> *Sent:* Monday, April 27, 2009 6:43 AM
> *To:* flexcoders@yahoogroups.com
> *Subject:* RE: [flexcoders] Unloading Modules - Binding is the Enemy?
>
>
>
>
>
>
>  Alex, I was using 3.2 - an oversight on my part - I upgraded to 3.3 and
> it does seem to help but I'm also calling focusManager.deactivate() as
> well.  Since that, the combobox isn't an issue.
>
>
>
> However there any number of different things I was doing that were causing
> problems - like binding myModule.currentState to a model.  One of the
> challenges is injecting model data into the module that doesn't create a
> refererence to the module anywhere.  PopUpManager seems to be problematic if
> the popup contains strong refereneces to the module or its associated model.
>
>
>
>
> I am making progress and what I'm hoping for in the end 

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



VELO

On Thu, Apr 23, 2009 at 11:13 AM, Battershall, Jeff <
jeff.battersh...@dowjones.com> wrote:

>
>
>  Gregor,
>
> Very interesting indeed.  If I login, load the module, interact with the
> combobox, logout, the instance remains in the profiler.  However if I do all
> that and THEN load another module and logout, the number of instances of the
> first module goes to zero.  These modules are being loaded into a ViewStack,
> BTW.
>
> Is this the FocusManager bug you described?  Is there a workaround?
>
> I'd be thrilled to discover that Binding was not the culprit here.
>
> Jeff
>
>  -Original Message-
> *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
> Behalf Of *Gregor Kiddie
> *Sent:* Thursday, April 23, 2009 9:40 AM
> *To:* flexcoders@yahoogroups.com
> *Subject:* RE: [flexcoders] Unloading Modules - Binding is the Enemy?
>
>  It does sound like you are describing the bug where the focus manager
> holds onto the reference of the combo box and stops the module unloading…
>
> If you lose the combobox focus, does the module unload?
>
>
>
> Gk.
>
> *Gregor Kiddie*
> Senior Developer
> *INPS*
>
> Tel:   01382 564343
>
> Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ
>
> Registered Number: 1788577
>
> Registered in the UK
>
> Visit our Internet Web site at www.inps.co.uk
>
> The information in this internet email is confidential and is intended
> solely for the addressee. Access, copying or re-use of information in it by
> anyone else is not authorised. Any views or opinions presented are solely
> those of the author and do not necessarily represent those of INPS or any of
> its affiliates. If you are not the intended recipient please contact
> is.helpd...@inps.co.uk
>  --
>
> *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
> Behalf Of *Battershall, Jeff
> *Sent:* 23 April 2009 14:32
> *To:* flexcoders@yahoogroups.com
> *Subject:* RE: [flexcoders] Unloading Modules - Binding is the Enemy?
>
>
>
>
>
>
>  Thanks Pedro,
>
>
>
> I've seen what your describing in the docs - I'm looking at this via the
> profiler which is giving me feedback as to number of live instances, etc.
>
>
>
> Here's what I'm basing my statements on:.
>
>
>
> 1) I start up my app, which loads modules at runtime based upon user choice
> from a menu.
>
>
>
> 2) Module exectues Cairngorm Event/Command/Delegate to get array to
> populate a combo box. I'm passing a reference to the module's model in my
> Cairngorm event and the model is updated upon completion of the Command.
>
>
>
> 3) Combobox is bound (via MXML) to the model.
>
>
>
> 4) If I don't interact with the combobox, I can then logout and unload the
> module successfully. The profiler tells me there was previously 1 instance
> of the module and now there are zero instances.
>
>
>
> 5) If I make the combobox active (by interacting with it in any way), and
> then logout, the module remains in memory, with the profiler reporting one
> instance instead of zero.
>
>
>
> 6) If I then login again, the Profiler reports 2 active instances of the
> module.  Note that any model objects are duplicated as well. For example, if
> my list of suppliers (used to popuate my combobox) (a strongly typed AS
> class) was previously 64, the profiler now reports there are 128 instances.
>
>
>
>
> There's my behavior.  When my UI object (in this case ComboBox), becomes
> active, the binding becomes active and then the module will not unload, even
> if I set the modules model to null before attempting to unload.  It would
> appear that I need to invalidate all outstanding bindings to any data object
> before the module will fully unload.  This would seem to indicate that MXML
> binding (via curly braces) isn't going to allow this.
>
>
>
> Jeff
>
>  
>


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
wrote:

>   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 you have tested it?
>   Do you have an example which compile, generate swf and copy to
> another project the swf file generated? I am needing to integrate with
> several projects in the same workspace too.
>
> Thanks in advance!
>
> --
> Fernando Wermus.
>
> www.linkedin.com/in/fernandowermus
> http://mientretiempo.blogspot.com/
>  
>


[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 written a small chapter on using Flexmojos in the Maven Guide:

http://www.sonatype.com/books/maven-book/reference/ch20.html

Sonatype is also plan to release m2e/Flexbuilder integration in the very
near future as well. That will coincide with the m2e 0.9.8 release.

Thanks,


Velo


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  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 Flex Builder using this command line argument:
> -include-libraries "...\automation.swc" "...\automation_agent.swc"
> "...\FlexTechDomain.swc"
>
> (... represents the full path on my local machine)
>
>
> However, we have continuous integration using a maven build so I am
> trying to get it to build that way.  When I do so, however, I am
> getting these error messages:
> [ERROR] Unable to resolve resource bundle "automation" for
> locale "en_US".
> [ERROR] Unable to resolve resource bundle "automation_agent" for
> locale "en_US".
> Any clue why this is?  Here are the dependencies in my pom:
> 
>   com.adobe.Flex.sdk
>   automation_agent
>   swc
>   3.0.0
>   internal
> 
> 
>   com.adobe.Flex.sdk
>   automation
>   swc
>   3.0.0
>   internal
> 
> 
>   com.adobe.Flex.sdk
>   FlexTechDomain
>   swc
>   3.0.0
>   internal
> 
>
> Thank you,
>
> -Brad Keck
>
>  
>


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 wrote:

>   Anyone has a working pom example of compiling a css file into a swf with
> Flex-mojos?
>
>  
>


[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 take a look I give it a shoot I will appreciate a lot.


VELO


[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 maven repo).
   - New resource bundle system. Will blog about details latter, but keep in
   mind now dependency type is rb.swc and classifier is no longer used (so
   should be removed). See issue 49
   - Fixed commas support on asdoc. See issue 80.
   - Default SDK version was updated to 3.1.0.2710, the new milestone.


You can read more at blog:
http://blog.flex-mojos.info/2008/08/23/flex-mojos-20-alpha4/

Have a nice weekend.


VELO


[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 important to you???*

If you need/wanna/like flex 2.0 support, go to google code site, and add a
start at this issue: http://code.google.com/p/flex-mojos/issues/detail?id=83
.

Let's see how important flex 2.0 support is.


VELO


[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 can call to add 3rdparty extensions to
compiler?  Or the only way is changing code?


VELO


[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 supposed to be able to update the –locale compiler option to look
> like this:
>
>
>
> -locale= en_US,en_GB,es_ES
>
>
>
> However, when I do this, I get the following compiler error:
>
>
>
> unable to open 'C:\Program Files\Adobe\Flex Builder
> 3\sdks\3.0.0\frameworks\locale\en_US,en_GB,es_ES'
> Localization Unknown1214416788961  2847
>
>
>
> Indicating that it's not breaking the different locales apart – just
> verbatim looking for a single "en_US,en_GB,es_ES" locale.  Which is
> obviously not what I'm looking to do!
>
>
>
> My full compiler options list:
>
> -locale en_US,en_GB,es_ES -allow-source-path-overlap=true
>
>
>
> Flex Build Path >> Source Path includes references to the following folders
> where my .properties bundles sit:
>
> /locale/en_GB
>
> /locale/en_US
>
> /locale/es_ES
>
>
>
> I have run copylocale and created the additional framework .swc packages
> for the en_GB and es_ES locales.  And I can compile the app using only a
> single locale (all of them work) just fine.
>
>
>
> Has anyone ran into this before?
>
>
>
> Jonathon
>  
>


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 developed an Actionscript project using Flex IDE. Here most of
> the components are embedded using Flash and Sprite
>
> Do you have any idea of how to do unit testing?
>
> No luck with the following component usage
>
> FlexUnit – I could not find examples using Actionscript project
> asunit - No example for Flex environment
>
>
> Thanks & Regards,
> Vinoth
>
>  
>


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] 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
> component, the application shows all the variables with "Inspectable"
> tags, and the information written in it.
>
> I already tried the "flash.utils.describeType" way, but the only
> metadata I can access is "Bindable".
>
> Is there a way of doing this?
>
>  
>


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:
>
> http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3
>
> Has anyone got any idea how to create the 'framework_3.0.2.2113.swz' or
> can I only cache major releases of the framework? i.e I've only ever got
> it to work with 'framework_3.0.0.477.swz'.
>
> any help would be brill, thanks paddy ;)
>
>  
>


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, baztheman <[EMAIL PROTECTED]> wrote:

>   Ok, here is what i have done:
>
> Added the src/main/flex/locale/en_US to the project properties |
> source directory and it seems to work. Not sure if this is the right
> thing to do but it works.
>
> Thanks and comments are welcome.
>
> A.
>
>
> --- In flexcoders@yahoogroups.com ,
> "baztheman" <[EMAIL PROTECTED]> wrote:
> >
> > I am kind of frustrated when using flex-mojos when I cannot find the
> > exact syntax to match the mxmlc usage. I used "mvn -Dfull
> > help:describe -Dplugin=flex-compiler-mojo and couldnt find how I
> > should include "library path". Am i going into a wrong path?
> >
> > Here is the original command:
> >
> > OPTS='-use-network=false
> > -library-path+=../../frameworks/locale/{locale}
> > -source-path+=locale/{local
> > e} -locale=en_US'
> > ../../bin/mxmlc $OPTS PhotoViewer.mxml
> >
> > How should i implement this in flex-mojos? So far I have the following
> > errors which I can resolve in flex builder by adding
> > src/main/flex/locale/en_US into the "flex build path"...
> >
> > [ERROR] Unable to resolve resource bundle "strings" for locale "en_US".
> > [ERROR] Unable to resolve resource bundle "strings" for locale "en_US".
> > [ERROR] Unable to resolve resource bundle "strings" for locale "en_US".
> > [ERROR] Unable to resolve resource bundle "strings" for locale "en_US".
> >
> > Thanks. 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 used for talking to Flex and other web services.
>
> Is there any open source tools out there to generate the AS3 code from
> Java? This should
> be a fairly easy program to write using reflection, but someone must have
> done it before.
>
>  
>


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 rpc.swc
> > them fds.swc
>
> Yeah, there's a bug open against Flex Builder that it should worry about
> this
> for you: https://bugs.adobe.com/jira/browse/FB-11222
> Vote for it !
>
> --
> Tom Chiverton
>
> 
>
> This email is sent for and on behalf of Halliwells LLP.
>
> Halliwells LLP is a limited liability partnership registered in England and
> Wales under registered number OC307980 whose registered office address is at
> Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A
> list of members is available for inspection at the registered office. Any
> reference to a partner in relation to Halliwells LLP means a member of
> Halliwells LLP.  Regulated by The Solicitors Regulation Authority.
>
> CONFIDENTIALITY
>
> This email is intended only for the use of the addressee named above and
> may be confidential or legally privileged.  If you are not the addressee you
> must not read it and must not use any information contained in nor copy it
> nor inform any person other than Halliwells LLP or the addressee of its
> existence or contents.  If you have received this email in error please
> delete it and notify Halliwells LLP IT Department on 0870 365 2500.
>
> For more information about Halliwells LLP visit www.halliwells.com.
>
> 
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
> Links
>
>
>
>


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

2008-06-16 Thread Marvin Froeder
Flexmojos is a set of maven plugins to compile, generate asdoc and as3
files, package sources flex/air projects.

You can see more at:
http://maven.apache.org/ (what is maven)
http://code.google.com/p/flex-mojos/ (flex-mojos code google project)
http://blog.flex-mojos.info/ (project blog)


VELO

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 PROTECTED]; flexcoders@yahoogroups.com
> Enviado: lunes, 16 de junio, 2008 2:09:44
> Asunto: [flexcoders] Re: [ANN] Flex-mojos 1.0-RC4
>
>
>  Flex-mojos 1.0 final is out.
>
> Have the same Rc4 content.
>
> http://blog. flex-mojos. info/2008/ 06/16/10- 
> final/<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.
>>
>> Take a look here:
>> http://blog. flex-mojos. info/2008/ 
>> 06/13/rc4/<http://blog.flex-mojos.info/2008/06/13/rc4/>
>>
>> Nice weekend to every one.
>>
>>
>> VELO
>>
>
>
> --
>
> Enviado desde Correo 
> Yahoo!<http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52431/*http://es.docs.yahoo.com/mail/overview/index.html>
> La bandeja de entrada más inteligente.
>  
>


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 found" error.
>
>
> --- In flexcoders@yahoogroups.com , "Igor
> Costa" <[EMAIL PROTECTED]> wrote:
> >
> > see that
> >
> > http://blog.flex-mojos.info/2008/06/13/rcards4/
> >
> >
> >
> > Regards
> > --Igor
> >
> > On Thu, Jun 12, 2008 at 8:05 PM, baztheman <[EMAIL PROTECTED]> wrote:
> >
> > > All,
> > >
> > > If i am developing/building Flex 3 code by using Eclipse(Europa), then
> > > can i build everything with Maven 2 on command line "as is"? How?
> > >
> > > This is assuming that I have installed the Flex 3 eclipse plug-in.
> > >
> > > Thanks.
> > >
> > > A.
> > >
> > >
> > >
> >
> >
> >
> > --
> > 
> > Igor Costa
> > www.igorcosta.com
> > www.igorcosta.org
> >
>
>  
>


[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.
>
> Take a look here:
> http://blog.flex-mojos.info/2008/06/13/rc4/
>
> Nice weekend to every one.
>
>
> VELO
>


[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
According to our adobe support contact we must add RSL in order
first framework.swc
after rpc.swc
them fds.swc

I didn't test it.  Will do that ASAP.


VELO



On Thu, May 29, 2008 at 3:03 PM, cathy2476 <[EMAIL PROTECTED]> wrote:

>
> > Is possible to use fds.swc as RSL?
>
> Still looking into this, I don't have it working yet.
>
> It is possible to put fds.swc dependencies into a shared module and
> load it that way.
>
> There are some details for the technique in the following posting:
>
> http://blogs.adobe.com/aharui/2007/03/modules.html
>
> If you're interested, I can post more explicit directions and code
> samples.
>
> - Cathy
>
>
> --- In flexcoders@yahoogroups.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 /Optimization/rsl/fds.swf.
> > Redeploy the matching RSL or relink your application with the matching
> > library.
> > This error message was show bounded to SWF.
> >
> > Them, I try without optimization, just extract library.swf from
> fds.swc and
> > rename to fds.swf
> > Got this errors:
> > VerifyError: Error #1014: Class
> mx.messaging.messages::AcknowledgeMessage
> > could not be found.
> > VerifyError: Error #1014: Class mx.data.messages::SequencedMessage
> could not
> > be found.
> > VerifyError: Error #1014: Class IResponder could not be found.
> > VerifyError: Error #1014: Class mx.rpc.events::FaultEvent could not be
> > found.
> > VerifyError: Error #1014: Class
> mx.messaging.channels::NetConnectionChannel
> > could not be found.
> > VerifyError: Error #1014: Class mx.messaging.messages::ErrorMessage
> could
> > not be found.
> > VerifyError: Error #1014: Class mx.data.messages::SequencedMessage
> could not
> > be found.
> > VerifyError: Error #1014: Class mx.data.messages::PagedMessage could
> not be
> > found.
> > VerifyError: Error #1014: Class
> mx.data.events::DataServiceFaultEvent could
> > not be found.
> > VerifyError: Error #1014: Class mx.messaging::MultiTopicConsumer
> could not
> > be found.
> > VerifyError: Error #1014: Class mx.rpc::AsyncToken could not be found.
> > VerifyError: Error #1014: Class mx.messaging.events::MessageEvent
> could not
> > be found.
> > VerifyError: Error #1014: Class mx.messaging.messages::AsyncMessage
> could
> > not be found.
> > VerifyError: Error #1014: Class mx.data.messages::DataMessage could
> not be
> > found.
> > VerifyError: Error #1014: Class
> mx.data.messages::UpdateCollectionMessage
> > could not be found.
> > VerifyError: Error #1014: Class IPropertyChangeNotifier could not be
> found.
> > VerifyError: Error #1014: Class mx.rpc.events::ResultEvent could not be
> > found.
> > VerifyError: Error #1014: Class mx.collections::ArrayList could not be
> > found.
> > VerifyError: Error #1014: Class mx.data.messages::DataMessage could
> not be
> > found.
> > VerifyError: Error #1014: Class mx.data::CommitResponder could not
> be found.
> > VerifyError: Error #1014: Class IMXMLObject could not be found.
> > VerifyError: Error #1014: Class mx.messaging.channels::RTMPChannel
> could not
> > be found.
> > VerifyError: Error #1014: Class IResponder could not be found.
> > VerifyError: Error #1014: Class IList could not be found.
> > VerifyError: Error #1014: Class mx.utils::ObjectProxy could not be
> found.
> > This erros messages are show one by one on flash player debug dialog.
> >
> > What need I do to get FDS running as RSL?
> >
> >
> > Marvin
> >
>
>  
>


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, I've got the correct player version (verified via adobe about
> webpage) – I got it from the Flex Builder 3 install.
>
> I've ran the profiling application too and even tried running the swf via
> local file system instead of http and nothing seems to work…
>
>
>
> Mark
>
>
>
>
>   --
>
> *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *marcel.panse
> *Sent:* 05 September 2007 12:57
> *To:* flexcoders@yahoogroups.com
> *Subject:* [flexcoders] Re: Flex Builder 3 Profiler
>
>
>
> I have the same problem. I have the newest debug flash player, so that
> shouldn't be a problem.. But the popup dialog just won't appear,
> nothing works..
>
> --- In flexcoders@yahoogroups.com , Scott -
> FastLane <[EMAIL PROTECTED]> wrote:
> >
> > If I recall correctly, when I hit this I had to make sure I did the
> > following
> >
> > 1) Make sure you have the correct flash player... I found a post
> > somewhere that told me which version of flash to use for profiling. I
> > think it was the version that came with the flex3 beta download
> > 2) Launch from eclipse by right clicking on your main mxml file and
> > choosing "profile as->flex application"
> > 3) Look for popup dialog... this sometimes comes up behind something
> > else so you cannot see it. You have to respond to it before the
> > profiler can connect to the player.
> >
> > I have not done this in a while. But, the stuff above is what I
> > recall. Please let me know if not correct etc.
> >
> > hth
> > Scott
> >
> > Mark Ingram wrote:
> > >
> > > Hi, I'm having trouble with the new Profiler in Flex Builder 3 -- I
> > > just get errors saying "socket timeout...".
> > >
> > >
> > >
> > > I'm googled and tried several things, using only firefox, having no
> > > firefox windows open, disabling windows firewall, running FB3 as
> > > administrator, upgrading flash player version etc.
> > >
> > >
> > >
> > > Does anyone have any more ideas?!
> > >
> > >
> > >
> > > Mark
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
>
>  
>


[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 to SWF.

Them, I try without optimization, just extract library.swf from fds.swc and
rename to fds.swf
Got this errors:
VerifyError: Error #1014: Class mx.messaging.messages::AcknowledgeMessage
could not be found.
VerifyError: Error #1014: Class mx.data.messages::SequencedMessage could not
be found.
VerifyError: Error #1014: Class IResponder could not be found.
VerifyError: Error #1014: Class mx.rpc.events::FaultEvent could not be
found.
VerifyError: Error #1014: Class mx.messaging.channels::NetConnectionChannel
could not be found.
VerifyError: Error #1014: Class mx.messaging.messages::ErrorMessage could
not be found.
VerifyError: Error #1014: Class mx.data.messages::SequencedMessage could not
be found.
VerifyError: Error #1014: Class mx.data.messages::PagedMessage could not be
found.
VerifyError: Error #1014: Class mx.data.events::DataServiceFaultEvent could
not be found.
VerifyError: Error #1014: Class mx.messaging::MultiTopicConsumer could not
be found.
VerifyError: Error #1014: Class mx.rpc::AsyncToken could not be found.
VerifyError: Error #1014: Class mx.messaging.events::MessageEvent could not
be found.
VerifyError: Error #1014: Class mx.messaging.messages::AsyncMessage could
not be found.
VerifyError: Error #1014: Class mx.data.messages::DataMessage could not be
found.
VerifyError: Error #1014: Class mx.data.messages::UpdateCollectionMessage
could not be found.
VerifyError: Error #1014: Class IPropertyChangeNotifier could not be found.
VerifyError: Error #1014: Class mx.rpc.events::ResultEvent could not be
found.
VerifyError: Error #1014: Class mx.collections::ArrayList could not be
found.
VerifyError: Error #1014: Class mx.data.messages::DataMessage could not be
found.
VerifyError: Error #1014: Class mx.data::CommitResponder could not be found.
VerifyError: Error #1014: Class IMXMLObject could not be found.
VerifyError: Error #1014: Class mx.messaging.channels::RTMPChannel could not
be found.
VerifyError: Error #1014: Class IResponder could not be found.
VerifyError: Error #1014: Class IList could not be found.
VerifyError: Error #1014: Class mx.utils::ObjectProxy could not be found.
This erros messages are show one by one on flash player debug dialog.

What need I do to get FDS running as RSL?


Marvin


Re: [flexcoders] Module Size Issue

2008-03-06 Thread Marvin Froeder
Stupid question.

Where can I get the framework link-reports?


VELO

On Wed, Mar 5, 2008 at 10:35 PM, Alex Harui <[EMAIL PROTECTED]> wrote:
>
>
> Yup, list it twice in the compile options or comma-separate.  Most MXMLC
> options handle both ways
>
>
>
>  
>
>
> From: flexcoders@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 
>
>  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.
>  >
>  >
>  >
>  > 
>  >
>  >
>  > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
>  > Behalf Of VELO
>  > Sent: Wednesday, March 05, 2008 3:24 PM
>  > To: flexcoders@yahoogroups.com
>  > Subject: Re: [flexcoders] Module Size Issue
>  >
>  >
>  >
>  >
>  >
>  >
>  >
>  >
>  > Now I am curious...
>  >
>  > I have my Application (without RSL) and my Module.
>  > At this condition I use link-reports/load-extern.
>  > To compile the module I load extern the link-reports from the
>  > application. Right?
>  >
>  > When I start to use this application with framework caching (with RSL)
>  > I will begun the load-extern from the framework.swc e no more from
>  > myApplication?
>  >
>  > At current time, I can load-extern from only one source. But isn't
>  > better I load-extern the framework.swc AND my Application?
>  >
>  > VELO
>  >
>  > On Wed, Mar 5, 2008 at 6:28 PM, Alex Harui <[EMAIL PROTECTED]> wrote:
>  > >
>  > >
>  > >
>  > >
>  > >
>  > >
>  > >
>  > >
>  > >
>  > > Did you turn on the framework rsl cache? If so, you then have to
>  > > load-extern framework.swc on your modules.
>  > >
>  > >
>  > >
>  > > 
>  > >
>  > >
>  > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
>  > > Behalf Of Jehanzeb Musani
>  > > Sent: Wednesday, March 05, 2008 8:17 AM
>  > > To: flexcoders@yahoogroups.com
>  > > Subject: [flexcoders] Module Size Issue
>  > >
>  > >
>  > >
>  > >
>  > >
>  > >
>  > >
>  > > Hello,
>  > >
>  > > I have designed an application that loads features
>  > > (implemented as modules) at runtime. I want to
>  > > minimize the size of the modules so I am using
>  > > "link-report" and "load-externs" compiler options for
>  > > main applicaiton and features respectively.
>  > >
>  > > A couple of days before, report.xml generated by
>  > > link-report compiler option was of 344 KB and includes
>  > > links to my custom libraries too. Now when I am
>  > > compiling the main application (after updates have
>  > > been incorporated to main application and features),
>  > > the size of the report.xml is only 16KB. I am
>  > > attaching both report.xml files; reportPrev.xml
>  > > (644KB) and reportNew.xml (16KB). Moreover, if I am
>  > > using the previous report.xml file to link during the
>  > > compilation of features, the size of the resulting swf
>  > > of the feature is 0 KB.
>  > >
>  > > Can anyone tell me what can be the reason for that?
>  > >
>  > > Regards,
>  > > Jehanzeb
>  > >
>  > > __
>  > > Never miss a thing. Make Yahoo your home page.
>  > > http://www.yahoo.com/r/hs
>  >
>  >
>
>  


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 

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.
>
>
>
>  
>
>
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of VELO
>  Sent: Wednesday, March 05, 2008 3:24 PM
>  To: flexcoders@yahoogroups.com
>  Subject: Re: [flexcoders] Module Size Issue
>
>
>
>
>
>
>
>
> Now I am curious...
>
>  I have my Application (without RSL) and my Module.
>  At this condition I use link-reports/load-extern.
>  To compile the module I load extern the link-reports from the
>  application. Right?
>
>  When I start to use this application with framework caching (with RSL)
>  I will begun the load-extern from the framework.swc e no more from
>  myApplication?
>
>  At current time, I can load-extern from only one source. But isn't
>  better I load-extern the framework.swc AND my Application?
>
>  VELO
>
>  On Wed, Mar 5, 2008 at 6:28 PM, Alex Harui <[EMAIL PROTECTED]> wrote:
>  >
>  >
>  >
>  >
>  >
>  >
>  >
>  >
>  >
>  > Did you turn on the framework rsl cache? If so, you then have to
>  > load-extern framework.swc on your modules.
>  >
>  >
>  >
>  > 
>  >
>  >
>  > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
>  > Behalf Of Jehanzeb Musani
>  > Sent: Wednesday, March 05, 2008 8:17 AM
>  > To: flexcoders@yahoogroups.com
>  > Subject: [flexcoders] Module Size Issue
>  >
>  >
>  >
>  >
>  >
>  >
>  >
>  > Hello,
>  >
>  > I have designed an application that loads features
>  > (implemented as modules) at runtime. I want to
>  > minimize the size of the modules so I am using
>  > "link-report" and "load-externs" compiler options for
>  > main applicaiton and features respectively.
>  >
>  > A couple of days before, report.xml generated by
>  > link-report compiler option was of 344 KB and includes
>  > links to my custom libraries too. Now when I am
>  > compiling the main application (after updates have
>  > been incorporated to main application and features),
>  > the size of the report.xml is only 16KB. I am
>  > attaching both report.xml files; reportPrev.xml
>  > (644KB) and reportNew.xml (16KB). Moreover, if I am
>  > using the previous report.xml file to link during the
>  > compilation of features, the size of the resulting swf
>  > of the feature is 0 KB.
>  >
>  > Can anyone tell me what can be the reason for that?
>  >
>  > Regards,
>  > Jehanzeb
>  >
>  > __
>  > Never miss a thing. Make Yahoo your home page.
>  > http://www.yahoo.com/r/hs
>
>  


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...






I'm using job as an arbitrary sample, truly, I wanna now how to mimic
RemoteObject 




Or, more close to RO do this:





More clear now?

About 





If RemoteObject could omit the second  wrote:
>
> VELO - the Flex Object is a 'simple' storage type... the RemoteObject
>  along with the ObjectProxy are designed specifically for dynamic
>  object management - which include hierarchical storage. Is there any
>  reason that this won't work?
>
>  
>
>  One thing that might be helpful is tying things down with a model to
>  assist you in object translation. As your data becomes more complex...
>  the need to gravitate towards DTO (data type object) and VO (view
>  object) becomes absolute. Take a look this example for starters.
>
>
> http://blog.flexexamples.com/2007/09/19/converting-xml-to-objects-using-the-flex-httpservice-mxml-tag/
>
>  Rick Winscot
>
>
>
>  On Fri, Feb 29, 2008 at 7:29 PM, VELO <[EMAIL PROTECTED]> wrote:
>  >
>  >
>  >
>  >
>  >
>  >
>  > I'm trying to do something like this:
>  > 
>  > 
>  > 
>  >
>  > And always got:
>  > Could not resolve  to a component implementation.
>  >
>  > I saw RemoteObject doing something like this:
>  >   > destination="cargoService">
>  > 
>  > 
>  >
>  > But i cant understand why RemoteObject can do and Object cant do.
>  > I had try to implement my own object, who extends Proxy and override
>  > callProperty, getProperty and setProperty.
>  > But no success.
>  >
>  > Any can help me on this?
>  >
>  > VELO
>  >
>  


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_eclipse&loc=en_us
>
>
>
> Flex Product Page -> "Try Flex Builder 3" -> "More Flex Downloads" ->
> "Download Flex Builder Professional Plug-in" -> 404!
>
>
>
> Beau


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 [mailto:[EMAIL PROTECTED] *On
> Behalf Of *mapper2255
> *Sent:* Wednesday, June 06, 2007 8:48 AM
> *To:* flexcoders@yahoogroups.com
> *Subject:* [flexcoders] Module Sizing
>
>
>
> Good Morning,
>
> I have taken some code from the Application and placed it in a Module
> with no changing of the code.
>
> In the Application it was set to 100% width and height, which is what
> I want and looked fine. Now that it is in the Module it loads into the
> Application shell with what appears to be a default size of 700/700.
>
> I have the ModuleLoader set to 100% width/height but cannot get it to
> expand. Could someone tell me what I am doing wrong?
>
> Thanks.
>
>  
>


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?
>
>
> Robert Csiki wrote:
> >
> >
> > Hello,
> >
> > For server-side testing purposes (e.g. testing custom LCDS
> > Assemblers, remote service destinations etc) using the JUnit testing
> > framework, I need to somehow simulate Flex Client requests to LCDS,
> > programatically, through Java code (the test cases). Is that possible,
> > if so, *how* please? Basically I need to have access to LCDS's
> > FlexSession, FlexClient objects (Java objects) without having to use the
>
> > Flex Client / browser to generate requests to LCDS.
> >
> > Thanks.
>
> --
> Jeffry Houser, Technical Entrepreneur, Software Developer, Author,
> Recording Engineer
> AIM: Reboog711 | Phone: 1-203-379-0773
> --
> My Company: 
> My Podcast: 
> My Blog: 
>
>  
>


[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

EmployeeRuntimeDataDestination.java

line 55

The method addChannel(String) is undefined for the type MessageDestination

/src/flex/samples/runtimeconfig

ChatRoomService.java

line 45

The method createDestination(DestinationSettings) in the type DataService is
not applicable for the arguments (String)

/src/flex/samples/runtimeconfig

EmployeeRuntimeDataDestination.java

line 54

The method createDestination(DestinationSettings) in the type MessageService
is not applicable for the arguments (String)

/src/flex/samples/runtimeconfig

ChatRoomService.java

line 43

The method createDestination(DestinationSettings) in the type
RemotingService is not applicable for the arguments (String)

/src/flex/samples/runtimeconfig

EmployeeRuntimeRemotingDestination.java

line 18

The method getFlexClient() is undefined for the type FlexContext

/src/flex/samples/qos

FlexClientConfigService.java

line 15

The method getFlexClient() is undefined for the type FlexContext

/src/flex/samples/qos

FlexClientConfigService.java

line 21

The method getService(String) is undefined for the type MessageBroker

/src/flex/samples/runtimeconfig

ChatRoomService.java

line 42

The method getService(String) is undefined for the type MessageBroker

/src/flex/samples/runtimeconfig

EmployeeRuntimeDataDestination.java

line 53

The method getService(String) is undefined for the type MessageBroker

/src/flex/samples/runtimeconfig

EmployeeRuntimeRemotingDestination.java

line 17

The method isStarted() is undefined for the type MessageService

/src/flex/samples/runtimeconfig

ChatRoomService.java

line 53

The method setDestination(DataDestination) is undefined for the type
JavaAdapter

/src/flex/samples/runtimeconfig

EmployeeRuntimeDataDestination.java

line 78

The method setId(String) is undefined for the type JavaAdapter

/src/flex/samples/runtimeconfig

EmployeeRuntimeDataDestination.java

line 76

The method setMetadataSettings(MetadataSettings) is undefined for the type
DataDestination

/src/flex/samples/runtimeconfig

EmployeeRuntimeDataDestination.java

line 61

The method setNetworkSettings(DataNetworkSettings) is undefined for the type
DataDestination

/src/flex/samples/runtimeconfig

EmployeeRuntimeDataDestination.java

line 73

The method setScope(String) is undefined for the type DataDestination

/src/flex/samples/runtimeconfig

EmployeeRuntimeDataDestination.java

line 57

The method setServerSettings(ServerSettings) is undefined for the type
MessageDestination

/src/flex/samples/runtimeconfig

ChatRoomService.java

line 51

The method setSource(String) is undefined for the type DataDestination

/src/flex/samples/runtimeconfig

EmployeeRuntimeDataDestination.java

line 56

The method setSource(String) is undefined for the type RemotingDestination

/src/flex/samples/runtimeconfig

EmployeeRuntimeRemotingDestination.java

line 19

The method setSubscriptionTimeoutMinutes(int) is undefined for the type
DataNetworkSettings

/src/flex/samples/runtimeconfig

EmployeeRuntimeDataDestination.java

line 64

The method start() is undefined for the type MessageDestination

/src/flex/samples/runtimeconfig

ChatRoomService.java

line 55

The type EmployeeRuntimeDataDestination must implement the inherited
abstract method Service.getSettings()

/src/flex/samples/runtimeconfig

EmployeeRuntimeDataDestination.java

line 44

The type EmployeeRuntimeRemotingDestination must implement the inherited
abstract method Service.getSettings()

/src/flex/samples/runtimeconfig

EmployeeRuntimeRemotingDestination.java

line 8

The type HSQLBootstrapService must implement the inherited abstract method
Service.getSettings()

/src/flex/samples

HSQLBootstrapService.java

line 12

None of these are class not found error.

Where can I get a compiling sample.war?


VELO


[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(
ModuleEvent.PROGRESS, event.bubbles, event.cancelable);
moduleEvent.bytesLoaded = loader.contentLoaderInfo.bytesLoaded;
moduleEvent.bytesTotal = loader.contentLoaderInfo.bytesTotal;
dispatchEvent(moduleEvent);
}


I begin look after that when my modules stop loading (after update from flex
2 to flex 3) and no error event was dispatched.

So, any suggestion?  My module don't dispatch ModuleEvent.READY or
ModuleEvent.ERROR. Only ModuleEvent.PROGRESS events.  This may be the
problem source?

I try to mimic my complete handler when moduleEvent.bytesLoaded ==
moduleEvent.bytesTotal but no success...

Any know workaround?

All my modules use RSL.  Is that a problem?


VELO


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@yahoogroups.com
> Sent: Monday, February 4, 2008 2:00:48 PM
> Subject: [flexcoders] Strange behavior
>
>  I'm making some test with Boolean Flex cast.
>
>
> See:
> 
> http://www.adobe. com/2006/ 
> mxml<http://www.adobe.com/2006/mxml>"
> layout="absolute"
> initialize="main()"
> >
> 
> 
> 
> 
>
>
> I expect true and false on console.
>
> But I got:
> [SWF] C:\framework\ workspace\ CobaiaFlex\ bin\BooleanTest. swf - 
> 445.501bytes after decompression
> Boolean: true
> Boolean: true
>
>
> What happened?
>
>
> Marvin
>
>
> --
> Never miss a thing. Make Yahoo your 
> homepage.<http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs>
> 
>


[flexcoders] Strange behavior....

2008-02-04 Thread Marvin Froeder
I'm making some test with Boolean Flex cast.


See:

http://www.adobe.com/2006/mxml"; layout="absolute"
initialize="main()"
>






I expect true and false on console.

But I got:
[SWF] C:\framework\workspace\CobaiaFlex\bin\BooleanTest.swf - 445.501 bytes
after decompression
Boolean: true
Boolean: true


What happened?


Marvin


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
> mx.controls.menuClasses.IMenuBarItemRenderer.
>
>   at mx.controls::MenuBar/mouseOverHandler
> ()[E:\dev\flex_201_borneo\sdk\frameworks\mx\controls\MenuBar.as:1670]
>

Menubar (MenuBarLiveDocsExample.mxml):

> 
> 
> http://www.adobe.com/2006/mxml";
> creationComplete="initCollections();" >
>
> 
> 
> 
>
>  paddingTop="10" paddingLeft="10">
>
> text="Select a menu item."/>
>
>  dataProvider="{menuBarCollection}"
> menuBarItemRenderer="MyCustomRender"/>
>
> 
> 
>

Item Render (MyCustomRender.mxml):

> 
> http://www.adobe.com/2006/mxml";
> implements="mx.controls.menuClasses.IMenuBarItemRenderer"
> >
>
> 
> 
> 
>
> 
> 
> 
>
> 
>


Any one knows how to solve this?


VELO


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 to
> certain grid locations. I'm currently doing all manual drag-drop
> handling.
>
> example app:
> http://www.swiftmako.com/wcap/WCAPPro.html
>
> Thanks,
> Andrew Westberg
>
>  
>


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 working on
> extensions to test our current application but there is alot more to
> do and I'd love some help if my management will approve 'sharing'.
>
> - Todd
>
> --- In flexcoders@yahoogroups.com , "Arpit
> Mathur" <[EMAIL PROTECTED]> wrote:
> >
> > we were thinking some kind of integration with selenium (the
> > javascript testing suite) using the Flex AJAX bridge.
> >
> > -arpit
> >
> >
> > On 6/8/07, Karl Johnson <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Mercury Quick Test Pro (works with FDS's Automation API). Or you
> could write
> > > your own :-)
> > >
> > >
> > >
> > > FlexUnit is not really an automated UI testing solution, it unit
> tests the
> > > code.
> > >
> > >
> > >
> > > Karl
> > >
> > >
> > >
> > >
> > >
> > > From: flexcoders@yahoogroups.com 
> [mailto:flexcoders@yahoogroups.com ] On
> > > Behalf Of Persaud, Anthony
> > > Sent: Friday, June 08, 2007 2:53 PM
> > > To: flexcoders@yahoogroups.com 
> > > Subject: [flexcoders] Automated UI Testing for FLEX (Help!)
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Other than FlexUnit, are there any other methods to perform
> automated UI
> > > testing for Flash/Flex applications?
> > >
> > >
> > >
> > > Thanks,
> > >
> > >
> > >
> > > Anthony
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
>
>  
>


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.
>
> Changes include:
>
> * Fix: Calls to mxmlc and compc may fail if command-line is too long
> on windows.
> * Old version of maven-dependency-plugin is used which causes
> conflicts in some large recursive projects.
> * Add -licenses.license   to compiler options
>
> as well as a few quality and documentation fixes.
>
> The project is available on googlecode at
> http://code.google.com/p/israfil-mojo, and the actual code is available
> on the main maven repositories (or should be within a day of this e-mail
> as the new update is propagated to their servers.) The project
> documentation can be found at
> http://www.israfil.net/projects/mojo/maven-flex2-plugin/.
>
> Any further issues can be logged at the googlecode site which has an
> issue (bug) tracker.
>
> Thanks for all the issues logged - there are still ones left, and I'll
> be working on them and some new features over the next two months. My
> plan is to release more frequently with smaller increments of change.
>
> regards,
> Christian.
>
>  
>


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:
>
>   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 5/30/07, brent_trx < [EMAIL PROTECTED]> wrote:
> >
> >   Sorry for the double-post ... I actually have an example of this up
> > online, if anyone wants to check it out. I use Darron Schall's
> > ObjectTranslator to assist with strong-typing of deserialized
> > responses. I've since adopted it to JSON which is handling pretty
> > pimptasticly.
> >
> > 
http://booleanbetrayal.com/2007/05/18/httpservice-xmldecode-objecttranslator-and-rabidsquirrels/
> >
> >
> >
>
 



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 5/30/07, brent_trx <[EMAIL PROTECTED]> wrote:


  Sorry for the double-post ... I actually have an example of this up
online, if anyone wants to check it out. I use Darron Schall's
ObjectTranslator to assist with strong-typing of deserialized
responses. I've since adopted it to JSON which is handling pretty
pimptasticly.


http://booleanbetrayal.com/2007/05/18/httpservice-xmldecode-objecttranslator-and-rabidsquirrels/

 



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 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 serialise and de-serialise ActionScript objects
> > to XML so they can sent to a server application. I would prefer to write a
> > method for this once that can handle any object. Unfortunately, the
> > introspection API is sadly wanting (doesn't report private members), which
> > makes it insufficient for this purpose. The SimpleXMLEncoderapparently does 
this, but I can't work out how to use it. Can anybody point
> > me to some examples or offer suggestions for alternative methods?
> >
> > This code produces errors:
> >
> > *var myObj:TestClass = new TestClass;*
> > *var doc:XMLDocument = new XMLDocument;*
> > *var coder: SimpleXMLEncoder = new SimpleXMLEncoder(doc);*
> > *var node:XMLNode = coder.encodeValue(myObj, ("" as QName), doc);*
> > *trace(node.toString ());*
> >
> > What am I doing wrong?
> >
> >
> > Cheers,
> > Lach
> >
>
>  
>





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 serialise and de-serialise ActionScript objects to
> XML so they can sent to a server application. I would prefer to write a
> method for this once that can handle any object. Unfortunately, the
> introspection API is sadly wanting (doesn't report private members), which
> makes it insufficient for this purpose. The SimpleXMLEncoder apparently
> does this, but I can't work out how to use it. Can anybody point me to some
> examples or offer suggestions for alternative methods?
>
> This code produces errors:
>
> *var myObj:TestClass = new TestClass;*
> *var doc:XMLDocument = new XMLDocument;*
> *var coder:SimpleXMLEncoder = new SimpleXMLEncoder(doc);*
> *var node:XMLNode = coder.encodeValue(myObj, ("" as QName), doc);*
> *trace(node.toString());*
>
> What am I doing wrong?
>
>
> Cheers,
> Lach
>

 



Re: [flexcoders] Object to XML

2007-05-28 Thread Marvin Froeder

To simple objects this is great... but to more complex object can be a
problem...

Well, if no alternative shows up...

VELO

On 5/28/07, Clint Modien <[EMAIL PROTECTED]> wrote:


  Use the introspection API to loop over the variables in an instance of
your TestObject.

http://livedocs.adobe.com/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 TestObject {
> public var a: String = "a paramater";
> public var b: String = "b parameter";
> }
> }
>
> When I convert to XML result me something like:
> 
>   a paramater
>   b parameter
> 
>
>
> The problem is this XStream lib is for Java, not for flex.
>
> Any light?
>
>
> VELO
>

 



[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";
   }
}

When I convert to XML result me something like:

 a paramater
 b parameter



The problem is this XStream lib is for Java, not for flex.

Any light?


VELO


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,
   iconClass:Class = null,
   defaultButtonFlag:uint = 0x4 /*
Alert.OK*/):Alert
   {

Just need to set there a parent!


VELO



On 5/25/07, cbs1918 <[EMAIL PROTECTED]> wrote:


  How do you control the position of an Alert popup?  By default it
appears that the location is centered within the dimensions of the flash
file.  The problem is that the current flash file I am working on is taller
than the browsers window.  So when I need to show an Alert popup some users
may not see the popup because they are at the top of the page and the center
of the page is off screen.  Is there a way to control this, and is there a
way to center the position of the popup based on the client's current
viewable area?
 



[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
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___