RE: [flexcoders] [OT] Developing/Compiling Java in Flexbuilder 2

2006-03-30 Thread Richard Leggett
Don't install the standalone FlexBuilder 2, instead download the Eclipse SDK (eclipse.org)along with the JDK 1.5 (java.sun.com), unzip that to a directory, and then install FlexBuilder2 as a plug-in. That way you will automatically have the JDT and everything required for J2SE development

RE: [flexcoders] What happened to mx.utils.Deletage?

2006-03-24 Thread Richard Leggett
Of course, as you illustrate, this will not work if you are callingmultiple methods on myService Any clues as to whether multicasts are in the spec for AS? Thanks, Rich From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sho KuwamotoSent: 24 March 2006 17:25To:

RE: [flexcoders] Mac Flex developing

2006-03-23 Thread Richard Leggett
I didn't see whether you specified 1.X or 2.0, and I'm sure someone else will be better able to speak about Flex 1.X, but I might be able to offer some insights for Flex 2.0. I'm a PC guy myself but my colleague is currently working on a Mac running Eclipse with the FlexBuilder 2

RE: [flexcoders] embedding a Flex GUI in a Java app

2006-03-08 Thread Richard Leggett
Hi Brooks, Eric D was looking into this just recently, maybe his blog posting will help you out, I posted a link to another project in there that states = Flash 8 support that runs cross platform. http://ericd.net/2006/03/flash-running-in-java-application.inc Richard From:

RE: [flexcoders] Does AS have an equivalant of Java's 'Abstract'

2006-03-03 Thread Richard Leggett
Yeah I don't think interfaces fit the bill here, but I've found that as long as you throw an error (especially in AS3) it works pretty well as a rough approximation of what abstract might do. :) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sauro, NickSent: 22

RE: [flexcoders] Mono MP3s (bug?)

2006-02-27 Thread Richard Leggett
What's the sample rate of the mono mp3? Richard From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Johannes NelSent: 27 February 2006 20:47To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Mono MP3s (bug?) dude, are you bruce eckel from mindview? On 2/27/06,

RE: [flexcoders] Does AS have an equivalant of Java's 'Abstract'

2006-02-22 Thread Richard Leggett
Hi, There's no abstractalthough you can get some of the behaviour by 'throw'-ing errors in all of the methods that would normally be abstract so that the sub-class is forced to implement those methods. Richard From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[flexcoders] RE: Flex 2 - Lonely Interfaces (classes) not allowed

2006-02-20 Thread Richard Leggett
;) Best, Richard From: Richard Leggett [mailto:[EMAIL PROTECTED] Sent: 20 February 2006 22:27To: 'flexcoders@yahoogroups.com'Subject: Flex 2 - Lonely Interfaces (classes) not allowed Hi, Sorry if this has come up, new on the list and to Flex 2, I tried a search but found nothing as yet...

[flexcoders] Flex 2 - Lonely Interfaces (classes) not allowed

2006-02-20 Thread Richard Leggett
Hi, Sorry if this has come up, new on the list and to Flex 2, I tried a search but found nothing as yet... Am I right in thinking Interfaces can only be defined in AS files that also include a public class? Without adding a class to the following file I get errors wherever I try to

RE: [flexcoders] Flex 2 builder: is there a way to turn warnings off

2006-02-16 Thread Richard Leggett
Hey Johannes, Yeah you can't turn them off, but in the problems panel click the filter icon (down facing arrow - Filters) and at the bottom of the dialog you canfilter by severity with some checkboxes. Rich From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[flexcoders] FlexBuilder switching URL to localhost:8000

2005-08-09 Thread Richard Leggett
Hello list, long time Flasher, first timer Flexer... I'm running my Flex server on a different computer on the network. When I hit Run, I see my app correctly, the URL bar shows: http://othercomputer:8700/theMXML.mxml When I run it and I switch on the Network Monitor, it replaces the

RE: [flexcoders] FlexBuilder switching URL to localhost:8000

2005-08-09 Thread Richard Leggett
Thankyou João, I'll just have to throw in a crossdomain.xml for now. :) Cheers, Richard -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of João Fernandes Sent: 09 August 2005 21:19 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders]