Re: [MENTOR] source package questions

2012-05-30 Thread Alex Harui
On 5/30/12 11:47 PM, "olegsivo...@gmail.com" wrote: > Alex, is the FLA File that you mention the one that has icons for > components / default image icon etc? I mean, it doesn't have any code, > right? If so, maybe we could redo it using SWFMill or similar? I kind of > suspected before this ma

Re: [MENTOR] source package questions

2012-05-30 Thread Left Right
Alex, is the FLA File that you mention the one that has icons for components / default image icon etc? I mean, it doesn't have any code, right? If so, maybe we could redo it using SWFMill or similar? I kind of suspected before this may be a problem. Or, if not SWFMill, we could then have it as a SW

Re: [MENTOR] source package questions

2012-05-30 Thread Carol Frampton
On 5/30/12 6 :19PM, "Greg Reddin" wrote: >On Wed, May 30, 2012 at 4:53 PM, Carol Frampton >wrote: >> Does this mean that we can include the apache jars that we use in our >>source package? How about in our binary package? > >My preference would be that these files are downloaded as part of th

Re: [MENTOR] source package questions

2012-05-30 Thread Alex Harui
On 5/30/12 3:32 PM, "Om" wrote: >> >> 3. If you have a .fla file which is a source file for Adobe Flash >> Professional does that mean we have to require Adobe Flash Professional as >> a prerequisite build tool? We have other similar situations which involve >> different apps/tools to produ

Re: [MENTOR] source package questions

2012-05-30 Thread Om
> > 3. If you have a .fla file which is a source file for Adobe Flash > Professional does that mean we have to require Adobe Flash Professional as > a prerequisite build tool? We have other similar situations which involve > different apps/tools to produce different assets. > > Is Flash Pro requi

Re: [MENTOR] source package questions

2012-05-30 Thread Greg Reddin
On Wed, May 30, 2012 at 4:53 PM, Carol Frampton wrote: > Does this mean that we can include the apache jars that we use in our source > package?  How about in our binary package? My preference would be that these files are downloaded as part of the build process. Looking at the list, I'm not sur

[MENTORS] Binary Files

2012-05-30 Thread Alex Harui
Hi Mentors, Carol and I are trying to make sense of the rules for binary files at Apache. It is my current understanding that there are slightly different rules for what can go in SVN vs in a release. My current understanding is that we can keep binary files in SVN. You can have a “deps” fol

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Om
> > The graphic produced by Tomasz doesn't have spokes though, it was made up > of circles. Not sure how close you need to match it. > I meant that if i use BusyIndicator, then Tomasz does not have to create an asset for that. The internals might be different, but the end result would look close

[MENTOR] source package questions

2012-05-30 Thread Carol Frampton
Mentors, As we attempt to lock down and actually arrive at a realistic release candidate we keep bumping into the "what is source" since we all know that the official Apache release for a product consists of only source code. From: http://www.apache.org/dev/release.html The Apache Software Fou

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Justin Mclean
Hi, > BusyIndicator lives in mobilecomponents.swc. JFYI One the the patches I applied (to the patches branch) was to move this out of mobile components. Thanks, Justin

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Tink
On 30 May 2012, at 22:22, Om wrote: spark.components.BusyIndicator does exactly what you are describing. In fact, it draws the spokes in code as well. So no need for a graphic. Justin has pushed a change into the patch branch that moves the component out of mobilecomponents.swc and put i

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Om
spark.components.BusyIndicator does exactly what you are describing. In fact, it draws the spokes in code as well. So no need for a graphic. Justin has pushed a change into the patch branch that moves the component out of mobilecomponents.swc and put into spark.swc. For now, I can add a dependen

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Tomasz Maciąg | Fuse Collective
I agree there shouldn't be dependency on Flash IDE. Basically I wanted to do it in Flash Pro so you could export most of assets as FXG and this wasn't possible from Photoshop. With the spinner I wanted to do similar thing. Simple object that could be exported as FXG and rotated with AS3. It shou

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Om
On Wed, May 30, 2012 at 12:07 PM, Tink wrote: > > >> > >> Can't we just use a BusyIndicator for the busy (progress) indicator? > >> > > > > BusyIndicator lives in mobilecomponents.swc. I want to avoid adding the > > whole swc as a dependency just for using the BusyIndicator component. > > Cant w

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Tink
>> >> Can't we just use a BusyIndicator for the busy (progress) indicator? >> > > BusyIndicator lives in mobilecomponents.swc. I want to avoid adding the > whole swc as a dependency just for using the BusyIndicator component. Cant we just roll out a custom little spinner that rotates some FXG

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Tomasz Maciąg | Fuse Collective
Somehow I've missed that in PSD... I'll get back on it tomorrow. W dniu 2012-05-30 18:05, OmPrakash Muppirala pisze: Tomasz, There is an animated 'progress indicator' that goes inside the small square right? A swf would be perfect for that. -- Tomasz Maciąg t: +48 515 615 881 e: t.mac...@fu

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Om
> > Can't we just use a BusyIndicator for the busy (progress) indicator? > BusyIndicator lives in mobilecomponents.swc. I want to avoid adding the whole swc as a dependency just for using the BusyIndicator component. In fact, we discussed this issue on this list as well: http://markmail.org/thre

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Tink
Can't we just use a BusyIndicator for the busy (progress) indicator? Tomasz can you please save out the FLA you used to create the SWF as CS4 and upload it. I can then take a look at exporting FXG from it. We should then be able to remove the need for any SWF's. On 30 May 2012, at 17:05, OmPrak

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread OmPrakash Muppirala
Tomasz, There is an animated 'progress indicator' that goes inside the small square right? A swf would be perfect for that. Carol, are .fla files considered source? If yes, can we simply check that in along with the .fxg and .swf files? I also plan to remove all the string literals in the app

