Re: [flexcoders] Help-files as PDF-documents?

2008-02-26 Thread Paul Andrews
- Original Message - From: "hyes3mn3" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 26, 2008 1:32 PM Subject: [flexcoders] Help-files as PDF-documents? > Hi, > > When I'm trying to learn a new technology, in this case flex, I like > to sit in my comfortable chair and read old fashione

Re: [flexcoders] CairngormEvent - Place to put the static variable that stores the name of the event

2008-02-25 Thread Paul Andrews
I always put the event name into the class - cairngorm event, or any event. I don't know why anyone wouldn't. This way around you can't have mismatched event class names (well not easily) and you have only one place to go to maintain your event. Paul - Original Message - From: Fern

Re: [flexcoders] Where did the value go?

2008-02-24 Thread Paul Andrews
ack of explicit error when the typecast fails. Again...i'm in much appreciation for the feedback. It's clear that it's time to pick up unit testing. On 2/24/08, Paul Andrews <[EMAIL PROTECTED]> wrote: Steve, I think Alex has already pointed out the reason yo

Re: [flexcoders] Flex Open Source

2008-02-24 Thread Paul Andrews
is compiled down to actionscript in a precompile mechanism (before the swf compilation even begins) Yes, you and I know that, but the OP? That's why I asked what a flex file was! On Sun, Feb 24, 2008 at 12:45 PM, Paul Andrews <[EMAIL PROTECTED]> wrote: - Origi

Re: [flexcoders] Flex Open Source

2008-02-24 Thread Paul Andrews
#x27;m noy sure if the OP is expecting mxml files! On Sun, Feb 24, 2008 at 12:23 PM, Sherif Abdou <[EMAIL PROTECTED]> wrote: you can't do that, SWF file for Flex/AIR will not be decompiled. - Original Message From: Paul Andrews <[EMAIL PROTECTED]> To:

Re: [flexcoders] Flex Open Source

2008-02-24 Thread Paul Andrews
- Original Message - From: "moelshimy" <[EMAIL PROTECTED]> To: Sent: Sunday, February 24, 2008 4:12 PM Subject: [flexcoders] Flex Open Source > Hi,I want to decompil SWF File to Flex Files > what can i do What has that to do with Open Source? Is there ever a legitimate reason for doi

Re: [flexcoders] array.length

2008-02-24 Thread Paul Andrews
Try myMap.push(a); myMap.push(b); myMap.push(c); I'm not sure if you really mean: myMap.push("A"); myMap.push("B"); myMap.push("C"); Don't be afraid to use the flex help! Paul - Original Message - From: "annouss79" <[EMAIL PROTECTED]> To: Sent: Saturday, February 23, 2008 10:06 PM S

Re: [flexcoders] Where did the value go?

2008-02-24 Thread Paul Andrews
Steve, I think Alex has already pointed out the reason you have a problem: selectedItem="{selectedSlide}" Remove this line. If you have a panel that contains fields that should be bound to the selected item, you need to have the binding there, not as above. Paul - Original Message -

Re: [flexcoders] as3 global variables - no more

2008-02-22 Thread Paul Andrews
- Original Message - From: "dsds99" <[EMAIL PROTECTED]> To: Sent: Friday, February 22, 2008 6:41 PM Subject: [flexcoders] as3 global variables - no more > Yes, using global variables was easy solution to referencing > movieclips from anywhere. > > I'm trying to link up my play button to

Re: [flexcoders] How to turn off exception messages in release version.

2008-02-22 Thread Paul Andrews
- Original Message - From: "lytvynyuk" <[EMAIL PROTECTED]> To: Sent: Friday, February 22, 2008 5:40 PM Subject: [flexcoders] How to turn off exception messages in release version. > How to turn off exception messages ( e.g. ActionScript errors ) in > release version? Fix the errors?

Re: [flexcoders] do you need CS Degree to get a job?

2008-02-20 Thread Paul Andrews
I think the original question tends to ignore the fact that no two employers are indeed the same. So there's no yes or no to be had, just maybe.. Paul - Original Message - From: Daniel Freiman To: flexcoders@yahoogroups.com Sent: Wednesday, February 20, 2008 3:09 PM Subject:

Re: [flexcoders] Re: do you need CS Degree to get a job?

2008-02-20 Thread Paul Andrews
- Original Message - From: "b_alen" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 20, 2008 7:41 AM Subject: [flexcoders] Re: do you need CS Degree to get a job? > No matter what everybody's saying, I'm finding a huge difference > between developers with formal education and those se

Re: [flexcoders] Re: Any ArrayCollection tricks?

