Re: [flexcoders] What's up with the open-source Flex SDK project?

2008-02-24 Thread VELO
So, where is the SVN? VELO On Sun, Feb 24, 2008 at 9:20 PM, Gordon Smith <[EMAIL PROTECTED]> wrote: > > > > > > > > I've blogged about it here: http://blogs.adobe.com/gosmith/ > > Gordon Smith > Adobe Flex SDK Team >

Re: [flexcoders] Flex Open Source

2008-02-24 Thread VELO
Buy the sources? VELO On Sun, Feb 24, 2008 at 2:45 PM, Mohammed Osama <[EMAIL PROTECTED]> wrote: > > > > > > > > I have a SWF file and want to get its MXML file > > > - Original Message > From: Paul Andrews <[EMAIL PROTECTED]> > To: fle

Re: [flexcoders] What's up with the open-source Flex SDK project?

2008-02-24 Thread VELO
ing soon", not "It's available now." > > > Gordon Smith > Adobe Flex SDK Team > > > ____ > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of VELO > Sent: Sunday, February 24, 2008 4:4

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

2008-02-25 Thread VELO
Any news about the broken link? VELO On Mon, Feb 25, 2008 at 1:56 PM, Marvin Froeder <[EMAIL PROTECTED]> wrote: > So, any preview for plugin version? > > VELO > > 2008/2/25 Beau Scott <[EMAIL PROTECTED]>: > > > > Actually, it seems that the p

Re: [flexcoders] Menubar Render

2008-02-29 Thread VELO
I my case I need to put 2 icons and a label I believe the only way is the render. VELO On Wed, Dec 12, 2007 at 4:48 PM, Andriy Panas <[EMAIL PROTECTED]> wrote: > > > > > > > Hi Alex, > > Your suggestion had helped to solve this RTE issue with MenuBarRend

Re: [flexcoders] Re: Best practices for setting up large applications?

2008-02-29 Thread VELO
U can use maven to help you to handle dependencies. http://code.google.com/p/israfil-mojo/ VELO On Fri, Feb 29, 2008 at 9:38 AM, Gregor Kiddie <[EMAIL PROTECTED]> wrote: > > > > > > > > > > We have 52 modules / libraries split roughly 1/3 to 2/3s, and a singl

[flexcoders] Dynamic attribute on MXML code

2008-02-29 Thread VELO
y and override callProperty, getProperty and setProperty. But no success. Any can help me on this? VELO

[flexcoders] Maven

2008-02-29 Thread VELO
Coping with Adobe JARs/SWCs ? VELO

Re: [flexcoders] Re: Module unloads but FlexModuleFactory instance does not unload

2008-03-02 Thread VELO
If you can, post here the bug number... I wanna to see this problem solved too. VELO On Sun, Mar 2, 2008 at 9:22 PM, Gaurav. Jain <[EMAIL PROTECTED]> wrote: > > > > > > > I was able to reproduce the issue using your test case. I am not sure if > it is by design.

Re: [flexcoders] BlazeDS artifacts in Maven repository

2008-03-02 Thread VELO
Or adobe at least can define something like this: http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html VELO On Sun, Mar 2, 2008 at 12:03 PM, Sebastien ARBOGAST <[EMAIL PROTECTED]> wrote: > > > > > > > I've just created an issue to ask for the de

Re: [flexcoders] BlazeDS artifacts in Maven repository

2008-03-03 Thread VELO
Is this some adobe official response? http://mvnrepository.com/artifact/com.adobe.blazeds VELO On Sun, Mar 2, 2008 at 9:35 PM, VELO <[EMAIL PROTECTED]> wrote: > Or adobe at least can define something like this: > http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html

Fwd: [flexcoders] Dynamic attribute on MXML code

2008-03-04 Thread VELO
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 a

Re: [flexcoders] Module Size Issue

2008-03-05 Thread VELO
-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: > > > > &

[flexcoders] Re: Maven

