Requests/Votes re Printing, PDF, MARS (was RE: [flexcoders] Re: Flex Feedback for the Future)

2008-02-13 Thread David Mendels
Hi,

As someone pointed out, MARS is in a early state.

I think it would really help if folks really are precise about what problem 
they want to solve rather than how they want to solve it.  If the problem to 
solve is client-side PDF generation, there are multiple approaches we might 
take to that (and we have some stuff being worked on).  That might also solve 
the printing requests people have, but we might also solve some (all?) of those 
also through other approaches with the PrintJob API for example.

MARS support is interesting, but since MARS is so early, it might not be a good 
short or medium term route to solving either client side PDF creation or 
improved printing.  So, my request to this group is:  If you vote for MARS 
support, be precise about why and what your use case is. If what you really 
want is client side PDF creation and/or specific improvements to PrintJob, 
sumbit and vote for those directly, don't use the MARS ER as a proxy.  Make 
sense?

-David 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of João Fernandes
 Sent: Wednesday, February 13, 2008 9:04 AM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Re: Flex Feedback for the Future
 
 Mars is a XML representation of a PDF.
 Having a  MarsLoader component and an AS3 API to produce 
 those kind of documents, we would be able not only to 
 generate powerful reports but also able to view them within 
 our Flex applications.
 
 By voting to this ER , if it doesn't get implemented at least 
 we will know why since it seems that they are committed to 
 give an explanation ( 
 http://weblogs.macromedia.com/mchotin/archives/2008/02/flex_4_
sdk_feat.cfm )
 -- 
 
 João Fernandes
 
 http://www.onflexwithcf.org
 http://www.riapt.org
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
 


RE: [flexcoders] PDF rendering in Flex

2007-11-06 Thread David Mendels
Did you look at the Adobe Share APIs:
http://labs.adobe.com/wiki/index.php/Share:API .  You should be able to
upload a PDF and get a SWF preview back. 
 
-David




From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Paul Decoursey
Sent: Tuesday, November 06, 2007 2:37 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] PDF rendering in Flex



I think that is probably your best bet at this point.  It is
possible to read a PDF in flex, but rendering it is a bit tricky.  First
if it's compressed you'll have to unzip parts of it.  Once you have it
decoded you could execute the drawing commands on a UIComponent and
display the text roughly the same, but I'm not sure about images.  If
they are JPEG I suppose you could feed it to a SWFLoader, but if it's
Tiff, I don't think you can do that.  But if you know that the PDF is
not going to have images or just simple images and you keep them simple
then I think it could be possible to build the component to display it. 

Paul



On Nov 6, 2007, at 1:30 PM, Nick Collins wrote:


perhaps if you had a library on the backend that could
convert that PDF into a series of PNGs that you could then load into Ely
Greenfield's flexbook component?


On 11/6/07, frank_sommers [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]  wrote: 

Hi, 

I'm wondering if there is a way to render PDF
inside a Flex component. I'm familiar with AIR
and its ability to open PDF files using the
platform's Acrobat Reader plugin, but what I'm 
looking for is a more light-weight approach
where the PDF would be rendered by Flex itself. 

I've also been looking at AlivePDF, the new Flex
PDF library, but I didn't find a rendering 
component in that API. 

Thanks for any suggestions, 

-- Frank











 



RE: [flexcoders] Adobe MAX event

2007-10-03 Thread David Mendels
Hello,
 
Many blog postings about MAX aggregated here: http://snipurl.com/1rp0z
 
-David



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of arieljake
Sent: Tuesday, October 02, 2007 6:37 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Adobe MAX event



So, what happened at MAX? Anything really good?



 


RE: [flexcoders] Flex Goes Open Source

2007-04-26 Thread David Mendels
YES!
 
This is going to be part of Flex 3.  We are hard at work on Flex 3--code
named Moxie.  Expect a public beta this summer.  The change is that
for the SDK (which is free already), it will be open source, with a
public bugbase and the ability for folks outside Adobe to participate in
the process. 
 
Flex Builder 3 and Data Services remain commercial products.  No change
there.
 
We are doubling down on our investment and committment to Flex.
 
-David



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jim Grinsfelder
Sent: Thursday, April 26, 2007 6:31 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Goes Open Source



So, will Adobe still make/sell Flex 3?

 


RE: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-22 Thread David Mendels
Scott,
 
This is all FUD.  You contributed a lot to the Flex community for years,
but the below is just so off-base.
 
a) Flex 1.0 and 1.X did not crash and burn.  It was one of the most
successfull new product introductions in the history of the company. It
was a 1.X product, and it wasn't perfect, and in particular in advance
of the new VM the performance was not where any of us wanted it yet at
that time.  That said, it still was a massive advance, did very well,
and many people (not everyone) were very successfull with it.  As soon
as we had the performance issues nailed with the new VM, we broadened
the strategy with the free FlexSDK and FlexBuilder 2.  That was (IMO)
the right order of operations.  You mileage may vary, but Flex is taking
off beautifully.
 
b) Our strategy is clear.  The FlexSDK is free and can work with any
backend you choose--directly via XML, JSON, WebServices, or one of many
implementations of AMF.  
 
c) We are building an enterprise server product line as well.  It isn't
intended for everyone.  But it has tremendous value for use cases where
it it relevent and it is also very successfull.  It is clear you are not
interested in it yourself, which is fine.  Others are.  We--Adobe--will
continue to do our best to build great products and if we do people will
use them. If that is a conspiracy I don't get it. 
 
d) Many applications have documents/forms as inputs, outputs, artifacts.
Being able to integrate in a deep way with documents, using PDF (an ISO
standard) can be very valuable.  Some of the use cases I have seen
lately include health and benefits enrollment, tax submissions, mortgage
loan origination, insurance claims processing, corrospondence
management, field service management, new account opening, clinical
trial management, new drug submissions, grant applications, etc etc.  I
could go on, but the combination of Flex and LiveCycle (and PDF) enables
some very powerfull and seamless applications that create better
experiences, reduce costs, improve compliance, etc. I am not sure what
is controversial here for you--these apps exist whether they are of
interest to you or not.  If you aren't interested, so be it. There is no
tight coupling with Flex which is free.  There is not now nor has there
ever been a conspiracy. Whether many people or a few people are
interested in LiveCycle is not really an metric that matters to the
success of Flex and I am not sure what you are trying to prove.
 
I trust one day you will come back to the fold -;)  We'll keep working
on advancing Flex and Flash Player and Apollo in the meantime--no
conspiracies.
 
-David



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Scott Barnes
Sent: Sunday, April 22, 2007 6:44 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Will Microsoft's new Silverlight Player
Kill our beloved Flex ?



Paul: How many?
 
Seriously, throw the numbers on the table because I got to tell you,
both pre-Microsoft and post-Microsoft things haven't changed that
radically that DMS is more favoured then SAAS. SAAS is the new SOA
dream, and people want it because it's less red-tape to fight for a
capital expense claim against not only software but now hardware +
bodies to support the software that was bought. SAAS delegates that
problem to someone else to solve and so it means in theory less bodies
to support the infrastructure and more focus on supporting the users if
need be. 
 
Not saying DMS is dead by any stretch, i'm sure LiveCycle solves a
million and one points of interest in this space and it does look
compelling when you separate it away from FLEX for a bit. Yet, let's
take a step back and look at the bigger picture, how does FLEX
developers world-wide get any wins from having LiveCycle in the room,
and what percentage of them are in favour of LiveCycle development being
slotted in front of FLEX? 
 
2002 Paul, I've been waiting since 2002.. I waded through swapping and
changing of Flash Framework directions (V1 to V2) like the rest of some
of us on this list. I waited for Royale to hit the street only to watch
it crash and burn due to price tag issues (which we all said loud and
clear this bites! - listen to the customers is a tip). I watched CENTRAL
get thrown our way, and was glad we could use this concept and wondered
why it went away (EULA and again not consulting customers first was the
perception). I watched as FLEX 2.0 came back, but free only the whole
remoting piece dropped off the radar and came back as Flex Data
Services. Only Its hard to find someone whom will host this product
(why?) and secondly it doesn't support .NET and Java anymore? it's only
Java? (It's not as if Remoting + .NET has been a mystery, it was there
in the past and if the WebORB folks for example can make it happen?
surely Adobe could). 
 
It's 2007 and I'm seeing Apollo have PDF Integration (which raises an
eyebrow on whom this is really for - could be conspiracy theory 

RE: [flexcoders] LiveCycle Data Services PDF

2007-04-20 Thread David Mendels
Hi,
 
for (1), suggest the iFrame approach that many have used for integrating
with HTML. 
for (2), this surprises me and it doesn't sound right.  I'll defer to
others on that team to answer, but it is late on a Friday and not sure
if someone will see this before the weekend (the FDS team is largely on
Eastern Daylight Time).
 
-David



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Kevin
Sent: Friday, April 20, 2007 3:09 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] LiveCycle Data Services  PDF



I have been looking at the LCDS PDF creation capabilities and I have 
found that the PDF's created,

1) Cannot be previewed in the flex app, which means that the user has 
to deal with annoying popups etc...

2) Cannot be viewed in OSX Preview. Unfortunately, in my case, over 
50% of my end users are running OS X and thus do not have Reader 
installed AND furthermore expect to be able to open PDF's in 
Preview. Does anyone know of a server-side conversion to make the 
PDF's compatible with Preview. Is this something that we would have 
to purchase LiveCycle Forms to accomplish?

I love the integration of PDF in to Flex DS, I am just hoping that it 
can go further since right now it seems like there are still 
significant limitations. Has anyone else run into these problems and 
found workarounds?

- Kevin


 


RE: [flexcoders] FDS example

2007-04-12 Thread David Mendels
Start with the 30 minute test drive by Christophe
http://coenraets.org/blog/2007/01/flex-test-drive-server-for-java-devel
opers-tomcat-based/ :
 
http://coenraets.org/blog/2007/01/flex-test-drive-server-for-java-develo
pers-tomcat-based/
 
-David



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Robs
Sent: Thursday, April 12, 2007 8:05 AM
To: [EMAIL PROTECTED]
Subject: [flexcoders] FDS example



Hi all,
Does anyone have a good example of a FDS application with proper 
deployment instructions? I've just started with it  am finding some 
things a bit confusing.
PLease help !

Regards,
Robi.



 


RE: [flexcoders] 360Flex vs. Adobe MAX - which would you attend?

2007-04-11 Thread David Mendels
Hi Jeffry,
 
I could not be more biased of course, but yes, I am saying you are wrong
:)  Many others on this list have attended and could give their reviews,
but I think the MAX event is indeed meaty.  I've spent a ton of time at
these event (13 of them over 14 years) and the feedback from the
developers has been extremely good on the substance of the event.  Not
every session is a winner, but that is true of any conference.  There
are a lot of meaty sessions. 
 
-David



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jeffry Houser
Sent: Tuesday, April 10, 2007 9:03 AM
To: flexcoders@yahoogroups.com; flexcoders@yahoogroups.com
Subject: RE: [flexcoders] 360Flex vs. Adobe MAX - which would you
attend?



At 08:39 AM 4/10/2007, David Mendels wrote:



Hi,
 
MAX will go deep in the details on Flex (and Apollo!) too.  MAX
is big enough and there are enough sessions that you can spend the
entire three days going deep on Flex, and/or spend time in a mix of
sessions that also cover other core Adobe technologies.


 Good to hear.  Traditionally I've looked at the session list for Max
and decided it wasn't worth my time.  It always struck me as more
marketing and less meat.  Are you saying I'm wrong?  Or are you saying
this years will be different? 




--
Jeffry Houser, Software Developer, Writer, Songwriter, Recording
Engineer
AIM: Reboog711  | Phone: 1-203-379-0773
--
My Company:  http://www.dot-com-it.com http://www.dot-com-it.com/  
My Podcast:  http://www.theflexshow.com http://www.theflexshow.com/ 
My Blog:  http://www.jeffryhouser.com http://www.jeffryhouser.com/  
Connecticut Macromedia User Group:  http://www.ctmug.com
http://www.ctmug.com/ 


 


RE: [flexcoders] 360Flex vs. Adobe MAX - which would you attend?

2007-04-10 Thread David Mendels
Hi,
 
MAX will go deep in the details on Flex (and Apollo!) too.  MAX is big
enough and there are enough sessions that you can spend the entire three
days going deep on Flex, and/or spend time in a mix of sessions that
also cover other core Adobe technologies.
 
I think both events will be great.  
 
Flex360 is a community event, smaller, and more focused--the last one
had 400 people. There will be participants from the Flex and Apollo
teams, but not nearly as many.
 
MAX is Adobe's flagship event.  We expect about 3000 developers.  There
will be both beginning and advanced sessions on pretty much everything
from Adobe, Flex, Apollo, Flash, Creative Suite, ColdFusion, but there
are enough sessions that you can be very focused on just your area of
interest.  In my opinion, one of the most exciting things about MAX that
no other event in the world has, is the depth and breadth of
participation by the product team engineers--a large number of members
of the Flex team, the Apollo team, the Flash Player (etc etc)  team will
be at the event, both as speakers but more importantly just walking
around at the event, at the meals and party, and there are lots of
opportunities to get to know them, ask questions, make requests, etc. I
have been to every MAX (previously called UCON) for 15 years except one
(my 2nd child was born during MAX 4 years ago so I didn't attend). The
energy level, diversity, talent, creativity represented at the event is
phenomonal. I walk away every year incredibly inspired.  If you have any
chance to attend I would highly reccomend it.  If you can't (based on
timing, location, budget), Flex360 will also be excellent. 
 
-David
 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jeffry Houser
Sent: Monday, April 09, 2007 1:52 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] 360Flex vs. Adobe MAX - which would you
attend?




If you're looking for resources for learning Flex, go to 360Flex.
Max is an Adobe conference, and I suspect will have a ton of 
non-Flex content, plus will focus more on cool people using our 
product / product roadmap / company roadmap  without going deep into 
details.

At 01:04 PM 4/9/2007, ben.clinkinbeard wrote:

Hello, I will most likely be able to attend one conference this year,
and I am trying to determine which would be more beneficial. Due to
the locations, the costs for each would be comparable (I could drive
to MAX), so its really just a matter of which is better. I am mainly
looking learn more (and more in-depth) about Flex, so I am thinking
360 might be the way to go, but thought I would put it out there to
the list.

Anyone have a strong opinion either way?

Thanks,
Ben

--
Jeffry Houser, Software Developer, Writer, Songwriter, Recording
Engineer
AIM: Reboog711 | Phone: 1-203-379-0773
--
My Company: http://www.dot-com-it.com http://www.dot-com-it.com 
My Podcast: http://www.theflexshow.com http://www.theflexshow.com 
My Blog: http://www.jeffryhouser.com http://www.jeffryhouser.com 
Connecticut Macromedia User Group: http://www.ctmug.com
http://www.ctmug.com 



 


RE: [flexcoders] Zorn Package

2007-04-09 Thread David Mendels
Hello,
 
Zorn is an old code name we used prior to FlexBuilder 2.  
 
-David



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of lostinrecursion
Sent: Monday, April 09, 2007 4:42 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Zorn Package



Hi all,

After Googling and looking through some of the posts here, I am still
a little unclear on something. What is Zorn?

I notice since installing the Apollo Extensions for FB in Eclipse,
this package is now showing up in my importable list.

Thanks.
-Kenny



 


RE: [flexcoders] Re: Urgent call for Flex Portlet (Flex Taglibs) specialists (James Ward, help!)

2007-03-20 Thread David Mendels
On Adobe Labs, Starting today.  In beta.
-David



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of johan.wasserman
Sent: Tuesday, March 20, 2007 6:29 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Urgent call for Flex Portlet (Flex Taglibs)
specialists (James Ward, help!)



The 2.5 feature will be available (downloadable) where?

Thanks Ed.
And thanks to everyone working on this.

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, ed_solovey [EMAIL PROTECTED] 
wrote:

 There is a 2.5 feature that allows quick enabling of Flex 
applications
 as local portlets and as WSRP producer portlets. It is documented 
in
 Chapter 18 of the Beta 2 documentation. Here is the summary 
paragraph
 from the documentation,
 
 The portal feature lets you easily configure Flex client 
applications
 as local portlets on a portal server. It also lets you enable Flex
 client applications for consumption by a portlet consumer using 
portal
 servers that support WSRP.
 
 The 2.5 Beta 2 will be publicly available tomorrow evening. If you
 would like access before then, please send an email to Leslie Lewis,
 [EMAIL PROTECTED]
 
 Best,
 Ed
 
 --- In flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com , Matt Chotin mchotin@ wrote:
 
  your first email arrived 5 hours earlier than this in the middle 
of the
  night for most folks in north america, so give folks a little 
time :-)
  I'll see if anyone on the enterprise team knows anything.
  
  Matt
  
  
  
  From: flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com  
[mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
] On
  Behalf Of johan.wasserman
  Sent: Monday, March 19, 2007 7:21 AM
  To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com

  Subject: [flexcoders] Re: Urgent call for Flex Portlet (Flex 
Taglibs)
  specialists (James Ward, help!)
  
  
  
  Is there a point to posting questions and calls for assistance 
here?
  
  Where are all the really good guys out there that can actually 
solve 
  some challanging issues to get Flex used in more and more 
  applications?
  
  I really need assistance, what's going to happen next? Let my 
client 
  choose other technology or try to get this Flex thing to work? 
I'll 
  implement the solution, no matter what the technology, but I am 
proud 
  of Flex and would like to see it work, how about you?
  
  --- In flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com  mailto:flexcoders%
40yahoogroups.com
  , johan.wasserman 
  johan.wasserman@ wrote:
  
   I have tried and tried, fried my brain, and I am desperate.
   
   I firstly wrote a simple portlet and tried to present a flex 
page 
  on 
   JBoss portal, unsuccessfull because of the -
   java.lang.NullPointerException
   at flex.server.j2ee.cache.CacheKeyUtils.generateJspCacheKe 
   (CacheKeyUtils.java:68)
   
   OR
   generateSwfCacheKey(CacheKeyUtils.java:54) if I try to show the 
  mxml 
   file directly, without going through the taglib.
   
   - error.
   
   Then, with effort, learned how another portal server works, I 
   inastalled and configured Jetspeed 2, and after trying just 
about 
   every trick in the book, had to give up and realised the same -
   java.lang.NullPointerException
   at flex.server.j2ee.cache.CacheKeyUtils.generateJspCacheKey
   (CacheKeyUtils.java:68)
   
   - error haunting me.
   
   I have a simple, yet urgent requirement, I need to make Flex 
   applications available as portlets, on (prefferably) an Appache 
   opensource portal server.
   
   PLEASE will SOMEONE help me?!
   
   I'll send my JBoss and / or Jetspeed 2 installation, zipped, so 
you 
   can have the full config and everything I have done, I'll send 
the 
   MySQL databases for these portal servers, ANYTHING, just say 
what 
  you 
   need.
   
   The only common denominator is that both these portal servers 
are 
   based on Apache Tomcat
   
   PLEASE PLEASE ASSIST.
  
 




 


RE: [flexcoders] Re: Will there be a microsoft project like gantt chart in new versions of flex?

