Re: svn commit: r1301332 - in /incubator/flex/whiteboard/quetwo/MobileAlert: ./ locale/ locale/en_US/ src/ src/org/ src/org/apache/ src/org/apache/spark/ src/org/apache/spark/components/ src/org/apach

2012-03-15 Thread Justin Mclean
Hi, >incubator/flex/whiteboard/quetwo/MobileAlert/locale/en_US/ > > incubator/flex/whiteboard/quetwo/MobileAlert/locale/en_US/MobileAlert.properties Would it be rude to commit an en_AU locale into your whiteboard area? (It's identical to the US one BTW) Justin

Re: Apache Flex namespace and build script changes

2012-03-15 Thread Justin Mclean
Hi, Sorted out the issue (the docs directory now exists and contains the ADdocs for the classes in XML format) but the help still doesn't show in FB. I'm guessing that it's a FB feature and the it knows to look in the _rb.swc file for the ASdocs for a class in a corresponding .swc file.

Re: Apache Flex Namespace URI

2012-03-15 Thread Justin Mclean
Hi, So far I think we mostly agree that having real URLs is nice but have no idea what those URL should be. Are spilt if we should have a small or large number of new namespaces. The one I've currently committed is http://www.apache.org/flex (look in flex-config.template.xml and/or flex-confi

Re: Flex and names spaces in MXML

2012-03-15 Thread Justin Mclean
Hi, Seems to be a variety of views here all from including trying to do away with names spaces if we can :-) Certainly no consensus. My original suggestion was just to have the standard URLs predefined but still use name space names in MXML code. The name space URIs are defined in flex-config

RE: [OT] 360 Flex Denver 2012 - Apache Flex Discovery Room

2012-03-15 Thread Michael A. Labriola
>We only need maybe between 25-50 of them (I would keep extras to give to new >committers) and I'm willing to pay for them if we're talking in the range of >$50. If we can get them designed, spoon will cover associated printing costs

Re: Status of Flex Charts?

2012-03-15 Thread Mikkel Bang
Bless you Doug, man I'm glad I'm in the right place! I'll just go ahead and publish my annual reports with the old Flex and hope that things will have changed next year. I'll try to come up with new ideas as I go along but I doubt my skills will suffice for the challenging times ahead! Thank y'a

Re: Status of Flex Charts?

2012-03-15 Thread Doug McCune
But in terms of what he is asking I *think* the answer is basically: don't assume Adobe will fix any bugs in the existing Flex charting code. Any fixes for charting will eventually get done (if they get done at all) by Apache Flex. Apache Flex is not yet ready to make any progress on bug fixes like

Re: [Tink whiteboard] was: [OT] What are we doing here?

2012-03-15 Thread Daniel Reicher
Its just for AsDoc. By default, the ASDoc tool generates output for all public and protected elements in an ActionScript class, even if you omit the ASDoc comment. To make ASDoc ignore an element, insert an ASDoc comment that contains the @private tag anywhere in the comment. The ASDoc comment can

Re: [OT] 360 Flex Denver 2012 - Apache Flex Discovery Room

2012-03-15 Thread Justin Mclean
Hi, > 1. Did you want to help man the room? Let us know. We'll be needing at > least one Spoon/Apache Flex person manning the room at all times. > > 2. Did you want to offer to be a room mentor? Let us know and tell us > the types of things that you'd be down with being an expert about. I ca

Re: [Tink whiteboard] was: [OT] What are we doing here?

2012-03-15 Thread JP Bader
I was reviewing some of Tink's code in the whiteboard and I have questions about why the comments say private, but the setter methods are public. Is this a coding convention that I'm just not aware of? For example, ViewGroup, line 70, private, but method is public. Regards, JP On Wed, Mar 14, 2

Re: Status of Flex Charts?

2012-03-15 Thread Alex Harui
On 3/15/12 1:47 PM, "Mikkel Bang" wrote: > Hey Alex! > > Thank you for responding. > > Yeah - not knowing much about how y'all do it around here - I'm just asking > whether the new Apache Flex contains any improvements in the Charts part > compared to Adobe Flex. > Apache Flex is still in i

Re: [OT] 360 Flex Denver 2012 - Apache Flex Discovery Room

