Re: [flexcoders] Re: Resizing a class file

2008-10-20 Thread Paul Andrews
- Original Message - From: flexaustin [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, October 20, 2008 8:53 PM Subject: [flexcoders] Re: Resizing a class file I am embedding a swf, which I believe requires a type of Class. Yes, but classes aren't objects. Assign your

Re: [flexcoders] Re: My Flex Form - please help

2008-10-19 Thread Paul Andrews
of the answers to these these questions. For the moment I think you're trying to run before you've got to grips with walking. Paul. Bruce --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: A quick look. You have in sendMyData:: obj.Name = Name.text; obj.Email

Re: [flexcoders] [ANN Class] 3D Interactive UI, Papervision w/ Flex for Games and more

2008-10-19 Thread Paul Andrews
Where would be the right place for something like this? - Original Message - From: Igor Costa To: flexcoders@yahoogroups.com Sent: Sunday, October 19, 2008 9:28 PM Subject: Re: [flexcoders] [ANN Class] 3D Interactive UI, Papervision w/ Flex for Games and more Come on.

Re: [flexcoders] How Do I Programatically Make Flash Movie's Stage Expand Over its Container Div?

2008-10-19 Thread Paul Andrews
- Original Message - From: jwebbsuccess [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, October 19, 2008 11:58 PM Subject: [flexcoders] How Do I Programatically Make Flash Movie's Stage Expand Over its Container Div?

Re: [flexcoders] Re: How Do I Programatically Make Flash Movie's Stage Expand Over its Container

2008-10-19 Thread Paul Andrews
was using a mask for the content). --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: jwebbsuccess [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, October 19, 2008 11:58 PM Subject: [flexcoders] How Do I

Re: [flexcoders] Syntax of using a variable to make an object

2008-10-18 Thread Paul Andrews
- Original Message - From: john fisher [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, October 18, 2008 1:40 AM Subject: [flexcoders] Syntax of using a variable to make an object I am stuck on some basic AS syntax. Here is some Adobe sample code: [Bindable]

Re: [flexcoders] web compiler

2008-10-17 Thread Paul Andrews
Jitendra, what version of Flex is this? Flex 2 or 3 doesn't compile .mxml files 'on the fly' from a browser. If you are using Flex 2 or 3, why are ou trying to 'run' .mxml files in a browser? Paul - Original Message - From: jitendra jain To: flex group flex Sent: Friday,

Re: [flexcoders] web compiler

2008-10-17 Thread Paul Andrews
, with Regards, Jitendra Jain - Original Message From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, 17 October, 2008 1:21:03 PM Subject: Re: [flexcoders] web compiler  Jitendra, what version of Flex is this? Flex 2 or 3 doesn't compile .mxml

Re: [flexcoders] web compiler

2008-10-17 Thread Paul Andrews
- Original Message From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, 17 October, 2008 1:21:03 PM Subject: Re: [flexcoders] web compiler  Jitendra, what version of Flex is this? Flex 2 or 3 doesn't compile .mxml files 'on the fly' from a browser

[flexcoders] Rippling through state changes

2008-10-17 Thread Paul Andrews
I have some custom components (nothing special) that are displaying product information. essentially I can use the same component for seprate purposes: Product info (each product can be added to the shopping cart), shopping cart (each product can be removed from the cart). Within the main

Re: [flexcoders] Rippling through state changes

2008-10-17 Thread Paul Andrews
: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 4:33:45 PM Subject: [flexcoders] Rippling through state changes I have some custom components (nothing special) that are displaying product information. essentially I can use the same component

Re: [flexcoders] Re: Rippling through state changes

2008-10-17 Thread Paul Andrews
- Original Message - From: Amy [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 3:38 PM Subject: [flexcoders] Re: Rippling through state changes --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: I have some custom components

Re: [flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread Paul Andrews
You can always nest the canvas inside another container to get the margin.. - Original Message - From: Tracy Spratt To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 6:36 PM Subject: RE: [flexcoders] Re: how to add internal padding in canvas? Hold on a minute.

Re: [flexcoders] web compiler

2008-10-17 Thread Paul Andrews
If there isn't a mechanism for caching the compilation result (user requests mxml, but actually gets html/swf), performance in a production environment would be appaling. That wouldn't matter for development. - Original Message - From: Michael Schmalle To:

Re: [flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread Paul Andrews
/mx:Canvas Any good? Maybe I've got the wrong idea about why you want the margin. Paul Thanks for help Mark --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: You can always nest the canvas inside another container to get the margin

Re: [flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread Paul Andrews
- Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 7:22 PM Subject: Re: [flexcoders] Re: how to add internal padding in canvas? - Original Message - From: markflex2007 [EMAIL PROTECTED] To: flexcoders

Re: [flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread Paul Andrews
mx:Canvas id=inner top=10 bottom=10 left=10 right=10 // my content /mx:Canvas /mx:Canvas -TH --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders

Re: [flexcoders] Re: sailorsea21 - RemoveChild question.

2008-10-17 Thread Paul Andrews
- Original Message - From: sailorsea21 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 8:01 PM Subject: [flexcoders] Re: sailorsea21 - RemoveChild question. Here's my updated code: private var moduleloader:ModuleLoader; private var

Re: [flexcoders] newbie question on synchronous and asynchronous events

2008-10-16 Thread Paul Andrews
I always treat events as asynchronous - I don't see how else you can deal with them. I'll have to check out the cookbook article.. Paul - Original Message - From: Dan [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, October 16, 2008 4:03 PM Subject: [flexcoders] newbie

Re: [flexcoders] Re: My Flex Form - please help

2008-10-16 Thread Paul Andrews
A quick look. You have in sendMyData:: obj.Name = Name.text; obj.Email = Email.text; obj.Message = Message.text; Yet FormComp has: mx:FormItem label=Name: mx:TextInput/ /mx:FormItem mx:FormItem label=Email: mx:TextInput/ /mx:FormItem mx:FormItem label=Message: mx:TextArea/

Re: [flexcoders] Re: My Flex Form - please help

2008-10-16 Thread Paul Andrews
- Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 3:19 AM Subject: Re: [flexcoders] Re: My Flex Form - please help A quick look. You have in sendMyData:: obj.Name = Name.text; obj.Email = Email.text

Re: [flexcoders] Re: My Flex Form - please help

2008-10-16 Thread Paul Andrews
of understanding of scope and the relationship between classes/components. Paul - Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 3:19 AM Subject: Re: [flexcoders] Re: My Flex Form - please help A quick look. You have

Re: [flexcoders] BSS is Looking someone

2008-10-15 Thread Paul Andrews
- Original Message - From: Maciek Sakrejda [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, October 15, 2008 4:54 PM Subject: Re: [flexcoders] BSS is Looking someone Not Flash? You're spamming the wrong mailing list--I think you were looking for [EMAIL PROTECTED] or

Re: [flexcoders] The Repeater control and the getChildren() method

2008-10-15 Thread Paul Andrews
- Original Message - From: schwazel To: flexcoders@yahoogroups.com Sent: Wednesday, October 15, 2008 9:02 AM Subject: [flexcoders] The Repeater control and the getChildren() method Hello, I'm working on a flex application and i've an issue with the repeater control.

Re: [flexcoders] Re: Couple questions

2008-10-15 Thread Paul Andrews
that's shipped with many converters? Anyway, good luck. Paul Bruce --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: Bruce, there are a mass of powerpoint to flash converters out there - google is your friend. The one I've worked with produced fairly large files

Re: [flexcoders] Roll your own FME?

2008-10-15 Thread Paul Andrews
- Original Message - From: Thuy Nguyen [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, October 15, 2008 7:43 PM Subject: [flexcoders] Roll your own FME? Hi Everyone, I hope I'm in the right place to ask this. My company recently bought Flash Media Server 3. They

Re: [flexcoders] Re: Roll your own FME?

2008-10-15 Thread Paul Andrews
- Original Message - From: Thuy Nguyen [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, October 15, 2008 8:11 PM Subject: [flexcoders] Re: Roll your own FME? Isn't Red5 a Flash Server? I can't find anything on building my own application to send the stream. (If they

Re: [flexcoders] Re: Couple questions

2008-10-15 Thread Paul Andrews
--- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, October 11, 2008 9:19 AM Subject: Re: [flexcoders] Couple questions Bruce, there are a mass of powerpoint to flash

Re: [flexcoders] Performance...

2008-10-14 Thread Paul Andrews
I beleive the server is running a virtual machine for each user. Each user has a thin client that behaves like a PC - the server just updates the display. With 2GB of memory, CPU performance aside, each user is effectively running on a Windows box with 100MB of memory. It seems that the server

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

2008-10-13 Thread Paul Andrews
Posters have arrived - a big thanks to everyone involved in their production and making them available. You've done a great job. Now I just need a bigger wall.. Paul - Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, September 30

Re: [flexcoders] Re: Flex 3 Layout of long form

2008-10-12 Thread Paul Andrews
Bruce the idea is to break up the long form into separate forms, one in each tab. The user moves through the tabs filling in the different forms then on the last tab you can send the information from all forms to the server at once. Flex isn't like html - you don't need everything to be in the

Re: [flexcoders] Couple questions

2008-10-11 Thread Paul Andrews
Bruce, there are a mass of powerpoint to flash converters out there - google is your friend. The one I've worked with produced fairly large files and the output is an AS1/AS2 swf. If I were writing a slide player, I'd probably use Flex, though for a slide player it could probably just as well

Re: [flexcoders] Couple questions

2008-10-11 Thread Paul Andrews
- Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, October 11, 2008 9:19 AM Subject: Re: [flexcoders] Couple questions Bruce, there are a mass of powerpoint to flash converters out there - google is your friend. The one I've

Re: [flexcoders] Re: Couple questions

2008-10-11 Thread Paul Andrews
- Original Message - From: Amy [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, October 11, 2008 4:29 PM Subject: [flexcoders] Re: Couple questions snip One thing I should add - when I was researching powerpoint to flash converters a few months back - none of them

Re: [flexcoders] Re: Did seem simple but not...

2008-10-06 Thread Paul Andrews
- Original Message - From: quantum_ohm [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, October 06, 2008 11:35 AM Subject: [flexcoders] Re: Did seem simple but not... Hi Haykel, yes you're right ! so finally I use a Bindable public var custom_ID in the comp, that i

Re: [flexcoders] How long does it take to get access to this group?

2008-10-06 Thread Paul Andrews
- Original Message - From: phildaramsay [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, October 05, 2008 7:54 PM Subject: [flexcoders] How long does it take to get access to this group? I keep getting Your message must be approved by the group owner before being sent to

Re: [flexcoders] Embedded Flex

2008-10-06 Thread Paul Andrews
- Original Message - From: tchredeemed [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, October 06, 2008 6:37 PM Subject: [flexcoders] Embedded Flex Is it easy to embed a flex application inside of an HTML page instead of the app being standalone? Err.. isn't that how

Re: [flexcoders] itemRenderer layout question

2008-10-06 Thread Paul Andrews
How about: mx:AdvancedDataGridColumn id=myCol headerText=Test width=95 wordWrap=true mx:itemRenderer mx:Component mx:VBox mx:HBox horizontalGap=2 mx:TextInput id=txtPhoto editable=false / mx:Button id=btnBrowse label=Browse click=outerDocument.doBrowse( event, this)/

Re: [flexcoders] flex application is not loading under HTTPS

2008-10-03 Thread Paul Andrews
Venkat, please could you not crosspost to multiple flex groups - your message are doubling up - it's really bad practice. Paul - Original Message - From: venkateswarlu naidu To: flexcoders@yahoogroups.com ; [EMAIL PROTECTED] Sent: Friday, October 03, 2008 5:21 AM Subject:

Re: [flexcoders] Re: Using ActionScript2 swf in Flex 3

2008-10-02 Thread Paul Andrews
You're going to have to have to write an AS2 stub for AS3 to communicate with. The AS2 stub will interact with the AS2 swf and will have to pass data back and fore through the local connection via handlers. It's likely to be a PIA. If at all possible, I'd rewrite the code in the AS2 swf convert

Re: [flexcoders] AIR release build: how to deal with huge assets?

2008-10-01 Thread Paul Andrews
- Original Message - From: George [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, September 30, 2008 3:44 PM Subject: [flexcoders] AIR release build: how to deal with huge assets? Hey guys, The AIR application I'm working with have huge assets, say, big number of

Re: [flexcoders] Re: User credentials

2008-10-01 Thread Paul Andrews
What exactly do you mean by 'user credentials'? I've got a feeling you may just be talking about having a login dialog, but I may be wrong.. - Original Message - From: markgoldin_2000 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, October 01, 2008 2:03 PM Subject:

Re: [flexcoders] Re: User credentials

2008-10-01 Thread Paul Andrews
.. Paul --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: What exactly do you mean by 'user credentials'? I've got a feeling you may just be talking about having a login dialog, but I may be wrong.. - Original Message - From: markgoldin_2000 [EMAIL

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,

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

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

2008-09-30 Thread Paul Andrews
site: http://www.lynda.com/go/flex3 Fabled Flex 3 Posters: http://www.onflex.org/ted/2007/04/want-flex-api-posters.php :D --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: Hmm. I've heard talk of this fabled Flex 3 poster yet haven't seen any info about how to get

Re: [flexcoders] Quick reference to Application.application

2008-09-26 Thread Paul Andrews
- Original Message - From: itdanny2002 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com 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

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

2008-09-26 Thread Paul Andrews
+1 - Original Message - From: nathanpdaniel [EMAIL PROTECTED] To: flexcoders@yahoogroups.com 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'

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: flexcoders@yahoogroups.com Sent: Thursday, September 25, 2008 3:56

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

Re: [flexcoders] Manually scroll a list component

2008-09-24 Thread Paul Andrews
?xml version=1.0? !-- dpcontrols/TileListDataProvider.mxml -- mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; initialize=initData(); mx:Script ![CDATA[ import mx.controls.Button; import mx.collections.*; private var listArray:Array=[ {label: item0, data: 0},{label: item1, data:

Re: [flexcoders] Binding programmatically

2008-09-24 Thread Paul Andrews
- Original Message - From: Rafael Faria [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, September 25, 2008 2:46 AM Subject: [flexcoders] Binding programmatically Hi folks I have a big question. for instance, if i have mx:TextInput text= id=myLabel / mx:Button

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 ?xml version=1.0? !-- dpcontrols/TileListDataProvider.mxml -- mx:Application xmlns:mx=http

Re: [flexcoders] Manually scroll a list component

2008-09-24 Thread Paul Andrews
this is something others have come across? Many thanks, Mike -- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Andrews Sent: Thursday, September 25, 2008 11:45 AM

Re: [flexcoders] Re: Binding programmatically

2008-09-24 Thread Paul Andrews
- Original Message - From: Rafael Faria [EMAIL PROTECTED] To: flexcoders@yahoogroups.com 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

Re: [flexcoders] Re: Binding programmatically

2008-09-24 Thread Paul Andrews
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():Boolean

Re: [flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-22 Thread Paul Andrews
- Original Message - From: Dmitri Girski [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, September 22, 2008 6:44 PM Subject: [flexcoders] Re: Preventing cutpaste in Flex3 application Weeping Jesus on the cross! Password email fields should be disabled from Copy-pasting

Re: [flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-21 Thread Paul Andrews
- Original Message - From: Dmitri Girski [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, September 21, 2008 1:28 PM Subject: [flexcoders] Re: Preventing cutpaste in Flex3 application --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: Good software

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

2008-09-21 Thread Paul Andrews
- Original Message - From: Manu Dhanda [EMAIL PROTECTED] To: flexcoders@yahoogroups.com 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

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

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

Re: [flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-17 Thread Paul Andrews
- Original Message - From: Dmitri Girski [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, September 17, 2008 12:47 PM Subject: [flexcoders] Re: Preventing cutpaste in Flex3 application Well, sometimes you have to restrict users from doing something. Besides all

Re: [flexcoders] Preventing cutpaste 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: flexcoders@yahoogroups.com Sent: Tuesday, September 16,

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

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

Re: [flexcoders] chatroom on flex and red5

2008-09-10 Thread Paul Andrews
- Original Message - From: sniperbe [EMAIL PROTECTED] To: flexcoders@yahoogroups.com 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

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 that

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

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

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] 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: style body {overflow:visible; height:1500px } /style - Original Message - From: seulaterbuddy [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, September 04, 2008 12:54 PM Subject: [flexcoders] Re: Where are the Scroll

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: flexcoders@yahoogroups.com 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

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: flexcoders@yahoogroups.com 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: piotrchruscielewski

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: flexcoders@yahoogroups.com 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

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

2008-09-03 Thread Paul Andrews
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 flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: kuntamayu [EMAIL PROTECTED] To: flexcoders

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

2008-09-03 Thread Paul Andrews
. - Daniel Freiman On Wed, Sep 3, 2008 at 9:56 AM, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: kuntamayu [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, September 03, 2008 2:42 PM Subject: [flexcoders] Re: Want to build a SWF

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

2008-09-03 Thread Paul Andrews
, 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 debugging the process of generating that swf

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

2008-09-02 Thread Paul Andrews
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@yahoogroups.com, Paul Andrews [EMAIL

Re: [flexcoders] Who is Robert Thompson?

2008-09-02 Thread Paul Andrews
- Original Message - From: nathanpdaniel [EMAIL PROTECTED] To: flexcoders@yahoogroups.com 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

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: flexcoders@yahoogroups.com Sent: Tuesday, September 02, 2008 4:10 PM Subject: Re: [flexcoders] Who is Robert

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: flexcoders@yahoogroups.com 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

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: flexcoders@yahoogroups.com 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

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

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.

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

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

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: flexcoders@yahoogroups.com 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

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

2008-08-30 Thread Paul Andrews
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 Enviado: sábado, 30

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

2008-08-30 Thread Paul Andrews
Mission accomplished. Use this: style body {overflow:visible; height:1500px } /style 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

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: flexcoders@yahoogroups.com 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

Re: [flexcoders] Double post from FlexCoders?

2008-08-29 Thread Paul Andrews
- Original Message - From: Cato Paus [EMAIL PROTECTED] To: flexcoders@yahoogroups.com 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.

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: flexcoders@yahoogroups.com Cc: flexcoders@yahoogroups.com 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

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] Re: Take the latest Adobe Developer Survey

2008-08-14 Thread Paul Andrews
- Original Message - From: Matt Chotin [EMAIL PROTECTED] To: flexcoders@yahoogroups.com 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

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

2008-08-13 Thread Paul Andrews
- Original Message - From: Matt Chotin [EMAIL PROTECTED] To: flexcoders@yahoogroups.com 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

Re: [flexcoders] Re: Flex is time consumming

2008-08-09 Thread Paul Andrews
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 PROTECTED] wrote: Presumably you don't have 4,000 lines of code

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

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: flexcoders@yahoogroups.com Sent: Friday,

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

<    1   2   3   4   5   6   7   8   9   >