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

2008-09-30 Thread Paul Andrews
ep 30, 2008 at 8:34 AM, nathanpdaniel <[EMAIL PROTECTED]> > wrote: >> Lynda.com 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 f

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

2008-10-01 Thread Paul Andrews
- Original Message - From: "George" <[EMAIL PROTECTED]> To: 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 videos more than two g

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: Sent: Wednesday, October 01, 2008 2:03 PM Subject: [flexcoders] Re: User cre

Re: [flexcoders] Re: User credentials

2008-10-01 Thread Paul Andrews
rvices.. 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 &g

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

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

2008-10-06 Thread Paul Andrews
- Original Message - From: "quantum_ohm" <[EMAIL PROTECTED]> To: 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 > retrieve on the mous

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: 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 the group." > > What

Re: [flexcoders] "Embedded Flex"

2008-10-06 Thread Paul Andrews
- Original Message - From: "tchredeemed" <[EMAIL PROTECTED]> To: 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 flex applications ar

Re: [flexcoders] itemRenderer layout question

2008-10-06 Thread Paul Andrews
How about: Paul - Original Message - From: "oneworld95" <[EMAIL PROTECTED]> To: Sent: Monday, October 06, 2008 8:52 PM Subject: [flexcoders] itemRenderer layout question > Hi. I've got an itemRenderer in a DataGrid (ple

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

Re: [flexcoders] Re: Couple questions

2008-10-11 Thread Paul Andrews
- Original Message - From: "Amy" <[EMAIL PROTECTED]> To: 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 produced AS3 swfs, so

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] 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: Sent: Tuesday, September 30, 200

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 i

Re: [flexcoders] BSS is Looking someone

2008-10-15 Thread Paul Andrews
- Original Message - From: "Maciek Sakrejda" <[EMAIL PROTECTED]> To: 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 something. Maybe, but

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

Re: [flexcoders] Re: Couple questions

2008-10-15 Thread Paul Andrews
ouldn't you just go with a slide player 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

Re: [flexcoders] Roll your own FME?

2008-10-15 Thread Paul Andrews
- Original Message - From: "Thuy Nguyen" <[EMAIL PROTECTED]> To: 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 want to stream live

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

2008-10-15 Thread Paul Andrews
- Original Message - From: "Thuy Nguyen" <[EMAIL PROTECTED]> To: 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 had asked for my input

Re: [flexcoders] Re: Couple questions

2008-10-15 Thread Paul Andrews
e your goals here? Paul > Bruce > > > --- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PROTECTED]> wrote: >> >> - Original Message - >> From: "Paul Andrews" <[EMAIL PROTECTED]> >> To: >> Sent: Saturd

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: Sent: Thursday, October 16, 2008 4:03 PM Subject: [flexcoders] newbie question on synchronous

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: None of the form fields has an id.. Also, shows a click handler function "sendMyData()", yet there's no function called that in Form

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

2008-10-16 Thread Paul Andrews
- Original Message - From: "Paul Andrews" <[EMAIL PROTECTED]> To: 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.E

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

2008-10-16 Thread Paul Andrews
a lack of understanding of scope and the relationship between classes/components. Paul - Original Message - From: "Paul Andrews" <[EMAIL PROTECTED]> To: Sent: Friday, October 17, 2008 3:19 AM Subject: Re: [flexcoders] Re: My Flex Form - please help >A quick loo

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

Re: [flexcoders] web compiler

2008-10-17 Thread Paul Andrews
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

Re: [flexcoders] web compiler

2008-10-17 Thread Paul Andrews
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 files &

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

Re: [flexcoders] Rippling through state changes

2008-10-17 Thread Paul Andrews
age ---- From: 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. essential

Re: [flexcoders] Re: Rippling through state changes

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

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

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

2008-10-17 Thread Paul Andrews
gt; 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: 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]

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

2008-10-17 Thread Paul Andrews
rather see: // my content -TH --- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PROTECTED]> wrote: > > - Original Message - > From: "Paul Andrews" [EMAIL PROTECTED] > To: flexcoders@yahoogroups.com > Sent: Friday, Oc

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

2008-10-17 Thread Paul Andrews
- Original Message - From: "sailorsea21" <[EMAIL PROTECTED]> To: 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 unload_button:Button; > private var v

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: 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] >public var dpac:

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