2007-03-18 Thread David Mendels
Hi,
 
(I am from Adobe). I'll try to fill in the holes below:
 
A) The charting components are not being outsourced.   :)
B) That said, I am sure third parties will make additional and more
varied and advanced charting components than what we ship.  That would
be complementary and excellent. 
C) We do not currently have plans to add a Gnantt chart component to the
next release of Flex Charting.  I do know of a third party we work with
closely that might have such a component later this year, and I am sure
that if and as soon as they can, they'll talk about it on this list,
solicit feedback etc.  I can't speak for them, but I am hopefull it will
meet the needs of this frequent request--they do great work and know
Gnatt charts well.  In addition to that, I know folks who have done
custom versions, and as Doug points out, anyone can keep going on the
path he proposed. Adobe by itself will never meet the needs of every
app; open source as well as commercial components are a critical part of
the overall ecosystem.
 
Hope this helps,
 
-David



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Nate Pearson
Sent: Sunday, March 18, 2007 5:53 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Will there be a microsoft project like gantt
chart in new versions of flex?



Sorry if i offended you Doug. I subscribe to your RSS feed and really
appreciate all your 
input to the community. 

I agree with you that if Adobe is going to make the component that I
should try to do it my 
self. I have actually been trying to do it and found out that it's not
an easy thing! 

That's why at Apollo Camp I went into the ask the experts room to see
what adobe's 
plans are for it. I have herd adobe employees elude to the possibility
of a future 
component and the scheduling component on adobe labs looks really
promising. 
Although it's a good learning exersize I didn't want to duplicate
effort.

Out of four employees none of them knew the answer(although they
answered all of my 
apollo questions!) I guess the next charting components are being
outsourced. They 
suggested that I clearly ask the question on flex coders and that
someone from adobe 
would have an answer.

So that's why I asked. If they don't have any plans I will continue to
try to build it myself. 

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, Doug McCune [EMAIL PROTECTED] wrote:

 Bah, vaporware!?! Yeah, ok, so you're right to think that I wasn't
planning
 on spending alot of time on that Gantt chart component, and I realize
that
 example is VERY basic and not even close to a complete gantt chart
 component, but making it into a better component is in the back of my
mind.
 And I do watch this list (and the blog posts and all that noise).
 
 I think Adobe's position is that they're not going to make a Gantt
chart (or
 whatever Component X you want) anytime soon, and that they'd like the
 community to really step up to make some of these components that
people
 want. There's no reason someone can't take the approach I took with my
 example and add all the functionality you want. I might do it piece by
piece
 as well, but it's not a top priority for me right now.
 
 So I think the better approach is to lay out what you want, just like
you
 did here, and ask people in the community to do it. Or even better,
take a
 stab at it yourself and ask people to help.
 
 Doug
 
 On 3/17/07, Nate Pearson [EMAIL PROTECTED] wrote:
 
  Sort of, but his example, although cool, is just vapor ware.
 
  I would imagine a full fledge Gantt component to have a time
lineline,
  an api to set startDate, endDate and percent complete. A way to save
  the state of a chart to use in base lining. A way to set relations
  between tasks like start/start or finish/start.
 
  For an even more advanced chart I would like to be able to extend it
  so that I could assign a resource to a task. I would like the gantt
  chart to have a grid connected to it to show the values of what the
  chart represents (i.e. start date, duration, resource).
 
  That's just a few features that I would like to see. I don't really
  think it would be that hard for adobe to make something like this.
 
  -Nate
 
  --- In flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com  flexcoders%40yahoogroups.com,
Andrew
  Muller andrew.muller@
  wrote:
  
   Nate
  
   You mean something like this:
  
  
 
 
http://dougmccune.com/blog/2007/02/01/building-a-gantt-chart-component-i
n-
http://dougmccune.com/blog/2007/02/01/building-a-gantt-chart-component-
in- 
flex/
  
   Andrew
  
  
   On 16 Mar 2007 22:08:00 -0700, Nate Pearson napearson99@ wrote:
   
   
   
   
   
   
I just asked some adobe people at Apollo Camp but they didn't
know.
They suggested that I explicitly ask the question on flex
coders.
   
So here it is.
   
Will there be any gantt chart type component in new versions of
flex?
Will the scheduler that 

RE: [flexcoders] Apollo and where do we start.

2007-03-07 Thread David Mendels
Hi,
 
You need to be patient for a bit more to get the Apollo early releases.
 
But for now, start by using Flex.  Everything in Flex will move to
Apollo seamlessly.
David



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of nboulet
Sent: Wednesday, March 07, 2007 8:23 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Apollo and where do we start.



Hi guys :)
I've been reading this mailing list since quite a bit and I have a
question. Where can I start with Apollo development? And, please,
don't send me to the Adobe Labs, there is no place to download the SDK
and no tutorials or infos. And yes, I ordered my Apollo Pocket Guide
on Amazon hehe!
Thanks.
Nicolas



 


RE: [flexcoders] DB access in Apollo

2007-03-05 Thread David Mendels
Hi,
 
Some version of this will happen.  The question is when.  It certainly
will not be in the first public developer betas of Apollo.  And I can't
guarantee when it will be in Apollo (later beta? 1.0? 1.X?), but we all
agree it should and will happen. 
 
:)
 
-David
Apollo



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Rich Tretola
Sent: Friday, March 02, 2007 9:03 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] DB access in Apollo



This is what I am hoping for.

Rich


On 3/2/07, Gordon Smith [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
wrote: 



The Apollo team is considering integrating a SQL database into
the Apollo runtime.
 
- Gordon



From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com http://yahoogroups.com ] On Behalf
Of Shannon Hicks
Sent: Friday, March 02, 2007 7:00 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] DB access in Apollo






Don't forget that Apollo will let us use our own installers...
There's no reason you couldn't install your own database in addition to
the Apollo application.



Shan



From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com http://yahoogroups.com ] On Behalf
Of Abdul Qabiz
Sent: Thursday, March 01, 2007 12:20 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] DB access in Apollo



I can imagine of doing that with Apollo. I would post soon .

On 3/1/07, Russell Sprague [EMAIL PROTECTED]
mailto:rsprague%40infusion-studios.com  wrote:
 I noticed a while back that there wasn't any kind of local
database
 access in Apollos feature list. Is this something that
will/has
 changed, or are the devs thinking this will be a community
 contribution? It seems to me that DB access is a big part of
desktop
 apps, I have built a couple using Flash, Zinc, and MySQL. It
would be a
 shame to not be able to use Apollo for some projects because
of this
 issue. Hopefully someone can tell me that I just missed it
when Adobe
 added this to the feature list.

 Russ
















-- 
Rich Tretola
mx:EverythingFlex/
http://www.EverythingFlex.com http://www.EverythingFlex.com  

 


RE: [flexcoders] Can I use Flash Library items in Flex, if so, how?

2007-03-04 Thread David Mendels
Hello,
 
BTW, we are looking to make this workflow much easier in the releases of
Flash Professional and FlexBuilder this year.
 
-David



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of greg h
Sent: Sunday, March 04, 2007 7:02 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Can I use Flash Library items in Flex, if so,
how?



Mark,

I have had success making calls to my AS3 SWFs  compiled in Flash using
the Flash Professional 9 ActionScript 3.0 Preview
http://labs.adobe.com/technologies/flash9as3preview/ .

The Flash Professional 9 ActionScript 3.0 Preview has been public for
over 8 months.  I say shame on Adobe for publishing nothing on how to
integrate Flash authored AS3 SWFs into Flex 2 apps.  Nothing.

But huge thanks to Jesse Warden.  If you have not already, please review
the following 2 posts by Jesse on the topic.  Note:  the first link
includes downloadable code.  It has been a few weeks since I was in
either Jesse or my code.  I do recall that in the first article Jesse
documented a few requirements that I had not seen elsewhere and likely
never would have guessed.

Flash 9 Button in Flex 2, August 27, 2006
http://www.jessewarden.com/archives/2006/08/flash_9_button.html
http://www.jessewarden.com/archives/2006/08/flash_9_button.html 

Integrating a Flash Interface into Flex 2, December 17, 2006
http://www.jessewarden.com/archives/2006/12/integrating_a_f.html
http://www.jessewarden.com/archives/2006/12/integrating_a_f.html 

If you are still unable to accomplish what you need to after reviewing
Jesse's posts, please post back and I will go into the code and see if I
can provide you a walkthrough.

Of course, please also post back if you do succeed in getting your Flash
authored AS3 SWFs working in Flex 2.

 hth,

 g


On 3/3/07, Mark [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
wrote: 

I'm trying to load a flash 9 SWF into Flex with some luck.  I
can
get it in there with SWFLoader but now how can I use something
from
the Flash Library... or can I?

I get this error when I run the code below ReferenceError:
Error 
#1065: Variable Radar is not defined.  But when I Dismiss All
then click the button in the app it will move the radar
movieClip
that sits on the Flash Stage.  I'm confused as to what this
error is. 

For the library item - If it was being done in Flash, I'd use
attachMovie () like:

var cPoint:MovieClip = circle.attachMovie(pointer, 'point' +
counter, 0 + counter, {_x:centerX + x, _y:centerY + y,
date:cDate}); 

which would place the item on the stage as many times as I need
it
depending on the number of nodes from my XML.  Is there a way to
do
this in Flex using my loaded SWF?

?xml version=1.0 encoding=utf-8? 
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml
http://www.adobe.com/2006/mxml 
layout=absolute creationComplete=init(event)
mx:Script
![CDATA[ 
import flash.events.*;
import flash.net.URLRequest;
import mx.controls.SWFLoader;
import mx.utils.ObjectUtil;
[Bindable]
private var loaded:Boolean = false;
private var swfContent:MovieClip;
private var myLoader:SWFLoader = new
SWFLoader();

private function init(e:Event):void{
myLoader.showBusyCursor = true;
myLoader.addEventListener
(Event.INIT,loadHandler);
this.addChild(myLoader);
myLoader.y = 25;
myLoader.x = 25;
myLoader.load(Flash/radarFlexNoScript.swf);
}
private function loadHandler(e:Event):void{
loaded = true;
swfContent = e.target.content;
}

private function setRadar ():void {
//swfContent.getChildByName('radar').x =
0;
swfContent.radar.y += 20;
//swfContent.addChild('myPoint');
}


]]
/mx:Script
mx:Button click=setRadar() label=Set Something / 
/mx:Application



 


scheduling API on Labs (was RE: [flexcoders] Ely's Quietlyscheming Calendar)

2007-02-04 Thread David Mendels
Hi,
 
I wanted to make clear because I think it wasn't clear enough on the
site itself (yet).  This code is open source and free for you to use.
Our own consulting team developed it and was able to donate it to the
community, but it isn't a formal product from Adobe and doesn't have a
team or a schedule.  We are really hoping others in the community will
jump into it, improve it, share their results.  I am sure that over time
the orginal folks from Adobe Consulting will probably add to it as well,
but you shouldn't be expecting a next verion or final release from
us--this will be a community effort and will go as fast as folks out in
the community contribute.
 
-David



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of maunger
Sent: Sunday, February 04, 2007 1:52 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Ely's Quietlyscheming Calendar



Hi y'all

I've been messing with Ely's Calendar and am learning lots... i posted a
note over on his blog 
comments wondering if anyone out there is actually using this and has
improved it in any 
way - but I'm sure there's a lot more traffic over here, so I thought
I'd ask here as well.

There's some great code in there and I'm learning a lot, but I also
think that if anyone out 
there is using it it would be great to share our lessons etc.

I'd also like to know if there's any rumors out there about Adobe's lab
project for the 
'scheduling API' - any ideas if it will be improved soon as well?

Thanks all
Mitch



 


[flexcoders] New release of Flex AJAX Bridge and first release of AJAX Data Services up on Labs...

2007-01-30 Thread David Mendels
Hi all, FYI,
 
David
 
-
Hi all,

Two new pre-release Flex libraries are going up on labs in the next
couple hours:

 Ajax Data Services library
http://labs.adobe.com/wiki/index.php/Ajax_Data_Services 

 Flex Ajax Bridge (FABridge) update
http://labs.adobe.com/wiki/index.php/Flex-Ajax_Bridge 

AJAX Data Services is a new JavaScript library that lets you access the
powerful messaging and data management capabilities of Flex Data
Services directly from JavaScript.  With this library, you can integrate
application clients built using Ajax technologies with the same back-end
data services used by Flex application clients. This means that data
from Flex applications can now be automatically synchronized with other
Ajax applications, ensuring that both users see the most current,
accurate information.

Significant updates have also been made to the Flex-Ajax Bridge
(FABridge), which, as you know, allows JavaScript-enabled components to
interoperate with Flex-enabled components embedded in the same web page.


Using both FABridge and the new Ajax Data Services library, you can now
leverage the full benefits of both the Flex programming model and Flex
Data Services, providing full interoperability with existing or new Ajax
applications.



RE: [flexcoders] Flex applications look like Fisher-Price toys

2007-01-28 Thread David Mendels
Hello,
 
Many screenshots of Flex applications here:
http://www.flickr.com/photos/flexapps/
 
Many of them look not at all like the out of the box look of Flex.
 
Regards,
David
Adobe
 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Shannon Hicks
Sent: Sunday, January 28, 2007 11:27 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex applications look like Fisher-Price toys



Flex 2 has unlimited design potential. You are not limited like you
think... If a component won't do what you want, you can always re-skin
it. Here's an example of a Flex site that looks pretty much nothing like
the standard skin:

http://www.thebetterside.com/scrawl/ScrawlExample3.html
http://www.thebetterside.com/scrawl/ScrawlExample3.html 

Shan

Paul Barbieux wrote: 

Hi;

I'm a developper but also a web designer.
And I'm a beginner with Flex...
But I am frustrated with the possibilities of design of Flex.
All Flex applications I saw have same look: great buttons and
input
fields, great gap between lines. Every elements are great: these
applications look like Fisher-price toys ! (you know ? Toys for
children)

Yes, the http://www.scalenine.com/ http://www.scalenine.com/
shows beautiful themes. But all
components have same size !

A have made a click-model for an application in HTML, and now I
must
write it with Flex: I loose 1/3 of my page because I can't
reduce gab
between lines, I can't reduce padding between the label and the
border
of the buttons, ... (oh yes I can reduce all elements: but
labels and
texts become trucanted !)

- Does a solution exist?
- Can someone show me a Flex site where there is a real work of
design?
- Can I expect improvements with Flex 3.0 ?

Thank's




 


RE: [flexcoders] Re: FABridge

2007-01-28 Thread David Mendels
Hi,
 
There is a release of the Flex AJAX bridge scheduled in the next week.
Check labs.adobe.com later this week.
 
Regards,
David
Adobe



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of john_69_11
Sent: Friday, January 26, 2007 11:54 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: FABridge



I was just wondering what the status for this next release was. If
there wont be anything soon and I could get a little bit of direction
of how to fix this problem I could do it myself, I've taken a look at
the javascript but I get lost very quickly.

Thanks,

-John

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, David Mendels [EMAIL PROTECTED] wrote:

 Hi,
 
 expect a new build on labs very soon (within a week it is expected,
but
 not guaranteed.)
 
 -David
 
 
 
 From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
[mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
] On
 Behalf Of john_69_11
 Sent: Tuesday, January 09, 2007 11:38 AM
 To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com 
 Subject: [flexcoders] FABridge
 
 
 
 Is anyone else out there using FABridge? I'm testing it out on Safari
 and getting js errors, has anyone else ran into this and possible
 solutions? The exception I get is:
 
 Value undefined (result of expression this.target.getRoot) is not
 object.
 FABridge.js, line 191
 
 If I could get any help at all with this I would really apprechiate
it.
 
 -John




 


RE: [flexcoders] Flex 3.0 - What happened to letting Flex 2 bed in?

2007-01-25 Thread David Mendels
 
Hi,

Let me correct some misimpressions in this thread:

A) We are not rushing out Flex 3.  The Flex 3 beta has not started and
is some time away.  Once we have a first public alpha or beta, it will
still be a logn while until we ship.  What you are seeing is not about
us rushing the product, it is about us becoming much more open about
what is coming down the road in the future.  We started this with Adobe
Labs (initially Macromedia Labs) but in this cycle in the next few
months you will see up open up more so folks can see the roadmap and
give us feedback.

B) Keep in mind, we released the first public alpha of Flash at Max in
October 2005.  We had a small private alpha underway for a few months
before that.  But we didn't ship Flex 2 until June 27 2006.  Just
because we are looking for testers and able to demo so features doesn't
mean we are about to ship.  It just means we want to give you a view of
the product before it is baked so you can give us feedback (and also for
your planning).  From when we had our first external testers to when we
shipped Flex 2 ws almost 12 months.  It may not be as long this time
because it is not such an major architectural change, but we are going
to let the product bake and stay focused on quality. 

C) Flex 2 was a major architectural release.  We changed the VM, the
language, the framework, and the tool in fundamental and non-compatible
ways.  Flex 3 will not be such a release.  We are now able to leverage
those years of work and build on it incrementally.  I think we can add a
ton of value in areas like productivity, designer developer workflow,
approachability, etc; but this release will not be a rewrite and will
not be something each of you needs to relearn and invest heavily to
migrate to.

D) A key point is that we are going to be targetting the Flash 9 Player
again.  It has been very succussfull, it has already underdone a
significant .oX release with any fixes, and we believe it is and will
continue to be rock solid when Flex 3 ships.  So we are not introducing
change for your end customers, or a new target platform for you to
consider fixing.

E) We did invest heavily in Flex 2.0.X and in polishing the 2.0
release.  We continue to do this and our team will release hot fixes
on occasion for critical issues.  Just because we are working on 3.0,
doesn't mean we don't also have people supporting and doing fixes when
needed on Flex 2

Hope this helps.  We really hope by being more open about what is coming
earlier we help you, not create all this stress in this thread :) Let me
know if this addresses all your concerns.

-David
Adobe


RE: [flexcoders] Flex 3.0 - What happened to letting Flex 2 bed in?

2007-01-25 Thread David Mendels
Hello,
 
No, we are not trying to sync the schedule of Flex 3 and CS3.  And the
ship of Flex 3 is a ways out.  We will of course have a public beta in
advance, but if you are at all serious about doing work with Flex it
would be crazy to wait--it is not around the corner.  
 
Please recall, from the first public Alpha at MAX 2005 it was 8 full
months till we shipped Flex 2.  We might go faster this time, but we
haven't even done a first public release.
 
Thanks,
David



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Merrill, Jason
Sent: Thursday, January 25, 2007 8:32 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex 3.0 - What happened to letting Flex 2 bed
in?



I am literally picking up my F2 box today. Knowing F3 Beta is 
about to start is a bit f'd up.

Any rumors/guesses as to when roughly we might see Flex 3? I'm getting
ready to buy Flexbuilder 2 in the next month, but wonder if I should
wait until the second quarter. Seems there are rumors Flash 9
IDE/Creative suite will be Q2 also - I wonder if Adobe is getting ready
to try and get Flex in synch with those product cycles - would love it
if they offered a Creative Suite that has Flex Builder 3, Flash 9,
Photoshop, Illustrator, Dreamweaver. 