Re: [jira] [Updated] (FLEX-61) AIR version of makeApacheFlexForFlashBuilder for Windows

2012-05-30 Thread Roland Zwaga
> > Here is how it looks: http://clients.fusecollective.** > com/flex/makebuilder_ui_**assets.html I think it looks positively pretty ;)

Re: [jira] [Updated] (FLEX-61) AIR version of makeApacheFlexForFlashBuilder for Windows

2012-05-30 Thread Tomasz Maciąg | Fuse Collective
Here is how it looks: http://clients.fusecollective.com/flex/makebuilder_ui_assets.html -- Tomasz Maciąg Fuse Collective www.fusecollective.com

[jira] [Updated] (FLEX-61) AIR version of makeApacheFlexForFlashBuilder for Windows

2012-05-30 Thread Tomasz Maciag (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomasz Maciag updated FLEX-61: -- Attachment: bg_logo.png makebuilder_ui_assets_cs4.fla Assets are recreated in Flash. I've

Re: Preliminary release candidate of Apache Flex 4.8.0 (for developers only)

2012-05-30 Thread Carol Frampton
Kits refreshed with PLAYERGLOBAL_HOME change - current is rev 1344273 http://people.apache.org/~cframpton/ApacheFlexRC/current/

what PLAYERGLOBAL_HOME points to has changed as of rev 1344272

2012-05-30 Thread Carol Frampton
URL: http://svn.apache.org/viewvc?rev=1344272&view=rev Log: Change the directory structure of what PLAYERGLOBAL_HOME points to so that -target-player works correctly again. PLAYERGLOBAL_HOME should contain the subdirectory 11.1 which contains playerglobal.swc. In other words, the path to player

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Tomasz Maciąg | Fuse Collective
I've checked and green install with 50% alpha at disabled looks fine. W dniu 2012-05-30 15:07, Tink pisze: I've always stuck with 50% alpha for disabled, as the Spark theme does. This in my mind works as the colour is washed out showing the bg through it. Im not sure a bright orange button woul

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Tink
On 30 May 2012, at 13:44, Tink wrote: > > On 30 May 2012, at 13:33, Tomasz Maciąg | Fuse Collective wrote: > >> W dniu 2012-05-30 13:18, Tink pisze: >>> On another note, does anyone else think that having the install button red >>> is a little weird. Red to me indicates a warning, >> I think

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Tomasz Maciąg | Fuse Collective
It has Apache License Version 2 so we're fine. W dniu 2012-05-30 14:21, Carol Frampton pisze: If the font doesn't have a Category A or B license listed here we can't use it: http://www.apache.org/legal/3party.html#labeling-reciprocity Alex has been using the Google Open fonts for mustella sinc

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Justin Mclean
Hi, > Or green? Green been 'proceed, move forward, continue, go, ready' to me. > Orange means 'caution, wait'. Orange (and/or disabled) until a valid directory is selected then green? Currently the button is disable until you select a directory. Thanks, Justin

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Tink
On 30 May 2012, at 13:33, Tomasz Maciąg | Fuse Collective wrote: > W dniu 2012-05-30 13:18, Tink pisze: >> On another note, does anyone else think that having the install button red >> is a little weird. Red to me indicates a warning, > I think you're right. I'll change that (to orange maybe...

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Tomasz Maciąg | Fuse Collective
W dniu 2012-05-30 13:18, Tink pisze: On another note, does anyone else think that having the install button red is a little weird. Red to me indicates a warning, I think you're right. I'll change that (to orange maybe...)

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Carol Frampton
On 5/30/12 5 :06AM, "Tomasz Maciąg | Fuse Collective" wrote: >I can only export all assets as png files (button states as separate >files). The font we used is Open Sans. It can be downloaded form >http://www.fontsquirrel.com/fonts/open-sans. If the font doesn't have a Category A or B license

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Carol Frampton
On 5/30/12 6 :38AM, "Tomasz Maciąg | Fuse Collective" wrote: >I think I have different and maybe quicker solution (since I'm more used >to flash pro workflow) >I've looked inside PSD file and it should be straightforward for me to >recreate all assets in Flash Pro and give you FLA/swf file (you

Memorial Doug

2012-05-30 Thread Christophe Herreman
> ASF members can edit and publish those pages (and maybe committers can > even edit, not sure). > Best might be for the Flex team to prepare a statement, I can put that > up there when that's ready, in the name of the Flex team. Hi all, can someone from the list who was close to Doug compose a

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Tink
On 30 May 2012, at 11:38, Tomasz Maciąg | Fuse Collective wrote: > I think I have different and maybe quicker solution (since I'm more used to > flash pro workflow) > I've looked inside PSD file and it should be straightforward for me to > recreate all assets in Flash Pro and give you FLA/swf f

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Justin Mclean
Hi, > I've looked inside PSD file and it should be straightforward for me to > recreate all assets in Flash Pro and give you FLA/swf file (you can link > elements as desired and use it as library). Should be able to use that without too much hassle. Logo and background as png would be best. >

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Tomasz Maciąg | Fuse Collective
I think I have different and maybe quicker solution (since I'm more used to flash pro workflow) I've looked inside PSD file and it should be straightforward for me to recreate all assets in Flash Pro and give you FLA/swf file (you can link elements as desired and use it as library). All of eleme

Re: RIP Doug Arthur

2012-05-30 Thread Justin Mclean
Hi, Such sad news. I was only speaking to him the other week (via email). > Maybe it's a stupid idea, but how about giving the next release (after the > parity one) the codename "Dougart" (his twitter handle)? +1 and not a stupid (IMO) idea at all. Justin

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Justin Mclean
Hi, Looks great - and a vast improvement on what I did :-) Put up the PDF and I'll give it a go at cutting it up and turning it into Flex assets when I get a chance. Thanks, Justin

Re: Apache SDK to Flash Builder - anyone what to help out with design?

2012-05-30 Thread Tomasz Maciąg | Fuse Collective
I tried to see if I could export FXG from PS but it seems not to be possible. I also tried to import it to Illustrator but I didn't get far. Illustrator seems to have problem with extracting properly all layers and if it does they are images not vectors. Maybe someone can help with that? I can

Re: RIP Doug Arthur

2012-05-30 Thread Bertrand Delacretaz
On Wed, May 30, 2012 at 9:40 AM, Christophe Herreman wrote: > ...There is also a memorials page on the ASF website. Who do we contact to get > a page for Doug up there?  http://www.apache.org/memorials/ ... ASF members can edit and publish those pages (and maybe committers can even edit, not sur

Re: RIP Doug Arthur

2012-05-30 Thread Christophe Herreman
That would be a nice tribute. +1 There is also a memorials page on the ASF website. Who do we contact to get a page for Doug up there? http://www.apache.org/memorials/ 2012/5/30 Roland Zwaga > > > > Much appreciated idea Dimitri. A tribute to him and an encouraging step > for > > community. >

Re: RIP Doug Arthur

2012-05-30 Thread Roland Zwaga
> > Much appreciated idea Dimitri. A tribute to him and an encouraging step for > community. > > > > A really sad news indeed, and a deep loss for this project. > > Maybe it's a stupid idea, but how about giving the next release (after > the > > parity one) the codename "Dougart" (his twitter handl