Re: [Wiki] Decisions so far

2012-02-29 Thread Jun Heider
On Feb 29, 2012, at 7:25 PM, Rafael Santos wrote: > I have created a first version for a page about the descions made so far on > Apache Flex > https://cwiki.apache.org/confluence/display/FLEX/Decisions+so+far I may be missing some ML posts due to the traffic and being busy but from reading you

[jira] [Issue Comment Edited] (FLEX-20) The Max value restriction in Spark NumericStepper doesn't work properly

2012-02-29 Thread Pierangelo Mancusi (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219584#comment-13219584 ] Pierangelo Mancusi edited comment on FLEX-20 at 3/1/12 7:16 AM: ---

Re: mx PostCode validator class

2012-02-29 Thread Justin Mclean
Hi, > I'm thinking (without having looked, mind you), that a Format specified by > a developer should override the default Format (Mask?) for > a developer-specific Country-Code. Certainly an idea worth looking into. I've not checked but CLDR[1] may contain this information. Justin 1.http://c

Re: Future of Flex talk with Chicago Flex User Group

2012-02-29 Thread manish sharma
HI, I also want the recorded video as the different time zones, I was unable to see that video. Can you please Share it. Thanks & Regards* **?* *MANISH SHARMA* On Thu, Mar 1, 2012 at 9:36 AM, Rafael Santos wrote: > Sadly I lost the start of the talk... How can I access the recorded video? >

Re: mx PostCode validator class

2012-02-29 Thread David Francis Buhler
I'll give it a look when I get back from vacation. I'm thinking (without having looked, mind you), that a Format specified by a developer should override the default Format (Mask?) for a developer-specific Country-Code. I picture the developer who implements such a validator will often tie the c

Re: mx PostCode validator class

2012-02-29 Thread Justin Mclean
Hi, > That's cool! Thanks! > For a Postal Code validator, I believe you'll need a thorough suite of > tests to validate (pun!) that the class works for the wide variety of > Postal Formats. There a fair representative set of tests so far (look at PostCodeValidatorTests.as) but extra tests are e

Re: mx PostCode validator class

2012-02-29 Thread David Francis Buhler
That's cool! For a Postal Code validator, I believe you'll need a thorough suite of tests to validate (pun!) that the class works for the wide variety of Postal Formats. Is there an ISO-Standard for Postal Codes? Or perhaps an agreed upon standard for Formats for each country-code? On Wed, Feb 2

Re: referencing JIRA issues in code

2012-02-29 Thread Rafael Santos
Another interesting link related to SVN pre-commit to hook to JIRA https://studio.plugins.atlassian.com/wiki/display/SVN/Subversion+JIRA+plugin Rafael Santos - Specta On Thu, Mar 1, 2012 at 01:16, Rafael Santos wrote: > Isnt it possible to relate SVN and JIRA in the commit comment? > > That is

Re: referencing JIRA issues in code

2012-02-29 Thread Rafael Santos
Isnt it possible to relate SVN and JIRA in the commit comment? That is very usefull for backtracking Maybe use pre-commit scripts that forbid svn commits that don't refer to a JIRA issue... https://studio.plugins.atlassian.com/wiki/display/CMMT/JIRA+Commit+Acceptance Rafael Santos - Specta

[jira] [Created] (FLEX-26) Edit versionCode in manifest

2012-02-29 Thread Akhil Dhanuka (Created) (JIRA)
Edit versionCode in manifest Key: FLEX-26 URL: https://issues.apache.org/jira/browse/FLEX-26 Project: Apache Flex Issue Type: Bug Environment: Flex 4.6 sdk export release build Reporter: Akh

Re: Future of Flex talk with Chicago Flex User Group

2012-02-29 Thread Rafael Santos
Sadly I lost the start of the talk... How can I access the recorded video? Rafael Santos - Specta On Wed, Feb 29, 2012 at 22:32, grimmwerks wrote: > Peeked in before putting the kids to bed; would love to watch the > recording later. > > On Feb 29, 2012, at 11:54 AM, JP Bader wrote: > > > htt

Re: Missing Spark components

2012-02-29 Thread Justin Mclean
Hi, > mx:Spacer s:Rect can be used as a spacer. s:Spacer would be an easy class to write :-) #hint Justin