Jason Merrill
Bank of America 
Learning  Organizational Effectiveness








 


RE: [flexcoders] Flowcharting/Drawing Components

2007-01-24 Thread David Mendels
Hi.
 
This isn't a component, Flex or AS3, but it is cool, Flash and a family
tree: www.geni.com
 
It would be very cool for someone to componentize and generalize this
kinds of controls for family trees, flow charting, diagramming, etc. 
 
-David



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Shannon Hicks
Sent: Wednesday, January 24, 2007 12:34 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flowcharting/Drawing Components



I would also be interested in such a component for building out family
trees.

Shan

Jim Zafrani wrote: 

Hello All, 

I am just getting started with Flex and was wondering whether or
not a 
component existed that would allow me to draw a flowchart on a
canvas 
or a tree-like diagram. Are there any such components/libraries
for 
flex out there? 

Thanks in advance,

Jim Zafrani




 


RE: [flexcoders] ActionScript Mozilla

2007-01-20 Thread David Mendels
Hi,
 
http://www.mozilla.org/projects/tamarin/faq.html
 
HTH,
David
 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of graysonpierce
Sent: Saturday, January 20, 2007 5:30 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] ActionScript  Mozilla



Hello,

I read somewhere that Adobe was donating the source for ActionScript
to the Mozilla Foundation. Would anyone care to comment on what this
will mean to Flex  Apollo in the future?

GP



 


RE: [flexcoders] Application without FDS?

2007-01-17 Thread David Mendels
Hello,
 
FDS is not required. Use the SDK and/or Flex Builder and go for it! 
 
Connect to your back end using just XML over HTTP.  This is a fine
approach for many use cases.
 
FDS offers additional value in a number of areas, in particular: 
* Remoting--simplifies programming model and higher performance
protocal for connecting to Java obects on server (performance benefit it
material for larger data sets, immaterial for trivial amounts of data.)
* Messaging--connect to JMS or other messaging service, push and
real time data to client
* Data Service--page data, synch data
More info on FDS available on www.adobe.com
 
HTH,
David
Adobe



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sanjaypmg
Sent: Thursday, January 18, 2007 12:39 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Application without FDS?



Hi,

I have a general question for all

Can I make application with FDS?

If yes, How can I call my java's remote object?

If No, Can you please tell me? Why cannt I make application in flex 
without FDS?

Thanks,
Sanjay Sharma



 


RE: [flexcoders] FABridge

2007-01-09 Thread David Mendels
Hi,
 
expect a new build on labs very soon (within a week it is expected, but
not guaranteed.)
 
-David



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of john_69_11
Sent: Tuesday, January 09, 2007 11:38 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FABridge



Is anyone else out there using FABridge? I'm testing it out on Safari
and getting js errors, has anyone else ran into this and possible
solutions? The exception I get is:

Value undefined (result of expression this.target.getRoot) is not
object.
FABridge.js, line 191

If I could get any help at all with this I would really apprechiate it.

-John



 


RE: [flexcoders] Re: and I thought Adobe was a professional company. Whats going on with the upgrade

2007-01-06 Thread David Mendels
Hello,
 
Have you tried the help system?  The new functionality is documented.
 
Regards
David



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
boy_trike
Sent: Saturday, January 06, 2007 8:24 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: and I thought Adobe was a professional company. Whats 
going on with the upgrade



And I stand PARTIALLY Corrected. Yes there is the bug list and the list of new 
features, 
but while the COMPILER options show the syntax and examples, the two big 
feature 
enhancements runtime stylesheet and modules both have a sentence without 
showing the 
syntax and / or examples. Where is one supposed to learn about them?

Bruce

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , João 
Fernandes [EMAIL PROTECTED] 
wrote:

 Fixed bugs?
 http://www.adobe.com/support/documentation/en/flex/2/ 
 http://www.adobe.com/support/documentation/en/flex/2/ 
releasenotes_flex2_fds.html#fixedbugs
 http://www.adobe.com/support/documentation/en/flex/2/ 
 http://www.adobe.com/support/documentation/en/flex/2/ 
releasenotes_flex201_sdk.html#fixedbugs
 
 what's new (like new properties and stuff like that)?
 http://www.adobe.com/support/documentation/en/flex/2/ 
 http://www.adobe.com/support/documentation/en/flex/2/ 
releasenotes_flex201_sdk.html#whatsnew
 http://www.adobe.com/support/documentation/en/flex/2/ 
 http://www.adobe.com/support/documentation/en/flex/2/ 
releasenotes_flex2_fds.html#whatsnew
 
 all at adobe website...and not at someones blog...
 
 João Fernandes
 
 On 06/01/07, boy_trike [EMAIL PROTECTED] wrote:
 
  Its great that there is an upgrade to 2.0.1 So where is the READ ME
  telling us about the
  changes. (oh yea, you can find a web page that tells you that there is
  something called
  modules and you can now change style sheets dynamically. but where are:
 
  1). The examples
  2). The new syntax changes
  3). The list of the 250 bugs that are fixed (or are we supposed to guess
  which ones they
  got?)
 
  We should NOT have to find out about these features on someones blog. This
  seems very
  amateurish to me.
 
 
  Bruce
 
  
 
 
 
 
 -- 
 
 João Fernandes




 


RE: [flexcoders] Re: Apollo

2007-01-05 Thread David Mendels
Actually, I don't think it is technically in beta yet.  There will be
a public beta later this year, but I don't have a date for you.
 
-David



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of devisbalsemin
Sent: Thursday, January 04, 2007 12:51 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Apollo



Ok thanks ... a lot
Devis

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, Gordon Smith [EMAIL PROTECTED] wrote:

 That's correct.
 
 - Gordon
 
 -Original Message-
 From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
[mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
] On
 Behalf Of Tom Chiverton
 Sent: Thursday, January 04, 2007 5:17 AM
 To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com 
 Subject: Re: [flexcoders] Apollo
 
 On Thursday 04 January 2007 11:20, devisbalsemin wrote:
  have you some Apollo beta news?
 
 Last I heard it was in closed beta. Under NDA.
 
 -- 
 Tom Chiverton
 Helping to heterogeneously scale industry-wide developments
 
 
 
 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 St James's Court Brown Street Manchester M2 2JF. 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 Law Society.
 
 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
 8008.
 
 For more information about Halliwells LLP visit www.halliwells.com.
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
http://www.mail-archive.com/flexcoders%40yahoogroups.com  
 Yahoo! Groups Links




 


RE: [flexcoders] NYC based FlexCoders?

2007-01-02 Thread David Mendels
Hi,
 
FYI Check out: http://www.nyflex.org/
 
-David
Adobe



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Kevin Merritt
Sent: Monday, January 01, 2007 11:40 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] NYC based FlexCoders?



I am wondering if there are any other New York City based Flex coders 
on this list? I would love to meet some other coders in the area. (I 
know tons of designers but not a lot of coders.)

Also, I have a couple looming deadlines on some RIA projects (using 
flex/cairngorm/php/mysql) that I could use some coding help with.

Email me off-list if you are interested.

Thanks,

Kevin
Brooklyn, NY



RE: [flexcoders] What Book? and Image Dragging

2007-01-02 Thread David Mendels
Hello,

The following I have heard great things about.  I'd also reccomend
bookmarking the Flex Cookbook:
http://www.adobe.com/cfusion/communityengine/index.cfm?event=homepagepr
oductId=2
 
http://tinyurl.com/yks7n5
 
http://tinyurl.com/ylf9mg
 
http://tinyurl.com/ycrqjv
 
-David
 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of applecoremilo
Sent: Monday, January 01, 2007 6:09 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] What Book? and Image Dragging



Hi,
I have two questions, the first is if anyone can recommend a good book
or learning source. I've gone through a majority of the getting
started examples and also have lynda.com essential training and beyond
basics - i didn't find the videos that helpful. I'm a coldfusion
developer with a year or so experience.

Second question is to do with image dragging. 

I'm trying to create a small app where one can drag an image into one
of many containers. There can be 0 to many images but initially just 4
different containers.
I've tried doing this with a canvas for each image and container while
following drag examples/tutorials. Also tried using a List for the
target container instead.
I'm able to drag the image into the List but onDragDrop doesn't keep
the image in their..

Any help is appreciated...
cheers
Rob.

code is as follows:

mx:Canvas x=10 y=265 width=170 height=120
mx:Image source=@Embed(source='FI000268.JPG') width=150
id=image3 height=101 x=10 y=10
mouseMove=dragIt(event, image3, 'image3'); myoffset(image3);/
/mx:Canvas

mx:Canvas width=280 height=280 right=10 top=10 id=topRight
backgroundColor=#00
mx:List x=10 y=10 width=260 height=260
dragEnter=doDragEnter(event);
dragExit=doDragExit(event);
dragOver=doDragOver(event);
dragDrop=doDragDrop(event);
dragEnabled=true id=secondList/mx:List
/mx:Canvas

private function dragIt(event:MouseEvent, img:Image, format:String):void
{
var dragInitiator:Image=Image(event.currentTarget);
var ds:DragSource = new DragSource();
ds.addData(img, format);
var imageProxy:Image = new Image();
imageProxy.source = globeImage;
imageProxy.height=100;
imageProxy.width=100;
DragManager.doDrag(dragInitiator, ds, event, imageProxy, 0, 0, 1.00);
}

private function doDragEnter(event:DragEvent):void {
var dragInitiator:List=List(event.currentTarget);
DragManager.acceptDragDrop(dragInitiator);
}

private function doDragDrop(event:DragEvent):void {
var dropTarget:List=List(event.currentTarget);
secondList.dataProvider = [];
doDragExit(event);
var items:Array =event.dragSource.dataForFormat(items) as Array;
var dropLoc:int = dropTarget.calculateDropIndex(event);
for(var i:uint=0; i  items.length; i++)
{
IList(dropTarget.dataProvider).addItemAt(items, dropLoc );
}

} 



 


RE: [flexcoders] Adobe site extremely slow

2006-12-19 Thread David Mendels
Hi,
 
I checked in with the team and learned the following:
 
* The issue is known.  We had significant hardware issues.  We have
upgraded the US servers and performance has improved many fold (average
page time from 9 seconds to load to sub 2 seconds). 
* The same hardware upgrade is being performed on our European servers.
We expect to see significant performance improvements there within a
week or a few.
 
Regards,
David



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Shannon Hicks
Sent: Tuesday, December 19, 2006 2:32 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Adobe site extremely slow



It seems like the fifth-largest software company should be able to
handle normal traffic, though. Sure, when the Photoshop CS3 beta came
out, I knew the sites would be all but unavailable, but the rest of the
time, I expect better.
 
Shan



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tracy Spratt
Sent: Tuesday, December 19, 2006 1:17 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Adobe site extremely slow



It may be traffic-oriented.  It seems to be much worse in the afternoon
(US Eastern time zone) than in the morning.

Tracy



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ralf Bokelberg
Sent: Tuesday, December 19, 2006 7:53 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Adobe site extremely slow

Whenever i try to watch some webpage on the Adobe site it is extremely
slow. Be it the flex documentation, be it the flex exchange or be it
the new flex cookbook. I mean, how can Google search the whole
internet in a split of a second, and Adobe needs like 30 seconds to
open a webpage?
I wonder, if i'm the only one who encounters that. Or is it a
german/european problem?

I guess, it would be very helpful to sell flex to developers, if Adobe
could make the flex documentation site faster. At least i'm always
very delighted about speed and completeness of information, when i
have to look something up at MSDN.

Cheers,
Ralf.

-- 
Ralf Bokelberg [EMAIL PROTECTED]
mailto:ralf.bokelberg%40gmail.com 
Flex  Flash Consultant based in Cologne/Germany

 


RE: [flexcoders] RTE shown at MAX06

2006-12-14 Thread David Mendels
Hello,
http://www.virtub.com/
 
-David



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Pruitt, Steve
Sent: Thursday, December 14, 2006 12:43 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] RTE shown at MAX06



For anyone who went to MAX06,
 
One of the keynotes featured a nifty rich text editor.  It wasn't the
Flex 2.0 offering, it was from a third party.  I seem recall to recall
ubiquitous in the either company name or the product.  But, I can't
find any reference to it.
 
Does any other MAX06 attendee remember?
 
 
-SP

 


RE: [flexcoders] Re: Styling in Flex is officially ridiculous

2006-11-30 Thread David Mendels
Hi,
 
For specific issues like this, please do file a bug or enhancement
request!
-David



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ethan Miller
Sent: Thursday, November 30, 2006 5:40 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: Styling in Flex is officially ridiculous



Effective for color, but how about text-decoration, border, etc.? It 
would be really nice to keep this in the CSS domain.

cheers, ethan
 mx:Label id=linkTxt htmlText=font color=#FFa
 href='http://mysite.com http://mysite.com 'goto mysite/a/font
mouseOver=hover 
 () /

 function hover():void{
 linkTxt.htmlText = String(linkTxt.htmlText).replace 
 ('FF','00FF00');
 }

 you get the idea

 --- In flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com , Ethan Miller [EMAIL PROTECTED]
wrote:
 
  While in general I've been fairly happy with my ability to style
  flex, one area in which really lacking (and unfortunately for me 
 in a
  key place for my application) is in styling text, especially text
  contained in an htmlText element.
 
  Despite reading the docs 5 times now, I remain unable to style a
  simple anchor tag (A HREF=. A as a type selector doesn't work,
  but neither do a:link, a:hover, or a:active which the docs say 
 should
  work. Why the A tag doesn't simply support styleName as an attribute
  (or class= or style=) is a complete mind bender to me. Why
  htmlText doesn't support span styleName= is equally puzzling.
 
  Also, is it just me or are many of the css property names different,
  eg font-family vs fontFamily, etc. And what about shorthand syntax,
  eg border: 1x dotted black.
 
  I realize and accept as necessary and good the need to support a
  limited set of HTML tags but don't understand why standard and
  rigorous text styling is so out of reach. This in fact would be one
  of my top wish list items for future releases.
 
  Meantime, if anyone has any tips on styling text now, I'm all 
 ears =)
 
  cheers, ethan
 


 



 


RE: [flexcoders] To Adobe - new release improvements??

2006-11-29 Thread David Mendels
Hi,
 
It may be worth adding however that we are of course working on
significant Flex Builder improments (and SDK and FDS) that will show up
in releases after Flex 2.0.1.  
 
I wouldn't want you to think we are resting where we are.
 
Regards,
David
Adobe



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Matt Chotin
Sent: Wednesday, November 29, 2006 1:17 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] To Adobe - new release improvements??



The performance is on par with 2.0, we didn't make any major
improvements, sorry.  Nor are project path issues addressed.  Number of
bugs fixed between SDK and Flex Builder is over 500 though.

Matt



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Daniel Wabyick
Sent: Tuesday, November 28, 2006 9:35 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] To Adobe - new release improvements??

Hey Adobe guys,

Is it possible for you to address some of the major (or non-major) 
improvements in the coming Flex release? 

In particular, I am keen to know if there were significant improvements 
made to Flexbuilder itself. Stuff like increased compiler performance, 
ease of use with relative paths, etc would be of interest to me. A 
close second would be roughly the number of bugs fixed in the actually 
Flex UI framework.

As my project continues to grow, I am definitely getting antsy for a new

release!

Thanks,
-Daniel

 


New Masked TextInput Component shipping (was RE: [flexcoders] Is masked text input natively supported in Flex?)

2006-11-28 Thread David Mendels
Hello,
 
We just shipped new masked input component on the Adobe exchange:
http://tinyurl.com/y85lra
 
Please give us any feedback on this new component, hope it helps...
 
-David



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Sergey Kovalyov
Sent: Monday, November 13, 2006 9:23 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Is masked text input natively supported in Flex?



Hi All!

Is masked text input natively supported in Flex? I mean, whether I can
force user to type only digits in phone number TextInput while
formatting characters are fixed in their respective places?

Sergey.


 


RE: [flexcoders] Books Flex and Action Script

2006-11-16 Thread David Mendels
Hi,
 
Look at bottom right hand corner of www.flex.org for 6 books out now or
soon
 
-David



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Clint Modien
Sent: Thursday, November 16, 2006 4:45 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Books Flex and Action Script



There arn't many... 

We've got the AS3 cookbook and it's pretty well done.  We alos have
Adobe Flex 2 training from the source.  (Good beginner books.)   The
dvd's from Lynda... (There are 3) are pretty good as well. 

http://www.amazon.com/s/ref=nb_ss_gw/002-0701350-0781659?url=search-alia
s%3Dapsfield-keywords=adobe+flexGo.x=0Go.y=0Go=Go
http://www.amazon.com/s/ref=nb_ss_gw/002-0701350-0781659?url=search-ali
as%3Dapsfield-keywords=adobe+flexGo.x=0Go.y=0Go=Go 




On 11/15/06, KP [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]  wrote: 



Can some one suggest some good books Available in Flex2.0 and
Action Script3.0?

 

Kumar






 


RE: [flexcoders] Re: Tamarin, Adobe open source the Flash player ?

2006-11-07 Thread David Mendels
Hello,

Dorkie dork wrote What it means is that the Browser (mozilla in this
case) will be able to use ActionScript 3 to manipulate the dom in
addition to existing JavaScript

This is incorrect.

What it means is that the next generation of JavaScript will be powered
by the Tamarin VM and that JavaScript and ActionScript will converge
into a single implementation used by both the Flash Player and the
Firefox browser/SpiderMonkey.

-David

-Original Message-


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



RE: [flexcoders] Flex 2 and maps

2006-11-03 Thread David Mendels
Hi,

ESRI is working with Flex 2.  Their current shipping version is Flex
1.5, but Flex 2 very soon I think. 

This article might be a good start:
http://java.sys-con.com/read/288053.htm

-David 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of brian.knorr
Sent: Friday, November 03, 2006 5:15 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex 2 and maps

I have been struggling to find a clean way to integrate mapping into a
flex 2 app.  I know you can use the legacy Yahoo Maps Api (Flex
1.5 / AS2) and via a LocalConnection communicate with it, but this is a
big hack.  Does anyone know of a mapping component that supports Flex 2
/ AS3?

Thanks,

Brian




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[flexcoders] The Flexifier is live

2006-10-29 Thread David Mendels
Hello all,

One less barrier to everyone trying out Flex:
http://www.onflex.org/ted/2006/10/flexifier-is-live.php

No need now to even download the SDK or Flex Builder to start writing
code and seeing how it workspass it around: http://try.flex.org/

-David
Adobe


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



RE: [flexcoders] Flex Deployment Best Practices

2006-10-23 Thread David Mendels
Title: quote





Hello,

Roger's blog might be helpful: http://blogs.adobe.com/rgonzalez/flex/

-David


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of John 
KirbySent: Monday, October 23, 2006 7:58 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Flex Deployment Best 
Practices
I'm about to deploy my first Flex application.I have tried to 
modularize my components as much as possible.What I'm looking for is 
some best practices on when/why you create RSLs, SWFs, etc to "break up" your 
application so it runs efficiently. I know there are some trade-offs 
here... just looking for some reference guidelines for the "ilities" ( 
scalability, maintainability, etc.).Thanks..j
-- Whether you think that 
you can, or that you can't, you are usually right.- Henry Ford 
 