2008-10-19 Thread Paul Andrews
n would be to follow flex in a week on the adobe site, then you'd know most 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

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

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: Sent: Sunday, October 19, 2008 11:58 PM Subject: [flexcoders] How Do I Programatically Make Flash Movie's Stage Expand Over its Container Div? > http://www.futurewebstudios.com/clientspace/OMCC/ohpws_preview/index.p > h

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

2008-10-19 Thread Paul Andrews
l move stage was larger, but the only movie on the timeline was using a mask for the content). > > > --- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PROTECTED]> wrote: >> >> >> - Original Message - >> From: "jwebbsuccess&q

Re: [flexcoders] Re: flex and oracle

2008-10-20 Thread Paul Andrews
- Original Message - From: "Anthony DeBonis" <[EMAIL PROTECTED]> To: Sent: Monday, October 20, 2008 5:29 PM Subject: [flexcoders] Re: flex and oracle snip > old Client/Server technology does not work over the "Intranet". That'll be news to a lot of Oracle developers.. snip

Re: [flexcoders] Re: Resizing a class file

2008-10-20 Thread Paul Andrews
- Original Message - From: "flexaustin" <[EMAIL PROTECTED]> To: 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 class as the source of a

Re: [flexcoders] Re: Still no one knows ? Please help.

2008-10-20 Thread Paul Andrews
Build a very small example, then post it here. Paul - Original Message - From: "itdanny2002" <[EMAIL PROTECTED]> To: Sent: Tuesday, October 21, 2008 4:21 AM Subject: [flexcoders] Re: Still no one knows ? Please help. >I have tried but not success. > > Please note that it is bullet, rad

Re: [flexcoders] Temporarily block tabbing into a Container

2008-10-21 Thread Paul Andrews
Besides the mechanics of this, you should change the appearance of the tab to indicate that it's not available for use, otherwise the user may think there's a fault with the application if there's no clear indicator. Paul - Original Message - From: "reflexactions" <[EMAIL PROTECTED]> To

Re: [flexcoders] Hide columns from a datagrid

2008-10-21 Thread Paul Andrews
- Original Message - From: "guillaumeracine" <[EMAIL PROTECTED]> To: Sent: Tuesday, October 21, 2008 5:59 PM Subject: [flexcoders] Hide columns from a datagrid >I have a datagrid in a mxml file that contains some hard coded > mx:column objects. > I want to hide the mx:columns that does

Re: [flexcoders] Re: Hide columns from a datagrid

2008-10-21 Thread Paul Andrews
- Original Message - From: "guillaumeracine" <[EMAIL PROTECTED]> To: Sent: Tuesday, October 21, 2008 6:15 PM Subject: [flexcoders] Re: Hide columns from a datagrid > Hehehe yes but this is the context of my application... > I have to convert an existing catalog of products in flex and >

Re: [flexcoders] How to keep Tree control synchronized with the database. Please Help

2008-10-21 Thread Paul Andrews
Isn't this simply a problem that multiple calls are required to poll the database for change? I think the OP really needs a push type service. There's no way to know that the database table has changed without polling the database.. - Original Message - From: Tracy Spratt To: fle

Re: [flexcoders] How to keep Tree control synchronized with the database. Please Help

2008-10-22 Thread Paul Andrews
Anuj, You will already have seen a few comments about this problem. If the user is updating the database inside the application you can use an event to signal to the application that the trees dataprovider should be refreshed, that would cause your tree to be updated. Of course, if your tree

Re: [flexcoders] parent styles ( was Re: Still no one knows ? Please help.)

2008-10-22 Thread Paul Andrews
This might be an interesting thread for some people - it might be an idea to change the thread name for the saga.. - Original Message - From: Michael Schmalle To: flexcoders@yahoogroups.com Sent: Wednesday, October 22, 2008 2:52 PM Subject: Re: [flexcoders] Re: Still no one kn

Re: [flexcoders] Re: createChildren(): adding 20 identical buttons to panel?

2008-10-22 Thread Paul Andrews
- Original Message - From: "Mic" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 22, 2008 10:28 PM Subject: [flexcoders] Re: createChildren(): adding 20 identical buttons to panel? > Thanks for all the help I was trying to > > b1 = new Button; > this.addChild(b1); > this.addChil

Re: [flexcoders] Re: How to keep Tree control synchronized with the database. Please Help