Re: Missing Spark components (was: Re: svn commit: r1295396 - in /incubator/flex/whiteboard/jmclean/validators: ./ src/ src/mx/ src/mx/core/ src/mx/core/Version.as src/mx/validators/ src/mx/validators

2012-02-29 Thread Rafael Santos
On Thu, Mar 1, 2012 at 00:31, Omar Gonzalez wrote: > On Wed, Feb 29, 2012 at 7:20 PM, Rafael Santos < > rsan...@spectacompany.com.br > > wrote: > > > As long as I can remember Spark does not cover every component that exist > > on mx. Many components were left behind (ViewStack, Accordion, LinkBut

Missing Spark components (was: Re: svn commit: r1295396 - in /incubator/flex/whiteboard/jmclean/validators: ./ src/ src/mx/ src/mx/core/ src/mx/core/Version.as src/mx/validators/ src/mx/validators/Pos

2012-02-29 Thread Omar Gonzalez
On Wed, Feb 29, 2012 at 7:20 PM, Rafael Santos wrote: > As long as I can remember Spark does not cover every component that exist > on mx. Many components were left behind (ViewStack, Accordion, LinkButton > and many others). > > Rafael Santos - Specta > True, I've just been using Spark componen

Re: [Wiki] Decisions so far

2012-02-29 Thread Omar Gonzalez
> > Re versioning I thought (but could be mistaken) we we going for 4.8 as the > > initial release as Adobe may come out with some security patches etc. > > > > *Done.* I added some notes about these reserved version numbers to the wiki page for the sake of clarity. https://cwiki.apache.org/conf

Re: svn commit: r1295396 - in /incubator/flex/whiteboard/jmclean/validators: ./ src/ src/mx/ src/mx/core/ src/mx/core/Version.as src/mx/validators/ src/mx/validators/PostCodeValidator.as src/tests/ sr

2012-02-29 Thread Rafael Santos
As long as I can remember Spark does not cover every component that exist on mx. Many components were left behind (ViewStack, Accordion, LinkButton and many others). Rafael Santos - Specta On Thu, Mar 1, 2012 at 00:17, Justin Mclean wrote: > Hi, > > > Out of curiosity, is there a reason you cho

Re: svn commit: r1295396 - in /incubator/flex/whiteboard/jmclean/validators: ./ src/ src/mx/ src/mx/core/ src/mx/core/Version.as src/mx/validators/ src/mx/validators/PostCodeValidator.as src/tests/ sr

2012-02-29 Thread Omar Gonzalez
On Wed, Feb 29, 2012 at 7:17 PM, Justin Mclean wrote: > Hi, > > > Out of curiosity, is there a reason you chose to make it an MX based > > Validator as opposed to a Spark validator? > > I find a lot of people still use mx components, there are still a fair > number of Flex 3.6 or Flex 4.x mixed mx

Re: [Wiki] Decisions so far

2012-02-29 Thread Rafael Santos
> > In regards to building with Ant I hate to bing this up (yet again) but > it's probably better to say that Ant is the current way of building the > project and people are welcome to submit other methods of building the SDK. > There's been no decision as such it's just that the donated code base

Re: svn commit: r1295396 - in /incubator/flex/whiteboard/jmclean/validators: ./ src/ src/mx/ src/mx/core/ src/mx/core/Version.as src/mx/validators/ src/mx/validators/PostCodeValidator.as src/tests/ sr

2012-02-29 Thread Justin Mclean
Hi, > Out of curiosity, is there a reason you chose to make it an MX based > Validator as opposed to a Spark validator? I find a lot of people still use mx components, there are still a fair number of Flex 3.6 or Flex 4.x mixed mx and spark applications about. There still nothing in Spark that'

Re: mx PostCode validator class

2012-02-29 Thread Omar Gonzalez
> > It supports either a single postcode format or an array of postcode > formats. Formats are defined as strings consisting of N,A,CC,- or space > where is N is a number, A is a letter, CC is country code (optional) and > "-" or space for formatting. eg "" is a 4 digit postcode. " AA" is >

Re: svn commit: r1295396 - in /incubator/flex/whiteboard/jmclean/validators: ./ src/ src/mx/ src/mx/core/ src/mx/core/Version.as src/mx/validators/ src/mx/validators/PostCodeValidator.as src/tests/ sr

2012-02-29 Thread Omar Gonzalez
Hi Justin, Out of curiosity, is there a reason you chose to make it an MX based Validator as opposed to a Spark validator? -- Omar Gonzalez s9tpep...@apache.org Apache Flex PPMC Member

mx PostCode validator class

2012-02-29 Thread Justin Mclean
Hi there, I've created a first pass at an mx style post code validator. It still needs some work. It can be found in my white board area here: http://svn.apache.org/viewvc/incubator/flex/whiteboard/jmclean/validators/ It supports either a single postcode format or an array of postcode formats.

Re: JIRA status

2012-02-29 Thread Greg Reddin
At this point I think it's just waiting for Tony to find the time to do it. Unfortunately infra gets ruffled if we bug them too much so it's probably best to just be patient. Sent from my mobile device. On Feb 29, 2012, at 8:35 PM, Omar Gonzalez wrote: > On Wed, Feb 29, 2012 at 6:30 PM, Just

Re: [Wiki] Decisions so far

2012-02-29 Thread Justin Mclean
Hi, That's a good start. In regards to building with Ant I hate to bing this up (yet again) but it's probably better to say that Ant is the current way of building the project and people are welcome to submit other methods of building the SDK. There's been no decision as such it's just that th

Re: [jira] [Commented] (FLEX-8) Make SDK build with Maven/Flexmojos and deploy release and snapshot artifacts to the Apache Maven repository

2012-02-29 Thread Omar Gonzalez
On Wed, Feb 29, 2012 at 2:39 PM, Om wrote: > The (lazy) decision was: > > 1) Keep Ant for now - because it just works. This is how Flex SDK is built > today. > 2) Maven, Gradle, Scon etc. support can be added by anyone interested. No > one is blocking those efforts. > 3) Once the other mechansi