__._,_.___





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

  




__,_._,___



[flexcoders] Flex 2 API and AS3 posters....

2006-10-17 Thread David Mendels
FYI:
http://www.onflex.org/ted/2006/10/cube-wallpaper-as3-and-flex-api.php

Hope to see many of you at MAX.

-David


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



RE: [flexcoders] Stats on flash player 9 penetration.

2006-10-01 Thread David Mendels





Hi,

Two more data points:

a) One from JD: http://weblogs.macromedia.com/jd/archives/2006/10/apple_updates_f.cfm

Not everyone cares about the Mac, but for those who do, it 
is nice to know that Apple is pushing FP9 out to all their 
customers

b) I can't give the name, but I was speaking with one of 
the largest manufacturers in North America recently. They are doing a lot 
of internal applications with Flex 2 and decided to push out Flash Player 9 to 
all 100,000+ desktop machines in their company worldwide. This is great 
news for Flash Player 9 in its first 90 days on the market. It is just one 
data point, but this is the earliest I have ever seen that 
behaviour.

-David


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Clint 
ModienSent: Sunday, October 01, 2006 3:06 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Stats on flash 
player 9 penetration.

Thanks guys... I'll relay this info to my client. Should help them 
choose to go with flex 2.
On 10/1/06, Matt 
Chotin [EMAIL PROTECTED] 
wrote: 

  
  
  
  
  
  
  Some very popular 
  sites require Player 9 because it was the earliest release with some security 
  fixes. Those fixes are in older versions that will be coming out soon 
  (or may have already come out). As in, there will be newer versions of 
  Player 8 and Player 7 with those fixes I think. 
  
  Matt
  
  
  
  
  
  From: 
  [EMAIL PROTECTED] ups.com [mailto:[EMAIL PROTECTED] ups.com] On Behalf Of 
  Clint ModienSent: 
  Sunday, October 01, 2006 10:42 AM 
  To: [EMAIL PROTECTED]ups.com Subject: Re: [flexcoders] Stats on flash 
  player 9 penetration.
  
  
  
  
  
  
  
  
  Thanks 
  Matt.
  
  
  
  I'm 
  totally confused now. Isn't the only thing requiring a player upgrade to 
  9.0 flex 2? Without auto-update turned on what is causing such a blazing 
  fast adoption rate? 
  
  
  
  
  
  On 
  9/30/06, Matt Chotin  [EMAIL PROTECTED] 
  wrote: 
  
  
  
  
  
  Actually I'm not sure 
  we've turned on auto-update yet. But the downloads have been high 
  without it. We're still figuring out the timing of auto-update. 
  
  
  Matt
  
  
  
  
  
  From: 
  [EMAIL PROTECTED] ups.com [mailto: [EMAIL PROTECTED] ups.com] On Behalf Of 
  John DowdellSent: 
  Friday, September 29, 2006 2:47 PMTo: 
  [EMAIL PROTECTED] ups.comSubject: Re: [flexcoders] Stats on flash 
  player 9 penetration. 
  
  
  
  
  Clint Modien wrote: Do we have stats for flash 
  player 9 penetration yet? Has Adobe turned on the auto-update for 
  flash 9 player yet? If not... when?  Do we have stats for when Adobe 
  turned on auto-update for flash 8 player? What was the adoption rate 
  before and after it was turned on?Adobe Flash Player 9 entered general 
  public distribution at the end of June: http://weblogs.macromedia.com/emmy/archives/2006/06/a_pocket_guide.cfm 
  It did not fall within the most recent consumer audit:http://weblogs.macromedia.com/emmy/archives/2006/08/flash_player_8_1.cfmThe 
  daily rate of successful installations indicates that we're likely close 
  to an astounding 50% consumer viewability already:http://blog.digitalbackcountry.com/?p=498I don't 
  know the auto-update date offhand, but it has contributed to the above 
  results.FP9 adoption is freakin' fast, that's the long and short of 
  it. ;-)jd-- John Dowdell . Adobe Developer Support . San 
  Francisco CA USAWeblog: http://weblogs.macromedia.com/jd Aggregator: http://weblogs.macromedia.com/mxnaTechnotes: http://www.macromedia.com/support/Spam killed my private 
  email -- public record is best, 
  thanks.
  
  
  
   
__._,_.___





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

  




__,_._,___



RE: [flexcoders] Can Flex 2.0 compile swf file for FP7?

2006-09-21 Thread David Mendels
Hello,

No.  Flex 2 only compiles to FP9.  Flex 1.X compiles to FP7.

This restriction was a hard tradeoff but we decided given that dramatic
performance increase in the new AVM (ActionScript Virtual Machine) and
language enhancement it was the right tradeoff.

Already our data shows that Flash Player 9 is the most rapidly deployed
version of Flash ever, already covering over 50% of all PCs in the
world.

-David 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of voyage2sky
Sent: Wednesday, September 20, 2006 11:31 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Can Flex 2.0 compile swf file for FP7?

Hi,all,
I use Flex 2.0 sdk compile a sample project,the swf file generated by
mxmlc.exe only can view in Flash Player 9.
Is there any compile option can let it generate swf file for FP7?
Thx. 









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links






 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Flex 2 courses in Ottawa

2006-09-19 Thread David Mendels
Hi Jen,

Not sure if they are on this list, but we (Adobe) have about 300 people
in Ottawa and a few of them are doing great things with Flex :)

Hope the class is great, do report back to the list with feedback.

-David 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of jenunderscore
Sent: Tuesday, September 19, 2006 11:33 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex 2 courses in Ottawa

Hey all, I'm new to the list and thought I would take thise opportunity
to introduce myself to the group. 

If there are any other people here from the Ottawa region, I will be
attending courses by the New Toronto Group, next week. If you are also
attending, feel free to introduce yourselves!

Take care,
Jen






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links






 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] HMAC-SHA1

2006-09-03 Thread David Mendels





Hi,

If you Google: AS3 SHA1, you will see multple threads, blog 
entries and work on this that can get you started I hope.

HTH,
-David


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Luís Gustavo 
SanabioSent: Sunday, September 03, 2006 9:39 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] 
HMAC-SHA1

Hi,

 I would like to use Amazon S3 services, but I need to 
implement a HMAC-SHA1 to build a signature.
 Can anyone help me?

thanks!
Gustavo 
__._,_.___





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

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



RE: [flexcoders] Adobe at IBC

2006-09-02 Thread David Mendels
Hi,

I can't say off the top of my head, but we do have a booth there and
there will be folks both from Adobe Europe and from HQ.

I expect our main representation will be from teams associated with our
video products: Flash Media Server, Video Production Suite, and of
course, Flash authoring as well.  I don't expect there will be anyone
there from the Flex team.

Regards,
David
Adobe

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Weyert de Boer
Sent: Saturday, September 02, 2006 3:51 PM
To: Flashcoders mailing list; flexcoders@yahoogroups.com
Subject: [flexcoders]  Adobe at IBC

Does anyone know which Adobe people will go to IBC?

Yours,
Weyert


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links



 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] ADOBE: Version of Distributable Player is Incorrect

2006-09-01 Thread David Mendels
Hi Tariq,

I don't know the details here but I will forward this to the right
Product Manager and try to get a response.  It is the beginning of the
holiday weekend so bear with us if it takes till next week.

_David 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tariq Ahmed
Sent: Friday, September 01, 2006 2:25 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] ADOBE: Version of Distributable Player is
Incorrect

Adobe,

- I'm working with my customer to get Flash 9 installed on all their
desktops.
- It took our I.T dept days to get a push package going that silently
uninstalled Flash 8 and installed Flash 9

The problem now is the distributable version of the Flash Player is
9.0.0.296, and Flex requires 9.0.16.0.

Can you update that?

Thanks.




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Flex 2 patch timeline

2006-08-30 Thread David Mendels





Hi,

I think folks over interpreted Matt's email. Please 
cut him (and us) some slack.

We will do patch releases. We are staffed to do patch 
releases. We do need to aggregate up bugs and do them in a thoughtfull fashion 
because any fix can break something else. We base what we fix and when we do 
such releases on customer feedback--if we need to we might put out one 
immediately after a new release or we might go 6 months. It depends on the 
issues our customers are facing. But we are indeed staffed and have 
resources to be able to do patches and you will see patches for Flex. I 
don't have a specific date for you because we haven't finalized everything that 
will be in it yet. It doesn't make sense to do a lot of tiny patches 
because the overhead of regression testing a release of the software is enormous 
so we will do fewer, medium sized patches instead. This is true for 
the Player team, the Compiler team, the SDK team, the tool team and the server 
team. Each of these teams might do patches on a different cycle of course 
depending on need. In general, we are most conservative about changes to 
the Player because the risk of "injections" is highest here with software that 
quickly goes out to 100s of millions of people. Jack, you suggest we should have 
a patch in the first "6-9 months after a release". While we don't have a 
final schedule in place, that is a reasonable timeframe from my perspective too. 


Please don't jump to conclusions (and jump on Matt)--we 
don't need to rethink our strategy here, on the contrary, we seem to be in 
agreement.

-David
SVP, Adobe


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jack 
CaldwellSent: Wednesday, August 30, 2006 3:18 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Flex 2 patch 
timeline

Matt or anyone else at Adobe.

I agree that the quality of Flex Builder 2 is good . . . . 
very good . . . . however . . . .

I know nothing will probably change since Adobe is the big 
software company, and I am only a single 
customer(Flex Builder 2 w/charting), but this position 
disturbs me.

It reminds me of the construction industry when a 
contractor builds or remodels myhouse. I have paid 

for the work and I find problems but the contractor is off 
working on another house and doesn't have the 

time or resources to fix the problems in a timely 
manner.

To be honest,I could care less about a Mac 
version . . . . AND I know those wanting a Mac 
version could 
care less about a 
Windows version. So please no bashing from the Mac 
side.

It appears that Adobe has not allocated enough resources to 
the development team where they can have 
2 groups. As I recall, it was said on this forum, 
soon afterFlex 2 was released the development team
received new Macs to begin work on a Mac 
version.

Why did Adobe not already have a plan and resources in 
place. This type of thing is done all the time.

While I do not expect that every single bug be issued a 
"release patch",it would be very nice and 
customer 
friendly to have a bug fix release plan in place and 
implement that plan. Especially in the first 6-9 months 
of
a major release.

I haven't encountered a bug that I know of. But when 
I do, I willprobably have spent many hours 
or days 
thinking I did notwrite the code right only to find 
out later is was a bug. Wasted time . . . . money.

I have said this before, but I would not have a single 
customer if I told them I could not fix the software they 

purchased because I was working on another 
version.

I really do not understand why large software companies 
employ this type of bug fix and update plan.

I only hope Adobe will rethink their strategy and 
implementation of releasing bug fixes.

My .02 or actually $ 749 for Flex Builder 2 
w/charting.

Thanks,

Jack


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Matt 
ChotinSent: Wednesday, August 30, 2006 10:21 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Flex 2 patch 
timeline




Are there specific bugs 
youre looking to be addressed? Based on direct feedback as well as 
observation from the various public forums weve been pretty pleased with the 
quality of the release so weve held off on rushing out an updater while we work 
on things like the Mac release of Flex Builder. Doesnt mean were not 
fixing bugs, but weve decided to try to address more issues in a longer cycle 
rather than fewer issues quickly.

If theres a specific 
issue that is blocking your work use the wish form (http://www.adobe.com/go/wish) to 
submit it and indicate so. There are also plenty of official support 
options available to help as well 
(http://www.adobe.com/support/programs/flex/?tab:plans=1)

Matt





From: 
[EMAIL PROTECTED]ups.com 
[mailto:[EMAIL PROTECTED]ups.com] On Behalf Of Adam ReynoldsSent: Wednesday, August 30, 2006 2:44 
AMTo: 
[EMAIL PROTECTED]ups.comSubject: [flexcoders] Flex 2 patch 
timeline




Before I 
dive headlong into 

RE: [flexcoders] Unique examples of Flex?

2006-08-28 Thread David Mendels





Hi,

http://customizer.harley-davidson.com/
http://maps.yahoo.com/beta/index.php
http://www.if.com/
http://mortgage.fidelitylabs.com/index.shtml
http://www.sherwin.com/do_it_yourself/(Click 
launch color visualizer)

HTH,
David
Adobe


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Ryan 
SabirSent: Monday, August 28, 2006 1:14 AMTo: 
'flexcoders@yahoogroups.com'Subject: [flexcoders] Unique examples of 
Flex?

Hi all,

I'm looking for examples of 
Flex applications that don't look like Flex applications.

So far most of the apps I've 
seen have used the standard buttons, scrollbars, checkboxes etc.. that you see 
everywhere. Are there any examples out there of a site that someone has done 
that doesn't look like the standardFlex UI?

thanks



  
  

Ryan 
  SabirTechnical Directorp: (02) 9274 
  8030f: (02) 9274 8099m: 0411 512 
  454w: www.newgency.com

Newgency 
  Pty LtdWeb | Multimedia | eMarketing224 Riley 
  StSurry Hills NSW 2010Sydney, Australia
 
__._,_.___





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

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



RE: [flexcoders] Unique examples of Flex?

2006-08-28 Thread David Mendels





Hi,

Lots of work being done on this across teams. It is a 
key focus for us for future releases.

-David
Adobe


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
Impudent1Sent: Monday, August 28, 2006 10:25 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Unique examples 
of Flex?


On this topic, when are we going to get some sort of productive workflow 
from adobe for creating ria interfaces?Coming from motion graphics 
background, The changes we have seen in bringing the apps together ala the 
production suite is sorely needed. Getting media from 
ae/illustrator/pshop thru flash as symbols into flex for skinning 
components is right now pretty sloppy workflow.The other aside being, 
once you get the media prepared, Flex 2 will not show things properly in the 
design view, making alignment etc a test and go 
process.unfortunately I cannot make max this year, and it would really 
be the time given the huge need for even more 
convergance/interoperation between the whole adobe product 
line.my .002 anywhoo :PImpudent1LeapFrog 
Productions
__._,_.___





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

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



RE: [flexcoders] Dumb newbie question: Flash 8 vs. Flex Builder

2006-08-17 Thread David Mendels





Hello,

the design center of the two products is very 
different.
To oversimplify:

If you are building "rich interactive content/media" and 
your background is with products like 
Photoshop/AfterEffects/Illustrator/Directoruse Flash 
authoring
If you are building "rich internet applications" and your 
background is with things like computer science/Eclipse/VisualStudio/Java, use 
FlexBuilder

They can be used together (with some limitations today 
because of the AS2/AS3 difference) using Flash authoring to create media, 
animation, components that you might use in the Flex application. 


Again, this is an oversimplification--many people span 
these worlds in interesting ways and I think today there are many expert Flash 
users who are using both.

Next step: both products have free trials. Download 
them, use the tutorials and decide which will let you achieve your 
goals.

-David


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
jeremyrichmanSent: Thursday, August 17, 2006 3:34 
PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Dumb 
newbie question: Flash 8 vs. Flex Builder


Apart from that Flex Builder 2 is built on ActionScript 3 and Flash 8 is 
still on 2, can someone explain to this complete newbie why one would choose 
to develop in one over the other?(I'm trying to evaluate both to see 
which one would let us do what we want to do and finding they are hard 
enough to learn to use, let alone figure out what each one is intended for 
that makes it different from the 
other.)Thanks!Jeremy
__._,_.___





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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



RE: [flexcoders] Flex Starter

2006-08-12 Thread David Mendels
Hi,

I'd suggest to anyone that they start with the QuickStarts on the Flex
Developer Center.

-David 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of saikiranmadhavan
Sent: Saturday, August 12, 2006 3:01 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Starter

hi,

I am working with Flash and now looking for working with Adobe Flex 2.0,
with Flex builder.

I want to work with Flex and Java, so can anyone suggest me , how to
start with going ,

any useful links for tutorials , sample codes for Java and Flex
integration and so.


thanks in advance
saikiran







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] FDS and Coldfusion

2006-08-12 Thread David Mendels
Hello,

http://www.mikenimer.com/index.cfm/2006/7/28/Code-is-worth-a-thousand-wo
rds--FlexCF-FDS-vs-FR-Application

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=4f079a4d

http://www.adobe.com/devnet/flex/flex_cf.html

HTH,
David

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Alexander Tsoukias
Sent: Saturday, August 12, 2006 6:05 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FDS and Coldfusion

Hi all,

I would like to setup my environment to be able to work with FDS and
Coldfusion. 

I'm sort of a starter myself (on the flex part) and advanced on the CF
part.

How would I go about to set this up? Any samples?

I own 4 unlimited FDS and I want to make use of them.. Please help!!

Thanks,
Alexander





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links



 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Runtime skinning with an SWF

2006-08-08 Thread David Mendels
Hello,

These articles might help: 

http://www.adobe.com/devnet/flex/articles/flex_skins.html

http://www.onflex.org/ted/2006/08/skinning-and-theme-support-by-glenn.ph
p

Lets us know if they answer your question,
David
Adobe


 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of alariccole
 Sent: Tuesday, August 08, 2006 10:58 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Runtime skinning with an SWF
 
 Howdy all. I'm attempting to set up runtime graphical 
 skinning using an SWF. I have looked at the Kiwi Project's 
 solution, 
 http://blogs.adobe.com/kiwi/2006/07/loading_flex_skins_at_runt
 ime.html,
 but found that it still required a wrapper class to be 
 compiled in Flex. I'd like to let my designers make a skin in 
 Flash and give it to me as an SWF. 
 
 Using Flash 9 Professional, I set up a symbol as a class, 
 published it as an SWF, and attempted to load it into Flex at 
 runtime. However, I have been unable to get it to work when 
 applying it as a style. 
 
 Any suggestions are greatly appreciated.
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
  
 
 
 
 


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] App Blows Up in Production Player

2006-07-20 Thread David Mendels
Hi,

Sorry about the challenges purchasing the product.  I just pinged the
folks responsible and will try to make sure someone closes the loop with
you asap.

Thanks,
David 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of dadrobson
 Sent: Thursday, July 20, 2006 6:19 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] App Blows Up in Production Player
 
 We have the boxed version of FlexBuilder 2 on back-order; 
 Adobe tells us they're out of stock. Adobe's website won't 
 take our corporate credit cards, so we can't order the 
 download version.
 
 Meanwhile, I've completed an entire app in Flex Builder 2 
 Beta 3. It works beautifully in the Beta debug player 
 (9.0.0.296). However, it fails utterly when run in the 
 production version of the player (9.0.16.0). 
 
 The major problems involve HTTPService requests. Some of them 
 work fine, but most fail. Of those that fail, some return 
 HTTP errors, but others just fail. 
 
 Other problems include outlines around images that should not 
 have outlines, and various items being drawn in the wrong place.
 
 In short, it's a complete mess. The difference between 
 running the app in the Beta player vs. the production player 
 is night and day. It is truly incredible. 
 
 If anyone at Adobe wants to see what I mean, I'd be glad to show them.
 I don't think I could get clearance to post the app on a 
 public web server, but I would be glad to work with them to 
 find a way to show them what's happening.
 
 If anyone has any suggestions at all, please let me know what 
 they are.
 
 Jim
 
 
 
 
 
 
 
  Yahoo! Groups Sponsor 
 ~-- Great things are happening at Yahoo! 
 Groups.  See the new email design.
 http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
 --
 --~- 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
  
 
 
 


 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] How can I integrate Flash Media Server with Java