2008-10-22 Thread Paul Andrews
A word of caution Anuj. I don't know if your timer works once a second or once a minute, or once every two minutes. If you have only one online user, it's not too huge a deal either way. If you have a hundred users you can cause big problems for your server. The timer technique just makes the b

Re: [flexcoders] Re: How to keep Tree control synchronized with the database. Please Help

2008-10-22 Thread Paul Andrews
quest hasn't yet completed. Bit harder than at first sight, isn't it? Paul - Original Message - From: Paul Andrews To: flexcoders@yahoogroups.com Sent: Wednesday, October 22, 2008 11:39 PM Subject: Re: [flexcoders] Re: How to keep Tree control synchronized with the d

Re: [flexcoders] Re: How to keep Tree control synchronized with the database. Please Help

2008-10-22 Thread Paul Andrews
ay! Paul Tracy -- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Andrews Sent: Wednesday, October 22, 2008 6:51 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: How to keep Tree control synchr

Re: [flexcoders] ARGH shared object array -- getting data

2008-10-22 Thread Paul Andrews
var ob:Object = arr[Number(ln)] should be var ob:Object = arr[ln-1] You don't need to cast the ln variable and arrays are indexed from 0 so the last value is at length -1. paul - Original Message - From: grimmwerks To: flexcoders@yahoogroups.com Sent: Thursday, October 23, 20

Re: [flexcoders] web compiler

2008-10-23 Thread Paul Andrews
- Original Message - From: jitendra jain To: flex group flex Sent: Thursday, October 23, 2008 8:15 AM Subject: [flexcoders] web compiler Iam using Flex 3 and I have configured webtier.war for my application . My application works fine if I use main.html or main..swf. But whe

Re: [flexcoders] web compiler

2008-10-23 Thread Paul Andrews
- Original Message - From: Michael Schmalle To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 7:00 PM Subject: Re: [flexcoders] web compiler Ok, I had this in my plans to investigate in a couple months for my server. So is there something that caches swf o

Re: [flexcoders] Is this possible?

2008-10-23 Thread Paul Andrews
- Original Message - From: "donvoltz" <[EMAIL PROTECTED]> To: Sent: Thursday, October 23, 2008 2:19 PM Subject: [flexcoders] Is this possible? > Hello, > > I am working on a large app using Cairngorm and am trying to develop > a sort of copmplex component amd am curious if this is a wo

Re: [flexcoders] Re: need a flash developer / location of flash developers

2008-10-23 Thread Paul Andrews
- Original Message - From: "tchredeemed" <[EMAIL PROTECTED]> To: Sent: Thursday, October 23, 2008 4:31 PM Subject: [flexcoders] Re: need a flash developer / location of flash developers > nope, i mean flash flex is to flexcoders as flash is to ... It's not that hard, flash tiger.

Re: Re[flexcoders] versing an ArrayCollection

2008-10-23 Thread Paul Andrews
- Original Message - From: "Sceneshift" <[EMAIL PROTECTED]> To: Sent: Thursday, October 23, 2008 5:12 PM Subject: Re[flexcoders] versing an ArrayCollection > > Hey guys, > > I have an array collection which I populate from a web service. It > consists > of a bunch of objects which I ac

Re: [flexcoders] Do you use a Mac?

2008-10-23 Thread Paul Andrews
There's a split between the media/creative industry and those who do a real job, err I mean everybody else (that's a joke BTW). Generally speaking Macs are to be found with media/creative/trendy types, but rarely outside that circle. I've lived in a development environment and until I switched

Re: [flexcoders] web compiler