2008-02-19 Thread Paul Andrews
PROTECTED]> wrote: ListCollectionView and separate filter functions --- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PROTECTED]> wrote: > > Unsurprisingly, my Flex applications tend to have a common theme - many > components driven from the same

[flexcoders] Any ArrayCollection tricks?

2008-02-19 Thread Paul Andrews
Unsurprisingly, my Flex applications tend to have a common theme - many components driven from the same data, but with different filter functions. With ArrayCollections having one filter function and needing to trigger Binding events, the obvious solution seems to be to duplicate the ArrayColle

Re: [flexcoders] Re: Is it possible to have 2 children of viewstack visible?

2008-02-19 Thread Paul Andrews
I doubt it's possible. Having two visible doesn't really fit with the idea of a stack. Why not roll your own component? Paul - Original Message - From: "m.frigge" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 19, 2008 5:40 PM Subject: [flexcoders] Re: Is it possible to have 2 childre

Re: [flexcoders] Terminating a function

2008-02-19 Thread Paul Andrews
return; Paul - Original Message - From: "ghus32" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 19, 2008 4:56 PM Subject: [flexcoders] Terminating a function > How do you terminate or stop a function in Flex 2.0? > > Thanks > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yah

Re: [flexcoders] Fixed Price Contract in Flex with a DataGrid - I never would!

2008-02-19 Thread Paul Andrews
- Original Message - From: "mr_j_harris" <[EMAIL PROTECTED]> To: Sent: Monday, February 18, 2008 10:47 PM Subject: [flexcoders] Fixed Price Contract in Flex with a DataGrid - I never would! > > You may have seen some of my postings here, concerning my troubles > with mx:DataGrid > > Th

Re: [flexcoders] PopUpMenuButton woes - still

2008-02-16 Thread Paul Andrews
- Original Message - From: Paul Andrews To: flexcoders@yahoogroups.com Sent: Saturday, February 16, 2008 8:39 PM Subject: Re: [flexcoders] List ItemRenderer woes Thanks Sherif - that did the trick. Paul I spoke too soon.. http://www.adobe.com/2006/mxml"; l

Re: [flexcoders] List ItemRenderer woes

2008-02-16 Thread Paul Andrews
ction OR - Original Message From: Paul Andrews <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Saturday, February 16, 2008 5:41:15 AM Subject: [flexcoders] List ItemRenderer woes I am prepared for a "Doh" moment. C

[flexcoders] List ItemRenderer woes

2008-02-16 Thread Paul Andrews
I am prepared for a "Doh" moment. Can anyone explain why uncommenting the creation complete handler stops the menu from working? Paul http://www.adobe.com/2006/mxml"; layout="absolute">

Re: [flexcoders] How do I procedurally select multiple items in a list control

2008-02-15 Thread Paul Andrews
- Original Message - From: "hoytlee2000" <[EMAIL PROTECTED]> To: Sent: Saturday, February 16, 2008 4:16 AM Subject: [flexcoders] How do I procedurally select multiple items in a list control > How do I procedurally select multiple items in a list control. > > I have an xml file generat

Re: [flexcoders] Re: Why upgrade to FB3?

2008-02-15 Thread Paul Andrews
- Original Message - From: "simonjpalmer" <[EMAIL PROTECTED]> To: Sent: Saturday, February 16, 2008 1:18 AM Subject: [flexcoders] Re: Why upgrade to FB3? > Sorry to say it, and please don't be offended, but this is classic > illogic posing as a rational argument. It could also be ratio

Re: [flexcoders] Flex hummmmmm in PC speakers...bizarre

2008-02-15 Thread Paul Andrews
- Original Message - From: "Don Kerr" <[EMAIL PROTECTED]> To: Sent: Friday, February 15, 2008 4:37 PM Subject: [flexcoders] Flex humm in PC speakers...bizarre > Strangest thing. A user's speakers have a faint hum sound when a > Flex App is open in their browser. Close it, sound

Re: [flexcoders] Checkbox with function problem