2006-07-19 Thread David Mendels





Hi,

Can you elaborate on what you want to 
do?

-David
Adobe

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Jose 
  CoronelSent: Wednesday, July 19, 2006 2:03 PMTo: 
  flexcoders@yahoogroups.comSubject: [flexcoders] How can I integrate 
  Flash Media Server with Java
  
  
  Hi,
  Just a quick question
  How can I integrate Flash Media Server with Java, if it is at all possible, 
  or do you guys know of an API that can handle this?
  Any pointers/info at all would really be great. 
__._,_.___





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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



RE: [flexcoders] Re: RPC Vs. FDS and FDS Express

2006-07-18 Thread David Mendels
Hi,

Push is just one feature of FDS. There is a lot more to this product.
An overview is here:

http://www.adobe.com/products/flex/dataservices/

Some good articles that might help are here:

http://www.adobe.com/devnet/flex/articles/architecting_rias.html

And here:

http://www.adobe.com/devnet/flex/articles/refactoring_flex.html

Regards,
David
Adobe 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of David
 Sent: Monday, July 17, 2006 11:41 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: RPC Vs. FDS and FDS Express
 
 So basically if you don't use FDS you won't be able to use the Push
 technology? What are the other major benefits to using FDS 
 over RemoteObject? Do any of you know of a tutorial that 
 shows how to use RemoteObject and then deploy it on a remote site?
 Thanks again,
 David
 
 
 
 
 
 
  Yahoo! Groups Sponsor 
 ~-- Great things are happening at Yahoo! 
 Groups.  See the new email design.
 http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
 --
 --~- 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
  
 
 
 
 


 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [Junk E-Mail - LOW] RE: [flexcoders] Best $$$ Price on Flex? (Adobe)

2006-07-17 Thread David Mendels





Hello,

I have not reviewed the EULA recently and so others could 
comment in more detail, but Shannon is correct below.

There are no functional limits on the product, however you 
must have a valid education ID to purchase and use it in that context. You 
can purchase an educational license and then use it 
commercially.

Regards,David


  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Shannon 
  HicksSent: Monday, July 17, 2006 10:42 AMTo: 
  flexcoders@yahoogroups.comSubject: RE: [Junk E-Mail - LOW] RE: 
  [flexcoders] Best $$$ Price on Flex? (Adobe)
  
  
  
  The traditional limitations are that you must be in 
  education, and you must only use it for educational purposes. I.E. if you want 
  to release an application that you got paid to build, you need to buy the full 
  version.
  
  Shan
  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Kevin 
  MulvihillSent: Monday, July 17, 2006 12:04 PMTo: 
  flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] RE: 
  [flexcoders] Best $$$ Price on Flex? (Adobe)
  
  
  
  Are there any limitations on academic licenses, like 
  limited functionality or ugly splash screens? Just so happens I'm taking some 
  courses this summer... thanks.
  
  Kevin
  


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Greg 
HamerSent: Monday, July 17, 2006 8:59 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Best $$$ 
Price on Flex?



Academic licenses for Flex 2 
w/Components are $79. Of course you have to be a student, teacher, 
professor, etc. One source here:
www.academicsuperstore.com/market/marketdisp.html?PartNo=760814For standard licenses, it looks like 
CDW.com has discounted down to $593.99. Link here:http://www.cdw.com/shop/products/default.aspx?EDC=1012357Anyone 
know of other resellers offering better or similar standard license 
discounts?
On 7/15/06, Kevin 
Mulvihill [EMAIL PROTECTED] 
wrote: 

  
  
  
  
  
  
  Hi all,
  
  Just wondering if anyone can recommend 
  whomever might have the best pricing on Flex with charting? Also, any 
  crossgrade opportunities available?
  
  Thanks,
  Kevin
  

  
  --No virus found in this incoming message.Checked by 
  AVG Free Edition.Version: 7.1.394 / Virus Database: 268.10.1/389 - Release 
  Date: 7/14/2006
  --No virus found in this outgoing message.Checked by 
  AVG Free Edition.Version: 7.1.394 / Virus Database: 268.10.1/389 - Release 
  Date: 7/14/2006
  
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   



  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



RE: [flexcoders] Re: FDS question

2006-07-14 Thread David Mendels
Hi,

I don't think this is posted and Christophe is out on vacation for 2
weeks.

This article by Jeff Vroom might be helpful, but not sure it hits
exactly what you are looking for:
http://www.adobe.com/devnet/flex/articles/architecting_rias.html

http://www.adobe.com/devnet/flex/articles/architecting_rias.html

-David 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of shottonmark
 Sent: Thursday, July 13, 2006 12:38 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: FDS question
 
 Hi Steven
 
 Christophe Coenraets articulated very clearly during MAX 
 last year, the concept of a data-oriented versus a 
 service-oriented architecture
 
 Is there by any chance a powerpoint presentation or similar 
 available from this talk (the links to MAX 2005 on the Adobe 
 web site appear to be broken)?  Are there any other articles 
 available on this topic?
 
 
 
 
 
 
  Yahoo! Groups Sponsor 
 ~-- Great things are happening at Yahoo! 
 Groups.  See the new email design.
 http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
 --
 --~- 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
  
 
 
 
 


 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Is anyone having trouble contacting Adobe and/or purchasing Flex?

2006-07-10 Thread David Mendels
Hi Flexcoders,

Subject line is fairly self-explanatory.  I have seen a blog post or two
from people having trouble connecting with us on pricing or simply with
purchasing Flex Builder.

This is the first product from the former Macromedia to be launched at
Adobe and I am sure we have kinks in the system.  I want to make sure
we troubleshoot quickly.  Please let us know.

Regards,
David
Adobe


 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Is anyone having trouble contacting Adobe and/or purchasing Flex?

2006-07-10 Thread David Mendels





Hi,

Thanks for the info Brenden.

If you don't mind, could you contact me offlist with any 
details about what number you called and what problem you 
had?

Thanks,David

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Brendan 
  MeutznerSent: Monday, July 10, 2006 12:48 AMTo: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] Is anyone 
  having trouble contacting Adobe and/or purchasing Flex?
  Yeah, CC purchase works just great... however... when we originally 
  phoned in to complete the purchase through the sales department with a proper 
  PO number and such, we weren't able to get through David, I wasn't the one 
  phoning in, but I can find out more details if you'd like... Anyway, 
  we just went ahead and purchased what we needed for now by CC, so all's good 
  on our end for now.FYI...Brendan
  On 7/10/06, JesterXL [EMAIL PROTECTED] 
  wrote:
  





Not here.1. 3:26am - go to adobe.com2. log in, find 
credit card3. choose Products  Flex4. click purchase  Flex 
with Charting5. input info in store, click submit6. 
done!Took 3 minutes, and 36 seconds.Sounds like you read the 
story about someone in Oz not being so lucky?http://www.mariposa.com.au/arcims/2006/07/how_can_i_buy_flex_2_in_austra.cfm 
...however, I AM paying mad bling to Robin Hilliard for his Flex 
2 API posters, so that would imply that if Robin Hilliard is affiliated 
with Flex, then Ozzie's CAN buy it. :: shrugs :: I haven't seen any 
other mention on Techmeme, techcrunch, delicious, mxna, etc.
- Original Message - From: "David 
Mendels" [EMAIL PROTECTED]To: flexcoders@yahoogroups.comSent: Sunday, July 09, 
2006 11:50 PMSubject: [flexcoders] Is anyone having trouble contacting 
Adobe and/or purchasing Flex?Hi Flexcoders,Subject line 
is fairly self-explanatory. I have seen a blog post or twofrom people 
having trouble connecting with us on pricing or simply withpurchasing 
Flex Builder.This is the first product from the former Macromedia to 
be launched atAdobe and I am sure we have kinks in "the system". I want 
to make surewe troubleshoot quickly. Please let us 
know.Regards,DavidAdobe
--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
 
__._,_.___





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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



RE: [flexcoders] A bit too ambitious?

2006-07-07 Thread David Mendels
Hi,

This is a great use of Flex.

Regards,
David 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of Sam
 Sent: Friday, July 07, 2006 4:05 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] A bit too ambitious?
 
 Hi first of all let me preface this by saying that I am new 
 to Flex and programming in general and I have been using Flex 
 for about 2 weeks only I love it. :)
 
 I have seen a couple of discussions here about the use of 
 Flex for web pages and how some say use it and some say 
 don't. I see where it can make a difference in some cases... 
 hence my question.
 
 Is it a bit too ambitious to try and use Flex to create a 
 frontend to other software such as Wordpress, Drupal, Xoops, 
 Joomla! and the slew of other CMS that mainly rely on XHTML 
 and PHP for their front end?
 
 I have made some progress with AMFPHP and remoting... but I 
 have only started so... I have not made it very far yet :) 
 
 What's your opinion?
 
 Sincerely,
 Sam
 
 
 
 
 
  Yahoo! Groups Sponsor 
 ~-- Great things are happening at Yahoo! 
 Groups.  See the new email design.
 http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
 --
 --~- 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
  
 
 
 
 


 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] FDS question

2006-07-07 Thread David Mendels
Hi,

Let me suggest a few articles that will help you understand Flex Data
Services:

http://www.adobe.com/devnet/flex/articles/architecting_rias.html

http://www.adobe.com/devnet/flex/articles/refactoring_flex.html

http://www.adobe.com/devnet/flex/articles/intro_fms.html

http://www.adobe.com/devnet/flex/articles/rpc_service.html 

These are all new articles as of last week.

And, the key getting started section of the docs:
http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/js/html/wwhelp
.htm?href=0138.html


Lots of material above.  Please let us know what you find most useful
and whether we address your questions about FDS.

As for pricing, I think we have this explained on a FAQ somewhere, but I
can't find it right now. I expect someone else from Adobe can help here.

-David
Adobe

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of mthielman11
 Sent: Friday, July 07, 2006 4:56 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] FDS question
 
 OK I have been playing with flex for a couple of weeks now 
 and we are planning on building out a rather large 
 application in flex.  The application is going to replace 
 several current apps one of wich is web based the rest are not.  
 
 I am trying to get my head around the whole FDS thing. Our 
 product will be a medical database. There are currently 
 several different modules within the existing apps.  The way 
 I was planning this, each one would become its own flex app.  
 the reason for this is to try and keep the swf file size 
 somewhat reasonable.  
 
 Currently our thinking is to connect to the data through web 
 services sending XML data to 
 a JSO file that then will communicate with a JAVA based API 
 back to the MySQL backend.   
 What, if anythign would FDS bring to the table?  Still not 
 sure how it is better than XML based solution.
 
 Also a concern with FDS is the pricing structure.  will each 
 FDS file be considered a different app, therefore each one 
 require a license ($6k or $20k)?  If each app was assigned 
 only one processor on the VM based server would it be able to 
 use FDS express??
 
 I am just not seeing how FDS figures into the equasion.  Is 
 it faster? if so how?  Does it save coding time? if so how?  
 Does it eliminate need for a java API? if so how?
 
 Thanks for any help.
 
 
 
 
 
 
  Yahoo! Groups Sponsor 
 ~-- Something is new at Yahoo! Groups.  
 Check out the enhanced email design.
 http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
 --
 --~- 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
  
 
 
 


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] How Flex can be receive a Server Notification

2006-07-06 Thread David Mendels
Hi,

This is one of the core goals of Flex Data Services:
http://snipurl.com/FDS_DS

-David 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of mvbaffa
 Sent: Thursday, July 06, 2006 5:54 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] How Flex can be receive a Server Notification
 
 Hi All,
 
 I have a flex 2.0 application that need to be notified when 
 an event occurs at the server. 
 
 I could start a timer at the flex client and poll 
 periodically the server, but this can be too heavy for 
 specific tasks. The better solution is to notified.
 
 Maybe the solution is to listen to a socket and let the 
 server process connect to the flex client.
 
 - Is this the best solution 
 - If yes where should I look for examples of socket 
 programming in actionscript 
 
 Thanks in advance
 
 
 
 
 
 
  Yahoo! Groups Sponsor 
 ~-- Yahoo! Groups gets a make over. See 
 the new email design.
 http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
 --
 --~- 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
  
 
 
 
 


 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] RPC result paging - please, help

2006-07-06 Thread David Mendels
Hello,

Have you read this in the docs: http://snipurl.com/Flex_Paging

-David
Adobe 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Miller
 Sent: Thursday, July 06, 2006 9:56 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] RPC result paging - please, help
 
 Is there a way to do paging of RPC results? Is there a good 
 example for that?
 
 Thanks, 
 
 --- Dmitry
 
 
 
 
 
  Yahoo! Groups Sponsor 
 ~-- Great things are happening at Yahoo! 
 Groups.  See the new email design.
 http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
 --
 --~- 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
  
 
 
 
 


 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Release Pricing

2006-06-26 Thread David Mendels
Hi,

Expect the ship announcement and the pricing announcement to be
simultaneous.  With that, the web site will be fully updated.

Expect news soon!  All is well.  

-David
Adobe 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of jwc_wensan
 Sent: Monday, June 26, 2006 3:04 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Release  Pricing
 
 To Adobe or anyone who knows.
 
 Did I miss the announcement?
 
 We are expecting the Flex 2 release by the end of June?  Right?
 
 If so, then why is there no definitive information regarding 
 the pricing for all of the Flex 2 products?
 
 I went to www.adobe.com and found nothing regarding Flex 2 pricing.
 
 Now, I want the Flex 2 release just as much as the rest of 
 you, but I would rather it be a solid release than just 
 releasing this week.  
 So, if it is going to be delayed, I can live with that, but I 
 would appreciate being told.
 
 We all realize that release dates can slide, but it would be 
 nice to know.
 
 I am still confused that final pricing has not been 
 determined and announced.
 
 Is there going to be such a great announcement on pricing 
 that Adobe is wanting to get a massive bang for their buck? 
  That's OK too.
 
 However, it just seems a little confusing to me.
 
 If anyone can shed some light to the uninformed, it would be 
 greatly appreciated.
 
 Thanks,
 
 Jack
 
 
 
 
 
 
  Yahoo! Groups Sponsor 
 ~-- Great things are happening at Yahoo! 
 Groups.  See the new email design.
 http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
 --
 --~- 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
  
 
 
 


 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Re: How to integrate Flash and Flex well done ?

2006-06-20 Thread David Mendels
Hi,

Future yes; present--requires some hoops.

Background: the new Flash Player contains both the old Actionscript
Virtual Machine (AVM0) the executes AS1 and AS2 and the new AVM2 that
executes AS3.  This allows us to have the new VM, language and
performance and keep backward compatibility with existing SWFs written
prior to AS3.  Unfortunately, there is no real interop between the two
VMs.  For the most part, one has to choose AS1/2 or AS3 and not mix
them. The workaround is, as written earlier in the thread is to have the
two SWFs talk to each other with local connection.  This works, but is
not the best ieal solution.

Tha said, James was right that the *future* will make it easy to create
SWFs and SWCs in Flash and use them in a Flex applications.  The future
assume the Flash authoring tool with full support for AS3.  This future
version of the Flash authoring tool is code named Blaze.  It is still
a ways off, but we expect to have a version on labs.adobe.com as early
as possible to enable this interop across Flash authoring and Flex. It
will not however provide an automatic way to use earlier (AS1/2)
SWF/SWCs in Flex--you will need to either port these to AS3 or use the
local connection technique.

Hope this helps.

-David

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of roberto.rosenthal
 Sent: Monday, June 19, 2006 1:13 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: How to integrate Flash and Flex well done ?
 
 Jason, thanks for the prompt reply... But that doesn't really 
 help, does it ? How strange.. I just spoke today with James 
 Ward, a Flex Evangelist, and he assure me that the future for 
 Flash developers was to build customs components (SWC) to 
 interact with Flex... and also sugest me to ask the 
 flexcoders group about this issue (what I'm doing).
 
 Anyhow, do you know where I can learn how to do that ? 
 Meaning: build a custom SWC component with Flash and use it 
 as a Flex component tag.
 
 I really appreciate it,
 Roberto Rosenthal 
 
 
 
 
 
  Yahoo! Groups Sponsor 
 ~-- Yahoo! Groups gets a make over. See 
 the new email design.
 http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
 --
 --~- 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
  
 
 
 
 


 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Cold Fusion And Flex 2

2006-06-18 Thread David Mendels
The install is an update to CF, not additional software.  It include
cumulative bug fixes to CF MX 7, so I expect most providers to install
it early.

Regards,
David 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen
 Sent: Saturday, June 17, 2006 9:08 AM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Cold Fusion And Flex 2
 
 depends on how you want to retrieve your data.  If you use 
 WebServices or REST via HTTPService, no need to install 
 anything.  Only need the install if you want to use RemoteObjects.
 
 DK
 
 On 6/17/06, mvbaffa [EMAIL PROTECTED] wrote:
  Hi all,
 
  I am considering to use Flex and Cold Fusion for a new 
 application. It 
  seems that this is a very good integration and combination.
 
  The problem is that this application will run on a public provider 
  that already have Cold Fusion MX 7 installed. It is very 
 difficult to 
  find a provider that will accept to install any additional 
 software at 
  his production server
 
  Is it necessary that Cold Fusion/Flex Connectivity be 
 installed in the 
  production server or this is only a development plug-in 
 
  Thanks in advance
 
 
 
 
 
 
 
  --
  Flexcoders Mailing List
  FAQ: 
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: 
  http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 
 
 
 
 
 
 --
 Douglas Knudsen
 http://www.cubicleman.com
 this is my signature, like it?
 
 
  Yahoo! Groups Sponsor 
 ~-- 
 See what's inside the new Yahoo! Groups email.
 http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
 --
 --~- 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links
 
 
 
  
 
 
 
 


 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Intro to Flash development using Flex?

2006-06-16 Thread David Mendels
Hello,

Yes.  It sounds like it might be a good fit. But why not try it for
yourself at labs.adobe.com 

Regards,
David

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of crile999
 Sent: Friday, June 16, 2006 2:00 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Intro to Flash development using Flex?
 
 We are currently using flash pro to develop flash apps but 
 find the AS editor and IDE to be cumersome, oriented towards 
 old-style Flash movie construction  - and we are doing 
 everything with AS.
 
 Would flexbuilder help us? 
 
 In other words, can we use flexbuilder to just write pure flash apps? 
 
 
 
 
 
 
 
 
  Yahoo! Groups Sponsor 
 ~-- Great things are happening at Yahoo! 
 Groups.  See the new email design.
 http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
 --
 --~- 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
  
 
 
 


 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Flex and e-forms

2006-06-09 Thread David Mendels





Hi Jonathan,

I run both LiveCycle and Flex at Adobe. We are 
working on bringing them together in a few interesting ways. It might be 
good to have you talk offlist with some folks herewe might not have an 
answer for you today, but it would help inform us for the future and make sure 
we get the product right.

Ping me offlist if interested,

David

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan 
  BezuidenhoutSent: Friday, June 09, 2006 12:22 PMTo: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Flex and 
  e-forms
  Hi everyone,I know this question is a bit nebulous - but 
  not as bad as how long is a piece of string.Has anyone had any 
  experience of integrating e-forms with Flex? In our case, we want our 
  users to be able to create their own forms, fill them in, and display that 
  info back to them - and also be able to extract some of that info. Oh 
  yes, and also seamlessly integrate that with our Flex app. For 
  example, Adobe LifeCycle is one of these products - it uses 
  HTML/PDF:http://www.adobe.com/products/livecycle/Any 
  ideas/suggestions for other approaches? 
  ThanksJonathan 
__._,_.___





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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-06 Thread David Mendels





Hi,

This will not be in Flex 2.0.

It is something we'd like to see in a future version of 
Flex (2.5? 3.0?) but we don't have a specific date or release planned 
yet. We'll get to that after we ship 2.0.

Regards,
David
Adobe

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy 
  LuSent: Tuesday, June 06, 2006 6:51 AMTo: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] Runtime CSS 
  Styles Flex 2.0 B3
  Ely post in Ben's comment saying Adobe is working on this thing 
  (although it might not make it to the v2 release). Maybe engineers 
  from Adobe can confirm this ?
  On 6/6/06, Michael 
  Schmalle [EMAIL PROTECTED] 
  wrote:
  






