AW: [flexcoders] Problems with part "creating basic components" from the livedocs

2004-03-29 Thread Sven Claar
Hi Ali, yes i do all this. i have set: $(LocalData)/Flex Classes $(LocalData)/Classes

RE: [flexcoders] Problems with part "creating basic components" from the livedocs

2004-03-29 Thread Alistair McLeod
Hi Sven, Did you extract the FlexForFlash.zip classes from the /extras folder, and include that on your classpath before exporting the SWC in MX2004? It looks like you might be picking up the MX2004 UIObject class, not the one needed by Flex. The documentation has fuller details on how to set the

Problems with part "creating basic components" from the livedocs

2004-03-29 Thread Sven Claar
Hi, i want to recreate the example "Creating the Green Square" component. everythings fine in FLMX - IDE but when i compile the greentest.mxml i get this error? *** 1 Warning found. Warning A linked symbol is incompatible with a referenced version. The linked symbol WE

RE: [flexcoders] Installed and running live applications?

2004-03-29 Thread Alistair McLeod
Hi Jason, A lot of the Macromedia Flex team are subscribed to this list so will probably be along soon to help (or contact you offlist), but in the meantime, the Macromedia site has a wealth of information on Flex. This page, in particular, is work looking at, and could help you sell Flex internal

Re: [flexcoders] Installed and running live applications?

2004-03-29 Thread Steven Webster
Jason, > live Flex 1.0 app? I understand where this product could be used but > I need some concrete installed apps that I can show or atleast tell > the bosses about. Have you checked out the Macromedia Devnet - Whittman Hart have a demo of an executive dashboard application up there, with so

Installed and running live applications?

2004-03-29 Thread soulpositions
Hello all, I've been using the flex beta3 for a bit now and I have a few good ideas of using it in existing projects, but I was wondering if anyone here has had a chance to buddy up with MM for releasing a live Flex 1.0 app? I understand where this product could be used but I need some concret

disregard Re: FW: Trial CD and Flexcoders

2004-03-29 Thread billy_d_white
Disregard. It is there now. :) --- In flexcoders@yahoogroups.com, "billy_d_white" <[EMAIL PROTECTED]> wrote: > Not to sound overly anxious, but did she mentioned where on the beta > site? I checked it and I don't see any place to download it. Also, > will all of the contents of the CD be out there

Re: FW: Trial CD and Flexcoders

2004-03-29 Thread billy_d_white
Not to sound overly anxious, but did she mentioned where on the beta site? I checked it and I don't see any place to download it. Also, will all of the contents of the CD be out there or just the Flex trial? :) --- In flexcoders@yahoogroups.com, "Steven Webster" <[EMAIL PROTECTED]> wrote: > Hi all

RE: [flexcoders] FLEX released!

2004-03-29 Thread Stacy Young
Hi David,   SorryI was referring to reaction of the general population in regards to pricing. I’m assuming it will be similar to ‘other’ lists. ;-) As for the trial CD option…it makes sense to me. Will also keep it out of cracker hands a little longer hopefully.   Cheers!   Stace  

RE: [flexcoders] FLEX released!

2004-03-29 Thread David Mendels
Hi Stacy,   The beta sites will all get the trial for free (about 4000 of them too!).   a lot of the team is taking the week off, but work on 1.x has already started.  We also have a lot of work on Player speed enhancements underway...this is a longer term project and will be part of the nex

FW: Trial CD and Flexcoders

2004-03-29 Thread Steven Webster
Hi all,   Message on behalf of Libby Freligh (Senior Product Manager for Flex) while she configures her yahoo mail settings to post as well as receive mail from the list ;)     The trial is available for download on the beta site. If you’re on this list but not on the beta, drop me a line o

RE: [flexcoders] FLEX released!

2004-03-29 Thread Stacy Young
There’s gonna be a serious splash when it trickles down into the lists today. It’s not going to be pretty! Great product though can’t argue with that…anxious for 1.x…and/or player speed enhancements.   -Stace   From: Oliver Merk [mailto:[EMAIL PROTECTED] Sent: Monday, March 29

RE: [flexcoders] CurrencyFormatter in ActionScript

2004-03-29 Thread Matt Boles
Thanks! I added this line to the init() method myFormatter=new mx.formatters.CurrencyFormatter(); and that did the trick. -Matt     -Original Message- From: Waldo Smeets [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 7:41 AM To: flexcoders@yahoogroups.com Subject: RE

RE: [flexcoders] FLEX released!

2004-03-29 Thread Steven Webster
Hi Oliver, > It's out, but you'll have to pay $8.99 plus shipping for a trial CD. > > Gimme a break;) Are you serious ? :) For $8.99, you're going to get a top notch 800 page PDF manual that you could read and learn from for months (the documentation is *incredibly* good for this product) as we

FLEX released!

2004-03-29 Thread Oliver Merk
It's out, but you'll have to pay $8.99 plus shipping for a trial CD. Gimme a break;)

RE: [flexcoders] CurrencyFormatter in ActionScript

2004-03-29 Thread Waldo Smeets
Hi Matt,   it looks like you are missing something like myFormatter = new mx.formatters.CurrencyFormatter();   Best,   Waldo Smeets  Sales Engineer Macromedia Benelux  Blog: www.macromedia.com/go/blog_benelux___This e-mail is intended solely for the named recipient. 

CurrencyFormatter in ActionScript

2004-03-29 Thread Matt Boles
I am using a CurrencyFormatter class in an ActionScript controller.  It works fine if I first declare the object as an Object, then as a CurrencyFormatter: class P4_6Controllerb {     // properties     public var exampleView:Object;     private var myFormatter:O