Re: JIRA status

2012-02-29 Thread Omar Gonzalez
On Wed, Feb 29, 2012 at 6:30 PM, Justin Mclean wrote: > Hi, > > Can anyone provide an update on what the hold up with the JIRA import is? > Has the latest Adobe JIRA export tired to be imported? > > Thanks, > Justin > It looks like there hasn't been any movement on it since the 18th: https://iss

[jira] [Commented] (FLEX-20) The Max value restriction in Spark NumericStepper doesn't work properly

2012-02-29 Thread Robert Cesaric (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219743#comment-13219743 ] Robert Cesaric commented on FLEX-20: For what it's worth, this is how we patched it (alon

JIRA status

2012-02-29 Thread Justin Mclean
Hi, Can anyone provide an update on what the hold up with the JIRA import is? Has the latest Adobe JIRA export tired to be imported? Thanks, Justin

[Wiki] Decisions so far

2012-02-29 Thread Rafael Santos
I have created a first version for a page about the descions made so far on Apache Flex https://cwiki.apache.org/confluence/display/FLEX/Decisions+so+far I am still reading past emails so let me know if I am missing something. Rafael Santos - Specta

Re: Future of Flex talk with Chicago Flex User Group

2012-02-29 Thread grimmwerks
Peeked in before putting the kids to bed; would love to watch the recording later. On Feb 29, 2012, at 11:54 AM, JP Bader wrote: > http://experts.adobeconnect.com/cfug-adobe-spoons-apache/ > > We are starting at 6pm CST. We will first have a few minutes > discussing some iOS from Flex, and th

Re: Future of Flex talk with Chicago Flex User Group

2012-02-29 Thread Nicholas Kwiatkowski
Starting right now! -Nick On Wed, Feb 29, 2012 at 5:12 PM, Rafael Santos wrote: > Great, thanks... > > Rafael Santos - Specta > > > On Wed, Feb 29, 2012 at 13:54, JP Bader wrote: > > > http://experts.adobeconnect.com/cfug-adobe-spoons-apache/ > > > > We are starting at 6pm CST. We will first

Re: [jira] [Commented] (FLEX-8) Make SDK build with Maven/Flexmojos and deploy release and snapshot artifacts to the Apache Maven repository

2012-02-29 Thread Om
The (lazy) decision was: 1) Keep Ant for now - because it just works. This is how Flex SDK is built today. 2) Maven, Gradle, Scon etc. support can be added by anyone interested. No one is blocking those efforts. 3) Once the other mechansims work properly and all kinks have been ironed out, we ta

Re: [jira] [Commented] (FLEX-8) Make SDK build with Maven/Flexmojos and deploy release and snapshot artifacts to the Apache Maven repository