But to be able to do it with out goingthrough every 
control and using the built in setStyle would be the cherry onthe 
cake.
yeah, it's nice.I agree with you on Adobe, and getting a 
timeline. That is why I have been dragging my feet on this. Knowing adobe, 
they did a good job and it's almost done ;-)Peace, Mike

On 6/6/06, Jason 
Hawryluk  [EMAIL PROTECTED] wrote:

  
  
  
  
  
  
  
  Definitely 
  interested in collaborating on a solid solution, even if Adobe does come 
  out with it built in at a later date. However if it's going to be in the 
  final release of Flex 2.0I would rather not waste the time. AFAIK it 
  is not slated for Flex 2.0, but then I don't work for 
  Adobe.
  
  Can anyone from 
  Adobe confirm or not if runtime style sheet loading will be built in 
  within the context we have been discussing?
  
  Anyway between 
  what I have, you have, and mikes work with a little elbow grease I should 
  be able to get a solution going. Keep in mind I have not looked at your 
  code yet which may simply solve the problem. 
  
  Jason
  
  
  
  
-Message 
d'origine-De: flexcoders@yahoogroups.com [mailto: 
flexcoders@yahoogroups.com]De la part de 
mailEnvoyé: lundi 5 juin 2006 17:43À: 
flexcoders@yahoogroups.comObjet: RE: 
[flexcoders] Runtime CSS Styles Flex 2.0 
  B3
  I've done some work in this area as 
  well, and postedan example a few weeks ago on my blog ( http://blog.benstucki.net/?id=22). With a slight 
  change it can be used to update the style of anything in the application, 
  not just custom styles. I will try to update it toward that end tonight. 
  Also, I would be happy to collaborate with anyone else working on similar 
  functionality until we hear what Adobe's timeline is for it. Ben 
  Stuckihttp://blog.benstucki.net/
  
  From: "Jason 
  Hawryluk" [EMAIL PROTECTED]Sent: Monday, June 05, 2006 
  7:34 AMTo: flexcoders@yahoogroups.comSubject: RE: 
  [flexcoders] Runtime CSS Styles Flex 2.0 B3 
  yes exactly, basicly they 
  load a bare bones application component with a defined 
  mx:Styleand boom all styles changed. I guess they replaced the 
  loaded style that was compiled in or somthing. Anyway that was flex 
  1.5,I think... it's been a while, and i'm trying to do this in Flex 
  2.It did not do any parseing of it at all which is why it rocked 
  :) 
  
  Jason 

  
-Message 
d'origine-De: flexcoders@yahoogroups.com [mailto: 
flexcoders@yahoogroups.com]De la part de Michael 
SchmalleEnvoyé: lundi 5 juin 2006 
15:07À: flexcoders@yahoogroups.comObjet: Re: 
[flexcoders] Runtime CSS Styles Flex 2.0 
B3Hmm,I don't follow, you mean load a style 
sheet that changes fill color styles?Peace, Mike
On 6/5/06, Jason 
Hawryluk [EMAIL PROTECTED] 
wrote: 

  
  
  I was thinking more 
  along the lines of styles for components fill colors etc. Someone had 
  done it inFlex 1.5 and it was very slick or it may have been in 
  the alpha (can't recollect).
  
  
-Message 
d'origine-De:flexcoders@yahoogroups.com [mailto: 
flexcoders@yahoogroups.com]De la part de Michael 
SchmalleEnvoyé: lundi 5 juin 2006 
13:33À:flexcoders@yahoogroups.comObjet: 
Re: [flexcoders] Runtime CSS Styles Flex 2.0 
  B3
  Hi,Search the list, there are a couple of posts on 
  this. You need to use the styleSheet load of the TextField. Then 
  custom parse through values. I am sure there will be some class 
  libraries for this in the future. Gordon Smith (Adobe) hinted that 
  there might also be this in a future version of Flex, I am sure of 
  this.The 'apply' part of the algorithm is the hardest. I 
  created this in Flash8 for components, havn't finished it to Flex2. 
  When I do I will 

[flexcoders] The Kiwi project (cool new app and resource for Flex development...)

2006-05-25 Thread David Mendels
Title: is "delete" really the best/only way to remove a node in e4x?





FYI 
check out this app and new resource on Flex 2: http://blogs.adobe.com/kiwi/

Download and source available here: http://labs.adobe.com/wiki/index.php/NoteTag

Feedback? 

-David
Adobe





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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Flex2B2 to Flex2B3

2006-05-04 Thread David Mendels





No.

Regards,
David
Adobe

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Tim 
  HoffSent: Thursday, May 04, 2006 4:15 PMTo: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Flex2B2 to 
  Flex2B3
  Will the difference between Beta2 and Beta3 be as significant as B1 
  to B2?Just wondering,Tim Hoff





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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] New to Flex and deciding...

2006-04-30 Thread David Mendels





Hello,

1. Somewhere they say that the SDK is now free but 
the builder ispriced and with that will be one framework license. I don't 
quiteunderstand what is this framework license.

The Framework and compiler are free for both development 
and deployment.You can use them with any text editor ro develop your 
code. There are nohidden costs.

The FlexBuilder tool, and the Charting components will be 
charged on a per developer seat basis. In otherwords, if you want to use 
them, you can buy a copy (for someamount less that $1,000) and use them to 
create any and all applications you want.There are no additional license 
fees for deploying applications.2. In the book there 
is reference that you can (technically) delivercompiled mxml files from your 
website but it will be a licenseviolation. Is it still true with 2.0?

This is not true with 2.0.
3. I 
understand that Data Services are priced and will need licensebut if I use 
HTTP Service and use compiled mxml application as UI toconnect to my server 
"without" any Flex server component. Can I do itwithout any licensing from 
Macromedia?

Correct. You can deliver a compiled SWF from the SDK 
and connect to your server without any licensed server softwarefrom 
Adobe/Macromedia. 
Bottomline. I am working on a 
shoestring. I need to get startedquickly with a budget of $200/yr. (which 
means mostly open sourceCPL/GPL software). Of course when I grow and need 
more commercialfeatures I will loosen my purse but I do not like any entry 
barriers(who does?) Does Flex2.0 licensing model accomodate people like 
me or not?
Yes it does. :)


Regards,
David
Adobe





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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] New to Flex and deciding...

2006-04-30 Thread David Mendels



Hi,

The final license agreements are being worked on by our teams. 

But the basic outlines are final and my earlier email explains them.

The information on non-commercial licenses on our site is based on the
Flex 1.5 timeframe, it has not been updated for 2.0.

Hope this helps,

David
Adobe

 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of Nasir Khan
 Sent: Sunday, April 30, 2006 2:50 PM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] New to Flex and deciding...
 
 Manuel/David/JesterXL
 
 Thanks a lot for the clarifications and insights. 
 Are all the licensing details you mentioned already finalized 
 at Macromedia or are they still deciding? 
 
 The reason I ask this again is because I could not find this 
 information on any official macromedia site, there are some 
 blogs which talk about it, some lists and so forth. In one of 
 the blogs their product manager said we intend to make SDK 
 free... the intention is not good enough for people like me :-)
 
 On the contrary I came accross this yesterday - 
 http://www.macromedia.com/software/flex/productinfo/ncni/scena
 rios.html
 
 It just talks about Non-Commercial licenses. I have all 
 intentions to be commercial from day-1. And would be happy 
 to buy upgrade/cluster licenses, I just dont want to pay 
 upfront costs. This material could be dated but there is so 
 much and often conflicting information on licensing and costs. 
 
 Thanks
 Nasir 
 
 
 
 --- Manuel Saint-Victor [EMAIL PROTECTED]
 wrote:
 
  Nasir,
  You'll probably get more precise answers to the individual 
 aspects of 
  your questions from other members but i just wanted to help 
 you with 
  the confusion aspect. Flex 2 and Flex 1.* are entirely different 
  worlds. The rules have been entirely changed and deployment now 
  costs you nothing.
  The files generated from Flex 2 do not require any type of server 
  license.
  From what I understand the builder will be priced. 
  The builder being the
  thing you are enjoying dragging and dropping in as we speak. It's 
  very nice and makes developing your apps a wonderful experience. 
  However if you want to drop your prices to zero you'll 
 still be able 
  to create your applications (write and compile) using other 
 text tools 
  and the compiler(which will continue to be free).
  The framework - which I believe to be the components
  etc- will also be
  free- So you'll be able to use say the datagrid- you just 
 can't drag 
  and drop it onto your canvas for free- You can write the mxml text 
  file by hand and still get your app to do what it needs to do.
  
  As far as the data services- They are free to a
  point- I haven't
  investigated all of the details of that yet but from what I 
 understand 
  you can build a fully functional application that is only 
 limited in 
  the number of users that can access it at one time (if I'm wrong 
  someone please correct me). So I believe the HTTPService will be 
  entirely free.
  
  If you are operating on a budget I think Flex will suit 
 your needs. 
  Based on your description the only limitation will be the amount of 
  elbow grease
  you are willing to put into it(other than the data services 
 aspect). 
  Based on the way you come across- you're ready to grow and pay your 
  dues- I feel as if Flex and the Flash platform overall is designed 
  with that in mind.
  Hopefully i answered some of your questions and at the very 
 least got 
  rid of the feeling that the community is not listening- I 
 think we are 
  all in sprint mode right now as we try to keep up with the 
 explosive 
  growth of Flash as a whole.
  
  
  
  
   SPONSORED LINKS
   Web site design
 
 developmenthttp://groups.yahoo.com/gads?t=msk=Web+site+desig
n+developmentw1=Web+site+design+developmentw2
=Computer+software+developmentw3=Software+design+and+developm
entw4=Macromedia+flexw5=Software+development+best+practicec=5
s=166.sig=L-4QTvxB_quFDtMyhrQaHQ
  Computer
   software
 
 developmenthttp://groups.yahoo.com/gads?t=msk=Computer+softw
are+developmentw1=Web+site+design+developmentw2
=Computer+software+developmentw3=Software+design+and+developm
entw4=Macromedia+flexw5=Software+development+best+practicec=5
s=166.sig=lvQjSRfQDfWudJSe1lLjHw
  Software
   design and
 
 developmenthttp://groups.yahoo.com/gads?t=msk=Software+desig
n+and+developmentw1=Web+site+design+developmentw2
=Computer+software+developmentw3=Software+design+and+developm
entw4=Macromedia+flexw5=Software+development+best+practicec=5
s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ
  Macromedia
  
 
 flexhttp://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=We
b+site+design+developmentw2=Computer+software+developmentw3
=Software+design+and+developmentw4=Macromedia+flexw5=Softwar
e+development+best+practicec=5s=166.sig=OO6nPIrz7 _EpZI36cYzBjw
  Software
   development best
 
 practicehttp://groups.yahoo.com/gads?t=msk=Software+developm
ent+best+practicew1=Web+site+design+developmentw2

RE: [flexcoders] how to implement the copypaste of chart in flex

2006-04-29 Thread David Mendels





Hi,

It can be done, but a few extra steps. Convert to 
JPEG first. This can help you get started:http://www.kaourantin.net/2005/10/more-fun-with-image-formats-in-as3.html

-David



  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Tariq 
  AhmedSent: Saturday, April 29, 2006 1:58 AMTo: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] how to 
  implement the copypaste of chart in flex
  Not possible as far as I know. Snag-It is your next best 
  bet.anjicn wrote: I want to add the copypaste support 
  for charts in order to let user  select any chart, copy it and then 
  paste it to some other editors  like "Office Word" or "MS Paint" for 
  further use.  Is it possible to do so, or can I just generate 
  a .jpg or .bmp file for  each chart, that will also be 
  acceptable. Anyone who has such experience, please help me. 
  Thanks. -- Flexcoders 
  Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
  Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
   Yahoo! Groups Links 
   





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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] PayPal Full Cart Solution -- Are we allowed yet to deploy a FLEX 2.0 solution yet?

2006-04-25 Thread David Mendels





Hi,

We would not reccomend going into production. The 
software is still in beta, and the Flash Player 9 (formally referred to as 8.5) 
is not shipping and set up with Express Install. Your client(s) can 
download the beta Flash Player and you can advance your work, but we would not 
suggest anyone deploy until the software ships (around the middle of this 
year.)

-David

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Robert 
  ThompsonSent: Tuesday, April 25, 2006 11:20 PMTo: 
  flexcoders@yahoogroups.comSubject: [flexcoders] PayPal Full Cart 
  Solution -- Are we allowed yet to deploy a FLEX 2.0 solution 
  yet?
  I know Flash Player 8.5 is still in beta, but one of my clients is 
  reaching a critical point of wanting an improved shopping cart.I can 
  build my own with high quality and use Flash 8 Pro Web Services to PayPal; but 
  I'd rather just move forward with a FLEX 2.0 solution.The Flash 
  Shopping Carts that integrate with PayPal out there and support Web Payments 
  Pro (for shipping calculations based on cumulative weights of each product and 
  destination) is pure cr*p.I've looked at them all and they are either 
  ridiculously tied to some odd pricing model, or they just suck in terms of a 
  smooth interface that's compact -- in most cases it's bothall old Flash 6 
  or 7 cr*ap.Anybody have any suggestions? Any good MXP components 
  out there?For this? I've checked the Flash Exchange and haven't 
  found much -- in fact that one company WA Components or whatever just floods 
  that whole exchange with a bunch of free lite versions of everything under the 
  sun that don't work well in Flash. QUALITY is the word these 
  days.-r
  
  
  Yahoo! Messenger with Voice. Make 
  PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less. 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Yahoo! Maps API

2006-03-26 Thread David Mendels
Hi,

I can add that we expect a Flash Player 8.5 (AS3/Flex2) revision so this
will be possible in the relatively near term.

-David 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of Mike Chambers
 Sent: Sunday, March 26, 2006 1:16 AM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Yahoo! Maps API
 
 That is correct.
 
 mike chambers
 
 [EMAIL PROTECTED]
 
 Brendan Meutzner wrote:
  Hey Matthew,
  
  I'm going to go out on a limb here and suggest that the 
 current swc is 
  only compatible with 1.5.  When I tried importing the it into a 2.0 
  project, it threw errors.
  
  Someone correct me if I'm wrong.
  
  Brendan
  
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
  
 
 
 
 


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] FB2 :: Flex printing

2006-03-26 Thread David Mendels





Hi,

If folks post specific reproducible errors, we'll make sure 
they get to the team to be reviewed. Please do.

-David
Adobe

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Carlos 
  RoviraSent: Saturday, March 25, 2006 1:12 PMTo: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] FB2 :: Flex 
  printing
  Hi,Printing in Flash is a little pain and should be 
  revisited by the Flash Player team before others in the Flex team do something 
  else because I my opinion the problem is in the plataform and not in the 
  framework. Is great to have nowadays a framework like flex that saves tons of 
  time but when we reach printing, there's no time calculations and only 
  experience would help you. I experience a lot of problems sometime ago 
  and I assume that the problem when we try to print vectors and bitmaps borns 
  of the different display engines in Flash Player 8. It seems Flash Player has 
  a engine for vectors and other one for bitmaps so printing is affected of this 
  dual display nature. Hope this issue will enhanced in the future because could 
  be a frustration for people coming to the Flash Platform in the future 
  
  On 3/23/06, Dima 
  Ulich [EMAIL PROTECTED] 
  wrote:
  
HiI have used the package you are 
pointing at. Toreproduce the bug try to print out a page with 
textand bitmap image (do not embed image load 
itdynamically).When you use FlexPrintJob package, you'll get 
bitmapquality printing which is not good at all for use 
inreports. When you use flash.print.PrintJob package you 
will getvector printing, but you won't get the image printed. My 
question was would there be an option to printimages and text on one 
page in good vector printingquality? Is there a way to set 
FlexPrintJob to print in vectorformat?Dima 
Ulich
--- David Mendels [EMAIL PROTECTED] 
wrote: Hi,  a) Check outhttp://livedocs.macromedia.com/labs/1/flex/langref/mx/print/package-deta 
 il.html b) Please be specific and give us reproducible 
bugs so we can address as many issues as possible and/or log 
ECRs for future!   -David Adobe 
    
 From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Phil 
Marston  Sent: Wednesday, March 22, 
2006 9:26 AM  To: flexcoders@yahoogroups.com 
 Subject: Re: [flexcoders] FB2 :: Flex 
printing   
   I 
haven't used this yet, but our University teaching apps would 
  certainly need good functionality 
here so hope there isn't a problem  
 like there's been with the implementation 
of printing in Flash in the past. 
   As 
far back as a Flash 5 project we hit a bug in the Flash 
player to do   with printing nested 
movieClips - after months of trying to fix it  
 someone from Macromedia eventually let us 
know that it was a known issue  
 but they didn't think anyone would notice - 
as far as I'm aware it's  
 never been fixed. 
   
Compared to all the other features in Flash, printing always 
seems to be   a bit of a poor cousin 
sort of implementation.  Maybe with Adobe's print  
 heritage that will change . . . :-) 
   
Phil   
 Dima Ulich wrote: 
  I would like to ask adobe team.  
  Do you guys have any plans on making 
printing from   flex a bit 
easier?
  I think it is very important for RIAs to 
have very   flexible 
printing feateres so users and devs wouldn't 
  have problems creating different kind of 
reports.For now it is 
not event possible to print bitmap  
 images aloing with vector graphics.  
  To print images you need to have them 
embeded or use   
printAsBitmap feature, but printAsBitmap makes all the 
  other things on page look nasty. It 
won't work for   good 
reports.In Flex Beta past and 
new version there was a   
FlexPrintJob package it prints in bitmap format which 
  makes it impossible for use. And 