2008-03-05 Thread VELO
Have U set the extraParameter with -compiler.context-root VELO On Wed, Mar 5, 2008 at 8:35 PM, k_sudhan <[EMAIL PROTECTED]> wrote: > Hi Velo, > > We are also using almost the same structure and used to build and > deploy using Flex Builder. But as our backend is Maven conf

Re: [flexcoders] Module Size Issue

2008-03-06 Thread VELO
Just to know this is with or without framework caching (RSL)? VELO On Thu, Mar 6, 2008 at 5:00 AM, Jehanzeb Musani <[EMAIL PROTECTED]> wrote: > > > > > > > Yeah the application is working and the size of the > application and modules are almost the same if the

[flexcoders] JSR 168

2008-03-06 Thread VELO
Hi... Has anyone experience with flex + jsr168? Can share some hello world application?! VELO

Re: [flexcoders] Module Size Issue

2008-03-06 Thread VELO
Take a look: http://livedocs.adobe.com/flex/3/html/help.html?content=rsl_09.html VELO On Thu, Mar 6, 2008 at 7:44 AM, Jehanzeb Musani <[EMAIL PROTECTED]> wrote: > > > > > > > I dont know how to enable framework caching (RSL). So > I am not sure whether the main

[flexcoders] Re: Maven

2008-03-06 Thread VELO
Att Current time we use an Israfil fork. Where we have this context path as an configuration. I trully dont know how to use extraParameters =/ Have you try get help here: http://groups.google.com/group/israfil-mojo-users VELO On Thu, Mar 6, 2008 at 2:04 PM, sudhan kanade <[EMAIL PROTEC

Re: [flexcoders] Module Size Issue

2008-03-06 Thread VELO
Can I add this to MXMLC: -compiler.external-library-path+=flex/libs/framework.swc ? Or is better use load-extern? VELO On Thu, Mar 6, 2008 at 7:02 PM, Alex Harui <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Actually a good question. I thought we'd

[flexcoders] Ant - View sources

2008-03-11 Thread VELO
Is there any ant taks to generate View Sources? VELO

Re: [flexcoders] Re: [javaflexcoders] Official Maven 2 support from the source?

2008-03-22 Thread VELO
Not much... I just start to write something in project's blog. http://flex-mojos.blogspot.com/ This weekend I will try to write a hello world, ok? VELO On Thu, Mar 20, 2008 at 3:37 PM, Sebastien ARBOGAST <[EMAIL PROTECTED]> wrote: > > > > > > > I&#x

[flexcoders] Flex Mojos 1.0-alpha2 is out

2008-03-22 Thread VELO
ct me with feedback. VELO

[flexcoders] Re: Flex Mojos 1.0-alpha2 is out

2008-03-22 Thread VELO
support; * easy to install for new users; Still under development. Please check out soon. If wanna try, please, let me know. The alpha-2 has only support to compilation. No flex-unit, no asdoc, no source view. I will release the 1.0 when all this stuff is avaliable. VELO On Sat, Mar 22

Re: [flexcoders] flexmxmlservlet

2008-03-22 Thread VELO
e, we can exchange some experiences. VELO On Sat, Mar 22, 2008 at 11:18 PM, Luke Vanderfluit <[EMAIL PROTECTED]> wrote: > > > > > > > Hi. > > Im able to compile my mxml files with the mxmlc tool from both the > command line and using ant. > > Now Im

Re: [flexcoders] Looking for moderator help

2008-03-23 Thread VELO
The list truly needs moderation?! I participate on other java/flex groups without moderation and works 100% VELO On Thu, Mar 20, 2008 at 1:13 PM, Matt Chotin <[EMAIL PROTECTED]> wrote: > > > > > > > You may have seen a number of older messages just come through be

[flexcoders] Developer Exam

2008-03-25 Thread VELO
Hi Folks... I wanna to share my happiness... I Pass o Adobe Flex 2 Developer Exam. Thanks to all who help me, specially who helps me off list. VELO

Re: [flexcoders] drawing in Flex