2012-02-29 Thread Greg Reddin
On Wed, Feb 29, 2012 at 3:58 PM, David Francis Buhler wrote: > We seem to be caught in a build-quagmire. > > Should we put the build-tool decision up to a vote, or will we wait to see > what people accomplish with the various build tools and then decide? The latter. There's nothing yet checked in

[jira] [Commented] (FLEX-20) The Max value restriction in Spark NumericStepper doesn't work properly

2012-02-29 Thread Pierangelo Mancusi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13219584#comment-13219584 ] Pierangelo Mancusi commented on FLEX-20: Hi John, fist of all, nice to meet you. let

Re: [jira] [Commented] (FLEX-8) Make SDK build with Maven/Flexmojos and deploy release and snapshot artifacts to the Apache Maven repository

2012-02-29 Thread David Francis Buhler
We seem to be caught in a build-quagmire. Should we put the build-tool decision up to a vote, or will we wait to see what people accomplish with the various build tools and then decide? On Wed, Feb 29, 2012 at 4:45 PM, Left Right wrote: > I'm sorry to be dragged again into this discussion. > >

Re: [INFRA] Wiki access for Rafael Santos was Suggestion: A place to keep everyone of the decisions made so far

2012-02-29 Thread Doug Arthur
On Wed, Feb 29, 2012 at 12:42 PM, Martin Heidegger wrote: > On 01/03/2012 04:19, Doug Arthur wrote: >> >> On the note of adding users to the wiki, I think it'd be a good idea >> to track those through Jira. Thoughts? > > My personal thought is to open the wiki to free use for registered users > (

Re: [jira] [Commented] (FLEX-8) Make SDK build with Maven/Flexmojos and deploy release and snapshot artifacts to the Apache Maven repository

2012-02-29 Thread Left Right
I'm sorry to be dragged again into this discussion. No, the man is the "judge", so far I could figure. In any case, the idea the comic was trying to convey was that if you measure by an inappropriate measurement tool, then the result will be random, or, as in that case, biased, because the tool w

Re: [jira] [Commented] (FLEX-8) Make SDK build with Maven/Flexmojos and deploy release and snapshot artifacts to the Apache Maven repository

2012-02-29 Thread David Francis Buhler
The man loses to the Monkey, no? On Wed, Feb 29, 2012 at 8:11 AM, Left Right wrote: > In the course of recent events happening in the US I remember seeing a > comic, which I cannot find now. It went something like this: a man sitting > in front of the group of animals, a turtle, an elephant, an

Re: [INFRA] Wiki access for Rafael Santos was Suggestion: A place to keep everyone of the decisions made so far

2012-02-29 Thread Martin Heidegger
On 01/03/2012 04:19, Doug Arthur wrote: On the note of adding users to the wiki, I think it'd be a good idea to track those through Jira. Thoughts? My personal thought is to open the wiki to free use for registered users (like other apache wikis do) - at least in the starting period. Current pro

Re: [INFRA] Wiki access for Rafael Santos was Suggestion: A place to keep everyone of the decisions made so far

2012-02-29 Thread Doug Arthur
On Wed, Feb 29, 2012 at 12:16 PM, Doug Arthur wrote: > On Wed, Feb 29, 2012 at 11:49 AM, Jun Heider wrote: >> >> On Feb 28, 2012, at 5:13 PM, Martin Heidegger wrote: >> >>> I am not sure who gives permission :) >>> >>> yours >>> Martin. >>> >>> On 29/02/2012 09:10, Rafael Santos wrote: It is

Re: [INFRA] Wiki access for Rafael Santos was Suggestion: A place to keep everyone of the decisions made so far

2012-02-29 Thread Doug Arthur
On Wed, Feb 29, 2012 at 11:49 AM, Jun Heider wrote: > > On Feb 28, 2012, at 5:13 PM, Martin Heidegger wrote: > >> I am not sure who gives permission :) >> >> yours >> Martin. >> >> On 29/02/2012 09:10, Rafael Santos wrote: >>> It is my own emailrsan...@spectacompany.com.br >>> >>> Rafael Santos -

Re: [INFRA] Wiki access for Rafael Santos was Suggestion: A place to keep everyone of the decisions made so far