2012-03-15 Thread Alex Harui
On 3/15/12 2:14 AM, "Tomasz Maciąg | Fuse Collective" wrote: > Do you mean something like [1]? Yes, simple buttons like that. > Initially we (Fuse Collective) were planning to design those and bunch > of other stuff but we were having hard time to put this on our schedule... > Anyway, if som

Re: Status of Flex Charts?

2012-03-15 Thread Mikkel Bang
Hey Alex! Thank you for responding. Yeah - not knowing much about how y'all do it around here - I'm just asking whether the new Apache Flex contains any improvements in the Charts part compared to Adobe Flex. Thanks again! Mikkel 2012/3/15 Alex Harui > > On 3/15/12 11:15 AM, "Mikkel Bang" w

Re: Status of Flex Charts?

2012-03-15 Thread Alex Harui
On 3/15/12 11:15 AM, "Mikkel Bang" wrote: > Hello David! > > Ain't that group for older versions of Flex though (when it belonged to > Adobe)? > Questions about software released by Adobe (Adobe Flex 4.6 and earlier) should be asked on the Adobe forums. This list is for development of follow-

RE: [OT] 360 Flex Denver 2012 - Apache Flex Discovery Room

2012-03-15 Thread Guthmann, Scott
> 3. Are there any ideas you might have on how to make the Apache Flex > Discovery Room a success? Yes, Nominate the Apache Flex MVP! 1) On3 is donating (2) full-conference passes (US $599 value) to the top two nominated individuals* that are providing the greatest benefit to the Apache Flex

Re: [OT] 360 Flex Denver 2012 - Apache Flex Discovery Room

2012-03-15 Thread Jun Heider
On Mar 14, 2012, at 5:05 PM, Alex Harui wrote: > > On 3/14/12 3:58 PM, "j...@realeyes.com" wrote: >> >> 3. Are there any ideas you might have on how to make the Apache Flex >> Discovery Room a success? > I was about to ask Wilker about a "Meet the Apache Flex Team" time slot. I > think there

Re: Apache Flex namespace and build script changes

2012-03-15 Thread Justin Mclean
Hi, > Have you tried looking inside the swc with a zip tool, like 7zip? > Should contain (at a minimum): > xyz.swf > catalog.xml Contains those and the resource files. > docs But is missing this so that's probably the issue. Your help is appreciated. Thanks, Justin

Re: Apache Flex namespace and build script changes

2012-03-15 Thread Peter Ginneberge
"tempdita" is what asdoc tool creates when using keep-xml="true" skip-xsl="true" "docs" is where FlashBuilder looks for the documentation within a swc. Have you tried looking inside the swc with a zip tool, like 7zip? Should contain (at a minimum): xyz.swf catalog.xml docs The docs directory (in

Re: Flex and names spaces in MXML

2012-03-15 Thread Left Right
Om: not quite. There is one implied default namespace for any XML document, it's something with w3c in the URI, it's the namespace where 'lang' attribute goes for example. So, what I was saying in my first response is that Flex could've had added one default namespace too, for example for built-in

Re: Apache Flex namespace and build script changes

2012-03-15 Thread Justin Mclean
Hi, > You doing this? > http://gauravj.com/blog/2010/01/creating-swc-files-with-asdoc-comments/ Basically yes. It's the xxx_rb.swc that is "fat" so I'm not sure how FB works out that it needs to look into it for classes contained in xxx.swc. The contents of the temp directory look fine and t

Re: [OT] 360 Flex Denver 2012 - Apache Flex Discovery Room

2012-03-15 Thread Tomasz Maciąg | Fuse Collective
W dniu 2012-03-15 05:13, Alex Harui pisze: On 3/14/12 8:16 PM, "Om" wrote: Would this work? http://www.vistaprint.com/name-tag-stickers.aspx?txi=212&xnid=VisitorHomePage2 12_202_131&xnav=TeaserItem That looks more like name badges. I was thinking of a round button with just the logo and t

Re: Apache Flex namespace and build script changes

2012-03-15 Thread Tink
On 14 Mar 2012, at 23:15, Justin Mclean wrote: Hi, Unfortunately we haven't donated the asdoc directory yet That's OK I can use the directory from the OS Adobe SDK. Thanks for the help. I've managed to generate a "fat" rb swc. However the help still doesn't show in FB. Unless I doing d