Re: [flexcoders] Returning 'this' from an overridden method?

2007-02-07 Thread Paul Andrews
- Original Message - From: "David_Stafford" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 07, 2007 2:12 AM Subject: [flexcoders] Returning 'this' from an overridden method? > Please pardon this simple-minded question from an AS3 novice. > > My base class often returns 'this' from me

Re: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting

2007-02-07 Thread Paul Andrews
- Original Message - From: "Tom Chiverton" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 07, 2007 9:37 AM Subject: Re: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting > On Tuesday 06 Feb 2007, Paul Andr

Re: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting

2007-02-07 Thread Paul Andrews
- Original Message - From: Shannon Hicks To: flexcoders@yahoogroups.com Sent: Tuesday, February 06, 2007 5:24 PM Subject: Re: [flexcoders] More Mac licensing issues: [WAS:: Max OS X Flex Builder 2.01 License Issue - still waiting And you can't run the same license of Flex

[flexcoders] properties in components..

2007-02-08 Thread Paul Andrews
OK, this is driving me nuts. I'm using Flex Builder 2.01 on a PC. I have a very simple component (say test.mxml), code below, where I set a label value on a button using actionscript. I can get this to compile very simply and we're all happy. As soon as I edit the main application(main.mxml) to

Re: [flexcoders] properties in components..

2007-02-08 Thread Paul Andrews
: http://www.adobe.com/2006/mxml"; width="400" height="300"> http://www.adobe.com/2006/mxml"; layout="absolute" xmlns:local="*"> Rich On 2/8/07, Paul Andrews < [EMAIL PROTECTED]>

Re: [flexcoders] cairngorm event that will affect all models, where to put the logic.

2007-02-18 Thread Paul Andrews
Why should the part of the app with the date control know that a "get data" event is required? Paul - Original Message - From: "Dimitrios Gianninas" <[EMAIL PROTECTED]> To: Sent: Sunday, February 18, 2007 9:38 PM Subject: RE: [flexcoders] cairngorm event that will affect all models, whe

Re: [flexcoders] Quick Question

2007-02-20 Thread Paul Andrews
- Original Message - From: Kumar To: flexcoders@yahoogroups.com Sent: Tuesday, February 20, 2007 7:35 AM Subject: [flexcoders] Quick Question Hi All, Just a quick one guys just had a little confusion in two statements below First: This is just ca

Re: [flexcoders] Quick Question

2007-02-20 Thread Paul Andrews
. Am I right? R. On 2/20/07, Paul Andrews <[EMAIL PROTECTED]> wrote: - Original Message - From: Kumar To: flexcoders@yahoogroups.com Sent: Tuesday, February 20, 2007 7:35 AM Subject: [flexcoders] Quick Question Hi All, Just

Re: [flexcoders] Flex and Java

2007-03-01 Thread Paul Andrews
The short answer is "No". Your java world link describes using flash as a presentation tier connected to a java j2ee server, which is quite different from embedding Flash or Flex. Paul - Original Message - From: "thierrybertossa" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 28, 2

Re: [flexcoders] Re: Apollo (Should Adobe Keep the Name)

2007-03-19 Thread Paul Andrews
I must be old - I was thinking where I'd heard of Apollo before (besides mythology and the space program) and I remembered there used to be a range of unix servers called Apollo. Now I've completely lost 95% of this list.. OK, mind barf is now over.. Paul - Original Message - From: "Mi

Re: [flexcoders] Can flex write to local file system

2007-04-04 Thread Paul Andrews
- Original Message - From: "carltondickson" <[EMAIL PROTECTED]> To: Sent: Wednesday, April 04, 2007 11:24 AM Subject: [flexcoders] Can flex write to local file system > Hi guys, > > I under stand Flex is for RIA but if it's just an embedded swf file > within HTML can it not just be used

Re: [flexcoders] Difference between Flash/Flex in AS 3

2008-06-12 Thread Paul Andrews
- Original Message - From: "Deniz Davutoglu" <[EMAIL PROTECTED]> To: Sent: Thursday, June 12, 2008 9:44 AM Subject: [flexcoders] Difference between Flash/Flex in AS 3 > Hello Guys, I wrote some code in flash AS3 (that one that I sended > yesterday ) > I copied it to flex and even sampl

Re: [flexcoders] Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Paul Andrews
- Original Message - From: Josh McDonald To: flexcoders@yahoogroups.com Sent: Tuesday, June 17, 2008 2:25 AM Subject: Re: [flexcoders] Splitting FlexCoders in smaller, focused groups Define "enterprise" without resorting to some variation of "mo' bettah" What about best pr

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Paul Andrews
Reading the arguments about this subject is pretty confusing. One reason for splitting the list is so that more people will use flex related lists. Another reason for splitting the lists is that there are too many posts in one list. The list is apparently stagnating (!) so the splitting strategy

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-19 Thread Paul Andrews
Shudder. If it doesn't come through my mailbox, it doesn't happen. - Original Message - From: Enjoy Jake To: flexcoders@yahoogroups.com Sent: Thursday, June 19, 2008 12:52 AM Subject: Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups I forgot to mention t

Re: [flexcoders] Does Flex 2/3 support left to right languages?

2008-06-24 Thread Paul Andrews
Err.. like english? - Original Message - From: "twcrone70" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 24, 2008 9:51 PM Subject: [flexcoders] Does Flex 2/3 support left to right languages? > > > > > > -- > Flexcoders Mailing List > FAQ: http://group

Re: [flexcoders] help me

2008-06-25 Thread Paul Andrews
Raj, If everyone had a subject line like yours, the forums would be a complete mess. Before worrying about why flex isn't displaying your data, query your server using a browser to check what data you're getting back. Alternatively check out the debugger to try and see what data you're reading.

Re: [flexcoders] .visability = true, but is it "viewable"?

2008-06-25 Thread Paul Andrews
Why not just remove the timer? - Original Message - From: bjorn To: flexcoders@yahoogroups.com Sent: Wednesday, June 25, 2008 2:01 PM Subject: [flexcoders] .visability = true, but is it "viewable"? I have an animation that is displayed using a timer while something is load

Re: [flexcoders] .visability = true, but is it "viewable"?

2008-06-25 Thread Paul Andrews
"viewable"? The timer is used to update the animation. I need to know when to stop it. 2008/6/25 Paul Andrews <[EMAIL PROTECTED]>: Why not just remove the timer? - Original Message - From: bjorn To: flexcoders@yahoogroups.com Sent: We

Re: [flexcoders] Re: Sleep or Wait command

2008-06-26 Thread Paul Andrews
- Original Message - From: "Chris" <[EMAIL PROTECTED]> To: Sent: Thursday, June 26, 2008 6:38 PM Subject: [flexcoders] Re: Sleep or Wait command > See the Timer class. It's the wrong solution to this problem. Flex and Flash is event based, so it's always better to pick up a completion

Re: [flexcoders] synchronous events in flex

2008-06-28 Thread Paul Andrews
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Saturday, June 28, 2008 2:54 PM Subject: [flexcoders] synchronous events in flex > Hi > Can anyone tell me how to write synchronous events in flex application? There are no synchronous events. > I am calling an Httpservice on fo

Re: [flexcoders] Problem running/debugging in Flex

2008-06-28 Thread Paul Andrews
Well, the most basic problem here is that after being told there are errors, you are still proceeding. Once told there are errors, you should review and fix the errors rather than continue and be surprised that files are missing from the bin directory. If you are stuck understanding these error

Re: [flexcoders] Re: synchronous events in flex

2008-06-29 Thread Paul Andrews
; > > { >> > > // Some processing >> > > Alert.show( 'Name XYZ Already Exists' ) ; >> > > CursorManager.removeBusyCursor(); >> > > Application.application.enabled =true ; >> > > } >> > > If you meant this the

Re: [flexcoders] synchronous events in flex

2008-06-29 Thread Paul Andrews
rror message. Views should be bound to the model or respond to events. Your command class doesn't need to poke around in views. Paul > , > - Original Message - > From: "Paul Andrews" <[EMAIL PROTECTED]> > To: > Sent: Sat, 28 Jun 2008 19:00:07 +0100 >

Re: [flexcoders] Hide a list item without changing (filtering) the dataprovider?

2008-07-01 Thread Paul Andrews
- Original Message - From: "linko27" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 01, 2008 10:08 AM Subject: [flexcoders] Hide a list item without changing (filtering) the dataprovider? > Hallo! > > How can i hide a list item. I am trying to make a lists and hide the > 'mandatory=true'

Re: [flexcoders] Re: Hide a list item without changing (filtering) the dataprovider?

2008-07-01 Thread Paul Andrews
- Original Message - From: "linko27" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 01, 2008 10:58 AM Subject: [flexcoders] Re: Hide a list item without changing (filtering) the dataprovider? >I need to show two lists with different filter function on the same > dataprovider. Therefore I

Re: [flexcoders] Any Certification in Flex?

2008-07-01 Thread Paul Andrews
- Original Message - From: "moonrchand" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 01, 2008 1:31 PM Subject: [flexcoders] Any Certification in Flex? > Hi All, > please let me know, is there any certification form Adobe > exclusively for Flex/AIR. i visited adobe site and there is

Re: [flexcoders] THIS IS ABSOLUTELY NUTS

2008-07-01 Thread Paul Andrews
- Original Message - From: "Dan Pride" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 01, 2008 7:05 PM Subject: [flexcoders] THIS IS ABSOLUTELY NUTS >I have an application which will not compile, delivers no error code and >simply gives me the last good app with no explanation whatsoever?

Re: [flexcoders] New Topic?

2008-07-01 Thread Paul Andrews
If you mean: Sizing Components Inside Custom UIComponents It's already appeared on the list. Paul - Original Message - From: Brandon Krakowsky To: flexcoders@yahoogroups.com Sent: Wednesday, July 02, 2008 12:10 AM Subject: [flexcoders] New Topic? I posted a new topic this

Re: [flexcoders] I Need Help in Adobe Flex2

2008-07-02 Thread Paul Andrews
- Original Message - From: Abdul Razack To: [EMAIL PROTECTED] ; flexcoders@yahoogroups.com Sent: Wednesday, July 02, 2008 7:50 AM Subject: [flexcoders] I Need Help in Adobe Flex2 Hello My Name Abdul Razack iam new in flex iam facing probpem to developed website in f

Re: [flexcoders] Re: How do I "hide" rows in a datagrid display?

2008-07-02 Thread Paul Andrews
- Original Message - From: "anthony_morsey" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 02, 2008 12:25 PM Subject: [flexcoders] Re: How do I "hide" rows in a datagrid display? > Tracy, > > I searched the group before I posted and found nothing that directly > answers my problem. I do

Re: [flexcoders] Stupid question regarding sizing of mxml components

2008-07-12 Thread Paul Andrews
Have you tried setting the verticalScrollPolicy? If you want to refer to specific containers, give them an id so we can be sure which is being refered to. This might be helpful: http://livedocs.adobe.com/flex/3/html/help.html?content=containers_intro_4.html Paul - Original Message - F

Re: [flexcoders] AS3 and Flex, AIR API Posters

2008-07-15 Thread Paul Andrews
- Original Message - From: "Tom Chiverton" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 15, 2008 12:38 PM Subject: Re: [flexcoders] AS3 and Flex, AIR API Posters > On Monday 14 Jul 2008, hworke wrote: >>will you be able to get us some of the API >>posters for Flex 3 and Air and A

Re: [flexcoders] What is the underscore '_'

2008-07-16 Thread Paul Andrews
It's often used as a convention to show private variables in a class. Some people use it for class atrributes - private or not. In your example it's assigning a class variable with the value of a parameter. Paul - Original Message - From: Scott To: flexcoders@yahoogroups.com S

Re: [flexcoders] Who is using FlexReport?

2008-07-16 Thread Paul Andrews
- Original Message - From: "ansury2001" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 16, 2008 4:10 PM Subject: [flexcoders] Who is using FlexReport? snip > As a side rant... > Flex is not going to take off in an "enterprise environment" as Adobe > seems to be claiming it is ready for

Re: [flexcoders] Who is using FlexReport?

2008-07-17 Thread Paul Andrews
Yes and No. I've built loads of reports using very expensive reporting software such as Business Objects and other dedicated reporting solutions that are often oriented towards reporting from data sources such as SQL databases. The cost megabucks. Their main advantage is having a graphical rep

Re: [flexcoders] Re: Who is using FlexReport?

2008-07-17 Thread Paul Andrews
- Original Message - From: "ansury2001" <[EMAIL PROTECTED]> To: Sent: Thursday, July 17, 2008 2:55 PM Subject: [flexcoders] Re: Who is using FlexReport? > Well you're right that I *could* probably meet my basic requirements > simply using pdf generation (although it'd be server side/jav

[flexcoders] Flex CD-ROM deployment.

2008-07-18 Thread Paul Andrews
I might be picking up some work for an applyication to run via CD-ROM (no install). Any war stories with regard to using Flex? Paul

Re: [flexcoders] Re: Who is using FlexReport?

2008-07-28 Thread Paul Andrews
- Original Message - From: "Tom Chiverton" <[EMAIL PROTECTED]> To: Sent: Monday, July 28, 2008 10:57 AM Subject: Re: [flexcoders] Re: Who is using FlexReport? > On Thursday 17 Jul 2008, Paul Andrews wrote: >> Yes, I agree - I want to generate the PDF on t

Re: [flexcoders] Re: Who is using FlexReport?

2008-07-28 Thread Paul Andrews
- Original Message - From: "Tom Chiverton" <[EMAIL PROTECTED]> To: Sent: Monday, July 28, 2008 12:23 PM Subject: Re: [flexcoders] Re: Who is using FlexReport? > On Monday 28 Jul 2008, Paul Andrews wrote: >> What if you'd like to build an AIR application (

Re: [flexcoders] Re: Who is using FlexReport?

2008-07-28 Thread Paul Andrews
- Original Message - From: "Tom Chiverton" <[EMAIL PROTECTED]> To: Sent: Monday, July 28, 2008 1:47 PM Subject: Re: [flexcoders] Re: Who is using FlexReport? > On Monday 28 Jul 2008, Paul Andrews wrote: >> Well, that's fine unless your customer is waiting

Re: [flexcoders] Re: Who is using FlexReport?

2008-07-28 Thread Paul Andrews
- Original Message - From: "Tom Chiverton" <[EMAIL PROTECTED]> To: Sent: Monday, July 28, 2008 2:41 PM Subject: Re: [flexcoders] Re: Who is using FlexReport? > On Monday 28 Jul 2008, Paul Andrews wrote: >> The closest solution I can see right now is to generat

Re: [flexcoders] Flex3 cookbook error in microphone example: constructor functions must be instance methods

2008-07-31 Thread Paul Andrews
- Original Message - From: Jo Morano To: flexcoders@yahoogroups.com Sent: Thursday, July 31, 2008 9:40 PM Subject: [flexcoders] Flex3 cookbook error in microphone example: constructor functions must be instance methods Hi! I am going over the examples in Flex 3 Cookboo

Re: [flexcoders] Flex3 cookbook error in microphone example: constructor functions must be instance methods

2008-07-31 Thread Paul Andrews
- Original Message - From: Paul Andrews To: flexcoders@yahoogroups.com Sent: Friday, August 01, 2008 12:33 AM Subject: Re: [flexcoders] Flex3 cookbook error in microphone example: constructor functions must be instance methods - Original Message - From: Jo

Re: [flexcoders] Flex3 cookbook error in microphone example: constructor functions must be instance methods

2008-07-31 Thread Paul Andrews
- Original Message - From: Jo Morano To: flexcoders@yahoogroups.com ; [EMAIL PROTECTED] Sent: Friday, August 01, 2008 1:40 AM Subject: Re: [flexcoders] Flex3 cookbook error in microphone example: constructor functions must be instance methods >Moving the script up to the application le

Re: [flexcoders] Flex is time consumming

2008-08-08 Thread Paul Andrews
Presumably you don't have 4,000 lines of code in one file, which would be asking for trouble. The other thing to do is to turn off automatic builds in flexbuilders preferences. Paul - Original Message - From: "litesh_b321" <[EMAIL PROTECTED]> To: Sent: Friday, August 08, 2008 2:45 PM

Re: [flexcoders] Re: Flex is time consumming

2008-08-09 Thread Paul Andrews
e long, it almost certainly means that you aren't making good use of classes and flex components. I also have no idea what you mean by "i am binding 2000 XML with different ids". Paul > thanX > > --- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PR

Re: [flexcoders] Flexbuilder for iPhone?

2008-08-09 Thread Paul Andrews
- Original Message - From: Sajid Hussain To: flexcoders@yahoogroups.com Sent: Saturday, August 09, 2008 10:09 AM Subject: Re: [flexcoders] Flexbuilder for iPhone? Hi , Matt quick questions for you , Does iphone has capability to run Flash Player 9 applications ? or Adob

Re: [flexcoders] Re: Take the latest Adobe Developer Survey

2008-08-13 Thread Paul Andrews
- Original Message - From: "Matt Chotin" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 13, 2008 8:35 PM Subject: [flexcoders] Re: Take the latest Adobe Developer Survey > Er, hit send too early. > > Hey all, > > We've got another survey out as we try to determine what tools and > ser

Re: [flexcoders] Re: Take the latest Adobe Developer Survey

2008-08-14 Thread Paul Andrews
- Original Message - From: "Matt Chotin" <[EMAIL PROTECTED]> To: Sent: Thursday, August 14, 2008 6:10 PM Subject: Re: [flexcoders] Re: Take the latest Adobe Developer Survey > Yeah, we're admittedly lazy on getting sweepstakes to work > internationally, they are very expensive for us t

Re: [flexcoders] The end of ActionScript 3 as an EcmaScript 4 implementation

2008-08-16 Thread Paul Andrews
It's unfortunate that the rest of the online community is held back because MS and others are behind trend. - Original Message - From: Scott Barnes To: flexcoders@yahoogroups.com Sent: Saturday, August 16, 2008 8:30 AM Subject: Re: [flexcoders] The end of ActionScript 3 as an

Re: [flexcoders] Double post from FlexCoders?

2008-08-29 Thread Paul Andrews
- Original Message - From: "Cato Paus" <[EMAIL PROTECTED]> To: Sent: Friday, August 29, 2008 12:22 PM Subject: [flexcoders] Double post from FlexCoders? >I get two copy's from all post in my mail, someone else ? No, only single posts, from you and everyone else. Maybe you are subscribe

Re: [flexcoders] OpenLaszlo.org supports Flex, Silverlight, AJAX, soon Quicktime, and also DHTML and W3C

2008-08-29 Thread Paul Andrews
- Original Message - From: "Robert Thompson" <[EMAIL PROTECTED]> To: Cc: Sent: Friday, August 29, 2008 11:41 PM Subject: Re: [flexcoders] OpenLaszlo.org supports Flex, Silverlight, AJAX, soon Quicktime, and also DHTML and W3C > I've ready half a dozen articles on OpenLaszlo.org and I

Re: [flexcoders] Vertical Scroll Bar in Browser, can be done?

2008-08-30 Thread Paul Andrews
I think the OP needs scrollbars at the side of the design because the flex app is centered and floating inside the html page. Adding a scrollbar to the flex would have the scrollbar in the page and spoiling the design aesthetic. I guess the designer has a html background to match the design of t

Re: [flexcoders] Drawing shapes with "holes" and applyng them as mask in AS3

2008-08-30 Thread Paul Andrews
- Original Message - From: "gabriela.perry" <[EMAIL PROTECTED]> To: Sent: Friday, August 29, 2008 3:45 PM Subject: [flexcoders] Drawing shapes with "holes" and applyng them as mask in AS3 > Hi there. > Im trying to make something that will sound very familiar to > "flashers" around her

Re: [flexcoders] Vertical Scroll Bar in Browser, can be done?

2008-08-30 Thread Paul Andrews
i put scrollbars there design will broke. so i'm trying to find a way to put standard explorer scrollbar, i made them appear, but, they dont seem to work with flash content. - Mensaje original De: Paul Andrews <[EMAIL PROTECTED] com> Para: [EMAIL PROTECTED] ups.com

Re: [flexcoders] Vertical Scroll Bar in Browser, can be done?

2008-08-30 Thread Paul Andrews
Mission accomplished. Use this: body {overflow:visible; height:1500px } In your html template for the project. Adapt to suit. Paul - Original Message - From: Paul Andrews To: flexcoders@yahoogroups.com Sent: Saturday, August 30, 2008 3:52 PM Subject: Re: [flexcoders

Re: [flexcoders] OpenLaszlo.org supports Flex, Silverlight, AJAX, soon Quicktime, and also DHTML and W3C

2008-08-30 Thread Paul Andrews
- Original Message - From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: Sent: Saturday, August 30, 2008 11:02 PM Subject: Re: [flexcoders] OpenLaszlo.org supports Flex, Silverlight, AJAX, soon Quicktime, and also DHTML and W3C > There is a different way to look at this. Right now, Flash

Re: [flexcoders] Re: Question about Best Practices for Applications with many views using Cairngorm

2008-09-01 Thread Paul Andrews
- Original Message - From: "j301c" <[EMAIL PROTECTED]> To: Sent: Monday, September 01, 2008 6:56 PM Subject: [flexcoders] Re: Question about Best Practices for Applications with many views using Cairngorm >I agree that states are probably a much better option than viewstacks > because

Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-01 Thread Paul Andrews
- Original Message - From: "kuntamayu" <[EMAIL PROTECTED]> To: Sent: Monday, September 01, 2008 2:51 PM Subject: [flexcoders] Re: Want to build a SWF on the fly when someone requests it > Hi... > > I am working on a project like " Flex Flip Book ", so in that project > as a end product

Re: [flexcoders] Options on ActionScript 3.0 Editing in FLEX

2008-09-01 Thread Paul Andrews
Robert loads of people already know about FDT, many people here and on flashcoders use it. Nobody here wants anyone acting like some public service announcer here on the forums. It's highly patronising to list. It'all going to end in tears. - Original Message - From: Robert Thompson

Re: [flexcoders] Options on ActionScript 3.0 Editing in FLEX

2008-09-01 Thread Paul Andrews
- Original Message - From: Robert Thompson To: flexcoders@yahoogroups.com Sent: Monday, September 01, 2008 9:37 PM Subject: Re: [flexcoders] Options on ActionScript 3.0 Editing in FLEX snip >Nothing is as clear as the message of Josh to tell me to F off. Yet >you ignore that. Hypo

Re: [flexcoders] Re: Question about Best Practices for Applications with many views using Cairngorm

2008-09-01 Thread Paul Andrews
First of all, I'm no Cairngorm expert and I'm not going to criticise a reference implementation. For a store application (any store) I would consider that the model would hold details of the stock items and the baskets of any shoppers. I wouldn't have the model keep track of what the shopper is

Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-02 Thread Paul Andrews
rious files. You are effectively trying to include all that customistation inside the swf. Air doesn't preclude supplying the application + customisation files. Can you not say what this application is? Paul > Folks, do you have any other suggestions . . . !!! > --- In flexcoders@yaho

Re: [flexcoders] Who is Robert Thompson?

2008-09-02 Thread Paul Andrews
- Original Message - From: "nathanpdaniel" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 02, 2008 3:29 PM Subject: [flexcoders] Who is Robert Thompson? > Since he seems to be in EVERY thread... and why should we (not) listen > to what he has to say? Just curious... I have no idea w

Re: [flexcoders] Who is Robert Thompson?

2008-09-02 Thread Paul Andrews
BTW, this is my last post about RT. I feel like I'm morphing into someone who can't help posting tittle tattle. - Original Message - From: "Paul Andrews" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 02, 2008 4:10 PM Subject: Re: [flexcode

Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-03 Thread Paul Andrews
ow to do it and have to ask you shouldn't do it. My suggestion for 'the proper way' is not to try and build a single swf. - it's just my opinion, maybe others (and you) disagree. I'll be interested to see how you get on. Paul > Awaiting response > --- In fle

Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-03 Thread Paul Andrews
hat the market(ers) want. - Daniel Freiman On Wed, Sep 3, 2008 at 9:56 AM, Paul Andrews <[EMAIL PROTECTED]> wrote: - Original Message - From: "kuntamayu" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 03, 2008 2:42 PM Subject: [flexcoders]

Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-03 Thread Paul Andrews
pe of system. hope this helps, Nate On Wed, Sep 3, 2008 at 8:49 AM, Paul Andrews <[EMAIL PROTECTED]> wrote: If you are going the single swf route, here are some of the likely pitfalls: Debugging is going to be a PIA. Not only are you debugging a generated swf, you are debu

Re: [flexcoders] Re: Where are the Scroll Bars on the Web Page At ?

2008-09-04 Thread Paul Andrews
If the application height is fixed add a style: body {overflow:visible; height:1500px } - Original Message - From: "seulaterbuddy" <[EMAIL PROTECTED]> To: Sent: Thursday, September 04, 2008 12:54 PM Subject: [flexcoders] Re: Where are the Scroll Bars on the Web Page At ? >I have

Re: [flexcoders] What is the best hardware configuration (on PC) for building Flex

2008-09-04 Thread Paul Andrews
- Original Message - From: "piotrchruscielewski" <[EMAIL PROTECTED]> To: Sent: Thursday, September 04, 2008 11:31 AM Subject: [flexcoders] What is the best hardware configuration (on PC) for building Flex > Hi > > I`ve got some maybe not exactly programming subject, but also related >

Re: [flexcoders] What is the best hardware configuration (on PC) for building Flex

2008-09-04 Thread Paul Andrews
- Original Message - From: "Paul Andrews" <[EMAIL PROTECTED]> To: Sent: Thursday, September 04, 2008 1:43 PM Subject: Re: [flexcoders] What is the best hardware configuration (on PC) for building Flex > > - Original Message - > From: "piotrchr

Re: [flexcoders] Re: What is the best hardware configuration (on PC) for building Flex

2008-09-04 Thread Paul Andrews
- Original Message - From: "piotrchruscielewski" <[EMAIL PROTECTED]> To: Sent: Thursday, September 04, 2008 2:08 PM Subject: [flexcoders] Re: What is the best hardware configuration (on PC) for building Flex >> >> Piotr, according to my calculations, on a ten hour working day, > withou

Re: [flexcoders] Is there a live example which shows Flex can handle thousands of concurrent users?

2008-09-07 Thread Paul Andrews
Wouldn't it really depend on the backend technology used, not just Flex? Flex is predomiately a client side technology with various options for interacting with a back-end server, so applications using large numbers of clients will be dependent more on the server setup, not so much the client.

Re: [flexcoders] Hi

2008-09-08 Thread Paul Andrews
Check out the Flex explorer - it has an example for you to follow. http://examples.adobe.com/flex3/componentexplorer/explorer.html Paul - Original Message - From: raj balaji To: Flex Coders Sent: Monday, September 08, 2008 9:55 AM Subject: [flexcoders] Hi Hi all, I want to use

Re: [flexcoders] Hi

2008-09-08 Thread Paul Andrews
od starter example to save time. -r On Sep 8, 2008, at 5:22 AM, Paul Andrews wrote: Check out the Flex explorer - it has an example for you to follow. http://examples.adobe.com/flex3/componentexplorer/explorer.html Paul - Original Message - From: raj bal

Re: [flexcoders] function / method argument validation

2008-09-08 Thread Paul Andrews
- Original Message - From: Alex Harui To: flexcoders@yahoogroups.com Sent: Tuesday, September 09, 2008 1:21 AM Subject: RE: [flexcoders] function / method argument validation Instead of defining a function, you could define an interface But it still wouldn't have a range c

Re: [flexcoders] Hi

2008-09-09 Thread Paul Andrews
Narayana, Flexcoders is a helpful list, but it's always best to try and help yourself first. Just typing "Flex reading XML" or "Flex XML" into google will lead you to a load of help about flex and XML, for example http://www.adobe.com/devnet/flex/quickstart/accessing_xml_data/ The other way t

Re: [flexcoders] chatroom on flex and red5

2008-09-10 Thread Paul Andrews
- Original Message - From: "sniperbe" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 10, 2008 11:08 PM Subject: [flexcoders] chatroom on flex and red5 >i would like to make a chat room website , that has cams and mics and > has admins and so on and i can design it on flex but need i

Re: [flexcoders] How to clear client browser cache (SWF)

2008-09-11 Thread Paul Andrews
I suppose you could build a flash loader to get the correct url from the server and load it. That way the user could always reference the same URL and the flash loader would have to get the correct (changing) url from the server before loading the main application. Paul - Original Messag

Re: [flexcoders] HELP non coder With First Site ??? Tips? Idea's of things I should look into :(

2008-09-12 Thread Paul Andrews
Hi John, It's good to see someone so enthusiastic about Flex, but my advice would be to take several steps back rather than attempt to build such a complex site as a first project. I think it would be best to try and build a one or two page site and then expand from that. It may also be a good

Re: [flexcoders] Preventing cut&paste in Flex3 application

2008-09-16 Thread Paul Andrews
OK, I'm curious. Why don't you want users to cut and paste? I'd be pretty fed up if I was using an application that wouldn't let me paste into an input field. Paul - Original Message - From: "justincase772" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 16, 2008 2:30 PM Subject: [fle

Re: [flexcoders] Re: Preventing cut&paste in Flex3 application

2008-09-17 Thread Paul Andrews
- Original Message - From: "Dmitri Girski" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 17, 2008 12:47 PM Subject: [flexcoders] Re: Preventing cut&paste in Flex3 application > Well, sometimes you have to restrict users from doing something. > Besides all possible greatest technolo

Re: [flexcoders] RE: Alex going offline for a while - and Gordon too!

2008-09-18 Thread Paul Andrews
The Sheriffs are moseying on out of town.. ..there's going to be bar brawls and cattle rustling! - Original Message - From: Gordon Smith To: flexcoders@yahoogroups.com Sent: Thursday, September 18, 2008 10:39 PM Subject: [flexcoders] RE: Alex going offline for a while - and G

Re: [flexcoders] local connection issues (was Does localconnection Class works with different Port numbers ?)

2008-09-19 Thread Paul Andrews
- Original Message - From: Brandon Krakowsky To: flexcoders@yahoogroups.com Sent: Friday, September 19, 2008 2:18 PM Subject: Re: [flexcoders] Does localconnection Class works with different Port numbers ? I'm working with LocalConnection now and having some issues. I'm try

Re: [flexcoders] Re: Preventing cut&paste in Flex3 application

2008-09-21 Thread Paul Andrews
- Original Message - From: "Dmitri Girski" <[EMAIL PROTECTED]> To: Sent: Sunday, September 21, 2008 1:28 PM Subject: [flexcoders] Re: Preventing cut&paste in Flex3 application > --- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PROTECTED]>

Re: [flexcoders] [Bindable] is not getting updated..

2008-09-21 Thread Paul Andrews
- Original Message - From: "Manu Dhanda" <[EMAIL PROTECTED]> To: Sent: Monday, September 22, 2008 3:08 AM Subject: [flexcoders] [Bindable] is not getting updated.. > > Hii Guyz, > > Although it's very strange (even for me), but this [Bindable] tag is not > working for me. > > I am follo

Re: [flexcoders] Re: Preventing cut&paste in Flex3 application

2008-09-22 Thread Paul Andrews
- Original Message - From: "Dmitri Girski" <[EMAIL PROTECTED]> To: Sent: Monday, September 22, 2008 6:44 PM Subject: [flexcoders] Re: Preventing cut&paste in Flex3 application > Weeping Jesus on the cross! Password & email fields should be disabled > from Copy-pasting just for the sake

Re: [flexcoders] Convert from MXML to AS

2008-09-24 Thread Paul Andrews
- Original Message - From: Eduardo Souza To: flexcoders@yahoogroups.com Sent: Wednesday, September 24, 2008 9:08 PM Subject: [flexcoders] Convert from MXML to AS Hello Everyone, I'm needing to convert some of my MXMLs files to ActionScript (a webService dataProvider and a

Re: [flexcoders] Manually scroll a list component

2008-09-24 Thread Paul Andrews
http://www.adobe.com/2006/mxml"; initialize="initData();" > - Original Message - From: Mike Pearce To: flexcoders@yahoogroups.com Sent: Thursday, September 25, 2008 2:22 AM Subject: [flexcoders] Manually scroll a list component Hi list, Been bash

Re: [flexcoders] Binding programmatically

2008-09-24 Thread Paul Andrews
- Original Message - From: "Rafael Faria" <[EMAIL PROTECTED]> To: Sent: Thursday, September 25, 2008 2:46 AM Subject: [flexcoders] Binding programmatically > Hi folks > > I have a big question. > > for instance, if i have > > > > > > > this would mean that if myLabel equals "" my but

Re: [flexcoders] Manually scroll a list component

2008-09-24 Thread Paul Andrews
- Original Message - From: Paul Andrews To: flexcoders@yahoogroups.com Sent: Thursday, September 25, 2008 2:45 AM Subject: Re: [flexcoders] Manually scroll a list component http://www.adobe.com/2006/mxml"; initialize=&quo

Re: [flexcoders] Manually scroll a list component

2008-09-24 Thread Paul Andrews
nyone else done this before? Surely this is something others have come across? Many thanks, Mike -- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Andrews Sent: Thursda

Re: [flexcoders] Re: Binding programmatically

2008-09-24 Thread Paul Andrews
- Original Message - From: "Rafael Faria" <[EMAIL PROTECTED]> To: Sent: Thursday, September 25, 2008 3:06 AM Subject: [flexcoders] Re: Binding programmatically > Paul, > > thanks for your message but i might not explain it right. > > i will have something like this inside my class >

Re: [flexcoders] Re: Binding programmatically

2008-09-24 Thread Paul Andrews
some sleep! What I would do is use BindingUtils.bindProperty on each TextInput to set up the bindings in Actionscript. Best Regards, ~Aaron On Wed, Sep 24, 2008 at 7:15 PM, Paul Andrews <[EMAIL PROTECTED]> wrote: Yes, write a function: function allNonBlank():Boolea

Re: [flexcoders] Flex 3 Builder and package imports

2008-09-25 Thread Paul Andrews
You have a pretty mixed up project structure - even for Flex 2. Move the com directory to be a subdirectory of src. The Flex build path should find them. Paul - Original Message - From: "Edison" <[EMAIL PROTECTED]> To: Sent: Thursday, September 25, 2008 3:56 PM Subject: [flexcoders]

Re: [flexcoders] Quick reference to Application.application

2008-09-26 Thread Paul Andrews
- Original Message - From: "itdanny2002" <[EMAIL PROTECTED]> To: Sent: Friday, September 26, 2008 11:50 AM Subject: [flexcoders] Quick reference to Application.application >I have main application and many modules. > While I do the coding in modules, I need > to Application.application

Re: [flexcoders] Re: Flex Books - Detailed/Nitty-Gritty

2008-09-26 Thread Paul Andrews
+1 - Original Message - From: "nathanpdaniel" <[EMAIL PROTECTED]> To: Sent: Friday, September 26, 2008 6:31 PM Subject: [flexcoders] Re: Flex Books - Detailed/Nitty-Gritty >I highly suggest the Flex 3 Cookbook - not so great for "tutorials" > but it is "freakin' AWESOME" (my thoughts pe

Re: [flexcoders] determine if image source exists

2008-09-30 Thread Paul Andrews
..but understand that it's no longer an external asset and will be embedded in your swf. If the png changes after you publish the swf, the change won't be picked up until you republish. - Original Message - From: jitendra jain To: flexcoders@yahoogroups.com Sent: Tuesday, Septe

Re: [flexcoders] Flex poster and Lynda.com free trial

2008-09-30 Thread Paul Andrews
Hmm. I've heard talk of this fabled Flex 3 poster yet haven't seen any info about how to get one. I had thought it might happen automagically when I upgraded to Flex 3 from Flex 2 (some time ago), but it didn't. Go on give me a clue.. ;-) Paul - Original Message - From: "hworke" <[EMA

  1   2   3   4   5   6   7   8   9   >