2008-02-15 Thread Paul Andrews
Maybe it should really be: if (!signature_include.selected) { Paul - Original Message - From: steven pollard To: flexcoders@yahoogroups.com Sent: Friday, February 15, 2008 5:43 PM Subject: RE: [flexcoders] Checkbox with function problem I tried that and still the same res

Re: [flexcoders] Re: passing variables between two consecutive flex applications

2008-02-15 Thread Paul Andrews
Shared objects? - Original Message - From: yiğit boyar To: flexcoders@yahoogroups.com Sent: Friday, February 15, 2008 3:41 PM Subject: Re: [flexcoders] Re: passing variables between two consecutive flex applications actually it does no work :( i can store value to a cook

Re: Requests/Votes re Printing, PDF, MARS (was RE: [flexcoders] Re: Flex Feedback for the Future)

2008-02-14 Thread Paul Andrews
- Original Message - From: Nick Collins To: flexcoders@yahoogroups.com Sent: Thursday, February 14, 2008 1:06 PM Subject: Re: Requests/Votes re Printing, PDF, MARS (was RE: [flexcoders] Re: Flex Feedback for the Future) Well, when I initially filed that ER in the bugbase, my

Re: [flexcoders] Happy Valentines Day!

2008-02-13 Thread Paul Andrews
- Original Message - From: "Ed Capistrano" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 13, 2008 5:25 PM Subject: [flexcoders] Happy Valentines Day! > Ahh I wonder if any of the tech guys here and @ adobe do celebrate > Valentines Day? Hehe... They aren't allowed out of their bun

Re: [flexcoders] Re: Flex Feedback for the Future

2008-02-13 Thread Paul Andrews
Thanks Muzak. It feels surreal that Adobe is moving towards an XML based document/printing/reporting solution yet there's hardly a stir on Flexcoders. I'll certainly check it out. Paul - Original Message - From: "Muzak" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 13, 2008 2:52 P

Re: [flexcoders] Flex Feedback for the Future

2008-02-12 Thread Paul Andrews
- Original Message - From: "Tom Chiverton" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 12, 2008 11:57 AM Subject: Re: [flexcoders] Flex Feedback for the Future > On Monday 11 Feb 2008, Paul Andrews wrote: >> printing, client-side. I know there are se

Re: [flexcoders] Flex Feedback for the Future

2008-02-11 Thread Paul Andrews
Joan, I think the achilles heel of Flex is it's lack of support for quality printing, client-side. I know there are server-side solutions (at a significant cost) plus a few 3rd party projects kicking around, but getting quality printout from Flex involves jumping through hoops and server-side s

Re: [flexcoders] Re: Adobe SDK, why flex comps accept bind in properties and custom comps dont?

2008-02-10 Thread Paul Andrews
You haven't specified _maxChars as bindable. Rather bizarrely _maxChars is a String, the setter is a Number, the getter is String. Your original example refers to 'max' .. If nothing else I would say that _maxChars needs to be Bindable, your component reference needs to be consistent with the a

Re: [flexcoders] Re: Flex Interview Questions

2008-02-08 Thread Paul Andrews
- Original Message - From: "Paul Andrews" <[EMAIL PROTECTED]> To: Sent: Friday, February 08, 2008 10:41 AM Subject: Re: [flexcoders] Re: Flex Interview Questions > - Original Message - > From: "Tom Chiverton" <[EMAIL PROTECTED]> > To:

Re: [flexcoders] Re: Flex Interview Questions

2008-02-08 Thread Paul Andrews
- Original Message - From: "Tom Chiverton" <[EMAIL PROTECTED]> To: Sent: Friday, February 08, 2008 10:14 AM Subject: Re: [flexcoders] Re: Flex Interview Questions > On Thursday 07 Feb 2008, Uber_Nick wrote: >> 1) What's the difference between Java and AS3 getters and setters? > > One's

Re: [flexcoders] Re: Flex Interview Questions

2008-02-08 Thread Paul Andrews
- Original Message - From: "Tom Chiverton" <[EMAIL PROTECTED]> To: Sent: Friday, February 08, 2008 10:14 AM Subject: Re: [flexcoders] Re: Flex Interview Questions > On Thursday 07 Feb 2008, Uber_Nick wrote: >> 1) What's the difference between Java and AS3 getters and setters? > > One's

Re: [flexcoders] Re: Flex Interview Questions

2008-02-06 Thread Paul Andrews
On the basis of these questions, what's the 'hit rate' on suitable applicants? Paul - Original Message - From: "ecancil" <[EMAIL PROTECTED]> To: Sent: Thursday, February 07, 2008 1:53 AM Subject: [flexcoders] Re: Flex Interview Questions >I regularly conduct interviews for flex devel

Re: [flexcoders] Actionscript 3.0

2008-02-06 Thread Paul Andrews
- Original Message - From: Matt W To: flexcoders@yahoogroups.com Sent: Wednesday, February 06, 2008 3:08 PM Subject: [flexcoders] Actionscript 3.0 I am rather a newb with actionscript and flex, however I have just falled in love with it so it will take me sometime, but I am

Re: [flexcoders] Flex Interview Questions