2008-03-25 Thread VELO
May be this is what you are looking for: http://www.degrafa.com/ VELO On Tue, Mar 25, 2008 at 6:51 PM, Douglas Knudsen <[EMAIL PROTECTED]> wrote: > > > > > > > Andrew Trice just posted a nifty example of using the drawing API in Flex > here > http://www.insideri

Re: [flexcoders] Developer Exam

2008-03-26 Thread VELO
I look at prometric... Only has flex 2, no flex 3. VELO On Wed, Mar 26, 2008 at 3:15 AM, li wenzhi <[EMAIL PROTECTED]> wrote: > > > > > > > > > you means the Flex2, not Flex3 exam? > > > > Does Adobe do anything toward Flex3 exam? > > >

Re: [flexcoders] hello ,who can provide test project for maven2 compile flex and java project?

2008-03-27 Thread VELO
Hi, You will need 2 poms. One for java other for flex. One thing you need to keep in mind is: you will need 2 projects. One for java other for flex. Have you the java pom? It's a war project? VELO On Thu, Mar 27, 2008 at 7:18 AM, h253498088 <[EMAIL PROTECTED]> wrote: >

[flexcoders] Flex Mojos 1.0-alpha4 is out

2008-03-29 Thread VELO
. VELO

Re: [flexcoders] Flex 3.0 + Artificial Intelligence

2008-04-03 Thread VELO
Non US resident can't register. Zip code is required. Any alternative? VELO On Thu, Apr 3, 2008 at 12:18 PM, navice32 <[EMAIL PROTECTED]> wrote: > > > > > > > We recently launched a second generation job search portal and sure > enough, we are using Fl

[flexcoders] BlazeDS + Jetty

2008-04-07 Thread VELO
Anyone had put BlazeDS to run inside Jetty? Look on google for this. Found almost nothing. VELO

[flexcoders] Flex Mojos 1.0-alpha7 now with flex-unit

2008-04-07 Thread VELO
Flex mojos has a new release. Alpha7. The biggest new is the support for tests with flex unit. Still blogging. http://flex-mojos.blogspot.com/2008/04/flexunit-is-here-d.html VELO

Re: [flexcoders] Re: Project per module?

2008-04-11 Thread VELO
Now I compile on FB without optimizing (generating big swf files) and, when I release using maven I use link-reports on Application and load-extern on Modules to get smaller swf files. VELO On Fri, Apr 11, 2008 at 9:58 AM, ben.clinkinbeard < [EMAIL PROTECTED]> wrote: > Separate projects is

Re: [flexcoders] Re: Project per module?

2008-04-11 Thread VELO
Forget to mention, This release is done with flex-mojos http://flex-mojos.blogspot.com/ VELO On Fri, Apr 11, 2008 at 4:47 PM, VELO <[EMAIL PROTECTED]> wrote: > We used Adobe's endorsed/recommended way. > > Got a lot of problems... > 1- passing objects between modules. &g

Re: [flexcoders] compc vs mxml

2008-04-11 Thread VELO
You can set a directory form compc. VELO On Fri, Apr 11, 2008 at 6:48 PM, Richard Rodseth <[EMAIL PROTECTED]> wrote: > We're integrating a Flex build with MSBuild, so no Ant (though I > suppose we could invoke Ant). > > Why the heck can I point mxmlc at an appli

Re: [flexcoders] Can I Simulate "Export Release Build" using Ant?

2008-04-17 Thread VELO
And how about View Source? Any way to generate it on ant? VELO On Thu, Apr 17, 2008 at 12:06 PM, Gaurav. Jain <[EMAIL PROTECTED]> wrote: >Export release build compiles the swf in non debug mode. > > > > You can do the same in ant task if debug=false – which is the cas

Re: [flexcoders] Re: Specify RLS's at runtime / Module Help