flash.print.printJob   package is 
pretty hard to use, and it doesn't solve 
  the problem. 
   
 Flexcoders, what do you think about printing in flex? 
   
 Ulich Dima   
   
 __ 
  Do You Yahoo!? 
  Tired of spam? Yahoo! Mail has the 
best spam protection around  
  http://mail.yahoo.com 
   
   
 --   Flexcoders Mailing 
List   FAQ:http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
  Search Archives:http://www.mail-archive.com/flexcoders%40yahoogroups.com 
   Yahoo! Groups Links 
   
   
   
   

   -- 
 
__ 
  Phil Marston  
 Learning Technologist 
 Learning Technology Unit  
 Edward Wright G33, University of 
Aberdeen

RE: [flexcoders] FB2 :: Flex printing

2006-03-23 Thread David Mendels






Hi,

a) Check out http://livedocs.macromedia.com/labs/1/flex/langref/mx/print/package-detail.html
b) Please be specific and give us reproducible bugs so we 
can address as many issues as possible and/or log ECRs for future! 


-David
Adobe

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Phil 
  MarstonSent: Wednesday, March 22, 2006 9:26 AMTo: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] FB2 :: Flex 
  printing
  I haven't used this yet, but our University teaching apps would 
  certainly need good functionality here so hope there isn't a problem 
  like there's been with the implementation of printing in Flash in the 
  past.As far back as a Flash 5 project we hit a bug in the Flash player 
  to do with printing nested movieClips - after months of trying to fix it 
  someone from Macromedia eventually let us know that it was a known issue 
  but they didn't think anyone would notice - as far as I'm aware it's 
  never been fixed.Compared to all the other features in Flash, 
  printing always seems to be a bit of a poor cousin sort of 
  implementation. Maybe with Adobe's print heritage that will change . 
  . . :-)PhilDima Ulich wrote: I would like to ask adobe 
  team.  Do you guys have any plans on making printing from flex 
  a bit easier?  I think it is very important for RIAs to have 
  very flexible printing feateres so users and devs wouldn't 
  have problems creating different kind of reports.  For now it is not 
  event possible to print bitmap images aloing with vector graphics. 
   To print images you need to have them embeded or use 
  printAsBitmap feature, but printAsBitmap makes all the other things on 
  page look nasty. It won't work for good reports.  In Flex Beta 
  past and new version there was a FlexPrintJob package it prints in 
  bitmap format which makes it impossible for use. And 
  flash.print.printJob package is pretty hard to use, and it doesn't 
  solve the problem. Flexcoders, what do you think about 
  printing in flex? Ulich Dima 
  __ Do You 
  Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection 
  around  http://mail.yahoo.com 
   -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
  Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
   Yahoo! Groups Links 
   -- 
  __ Phil 
  Marston Learning TechnologistLearning Technology Unit Edward 
  Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, 
  UK[EMAIL PROTECTED] Tel: 44(0)1224 273329 / 44(0)7798 723660 http://www.abdn.ac.uk/diss/ltu/__






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Opinions sought: Flex and small developers

2006-03-21 Thread David Mendels





Hi,

I guess you missed the news. :)

The price model changes completely from 1.X to 2.0. The 
product is affordable for everyone now.

The Flex Framework and compiler will be free. In 
other words, if you want to use your own text editor for coding, you can now 
build and deploy Flex applications for *FREE*.

The Flex Builder tool will be less than $1000. You 
will be able to build and deploy Flex applications with this. You are not 
required to ever buy the server. You can load data into your Flex app with 
XML over XTTP or our XML or Binary Socket and no server is 
required.

The Flex Data Services will have a low end limited version 
for Free, and will scale to more typical enterprise server pricing (eg. for 
small business this will scale to be expensive for larger deployments). 
However this is not required for the average small business application. 


Regards,
David
Adobe

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of 
  pixelgeekSent: Monday, March 20, 2006 10:35 PMTo: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Opinions sought: 
  Flex and small developers
  Now as much as I like Flex and as much as I like playing with 
  it andcreating some interesting gadgets I am curious if people here on 
  thelist think that there is much point in pursuing Flex if you are 
  asmall developer and typically cater to smaller companies.Do 
  people think that Flex is ever going to reach down from its currentmarket 
  (and its current price) to where it is afordable for 
  smallerdevelopers?My current conundrum is that I have two 
  applciations that I amplanning and I can do then in Flex or CF using CF 
  Form but as much asI want to do it in Flex I can't see that its 
  economically feasible todo soAnyone think this will change? Will 
  Adobe change past Macromedia pricepoints for this 
  product?





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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Looks Like Flex 2.0 Beta 2 is Releasing soon

2006-03-21 Thread David Mendels
 Hi Joao,

We are sorry about this.  It isn't our choice, I assure you.  The legal 
requirements for this kind of contest with prizes are very different country by 
country and it is very difficult to implement on a global basis.  The issue is 
more around the restrictions and diversity of laws for these things in Europe 
(and other regions) than Adobe policy. :(

-David

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of João Fernandes
 Sent: Monday, March 20, 2006 9:27 PM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Looks Like Flex 2.0 Beta 2 is Releasing soon
 
 Well I just saw the Adobe Flex Developer Derby and guess what...
 
 Again only available in US and Canada (Frenchies excluded).
 
 When will we see for once a contest where no one is excluded?
 
 João Fernandes
 
 -Original Message-
 From: flexcoders@yahoogroups.com on behalf of João Fernandes
 Sent: Tue 21-Mar-06 1:29 AM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Looks Like Flex 2.0 Beta 2 is Releasing soon
  
 
 Well, 
 
 they seem to work now. 
 
 João Fernandes
 
 -Original Message-
 From: flexcoders@yahoogroups.com on behalf of Richie Rich
 Sent: Tue 21-Mar-06 12:22 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Looks Like Flex 2.0 Beta 2 is Releasing soon
  
 Hello,
 
 I went to D/L the Coldfusion/Flex Connection kit and I am 
 recieving Errors when I get to the page. 
 
 http://trials.macromedia.com/pub/esd/labs/flex2/cf_flexconnect
 _b2_03-20.exe
 
 Everything has the _b2 added to it and it looks like they are 
 updating labs website as well The FES2 has a new name Flex 
 Data Services 2.0.
 
 Any body know when the D/L's will start working again.
 
 Rich
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
  
 
 
 
 
 


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




JSON support and additional libraries now shipping on Adobe labs...(was RE: [flexcoders] Re: JSON support?)

2006-03-01 Thread David Mendels





Hi All,

FYI, this and a lot more is shipping 
now:


This week 
theAdobe Developer Relations teamreleased a set of seven free ActionScript 3.0 
APIs to help developers get started building Flex 2.0 applications on http://labs.adobe.com. 

They are located at 
http://labs.macromedia.com/wiki/index.php/ActionScript_3:resources:apis:libraries 
and you can get to them from the labs homepage.

The projects are 
listed below, along with descriptions and links to source, docs, and zip files 
for each individual project. The ZIP files contain source code, documentation, 
and SWCs (compiled versions of the libraries). 
corelib The corelib 
project consists of several basic utilities for MD5 hashing, JSON serialization, 
advanced string and date parsing, and more. 

FlexUnit FlexUnit is a unit 
testing framework for Flex and ActionScript 3.0 applications. It mimics the 
functionality of JUnit, a Java unit testing framework, and comes with a 
graphical test runner. 

Flickr The Flickr library is 
an ActionScript 3.0 API for the online photo sharing application, Flickr. It 
provides access to the entire Flickr API. 

Mappr Mappr is a service and 
application that combines images from Flickr with geolocational information. The 
Mappr ActionScript 3.0 API gives you access to Mappr's geo-tagged image data. 
RSS and Atom libraries Use the RSS and Atom 
libraries to parse Atom and all versions of RSS easily. These libraries hide the 
differences between the formats so you can parse any type of feed without having 
to know what kind of feed it is. 

Odeo The Odeo API provides an 
ActionScript 3.0 interface for searching and retrieving podcasts from Odeo (http://www.odeo.com). 


YouTube The YouTube API 
provides an ActionScript 3.0 interface to search videos from YouTube (http://www.youtube.com).

Regards,
David


  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of 
  adobedeveloperguySent: Tuesday, February 21, 2006 10:45 
  AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] 
  Re: JSON support?
  We will announce the availability of the AS3 libraries 
  atFlashForward. You will be able to get to them from the 
  Flex 2 Betasite at labs.adobe.com.I look forward to hearing how 
  they are being used!Ben





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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Re: Flexbuilder 2B1: coercion error at package declaration, JSON

2006-02-24 Thread David Mendels





Hi,

It is probably not worth doing this now. As Darrel 
pointed out on this thread somewhere there is an AS3 library for JSON coming out 
soon.
-David

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Doug 
  LowderSent: Friday, February 24, 2006 5:57 PMTo: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Re: Flexbuilder 
  2B1: coercion error at package declaration, JSON
  Regarding JSON, have you tried the parser at http://www.theorganization.net/work/jos/JSON.as 
  to see if it will compile in AS3? Since the eval() function has been 
  removed, I think parsing is the only approach left.Doug--- 
  In flexcoders@yahoogroups.com, "dhirshbe" [EMAIL PROTECTED] 
  wrote: Thanks, it was somewhere else in the file. I 
  wasn't aware that arrays still had string indices. The error was: 
  for(var i:int in someArray)--- In 
  flexcoders@yahoogroups.com, "Matt Chotin" mchotin@ wrote: 
I think there must be another problem in your file and the 
  compiler just  can't line it up correctly. Can you break 
  the file down further and see  what happens? I'm 
  assuming you did this in an AS file and not MXML?   
   As for JSON I don't think anyone has tried it yet.   
   Matt-Original Message-  
  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
  On  Behalf Of dhirshbe  Sent: Thursday, February 23, 
  2006 3:25 PM  To: flexcoders@yahoogroups.com  Subject: 
  [flexcoders] Flexbuilder 2B1: coercion error at package  
  declaration, JSONWhen I try to compile with 
  -strict, I get the error:  Implicit coercion of a value of type 
  'String' to an unrelated type 'int' 
   The line it refers to reads "package packagename {"   
   Any ideas?Also:   Is there a 
  convenient way to create objects from JSON in AS3?   
   
 
  --  Flexcoders Mailing List  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
   Search Archives:  http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links 
  





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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Benefits of Flash Security Model and crossdomain.xml

2006-02-13 Thread David Mendels





Hi,

It has nothing to do with license 
validation.

Others have answered this question numerous time on this 
list, but this is the first I have heard anyone think it has to do with license 
enforcement.

It would be a gaping security hole to not do 
this.

_David

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Anatole 
  TartakovskySent: Monday, February 13, 2006 9:37 PMTo: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] Benefits of 
  Flash Security Model and crossdomain.xml
  
  IMHO. it does not serve security purposes - the 
  only thing it can be used for is license validation. Let us say you want to 
  wrap access to yahoo financial services that has limits on number of free 
  requests per IP address per day. The only way you bypass crossdomain.xml is by 
  proxing all the requests through your server as the only way to get the data. 
  That in turn inforces usual industry licensing requirements - enabling real 
  data provider identify your server.
  I think the documentation has to clearly identify 
  crossdomain as not security, but license enforcement feature - or be changed 
  to give control to the client application rather then server.
  Thank you,
  Anatole Tartakovsky
  PS: DOS attack protection is unlikely as Flash 
  1.5uses the same amount of connections that are allowed by the browser 
  to AJAX (2 by default) and can not be a threat as it offer less control to the 
  offender then usual HTTPRequest in mxml (Microsoft XML) parser.
  
  - Original Message - 
  
From: 
Eric Raymond 
To: flexcoders@yahoogroups.com 

Sent: Monday, February 13, 2006 9:11 
PM
Subject: [flexcoders] Benefits of Flash 
Security Model and crossdomain.xml
I must be missing something, but I'm a bit 
confused as to the designof the Flash Security Model and 
crossdomain.xml.My main question is who is this model intended to 
protect?As I undestand it, this protects third party servers from 
disclosingtheir "data" to flash clients. That is, if you do not 
have a crossdomain file on a third party server, a flash program cannot 
access thedata. But, any other program (e.g. ,a web browser, 
socket program,etc) could easily access this data. It's up to the client 
to recuseitself (and only flash clients recuse themselves). It 
would seem fora server to protect itself, it would have to enforce the 
protection,not the client.My expectation was that this was more 
like a Java sandbox whichprevented a program from accessing other sites 
for the protection ofthe client, not the server. In such a scheme 
one might expect thecrossdomain.xml file to be controlled by the server 
which served theflash application (not the 3rd party server) ... a 
chain of trust. If it's controlled by the 3rd party, then there's not a 
huge amount ofprotection.So I can't see any benefit of letting 
the thrid party server be incontrol of this file. If the 
crossdmain.xml file is to protect theserver, then it misses the case 
where non-flash clients can access theserver. If it is to protect 
the client from a malicious thrid party,the third party can simply add a 
crossdomain.xml file to their site.Perhaps this is to avoid DOS'ing 
a third party site from a flash app,but attempting to grab the 
crossdomain.xml file could be a form ofattack (although arguably less 
intensive).So what am I missing here?Perhaps there are use 
cases that I don't see that this model affordsprotection either to the 
client or the server.





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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] IFrame Example for Flex 2?

2006-02-09 Thread David Mendels





Hi,

Brian Deitte posted a port of this sample to Flex 2 a few 
days ago on his blog.

-David
Adobe



  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Mark 
  WalesSent: Wednesday, February 08, 2006 9:05 PMTo: 
  flexcoders@yahoogroups.comSubject: [flexcoders] IFrame Example for 
  Flex 2?
  Like a few before me I have tried to get the IFrame example 
  thatChristophe Coenraets put together for an earlier version of Flex. 
  Hasanyone been able to successfully port this to either the Alpha or 
  Beta?Also, as a conceptual question, might a working example of this 
  allowDrag and Drop from the HTML pages that are loaded to Flex? I'm afraid 
  Ido not yet understand the Flex-HTML-_javascript_ combination well 
  enoughto grasp what is technically possible or not.Thanks for 
  anyone who can provide some insights...-Mark





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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Flex-Struts configration

2006-02-04 Thread David Mendels





Hope this helps: http://www.macromedia.com/devnet/flex/articles/struts.html

-David
Adobe

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Husain 
  KitabiSent: Saturday, February 04, 2006 9:38 AMTo: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] Flex-Struts 
  configration
  
  I am just wondering why would you require struts and flex.
  anyway, look into web.xml file
  
  Srikanth [EMAIL PROTECTED] wrote:
  Hello,Could 
you please explain the confiration and Integration of the Flex and 
Struts? Please send a sample code/link for that.Thanks in 
advance,with Regards,Srikanth


YAHOO! GROUPS LINKS 

  Visit your group "flexcoders" on the 
  web. 
  To unsubscribe from this group, send an email 
  to:[EMAIL PROTECTED] 
  
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
  


hussain
  
  
  Yahoo! 
  Mail - Helps protect you from nasty viruses. 





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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Flex 2.0 beta 1 impressions

2006-02-01 Thread David Mendels





Hi,

Others can answer your main questions better than I can, 
but let me stress that you can still have a SWF compiled without need for a 
server that compiles MXML at runtime. This has not 
changed.

-David

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Jonas 
  WindeySent: Wednesday, February 01, 2006 10:22 AMTo: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Flex 2.0 beta 1 
  impressions
  
  
  Hi, I just installed the new beta 
  release and Im having some problems.
  
  I have the feeling that the Tree 
  component isnt working the way it worked before? (in the alpha 
  version)
  When I give it an xml feed as 
  dataprovider, it doesnt create childnodes automatically. Any 
  ideas?
  
  Also the explorer folder in the 
  samples folder doesnt seem to work anymore (since there are no .swfs 
  anymore, I suppose they are all made to be run in an enterprise services 2 
  environment?
  Are we force to use this? I always 
  liked the idea of an swf compiled without the need for a server who compiles 
  the mxml files at runtime.
  
  Thanks for any 
  response,
  
  Jonas 
  Windey





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] FlexBuilder on Mac

2006-01-27 Thread David Mendels





Hi,

To be clear, we intend to support Flex Builder on the 
Mac. However, we don't have a schedule for this yet---it will be after the 
1.0 Windows version ships. But we will get there.

-David

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Rob 
  RusherSent: Thursday, January 26, 2006 10:28 PMTo: 
  flexcoders@yahoogroups.comSubject: RE: [flexcoders] FlexBuilder on 
  Mac
  Neither the current version nor the upcoming Flex Builder 2 
  will work on aMac. There is talk about maybe supporting a Mac in the 
  future, but Iwouldn't hold your breath.Rob 
  RusherRIA ConsultantMacromedia Certified Flex 
  Instructore:[EMAIL PROTECTED] c:303.885.7044 
  im:robrusher-Original Message-From: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] OnBehalf Of 
  tobiaspattonSent: Thursday, January 26, 2006 5:20 PMTo: 
  flexcoders@yahoogroups.comSubject: [flexcoders] FlexBuilder on 
  MacAnyone get this to work?I installed Eclipse 3.1 on my Mac 
  and copied over the features, plugins,etc. from a Windows install of 
  FlexBuilder. The IDE launches but will notopen the MXML editor. The 
  following exception is logged to console: 
  java.lang.NullPointerException at 
  zorn.editors.mxml.MXMLEditor.init(MXMLEditor.java:165)A couple things 
  I've noticed: in the "About Eclipse" dialog (under the Helpmenu), the 
  "Flex" logo does not appear alongside the Eclipse logo. Also,under 
  "installed features", none of the zorn.* features appear. Worst ofall, the 
  zorn features xml files have the following lines at the 
  top:os="win32"ws="win32"Anyone know if it will ever be 
  possible to run FlexBuilder on a 
  Mac?Thanks.Tobias.--Flexcoders 
  Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
  Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  Yahoo! Groups Links





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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Printing options in Flex 2

2006-01-20 Thread David Mendels
Hi,

Sounds like a bug.

-David 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of Dima Ulich
 Sent: Friday, December 16, 2005 1:31 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Printing options in Flex 2
 
 Did anyone tried to use flex printing packages? When I tried 
 to print a report with bitmaps it didn't print them. It only 
 print bitmaps if they are embeded into swf file. But I need 
 to dynamically add images. 
 Does anyone have any suggestion how to do it? I don't know 
 may be it's alpha version bug?
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection 
 around http://mail.yahoo.com 
 
 
 
 
  Yahoo! Groups Sponsor 
 ~-- 
 Get Bzzzy! (real tools to help you find a job). Welcome to 
 the Sweet Life.
 http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/nhFolB/TM
 --
 --~- 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links
 
 
 
  
 
 
 


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Performance question - please help!

2006-01-20 Thread David Mendels





Hello,

Flex 1.5 or 2.0?