2008-02-06 Thread Paul Andrews
- Original Message - From: "Tom Chiverton" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 06, 2008 2:07 PM Subject: Re: [flexcoders] Flex Interview Questions > On Tuesday 05 Feb 2008, Jimmi Prajapati wrote: >> From where can I find Flex Interview Questions. > > Depends, what do you

Re: [flexcoders] Some Advises.

2008-02-06 Thread Paul Andrews
- Original Message - From: NileAge, Mail To: [EMAIL PROTECTED] ; 'Flex Components' ; [EMAIL PROTECTED] ; flexcoders@yahoogroups.com ; [EMAIL PROTECTED] Sent: Wednesday, February 06, 2008 8:08 AM Subject: [flexcoders] Some Advises. Hello All, We are develop the flex web

Re: [flexcoders] LayOut Design

2008-02-05 Thread Paul Andrews
- Original Message - From: "hydcool02" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 05, 2008 9:07 PM Subject: [flexcoders] LayOut Design > > Hi, > > I am working on LayOut Design using Flex..When i use a canvas container > i can move the components visually anywhere to be placed. > B

Re: [flexcoders] Re: Flex running in Flash Lite 3 Developer edition

2008-02-04 Thread Paul Andrews
- Original Message - From: "Tom Chiverton" <[EMAIL PROTECTED]> To: Sent: Monday, February 04, 2008 9:49 AM Subject: Re: [flexcoders] Re: Flex running in Flash Lite 3 Developer edition > On Friday 01 Feb 2008, tomeuchre wrote: >> I thought I heard somewhere that the FlashLite3 can be coe

Re: [flexcoders] NEW Flex 3 Beta 2 expired Question

2008-01-31 Thread Paul Andrews
I think that the Beta releases expire at set dates and you'll have to change from Beta 2 to Beta 3.. - Original Message - From: "essuark" <[EMAIL PROTECTED]> To: Sent: Thursday, January 31, 2008 11:59 AM Subject: [flexcoders] NEW Flex 3 Beta 2 expired Question >I just tried to compile

Re: [flexcoders] Flex 3 Beta 2 expired today!! Is the a workaround?

2008-01-31 Thread Paul Andrews
This same question was asked when Beta1 expired and I don't think there's a resolution besides moving to a newer Beta. It seems fair enough in the context of a Beta programme. Paul - Original Message - From: "eric_mahe" <[EMAIL PROTECTED]> To: Sent: Thursday, January 31, 2008 9:34 AM

Re: [flexcoders] Array vs ArrayCollection

2008-01-30 Thread Paul Andrews
Well, I suspect binding has a lot to do with choosing ArrayCollection (simply because it can generate the change events), but for performance, even if you use an ArrayCollection you can always do the speed calculations on the source array. Paul - Original Message - From: "rmarples" <[E

Re: [flexcoders] Role based rendoring of MXML components - visibility and editability

2008-01-28 Thread Paul Andrews
- Original Message - From: Abdul Qabiz To: flexcoders@yahoogroups.com Sent: Monday, January 28, 2008 5:09 PM Subject: Re: [flexcoders] Role based rendoring of MXML components - visibility and editability I would not do any such role-based things on client, it's very easy to

Re: [flexcoders] Role based rendoring of MXML components - visibility and editability

2008-01-28 Thread Paul Andrews
An interesting idea. I haven't got time to experiment, but here are some thoughts. There's two approacheas as I see it - 'outside in', or 'inside'. 'inside' would mean adding a call to a security object inside the custom object to inspect the security parameters and 'detach' any components nest

Re: [flexcoders] Re: itemRenderer in folder other than source root

2008-01-26 Thread Paul Andrews
o idea why this one wont work. > > thanks everyone > > --- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PROTECTED]> wrote: >> >> You need to create a new xml namespace. >> >> for example: xmlns:view="com.foo.foo.foo.views.*"a

Re: [flexcoders] Re: itemRenderer in folder other than source root

2008-01-26 Thread Paul Andrews
You need to create a new xml namespace. for example: xmlns:view="com.foo.foo.foo.views.*"and add it to the the mxml file that references the component. I keep my actionscript classes amd components completely separate.. Paul - Original Message - From: "Glenn Williams" <[EMAIL PR

Re: [flexcoders] Flex LineSeries and Complex XML!!! Almost IMPOSSIBLE!!!

2008-01-25 Thread Paul Andrews
- Original Message - From: "Rodrigo" <[EMAIL PROTECTED]> To: Sent: Saturday, January 26, 2008 2:44 AM Subject: [flexcoders] Flex LineSeries and Complex XML!!! Almost IMPOSSIBLE!!! > Hi Flex Masters!!! > > > First of all, thank for your support!!! > > One of your Adobe collegues called

Re: [flexcoders] mxml loader

2008-01-25 Thread Paul Andrews
- Original Message - From: "Ricardo Kirkner" <[EMAIL PROTECTED]> To: Sent: Friday, January 25, 2008 3:46 PM Subject: Re: [flexcoders] mxml loader > Mike Krotscheck wrote: >> >> This is possible two different ways: >> 1- With the livecycle server, which will compile your mxml on the fly

Re: [flexcoders] chicken and egg object instatiation

2008-01-24 Thread Paul Andrews
atform Developer Community From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Andrews Sent: Thursday, January 24, 2008 6:00 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] chicken a