2012-02-29 Thread Jun Heider
On Feb 28, 2012, at 5:13 PM, Martin Heidegger wrote: > I am not sure who gives permission :) > > yours > Martin. > > On 29/02/2012 09:10, Rafael Santos wrote: >> It is my own emailrsan...@spectacompany.com.br >> >> Rafael Santos - Specta >> >> >> On Tue, Feb 28, 2012 at 21:07, Martin Heidegg

Code Formatting - FlexFormatter for IntelliJ

2012-02-29 Thread Omar Gonzalez
So it turns out IntelliJ has a plugin that allows you to run an Eclipse Code Formatter within IntelliJ. I will try it later today after my morning meetings using a properties file from FlexFormatter. This would solve getting the settings from FlexFormatter to IntelliJ, we'd still have to evaluate h

Re: [RT] Google Summer of code

2012-02-29 Thread Maciek Sakrejda
> Sorry, I'm late to the conversation, but we actually have a committee > here at Apache that manages our GSOC relationship. It's the Apache > Community Development committee. The page is: > > http://community.apache.org/ > > and the mailing list is: > > d...@community.apache.org Nice. So I think

Re: Future of Flex talk with Chicago Flex User Group

2012-02-29 Thread Rafael Santos
Great, thanks... Rafael Santos - Specta On Wed, Feb 29, 2012 at 13:54, JP Bader wrote: > http://experts.adobeconnect.com/cfug-adobe-spoons-apache/ > > We are starting at 6pm CST. We will first have a few minutes > discussing some iOS from Flex, and then get into the meat of the > discussion.

Re: Future of Flex talk with Chicago Flex User Group

2012-02-29 Thread JP Bader
http://experts.adobeconnect.com/cfug-adobe-spoons-apache/ We are starting at 6pm CST. We will first have a few minutes discussing some iOS from Flex, and then get into the meat of the discussion. Thanks everyone! On Wed, Feb 29, 2012 at 10:31 AM, Abdul Sattar wrote: > Waiting for link. > >

Re: [RT] Google Summer of code

2012-02-29 Thread Greg Reddin
On Wed, Feb 29, 2012 at 9:57 AM, JP Bader wrote: > I have a friend in Google who is a server-side engineer.  She doesn't > know much about SOC, but if we have some questions, she'd be happy to > get some answers for us from higher ups.  Just let me know how I may > be of service :) Sorry, I'm lat

Re: Future of Flex talk with Chicago Flex User Group

2012-02-29 Thread JP Bader
We'll be streaming it via Adobe Connect. Link will go out sometime in the next few hours. Cheers, JP On Wed, Feb 29, 2012 at 2:15 AM, manish sharma wrote: > HI, > > I am in India, How can I watch this event? > > Thanks & Regards* **?* > *MANISH SHARMA* > > > > > On Wed, Feb 29, 2012 at 1:28 PM

Re: [RT] Google Summer of code

2012-02-29 Thread JP Bader
I have a friend in Google who is a server-side engineer. She doesn't know much about SOC, but if we have some questions, she'd be happy to get some answers for us from higher ups. Just let me know how I may be of service :) JP On Tue, Feb 28, 2012 at 5:37 PM, Martin Heidegger wrote: > Hi, > >

RE: Component creation workflow

2012-02-29 Thread Michael A. Labriola
>I find that approach a little bit too gun-slinger in the wild-west. If this >was just an application, I wouldn't see as much of a point for component >specification. >However, this is an SDK. More developers are interested in >our component specifications than just those who want to check ou

Re: Desktop, mobile...tv/bluray

2012-02-29 Thread andrei apostolache
Well, it might be an interesting component, but from my experience and the purpose of it, I always tried not to use it. The memory usage is enormous for what it suppose to do. But this is a different story, I was just trying to give some hints of new components that might improve the current SDK a

Re: Desktop, mobile...tv/bluray

2012-02-29 Thread Robert Cesaric
The mx:Repeater is a little bit different and an interesting one. If you look in UIComponent, there's some specific exceptions for handling Repeater. I think it's more along the lines of an earlier thread here discussing possibly providing conditionals and loops in markup. On Feb 29, 2012,

Re: Future of Flex talk with Chicago Flex User Group

2012-02-29 Thread Nicholas Kwiatkowski
JP, I can help setup the streaming tonight, assuming you have internet access :) -Nick On Tue, Feb 28, 2012 at 6:20 PM, JP Bader wrote: > We're meeting up tomorrow evening to talk with Christophe Coenraets > and Michael Labriola to discuss Flex, Spoon, Apache, Adobe, and you! > > If you're with