2008-04-17 Thread VELO
Hi, There is something wrong I'm using modules AND applications in packages. And it works. VELO http://blog.flex-mojos.info/ On Thu, Apr 17, 2008 at 2:24 PM, Alex Harui <[EMAIL PROTECTED]> wrote: >The main class of an app or module cannot be in a package. Those are &

Re: [flexcoders] Flash/Flex Compatibility with 64bit OS

2008-04-25 Thread VELO
I open an issue on Flash Player Jira for this problem. With we got enough votes may adobe updates flash player. https://bugs.adobe.com/jira/browse/FP-166 VELO On Mon, Apr 14, 2008 at 1:50 AM, kenny14390 <[EMAIL PROTECTED]> wrote: > I got this email from a user of my Flex app

[flexcoders] -compiler.mxml.compatibility-version

2008-05-01 Thread VELO
Hi, When I use compc or mxmlc with -compiler.mxml.compatibility-version. Can use swc libraries (e.g. framework.swc) from flex SDK 2.0.1? VELO

Re: [flexcoders] Flex 3 Maven plug-in?

2008-05-08 Thread VELO
Hi, You can try flex-mojos: http://blog.flex-mojos.info/ VELO On Thu, May 8, 2008 at 5:44 PM, baztheman <[EMAIL PROTECTED]> wrote: > Hi, > > We are moving from Flex 2 to Flex 3 and currently using an altered > version of Flex2Mojo (I think from ServerBox). > > Is the

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

2008-05-11 Thread VELO
Official announcement at http://blog.flex-mojos.info/2008/05/12/flex-mojos-10-rc1/ Flex-mojos 1.0-RC1<http://blog.flex-mojos.info/2008/05/12/flex-mojos-10-rc1/> Posted on May 12th, 2008 by velo Flex-mojos is reaching its maturity as an open source project. At this point we have defined the

[flexcoders] Reading SWF Metadata

2008-05-14 Thread VELO
Hi, I add some metadata to my swf doing this: http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_16.html Is there any way to read this metadata? VELO

Re: [flexcoders] Reading SWF Metadata

2008-05-14 Thread VELO
And how I read metadata from this byte array? VELO On Wed, May 14, 2008 at 6:17 PM, Alex Harui <[EMAIL PROTECTED]> wrote: >You have to write code to parse the SWF as a byte array. > > > -- > > *From:* flexcoders@yahoogroups.com [mail

Re: [flexcoders] Reading SWF Metadata

2008-05-14 Thread VELO
And there is no API in flex or Java to do that, right?! VELO On Wed, May 14, 2008 at 6:39 PM, Alex Harui <[EMAIL PROTECTED]> wrote: >The SWF format is documented. It is a tagged file format. You'll be > able to walk the tags and f

Re: [flexcoders] Re: Flash Player 10 is in prerelease!

2008-05-15 Thread VELO
Any word on API? VELO On Thu, May 15, 2008 at 3:25 AM, Bjorn Schultheiss < [EMAIL PROTECTED]> wrote: > Is there a new api to play with? > > > --- In flexcoders@yahoogroups.com , "Gordon > Smith" <[EMAIL PROTECTED]> wrote: > > > >

Re: [flexcoders] Flash Player 10 is in prerelease!

2008-05-16 Thread VELO
Got it working on flex-mojos http://blog.flex-mojos.info/2008/05/16/flash-player-10/ VELO On Thu, May 15, 2008 at 3:02 AM, Gordon Smith <[EMAIL PROTECTED]> wrote: >http://labs.adobe.com/technologies/flashplayer10/ > > > > Gordon Smith > > Adobe Flex SDK Team > > > > > >

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

2008-05-18 Thread VELO
Flex-mojos 1.0-RC2 is out. Just same fixes of problems found on 1.0-RC1. http://blog.flex-mojos.info/2008/05/19/flex-mojos-10-rc2/ VELO

[flexcoders] Datavisualization License

2008-05-20 Thread VELO
Hi, Is there any way to add flex datavisualization license at runtime? I have several modules and don't wanna add licenses one by one. If its possible I prefer to do that at runtime. Is possible? VELO