Re: [flexcoders] chicken and egg object instatiation

2008-01-24 Thread Paul Andrews
Bank of America Flash Platform Developer Community From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Andrews Sent: Thursday, January 24, 2008 5:47 PM To: flexcoders@yahoogroups.com Subject: R

Re: [flexcoders] chicken and egg object instatiation

2008-01-24 Thread Paul Andrews
Jason, Presumably you're simplifying things. In a network diagram, there may be several other connected atoms, so you'd need an array of parentAtoms and it wouldn't be a parent relationship. If you're really talking about a tree, then the first atom won't have a parent and will be null. When

Re: [flexcoders] mxml loader

2008-01-24 Thread Paul Andrews
- Original Message - From: "Ricardo Kirkner" <[EMAIL PROTECTED]> To: Sent: Thursday, January 24, 2008 7:17 PM Subject: [flexcoders] mxml loader > Hi there, > > I am new to flex. I am trying to find out if there is a way to render > mxml code dynamically at runtime. > > What I want to ac

Re: [flexcoders] resizing the whole movie or just the browser window in flex

2008-01-24 Thread Paul Andrews
- Original Message - From: Gustavo Duenas To: flexcoders@yahoogroups.com Sent: Thursday, January 24, 2008 5:19 PM Subject: [flexcoders] resizing the whole movie or just the browser window in flex Hi I have a flex app/website and its whole size doesn't get or adapt to my scr

Re: [flexcoders] First flex app

2008-01-24 Thread Paul Andrews
- Original Message - From: "Tom Chiverton" <[EMAIL PROTECTED]> To: Sent: Thursday, January 24, 2008 4:05 PM Subject: Re: [flexcoders] First flex app > On Thursday 24 Jan 2008, Paul Andrews wrote: >> > The GUI also doesn't resize itself to my bro

Re: [flexcoders] First flex app

2008-01-24 Thread Paul Andrews
- Original Message - From: "Tom Chiverton" <[EMAIL PROTECTED]> To: Sent: Thursday, January 24, 2008 2:52 PM Subject: Re: [flexcoders] First flex app > On Thursday 24 Jan 2008, Paul Andrews wrote: >> Had a quick look - looking good, though the map is seriou

Re: [flexcoders] First flex app

2008-01-24 Thread Paul Andrews
- Original Message - From: "utbrain" <[EMAIL PROTECTED]> To: Sent: Thursday, January 24, 2008 2:24 AM Subject: [flexcoders] First flex app > http://golfreview.signonsandiego.com/ > > This is our first Flex app. Its built using Modest maps, djangoAMF and > Django. Please give it a test d

Re: [flexcoders] Array Item Counting

2008-01-23 Thread Paul Andrews
- Original Message - From: "Paul Andrews" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 23, 2008 10:47 PM Subject: Re: [flexcoders] Array Item Counting > - Original Message - > From: "jmfillman" <[EMAIL PROTECTED]> > To: >

Re: [flexcoders] Array Item Counting

2008-01-23 Thread Paul Andrews
- Original Message - From: "jmfillman" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 23, 2008 10:25 PM Subject: [flexcoders] Array Item Counting >I have an array with several dynamically populated numbers. The array > is then sorted to group identical values together. > > Let's say

Re: [flexcoders] Re: Help With AlivePDF

2008-01-21 Thread Paul Andrews
- Original Message - From: "Kevin" <[EMAIL PROTECTED]> To: Sent: Monday, January 21, 2008 9:37 PM Subject: [flexcoders] Re: Help With AlivePDF snip > What we BADLY need in flex is a way to view PDF's natively. How about an > Acrobat Flex > component? Adobe? It truly boggles my mind t

Re: [flexcoders] How to auto indenting

2008-01-18 Thread Paul Andrews
- Original Message - From: YOGESH JADHAV To: flexcoders@yahoogroups.com Sent: Friday, January 18, 2008 11:57 AM Subject: Re: [flexcoders] How to auto indenting Hi Tom, That's not working, it just shifts the whole selected block to right. Unfortunately, ther