Re: referencing JIRA issues in code

2012-02-29 Thread Rui Silva
I agree with Carol. No bug numbers in code except where the solution is so complex or so awkward that it requires some background (possibly attachments and discussion thread from the JIRA issue. Rui Original Message > From: "Carol Frampton" > Sent: segunda-feira, 27 de Fevere

Re: [jira] [Commented] (FLEX-8) Make SDK build with Maven/Flexmojos and deploy release and snapshot artifacts to the Apache Maven repository

2012-02-29 Thread Left Right
In the course of recent events happening in the US I remember seeing a comic, which I cannot find now. It went something like this: a man sitting in front of the group of animals, a turtle, an elephant, an elk, a dog and a monkey. The punch line was something like: "I'm not wanting to take sides, t

Re: [jira] [Commented] (FLEX-8) Make SDK build with Maven/Flexmojos and deploy release and snapshot artifacts to the Apache Maven repository

2012-02-29 Thread Miguel Serrano
> > As of today, there is no good, in fact, no bearable support for building > Flex projects by using Maven. What there is, is an amateurish effort, > malfunctioning most of the time, something that implements only half of the > API available to the compiler. It is absolutely unusable for real-worl

Re: Which build tool to build the Apache Flex SDK(was: Ant vs. Maven vs. Gradle)

2012-02-29 Thread Bryan Hunt
On Tue, 28 Feb 2012 22:33:35 +0200, Left Right wrote: Non-text part: multipart/alternative > First of all, the text below is purely informational. If you are passionate > about the subject - save that for the time you have the time to read. This > is not an argument in favor of any particular tech

Re: [jira] [Commented] (FLEX-8) Make SDK build with Maven/Flexmojos and deploy release and snapshot artifacts to the Apache Maven repository

2012-02-29 Thread Carlos Rovira
Woot! 15 Votes for FLEX-8 issue (Make SDK build with Maven/Flexmojos and deploy release and snapshot artifacts to the Apache Maven repository) :D

Re: Desktop, mobile...tv/bluray

2012-02-29 Thread Tink
I have an Accordion and AccordionLayout in my whiteboard. I'll try and get my calender/date picker work added soon. Tink andrei apostolache wrote: >We can start migrating components from mx to spark. At work we already >built something close to an Accordion, or a simpler and easier to skin >Ca

Re: Desktop, mobile...tv/bluray

2012-02-29 Thread andrei apostolache
To have a tooltip on disable can be made by creating a custom button skin or an custom button, which is not that hard. I'm thinking of generic components, which you either use mx components and lose performance, or build your own spark component. One of the spark advantages was that couple of mx co

Re: Desktop, mobile...tv/bluray

2012-02-29 Thread manish sharma
Yup! I agreed that using mx with spark is not a good decision but there are some lack of functionality in spark components which is available in mx. i.e. in a simple spark button, you are not able to see tool-tip while it is disabled. so many developers has to use mx with spark due to these some l

Re: Desktop, mobile...tv/bluray

2012-02-29 Thread andrei apostolache
We can start migrating components from mx to spark. At work we already built something close to an Accordion, or a simpler and easier to skin Calendar, suitable for mobile devices. Anyone knows that using mx with spark is not a good decision. On Wed, Feb 29, 2012 at 8:08 AM, Ariel Jakobovits wrot

Re: Future of Flex talk with Chicago Flex User Group

2012-02-29 Thread manish sharma
HI, I am in India, How can I watch this event? Thanks & Regards* **?* *MANISH SHARMA* On Wed, Feb 29, 2012 at 1:28 PM, Giorgio Natili wrote: > Hi, > > Can you stream it over connect? > > Giorgio > > On 2/28/12 7:20 PM, "JP Bader" wrote: > > >We're meeting up tomorrow evening to talk with Ch

Re: Desktop, mobile...tv/bluray

2012-02-29 Thread Ariel Jakobovits
Thanks for the support Martin but some compatriots to work with me is what I seek. Ariel Jakobovits ajako...@adobe.com 650-350-0282 On Feb 28, 2012, at 5:00 PM, Martin Heidegger wrote: > On 29/02/2012 09:36, Ariel Jakobovits wrote: >> We have a list of components for desktop, and an emerging