2008-10-25 Thread Paul Andrews
f web compiler Simply i have to add my library source path in the flex-config files. user_classes Thanks, with Regards, Jitendra Jain -- From: Paul Andrews <[EMAIL PROTECTE

Re: [flexcoders] Flex connection to Oracle 10g PL/SQL

2008-10-28 Thread Paul Andrews
- Original Message - From: "Tom Chiverton" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 22, 2008 2:31 PM Subject: Re: [flexcoders] Flex connection to Oracle 10g PL/SQL > On Wednesday 22 Oct 2008, Juliano Mendes wrote: >> No need server side language. > ... >> Oracle using a HTTP Ser

[flexcoders] Gosh what a state to be in..

2008-10-28 Thread Paul Andrews
I think I know the answer to this, but here goes.. Lets suppose I have an application with states A, B and C, plus the default. There are buttons in states A, B and default to switch the application to state C. That would be all fine and dandy, but once I have entered state C, I can press a bu

Re: [flexcoders] Re: Gosh what a state to be in..

2008-10-28 Thread Paul Andrews
tly there, but it's not to do with the view components themselves - it's about preserving context between state changes - I'm not suggesting that's a function of the view, it's a controller issue. > Or i just didn't get your intention right... Mostly right. Thanks

Re: [flexcoders] Re: Gosh what a state to be in..

2008-10-28 Thread Paul Andrews
t having a state C. By just hiding the components I can preserve their context. This strategy just wont work if there are too many states involved. Paul - Original Message - From: "Paul Andrews" <[EMAIL PROTECTED]> To: Sent: Tuesday, October 28, 2008 12:05 PM Subject: Re: [f

Re: [flexcoders] Re: Gosh what a state to be in..

2008-10-28 Thread Paul Andrews
up? IE you can only push if the context is "this" and you can only pop if the context is "that" This would definitely allow sub-sub states very easily and allow restriction in these sub states. I use this algorithm in an as3 parser. Mike On Tue, Oct 28,

Re: [flexcoders] Flex Facebook 5000 Fan Contest

2008-10-28 Thread Paul Andrews
- Original Message - From: "agangji_con" <[EMAIL PROTECTED]> To: Sent: Tuesday, October 28, 2008 1:33 PM Subject: [flexcoders] Flex Facebook 5000 Fan Contest Hey guys, My name is Areez, and I work for Adobe as part of the product marketing team for Adobe Flex. Just wanted to let you g

Re: [flexcoders] Re: Do you use a Mac?

2008-10-28 Thread Paul Andrews
- Original Message - From: "ross_w_henderson" <[EMAIL PROTECTED]> To: Sent: Tuesday, October 28, 2008 1:39 PM Subject: [flexcoders] Re: Do you use a Mac? >I switched about 10 months ago, and I'll still tell anyone who is > interested how happy I am about it. I do all of my work, comfor

Re: [flexcoders] Flex Facebook 5000 Fan Contest

2008-10-28 Thread Paul Andrews
It is. :-( - Original Message - From: Gregor Kiddie To: flexcoders@yahoogroups.com Sent: Tuesday, October 28, 2008 1:45 PM Subject: RE: [flexcoders] Flex Facebook 5000 Fan Contest I presume the usual guff about the prize only applying to certain parts of North America is

Re: [flexcoders] Casting in flex

2007-11-08 Thread Paul Andrews
You might prefer to use event.currentTarget.selectedItem. Then your code will look something like this: var position:Position = event.currentTarget.selectedItem; Paul - Original Message - From: "arashafrooze" <[EMAIL PROTECTED]> To: Sent: Friday, November 09, 2007 12:11 AM Subject: [f

Re: [flexcoders] Flex grid to serve 100K-1mil rows

2007-11-09 Thread Paul Andrews
- Original Message - From: "letterpigeon" <[EMAIL PROTECTED]> To: Sent: Friday, November 09, 2007 7:03 PM Subject: [flexcoders] Flex grid to serve 100K-1mil rows > Hi all, > > We've built a flex grid that supports mass action on its data right > now (column-wise search & replace). But

Re: [flexcoders] Generating flex client based on xml content

2007-11-16 Thread Paul Andrews
- Original Message - From: Bernardo O. Bennett To: flexcoders@yahoogroups.com Sent: Friday, November 16, 2007 4:18 PM Subject: [flexcoders] Generating flex client based on xml content Hi All Let's say my system has a rest xml interface fully functional and I want to write

Re: [flexcoders] Block entire application while in transaction

2007-11-19 Thread Paul Andrews
- Original Message - From: "danielvlopes" <[EMAIL PROTECTED]> To: Sent: Monday, November 19, 2007 3:13 AM Subject: [flexcoders] Block entire application while in transaction > Hello, i had application with stacks, buttons, inputs and etc... when > user click in insert button it start u

[flexcoders] Flex TabBar is sniffy about my XMLListCollection DataProvider.

2007-11-19 Thread Paul Andrews
Below is a test application. It runs without incident. If I remove the comment arround the second TabBar, then Bang! at runtime: TypeError: Error #1034: Type Coercion failed: cannot convert [EMAIL PROTECTED] to Class. at mx.controls::NavBar/::createNavChildren() at mx.controls::NavBar/mx.contr

Re: [flexcoders] Flex TabBar is sniffy about my XMLListCollection DataProvider.

2007-11-20 Thread Paul Andrews
Thanks Alex, with iconField set to null, it works! (no idea why) Should I be doing something more with this test case to report a bug, or is your 'heads up' enough? I've been banging my head over this for days (I tried all sorts of things in the main application to see what was going on). I'm r

Re: [flexcoders] Re: How can I compare two XMLs by reference and not by value ?

2007-11-20 Thread Paul Andrews
Glad you have a solution, but doesn't this really mean you have an attribute missing from your schema, that would enable you to differentiate between different XML instances? If you had some kind of mixed model with server processing and multiple client interaction, wouldn't you still have a p

Re: [flexcoders] icon path in ActionScript

2007-11-21 Thread Paul Andrews
Check out embedded assets: http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Parts&file=04_OO_Programming_161_08.html Paul - Original Message - From: Anzer To: flexcoders@yahoogroups.com Sent: Wednesday, November 21, 2007 12:40

Re: [flexcoders] Repeater question

2007-11-21 Thread Paul Andrews
- Original Message - From: "kpjj31" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 21, 2007 8:35 AM Subject: [flexcoders] Repeater question > When using the repeater, is it possible to set the index or currentItem. What would the point be for doing that? Wouldn't you be better off

Re: [flexcoders] Re: Flex Hierarchy

2007-11-21 Thread Paul Andrews
- Original Message - From: "Rafael Faria" <[EMAIL PROTECTED]> To: Sent: Thursday, November 22, 2007 3:59 AM Subject: [flexcoders] Re: Flex Hierarchy > Peter, > > this is just to ilustrate... just did it here in the textarea... didnt > even compiled. > > > if you want a real example...

Re: [flexcoders] Re: Flex Hierarchy

2007-11-21 Thread Paul Andrews
- Original Message - From: "Paul Andrews" <[EMAIL PROTECTED]> To: Sent: Thursday, November 22, 2007 4:08 AM Subject: Re: [flexcoders] Re: Flex Hierarchy snip >> tell me why this['test_input'] doesnt work and HOW i'm suppose to >> mak

Re: [flexcoders] Number Formatter

2007-11-22 Thread Paul Andrews
} Paul - Original Message - From: "Paul Andrews" <[EMAIL PROTECTED]> To: Sent: Friday, October 26, 2007 2:56 AM Subject: [flexcoders] numeric formatters - a small gripe > OK, I can always get around this stuff by writing my own formatter or > extending an

[flexcoders] Making a component 'hop' between containers

2007-11-22 Thread Paul Andrews
OK, I'm being lazy and asking for the best approach to this before I give it a go. I have a custom component based on a canvas. Inside the component is a panel. Inside the panel is a controlBar. In the main application I have the custom component (CompA). I want to add another custom componen

Re: [flexcoders] Making a component 'hop' between containers

2007-11-22 Thread Paul Andrews
- Original Message - From: Paul Andrews To: flexcoders@yahoogroups.com Sent: Thursday, November 22, 2007 9:33 PM Subject: [flexcoders] Making a component 'hop' between containers OK, I'm being lazy and asking for the best approach to this before I give it a

Re: [flexcoders] nested repeater from XML data

2007-11-27 Thread Paul Andrews
I haven't time to redo your example - check out nested repeaters in the docs. Th ebasic problem is that your repeaters aren't tied to one another. repeater 2 should be using repeater 1 as it's source, something like: Paul - Original Message - From: "ronny_koesnadi" <[EMAIL PROTECTE

Re: [flexcoders] Flex 3 Beta 2 Expires in 4 days

2007-11-27 Thread Paul Andrews
- Original Message - From: "byte.sensei" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 27, 2007 4:58 PM Subject: [flexcoders] Flex 3 Beta 2 Expires in 4 days >I was recently "forced" to upgrade from Flex 2 to Flex 3 because of a > bug in Flex 2 that was fixed in Flex 3 that was affect

Re: [flexcoders] Eliminating scrollbars

2007-11-30 Thread Paul Andrews
ll be over the box, obscuring part of it. Paul - Original Message - From: Giles Roadnight To: flexcoders@yahoogroups.com Sent: Friday, November 30, 2007 11:09 AM Subject: Re: [flexcoders] Eliminating scrollbars verticalScrollPolicy="off" ? On Nov 30, 2007 11:03 AM, P

[flexcoders] Eliminating scrollbars

2007-11-30 Thread Paul Andrews
I've noticed that in order to eliminate scrollbars on layouts that are percentage based, I'm often choosing magic numbers to avoid the appearance of scrollbars in the layout. Whats the perceived best practice to avoid the generation of scrollbars in layouts? Paul

Re: [flexcoders] If Flex is open source, how do we go about changing the language?

2007-12-01 Thread Paul Andrews
- Original Message - From: "aceoohay" <[EMAIL PROTECTED]> To: Sent: Saturday, December 01, 2007 5:33 AM Subject: [flexcoders] If Flex is open source, how do we go about changing the language? >I just ran across what I consider a significant deficiency in Flex. > To correct this problem

Re: [flexcoders] Best Way to learn Flex

2007-12-01 Thread Paul Andrews
- Original Message - From: Sheriff To: flexcoders@yahoogroups.com Sent: Sunday, December 02, 2007 12:27 AM Subject: [flexcoders] Best Way to learn Flex So I have been trying to learn flex now for almost 9 month and i pretty much still don't know much to get me anywhere. This

Re: [flexcoders] Best Way to learn Flex

2007-12-02 Thread Paul Andrews
not learn much about UI > Component development in Flex as month of our features > (controls) are based on datagrid. > > I am on Sheriff's side. I am looking for books and > resources that can teach me Flex/Flash Internals and > Frameworks which can help me in designing advan

Re: [flexcoders] Re: Best Way to learn Flex

2007-12-02 Thread Paul Andrews
- Original Message - From: DreamCode To: flexcoders@yahoogroups.com Sent: Monday, December 03, 2007 1:18 AM Subject: Re: [flexcoders] Re: Best Way to learn Flex In the past 50-60 days I have been learning Flex I have gone to bed before 4am once, gotten up after 8.30am once a

Re: [flexcoders] Re: Best Way to learn Flex

2007-12-02 Thread Paul Andrews
even mentioned documentation. Documentation takes far longer than coding..) - Original Message - From: Paul Andrews To: flexcoders@yahoogroups.com Sent: Monday, December 03, 2007 1:43 AM Subject: Re: [flexcoders] Re: Best Way to learn Flex - Original Message - F

Re: SPAM-LOW: [flexcoders] Re: Local storage of password

2007-12-04 Thread Paul Andrews
It's effectively wanting to have a browser cookie that remembers your session. It's clearly open to all kinds of abuse, encrypted or not. I'd make darn sure that whoever raised this as a requirement was well aware of the dangers - if only to cover my own back. Even with this requirement not to

Re: [flexcoders] How does Panel work in designer / layout?

2007-12-05 Thread Paul Andrews
- Original Message - From: "Paul Andrews" <[EMAIL PROTECTED]> To: Sent: Wednesday, December 05, 2007 11:12 AM Subject: Re: [flexcoders] How does Panel work in designer / layout? > Flex completely ignores the x,y position inside my TestPanel. LOL - adding layout=&q

Re: [flexcoders] How does Panel work in designer / layout?

2007-12-05 Thread Paul Andrews
Actually Mark, I take your point. When I tried it using a Panel, it wasn't so good. Unfortunately these days I tend not to use the designer. Certainly the designer has some issues! Paul - Original Message - From: Paul Andrews To: flexcoders@yahoogroups.com Sent: Wedn

Re: [flexcoders] How does Panel work in designer / layout?

2007-12-05 Thread Paul Andrews
- Original Message - >From: Mark Ingram >To: flexcoders@yahoogroups.com >Sent: Wednesday, December 05, 2007 10:54 AM >Subject: RE: [flexcoders] How does Panel work in designer / layout? > > >Hi Paul, thanks for that - what if you had another container inside >TestContainer? With say a 20

Re: [flexcoders] How does Panel work in designer / layout?

2007-12-05 Thread Paul Andrews
container is there in design view. Hope that helps? Paul -- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Andrews Sent: 05 December 2007 09:57 To: flexcoders@yahoogroups.com

<    1   2   3   4   5   6   7   8   9   >