Re: [flexcoders] Re: Dataprovider for list

2008-01-18 Thread Paul Andrews
I changed the xml file path in my example, you may possibly need to change it back. Paul - Original Message - From: "Paul Andrews" <[EMAIL PROTECTED]> To: Sent: Friday, January 18, 2008 10:26 AM Subject: Re: [flexcoders] Re: Dataprovider for list > >

Re: [flexcoders] Re: Dataprovider for list

2008-01-18 Thread Paul Andrews
- Original Message - From: "flex2_4me" <[EMAIL PROTECTED]> To: Sent: Friday, January 18, 2008 9:44 AM Subject: [flexcoders] Re: Dataprovider for list > Hi Paul, > = > The MXML file is as follows > =

Re: [flexcoders] Re: Dataprovider for list

2008-01-18 Thread Paul Andrews
l- > > This doesn`t work... > > Any help is really appreciated.. > > --- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PROTECTED]> wrote: >> >> Looks as though it should work. >> >> Try: >> >> x="10" >>

Re: [flexcoders] Re: Application protection

2008-01-17 Thread Paul Andrews
Thanks Andrew, looks interesting. Paul - Original Message - From: "andrewwestberg" <[EMAIL PROTECTED]> To: Sent: Thursday, January 17, 2008 9:45 PM Subject: [flexcoders] Re: Application protection >I have an AIR app and I use Nitro-LM for licensing ;). I currently > consult for the pa

Re: [flexcoders] Nested Repeaters not working

2008-01-17 Thread Paul Andrews
- Original Message - From: "Paul Andrews" <[EMAIL PROTECTED]> To: Sent: Thursday, January 17, 2008 8:34 PM Subject: Re: [flexcoders] Nested Repeaters not working > - Original Message - > From: "Barnaby Jones" <[EMAIL PROTECTED]> > To:

Re: [flexcoders] Nested Repeaters not working

2008-01-17 Thread Paul Andrews
- Original Message - From: "Barnaby Jones" <[EMAIL PROTECTED]> To: Sent: Thursday, January 17, 2008 6:10 PM Subject: [flexcoders] Nested Repeaters not working > Hey people, > I posted a bug over at the flex jira > (http://bugs.adobe.com/jira/browse/FB-11755) but I probably should > have

Re: [flexcoders] Dataprovider for list

2008-01-16 Thread Paul Andrews
Looks as though it should work. Try: Paul - Original Message - From: "flex2_4me" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 16, 2008 12:10 PM Subject: [flexcoders] Dataprovider for list > Hi- > > I have an XML file as follows > > > > > Fruit > > Cakes > Chocolates >

Re: [flexcoders] Re: List issues

2008-01-15 Thread Paul Andrews
[flexcoders] Re: List issues > Thank you to Tracy, Paul Andrews, Peter Ent and all the others that > were with me in spirit trying to figure this out. In case any one has > this same problem I am posting the solution that fixed this and this > part is closed. > > Thank you again. > > Mark

Re: [flexcoders] Adobe AIR Disconnected storage with Credit Cards

2008-01-15 Thread Paul Andrews
- Original Message - From: Jeff Krueger To: flexcoders@yahoogroups.com Sent: Tuesday, January 15, 2008 4:26 PM Subject: [flexcoders] Adobe AIR Disconnected storage with Credit Cards Hello, I am trying to find more detailed information about how Adobe AIR is able

Re: [flexcoders] Re: List issues

2008-01-14 Thread Paul Andrews
Sep 2007 > 1190310279 > − > > > unknown > > unsat > 1 > > > > --- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PROTECTED]> wrote: >> >> relist your current source and what your xml should look like. >> >> To use the d

Re: [flexcoders] Re: List issues

2008-01-14 Thread Paul Andrews
relist your current source and what your xml should look like. To use the debugger, set a breakpoint at the start of the result handler (click in the margin to the left of the first line - you should get a small circle). Run in debugging mode by pressing the spider icon. Execution will stop wh

Re: [flexcoders] Re: List issues

2008-01-14 Thread Paul Andrews
that definitely won't help. Paul - Original Message - From: "Paul Andrews" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 15, 2008 12:18 AM Subject: Re: [flexcoders] Re: List issues > Go back and check on the value xlMyListData. > > If you spend ten minute

Re: [flexcoders] Re: List issues

2008-01-14 Thread Paul Andrews
the page I can see that but there the reference to > > trace(_xlcMyListData.toXMLString()); > > returns nothing. > > So it is not getting anything from the function at all. So now I know > that (why I have no idea but I will look at more examples). > > Thanks for talki

Re: [flexcoders] Re: List issues

2008-01-14 Thread Paul Andrews
gt;> >> > Thanks for the suggestion and I appreciate that you give me more >> > credit than I deserve but I am not sure what you are talking about. >> > >> > >> > --- In flexcoders@yahoogroups.com, "Paul Andrews" wrote: >> >> &g

Re: [flexcoders] Re: List issues

2008-01-14 Thread Paul Andrews
o: Sent: Monday, January 14, 2008 11:30 PM Subject: [flexcoders] Re: List issues > Thanks for the suggestion and I appreciate that you give me more > credit than I deserve but I am not sure what you are talking about. > > > --- In flexcoders@yahoogroups.com, "Paul Andrews&q

Re: [flexcoders] Re: List issues

2008-01-14 Thread Paul Andrews
lled that error. No results but error gone thanks. Silly > spelling Monkee got me again > > --- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PROTECTED]> wrote: >> >> Your result handler specifies a parameter 'Event' which should be > &

Re: [flexcoders] Re: List issues

2008-01-14 Thread Paul Andrews
ssues > There also seems to be an issue with this line in the as > > var xmlResult:XML = XML(event.result); > > I get a 1120 error. > > > --- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PROTECTED]> wrote: >> >> from the application

Re: [flexcoders] Re: List issues

2008-01-14 Thread Paul Andrews
"markcavins" <[EMAIL PROTECTED]> To: Sent: Monday, January 14, 2008 10:52 PM Subject: [flexcoders] Re: List issues > Where would you use a send() in this case? > > > --- In flexcoders@yahoogroups.com, "Paul Andrews" <[EMAIL PROTECTED]> wrote:

Re: [flexcoders] List issues

2008-01-14 Thread Paul Andrews
You have remembered to call the send() method? Paul - Original Message - From: "markcavins" <[EMAIL PROTECTED]> To: Sent: Monday, January 14, 2008 10:25 PM Subject: [flexcoders] List issues >I am having the same issue of data not being returned into the app. > > result="onResult(event

Re: [flexcoders] another problem with repeater and custom components

2008-01-14 Thread Paul Andrews
I think the problem then is that you are dealing with a collection of XML items, not just a single XML item.. Paul - Original Message - From: "molandim" <[EMAIL PROTECTED]> To: Sent: Monday, January 14, 2008 4:09 PM Subject: [flexcoders] another problem with repeater and custom componen

Re: [flexcoders] Application protection

2008-01-12 Thread Paul Andrews
AIR app and I'm using product XYZ for licencing". This is also a sensitive issue so I understand that people may be reluctant to discuss their own arrangements. Thanks again, Paul > > George > > Paul Andrews wrote: >> >> >> Hi Guys, >> >> I'

[flexcoders] Application protection

2008-01-12 Thread Paul Andrews
Hi Guys, I'm considering producing an application that could be sold commercially to small businesses or even some individuals. I won't say what the application is ;-) As a Flex application much of the logic (it could all be) will be on the client. Strictly speaking the server would only be us

Re: [flexcoders] How do I set and get the date of a DateField?

2008-01-12 Thread Paul Andrews
Oops, next time I'll read the question properly and not answer the wrong question.. - Original Message - From: "Paul Andrews" <[EMAIL PROTECTED]> To: Sent: Saturday, January 12, 2008 9:03 AM Subject: Re: [flexcoders] How do I set and get the date of a DateFiel

Re: [flexcoders] How do I set and get the date of a DateField?

2008-01-12 Thread Paul Andrews
- Original Message - From: "simonjpalmer" <[EMAIL PROTECTED]> To: Sent: Friday, January 11, 2008 9:28 PM Subject: [flexcoders] How do I set and get the date of a DateField? > not normally stumped, but I can't figure out how to set the value of a > DateField from a Date and then do the r

Re: [flexcoders] what about xml?

2008-01-10 Thread Paul Andrews
Gustavo, Flex can manipulate XML very well. What it cannot do is write xml files on the server. You can send xml data to the server using flex and then use whatever server technology you wish to write that data as an xml file. XML is not the same thing as SQL. XML is essentially a tree based s

Re: [flexcoders] Where are the propellerheads? (was:Custom Currency itemRenderer)

2008-01-09 Thread Paul Andrews
- Original Message - From: "carl_steinhilber" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 09, 2008 6:25 PM Subject: [flexcoders] Where are the propellerheads? (was:Custom Currency itemRenderer) > Really? Nobody has any input? It seems not. > I'm really at a loss of what to think

Re: [flexcoders] Flex Builder license

2008-01-09 Thread Paul Andrews
- Original Message - From: "Tom Chiverton" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 09, 2008 9:44 AM Subject: Re: [flexcoders] Flex Builder license > On Tuesday 08 Jan 2008, Mike Chabot wrote: >> includes the ability to run either Flex Builder, or the Flex Builder >> plug-in for

Re: [flexcoders] Do you know book for Flex 3?

2008-01-07 Thread Paul Andrews
It's unlikely you'll find books out for a product that's not yet released (Err.. except perhaps Apollo). Just go to amazon.com and search on Flex 3 and I think you'll find non are released yet. Paul - Original Message - From: "markflex2007" <[EMAIL PROTECTED]> To: Sent: Monday, Januar

Re: [flexcoders] Is This a Know BUG?

2008-01-07 Thread Paul Andrews
f the right hand aligned columns (last 3) Then drag the scroll bar down a page or two, and watch the sort direction arrow move. Regards Dale Fraser http://learncf.com From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Andrews Sent: Monday, 7 Ja

Re: [flexcoders] Divider Release event gotcha

2008-01-07 Thread Paul Andrews
Just one other thing - updateComplete is really the way to go here since everything has been updated and the sizes of children are as expected. I've added it to the example below. Paul - Original Message - From: Paul Andrews To: flexcoders@yahoogroups.com Sent: M

Re: [flexcoders] Is This a Know BUG?

2008-01-06 Thread Paul Andrews
http://bugs.adobe.com/flex/ - Original Message - From: Dale Fraser To: flexcoders@yahoogroups.com Sent: Sunday, January 06, 2008 7:55 AM Subject: RE: [flexcoders] Is This a Know BUG? It's Flex builder 3. Where do I file a bug exactly. Regards Dale Fraser

[flexcoders] Divider Release event gotcha

2008-01-06 Thread Paul Andrews
Here's an example of something that tripped me up when handling a dividerRelease event for a divided box. In the event handler I was using the width of an element inside the divided box and using the revised width in a calculation (after all the divider had been dragged), but after some experim

Re: [flexcoders] How to check if a file exist in the server?

2007-12-26 Thread Paul Andrews
- Original Message - From: Anzer To: flexcoders@yahoogroups.com Sent: Wednesday, December 26, 2007 12:13 PM Subject: [flexcoders] How to check if a file exist in the server? How to check if a file exist or not in the server? Currently am doing it with HTTPService, but

Re: [flexcoders] how to pass varible between screens?

2007-12-21 Thread Paul Andrews
- Original Message - From: Paul Andrews To: flexcoders@yahoogroups.com Sent: Friday, December 21, 2007 6:16 PM Subject: Re: [flexcoders] how to pass varible between screens? - Original Message - From: Mark Shen To: flexcoders@yahoogroups.com Sent

Re: [flexcoders] how to pass varible between screens?

2007-12-21 Thread Paul Andrews
actionscipt. I use the statement like filePrefix = modelLocator.sID; It should look more like: filePrefix = ModelLocator.getInstance().sID; Check out singletons again! Paul But no event call the statement .the filePrefix is empty. Thanks - Original Message From: Paul

Re: [flexcoders] how to pass varible between screens?

2007-12-21 Thread Paul Andrews
Mark, check out the use of singletons, a singleton will solve your problem. Paul - Original Message - From: "markflex2007" <[EMAIL PROTECTED]> To: Sent: Friday, December 21, 2007 5:09 PM Subject: [flexcoders] how to pass varible between screens? > Hi, > > I have some screens under Vie

Re: [flexcoders] Re: const?

2007-12-20 Thread Paul Andrews
- Original Message - From: "reflexactions" <[EMAIL PROTECTED]> To: Sent: Thursday, December 20, 2007 4:13 PM Subject: [flexcoders] Re: const? > "20+ years? LOL, I have the drop on you.." > > Depends on how big the + is doesnt it lol... > Now if were gonna do a "how long is my d***" I di

Re: [flexcoders] Re: const?

2007-12-20 Thread Paul Andrews
- Original Message - From: "reflexactions" <[EMAIL PROTECTED]> To: Sent: Thursday, December 20, 2007 3:35 PM Subject: [flexcoders] Re: const? > So your telling me that when you write a function if you have a var > that wont change its value for the duration of that function say like: >

Re: [flexcoders] Re: const?

2007-12-20 Thread Paul Andrews
- Original Message - From: "reflexactions" <[EMAIL PROTECTED]> To: Sent: Thursday, December 20, 2007 3:21 PM Subject: [flexcoders] Re: const? >I work in a team and have so done for the last 20+ years and never > yet declared a variable with function level scope as const just to > preven

<    1   2   3   4   5   6   7   8   9   >