-David

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan 
  HirschiSent: Friday, January 20, 2006 4:11 PMTo: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Performance 
  question - please help!
  Ok, so here's the situation, i've been tasked to 
  writean application that shows a ton of graphs (testing theperformance 
  of flex).i need to create like 60 objects that will be 
  holdingapproximately 100,000 datapoints apieceand i need to create 
  those objects dynamically... is it going to be better/ more efficeient 
  to createthe objects as a class? or does it matter?if i 
  create the objects as simple objects within theparent document is that 
  going to have any effect onperformance?ie what i have going on is 
  that i have to show like 60graphs - one per Property (like envision the 
  graphsthey show on the perfmon)so each property would be like hits per 
  second, etcand i need to show up to 200 machines in each ofthose 
  graphs...each machine represents 1 series in the graph and has60 
  datapoints and i need to create the objects to holdthat dynamically.ie 
  each chart would be 1 objecteach chart would have x number of machines in 
  itie a structure of arrays of structures :)anyway, do you know 
  what's going to give the bestperformance...?and/or how to create new 
  public objects dynamically?'is it just public var ["blah"+i] = new 
  object()?__Do 
  You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection 
  around http://mail.yahoo.com 





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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] FYI RIA Conference Call For Papers

2006-01-20 Thread David Mendels
Hi,

This isn't an Adobe event, but they are looking for speakers on Flex
(and Web 2.0 and etc.).  If interested there is a call for papers here:
http://www.riaconference.com/

FYI,

Regards,
David
Adobe


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] BOSTON AREA? FYI drop by Adobe for talk on Flex Enterprise Services tomorrow

2006-01-17 Thread David Mendels
Hello,

FYI, I see the new BFPUG is being hosted in our offices and William is
giving a talk on FES.  Unfortunately I am out in our SF office this week
and will miss it, but for folks in the Boston area it should be
interesting.  William is the Director of Engineering for Flex Enterprise
Services.

http://www.bfpug.com/?p=9

Regards,
David
Adobe


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Having hard time understanding what features are available to whom when and how

2006-01-09 Thread David Mendels





Hello,

Just catching up on some threads from the vacation 
period.

a) You don't need OpenAMF if you are using Flex 1.5. 
Flex 1.5 comes with AMF (Remoting) fully integrated.
b) The Trial version reverts to an IP limited developer 
edition after 60 or 90 days, but no functionality goes away.You should be 
fine.
c) Pricing:

* If you go into production with Flex 1.5 vs 2.0 there are 
some differences in the options you have.
* It sounds like you want to embed Flex into an application 
that you are selling to multiple customers--eg into a software product. If 
so, we have ISV pricing for embedding Flex that is custom based on what you are 
doing.
* If you are building a custom application, Flex 1.5 is 
based on per CPU pricing, for the CPUs on which the application is 
running.
* I can connect you with a sales rep who can help you 
figure out what it might cost if you ping me offline (and ideally provide a 
little more context.)
* Lastly, if you are planning to ship say, in the 2nd half 
of this calander year, it *may* be in your interest to ultimately build with 
Flex 2. There are many advantages to the Flex 2 product line, but since it 
isn't shipping yet you need to evaluate it in the context of your delivery 
schedule. If you build with Flex 2.0, the tool and framework will be sold 
on a per developer seat basis, for under $1000. There are no runtime 
charges at all in this case. The server (Flex Enterprise Services) 
includes both RPC services and Data Services, and a messaging backbone, 
depending on your needs it may be very valuable for your application or it may 
not. If you do use it, it will be sold both on an embedded basis and on a 
per CPU basis as above. Again, I can connect you to a sales rep if you would 
like more information.

Hope this helps,
David
Adobe

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Bruce 
  CichowlasSent: Wednesday, December 28, 2005 7:47 AMTo: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] Having hard 
  time understanding what features are available to whom when and 
  how
  That's very informative. I'll be trying it soon.I did 
  install Tomcat and Flex 1.5 in the way that you suggested and confirmed that 
  it was running properly with the samples. I've also looked through some 
  of the 1.5 examples and found it encouraging. I have part of my app that 
  I initially built in 2.0 under Eclipse which I need to move back into the 1.5 
  environment.I'm finding the OpenAMF stuff a bit confusing. I've 
  been studying http://www.darronschall.com/weblog/archives/000186.cfm 
  and hope that it is relevant. I'm wondering if I have to read up on 
  Flash, but perhaps not.So what I'm going to attempt next is to Flex to 
  download the initial colors from the server using OpenAMF, add some 
  rudimentary controls to the Flex page to change the colors and another button 
  to write them back to the server. If I can get that to work today, I 
  will think that Flex 1.5 will most likely get me through this demo.I'm 
  still wondering whether I will run up against trial deadline limits on the 
  demo products I am using that will get. I also have to figure out what 
  to tell the potential investors about how much the use of Flex will add to the 
  cost of the production product. Thanks for your help,Bruce
  On 12/28/05, JesterXL [EMAIL PROTECTED] 
  wrote: 
  
Dude, that is so easy. You 
just:
- import each graphic into Flash
- give it an instance name
- modify the code I posted to do:

var c:Color = new 
Color(targetState);
c.setRGB(0xFF);

That'll set it red, and ONLY it. If you 
have the graphic as a PNG or GIF (transparency intact), it'll color just the 
shape with nice edges.

You could do the same in Flex as well, just 
embed the images:

[Embed(source="maine.png")]
var main_png:String;

mx:Image id="main_png_img" 
source="{main_png}" /

And set the color the same way:

var c:Color = new 
Color(main_png_img);
c.setRGB(0xFF);

Flash, Flex... either one. Additionally, 
Bline Express created a pretty phat USA Map component with all 50 
states. Methods already exist in it to set colors, know which state 
you clicked on, etc. It's written for Flash 6, but you could easily 
load that into a Flex Loader, and use proxy functions to call the Flash 6 
methods in the externally loaded SWF.

Bring it.

- Original Message - 
From: 
Bruce Cichowlas 
To: flexcoders@yahoogroups.com 

Sent: Wednesday, December 28, 2005 12:13 AM
Subject: Re: [flexcoders] Having hard time understanding what 
features are available to whom when and how

Thanks for the prompt reply.I can see how your 
suggestion would work, but in my case I don't think I can use the background 
color. Imagine if the shapes were the six states of New England on a 
 

RE: [flexcoders] State Transistions

2006-01-09 Thread David Mendels





Hi,

This will be implemented in the public beta...it isn't in 
the alpha. 

-David

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of 
  rebel_assualtSent: Sunday, January 08, 2006 7:31 
  PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] 
  State Transistions
  Hey, I was wondering if anyone had any information of 
  transistion effectsfor flex 2 states? For example an animation or 
  something that displayswhen different states are navigated 
  to.ThanksMatt





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

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Beta Flex 2 release Date? Any one for a Guess

2006-01-04 Thread David Mendels





Hi all,

Good to hear you are eager. The team is hard at 
work. The next beta will be a big leap forward. I am not going to 
give a specific date or commit to anything...we need to make sure the beta is 
ready before we ship it, but I would expect it in 3-5 weeks. NO 
guarantee.

In the meantime, I'd love to hear more about what kinds of 
projects you are working on for Flex 2, were you using Flex 1.X or is this your 
first Flex project, nature of team, high level impressions, concerns, 
etc.

Regards,
David
Adobe

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Jose (DSM) 
  LoraSent: Wednesday, January 04, 2006 3:34 PMTo: 
  flexcoders@yahoogroups.comSubject: RE: [flexcoders] Beta Flex 2 
  release Date? Any one for a Guess
  
  
  Same here, I have a 
  development team waiting for that Beta
  
  
  
  
  
  From: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sufibabaSent: Wednesday, January 04, 2006 2:15 
  PMTo: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Beta Flex 2 release 
  Date? Any one for a Guess
  
  Hi All,Can anyone give an estimate on when Flex 2 will be 
  released? Itdoesn't have to 
  be a final word, just an approximate time. We 
  areworking on a Flex 2 project 
  that is being slowed to a halt do the manybugs in Flex Alpha. Sincerely,Tim





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RIch Text Editor (was RE: [flexcoders] Re: Beta Flex 2 release Date? Any one for a Guess)

2006-01-04 Thread David Mendels





Hi,

Can you give very specific feedback on what you need in the 
RTE?

-David

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy 
  RottmanSent: Wednesday, January 04, 2006 5:33 PMTo: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Re: Beta Flex 2 
  release Date? Any one for a Guess
  I cant wait for flex beta 2. I am having a huge blast with flex 
  alpha1 right now. As for now, I have three projects that I am 
  working on. Project 1: Broker Firm BackOffice Demo tool. Developed to 
  include allaspects of our current coldfusion site. File tracking, file 
  additions,file management. Another cool feature that I have added to the 
  flexversion is a paperless transaction system that will incorporate 
  thenewly added barcodes to all arizona realestate documents. 
  Project 2: Is an open source cf/flex Tournament/Stat tracking 
  system.This is still in the early stages of alpha, but it is shaping up 
  quitenicely. So far I have included a dynamic 8, 16 and 32 man 
  tournamentbracket system. This will be open source, and when I feel that I 
  havehit a beta stage, I will post it up on source forge.Project 3: 
  MLS Display system. This is another system that is built oncf/flex. Long 
  gone are the days of the slow mls searches. Users willbe able to search 
  the MLS system of most states from one central area.This is another of my 
  demo sites that I am looking to compelte by midmarch and have up for 
  people to play with.Now for my complaits. A few things that I would 
  like to see betterimplemented. I know I am not the one one who feels that 
  the live docsfor flex are a little cumbersome. I would like to see 
  something alongthe lines of CF's livedocs imlemented. As for the 
  rich text editor, this is seemed like a good idea while Iwas playing with 
  it, but after a few different failed attempets ofimplementation, I think 
  the RTE needs to be looked at better. I forone would like to see something 
  like fkeditor or soemthing similar forflex.Other then those grips, 
  flex is a great tool.--- In flexcoders@yahoogroups.com, "David 
  Mendels" [EMAIL PROTECTED] wrote: Hi all, 
   Good to hear you are eager. The team is hard at work. The 
  next beta will be a big leap forward. I am not going to give a 
  specific date or commit to anything...we need to make sure the beta is 
  ready before we ship it, but I would expect it in 3-5 weeks. NO 
  guarantee.  In the meantime, I'd love to hear more about 
  what kinds of projects you are working on for Flex 2, were you using 
  Flex 1.X or is this your first Flex project, nature of team, high 
  level impressions, concerns, etc.  Regards, 
  David Adobe   
    
   From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Jose (DSM) Lora 
   Sent: Wednesday, January 04, 2006 3:34 
  PM  To: 
  flexcoders@yahoogroups.com  Subject: RE: 
  [flexcoders] Beta Flex 2 release Date? Any one for a Guess 
 
 Same here, I have a 
  development team waiting for that Beta  
 

     
   From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of sufibaba 
   Sent: Wednesday, January 04, 2006 2:15 
  PM  To: 
  flexcoders@yahoogroups.com  Subject: 
  [flexcoders] Beta Flex 2 release Date? Any one for a Guess 
  
   Hi All,  
Can anyone give an estimate on when 
  Flex 2 will be released? It  
  doesn't have to be a final word, just an approximate time. We 
  are  working on a Flex 2 project that is 
  being slowed to a halt do the many 
   bugs in Flex Alpha.  
 
  Sincerely,   
   Tim  
 
 
 
 
  --  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  Web site design 
  development http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+ 
  site+design+developmentw2=Computer+software+developmentw3=Software+des 
  ign+and+developmentw4=Macromedia+flexw5=Software+development+best+prac 
  ticec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ 
   Computer software development 
  http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=We 
  b+site+design+developmentw2=Computer+software+developmentw3=Software+d 
  esign+and+developmentw4=Macromedia+flexw5=Software+development+best+pr 
  acticec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw 
   Software design and development 
  http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1= 
  Web+site+design+developmentw2=Computer+software+developmentw3=Software 
  +design+and+developmentw4=Macromedia+flexw5=Software+development+best+ 
  practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ 
Macromedia flex http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+ 
  developmentw2=Computer+software+developmentw3=Software+design+and+deve 
  lopmentw4=

RE: [flexcoders] Effects on state change?

2005-12-05 Thread David Mendels
Title: Re: [flexcoders] Effects on state change?





Hi,

Agreed.

There is a beautiful new feature in the next drop of the 
product for this. (Expected in Jan.)

-David

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Ralf 
  RottmannSent: Monday, December 05, 2005 7:42 AMTo: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] Effects on 
  state change?
  
  I think it would be a good idea to have state transition 
  effects... . How do I manually trigger e.g. the standard Fade 
  effect?RegardsRR--mobile: 
  +49-(0)170-914-5495email: 
  [EMAIL PROTECTED]-Original 
  Message-From: flexcoders@yahoogroups.com 
  flexcoders@yahoogroups.comTo: flexcoders@yahoogroups.com 
  flexcoders@yahoogroups.comSent: Mon Dec 05 13:21:56 
  2005Subject: RE: [flexcoders] Effects on state change?Currently 
  not.You could register for the 
  currentStateChanged/currentStateChangingevents and then trigger those 
  effects on a per-instance basis byyourself.Check the Flex 2 Store 
  sample, I'm pretty sure they did it the same 
  waythere.Dirk. 
  From: flexcoders@yahoogroups.com[mailto:flexcoders@yahoogroups.com] 
  On Behalf Of Ralf Rottmann Sent: 
  Monday, December 05, 2005 8:35 
  AM To: 
  Flexcoders@yahoogroups.com 
  Subject: [flexcoders] Effects on state 
  change? 
  It's understood that effects defined via the showEffectsattribute get 
  active if visible becomes 
  true. 
  How about components and controls which "become visible" 
  throughmx:AddChild in an mx:State? Is there an easy way of 
  assigning ashow/hide effect to different states (Flex 2.0 
  Alpha)? 
  Regards 
  REGARDS 
  RR 
  -- MOBILE: 
  +49-(0)170-914-5495 
  EMAIL: 
  [EMAIL PROTECTED] 
  -- 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 Web site design 
  developmenthttp://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ 
   Computer 
  softwaredevelopmenthttp://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw 
  Software design 
  anddevelopmenthttp://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ 
   
  Macromedia 
  flexhttp://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw 
   Software development 
  bestpracticehttp://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw 
   
  YAHOO! GROUPS LINKS 
   
   
  * Visit your group 
  "flexcodershttp://groups.yahoo.com/group/flexcoders 
  " on the web. 
   
   
  * To unsubscribe from this group, 
  send an email to: 
   
  [EMAIL PROTECTED]mailto:[EMAIL PROTECTED] 
   
   
  * Your use of Yahoo! Groups is 
  subject to the Yahoo!Terms of Service http://docs.yahoo.com/info/terms/ 
  . 
  Yahoo! Groups Sponsor ~--Get Bzzzy! (real tools to 
  help you find a job). Welcome to the Sweet Life.http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/nhFolB/TM~---Flexcoders 
  Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
  Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
  Groups Links* To visit your group on the web, go 
  to: http://groups.yahoo.com/group/flexcoders/* 
  To unsubscribe from this group, send an email to: 
  [EMAIL PROTECTED]* Your use of Yahoo! 
  Groups is subject to: http://docs.yahoo.com/info/terms/





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Update on some of what is coming in next drop of Flex Builder and Flex Framework 2.0

2005-11-28 Thread David Mendels
Hi,

Didn't see this cross linked here and thought folks might be interested,
from Mark's blog: Hi all,

http://www.andersblog.com/archives/2005/11/flex_friday_dem.html

-David
Macromedia


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] Flex Enterprise Servces inf posted to labs

2005-11-21 Thread David Mendels
Hi,

We are working on the CFAdapter in parallel.

-David 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of João Fernandes
 Sent: Monday, November 21, 2005 3:06 PM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Flex Enterprise Servces inf posted to labs
 
 
 I wonder if there will be a CFAdapter out-of-the-box or we'll 
 have to wait for further development. 
 I hope not to be forced to start learning JAVA just to be 
 able to implement DataServices.
 It's not like I don't mind, but it will be a new learning 
 cycle that I wanted to avoid if possible...
 
 João Fernandes
 Secção de Desenvolvimento
 Departamento de Informática
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com on behalf of Clint Modien
 Sent: Mon 21-Nov-05 7:27 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Flex Enterprise Servces inf posted to labs
  
 http://labs.macromedia.com/wiki/index.php?title=Flex_Enterpris
 e_Services:overview
 
 


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Flex Enterprise Servces inf posted to labs

2005-11-21 Thread David Mendels
Hi,

I'll ask someone from that team to post more about the CFAdapter plans

-David 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of João Fernandes
 Sent: Monday, November 21, 2005 4:34 PM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Flex Enterprise Servces inf posted to labs
 
 Well , 
 
 what I can understand from David reply (but I might be 
 missunderstanding it), they are working in parallel on a 
 CFAdapter to do the same job like the Hibernate/JAVA adapter. 
 
 João Fernandes
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com on behalf of Douglas Knudsen
 Sent: Mon 21-Nov-05 8:56 PM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Flex Enterprise Servces inf posted to labs
  
 yeah, but I didn't hear David mention support of DataServices 
 in the CF Adapter as in the Enterprise Services.  All that 
 uber kewl JMS stuff would be Java only I would wager.
 
 DK
 
 On 11/21/05, João Fernandes [EMAIL PROTECTED] wrote:
  God is great and MM is bigger...
 
  Thanks
 
 
  -Original Message-
  From: flexcoders@yahoogroups.com on behalf of David Mendels
  Sent: Mon 21-Nov-05 8:25 PM
  To: flexcoders@yahoogroups.com
  Subject: RE: [flexcoders] Flex Enterprise Servces inf posted to labs
 
  Hi,
 
  We are working on the CFAdapter in parallel.
 
  -David
 
   -Original Message-
   From: flexcoders@yahoogroups.com
   [mailto:[EMAIL PROTECTED] On Behalf Of João Fernandes
   Sent: Monday, November 21, 2005 3:06 PM
   To: flexcoders@yahoogroups.com
   Subject: RE: [flexcoders] Flex Enterprise Servces inf 
 posted to labs
  
  
   I wonder if there will be a CFAdapter out-of-the-box or 
 we'll have 
   to wait for further development.
   I hope not to be forced to start learning JAVA just to be able to 
   implement DataServices.
   It's not like I don't mind, but it will be a new learning 
 cycle that 
   I wanted to avoid if possible...
  
   João Fernandes
   Secção de Desenvolvimento
   Departamento de Informática
  
  
   -Original Message-
   From: flexcoders@yahoogroups.com on behalf of Clint Modien
   Sent: Mon 21-Nov-05 7:27 PM
   To: flexcoders@yahoogroups.com
   Subject: [flexcoders] Flex Enterprise Servces inf posted to labs
  
   http://labs.macromedia.com/wiki/index.php?title=Flex_Enterpris
   e_Services:overview
  
  
 
 
 
  --
  Flexcoders Mailing List
  FAQ: 
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: 
  http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 
 
 
 
 
 
 
 
  --
  Flexcoders Mailing List
  FAQ: 
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives: 
  http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 
 
 
 
 
 --
 Douglas Knudsen
 http://www.cubicleman.com
 this is my signature, like it?
 
 
  Yahoo! Groups Sponsor 
 ~-- Get fast access to your favorite 
 Yahoo! Groups. Make Yahoo! your home page 
 http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
 --
 --~- 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
  
 
 
 
 
 


 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





  1   2   >