Re: [flexcoders] how can i read an excel file from my local system?

2007-09-05 Thread Beverly Guillermo
I recall that it can be done using the bytearray but I am not sure if that code was made public. On Sep 5, 2007, at 1:14 PM, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: Excel’s native format is not readable by flex. Save the Excel workb ook as XML and then you could load it using HTTPS

Re: [flexcoders] Project structure

2007-02-02 Thread Beverly Guillermo
Do you mean creating multiple mxml files that have tag? I didn't think that was allowed? I know that if I have components that I build using .mxml files I could just use a package structure which allows me to put them in sub-folders and access those components... On 2/2/07, Stembert Olivier (

Re: [flexcoders] source code management and FlexBuilder

2007-01-17 Thread Beverly Guillermo
For our projects, we generally leave the config files out of the repository and have each developer use their own. The config files are independent of the application, which makes the projects easier to migrate to other environments. -b On 1/17/07, Douglas Knudsen <[EMAIL PROTECTED]> wrote: > >

RE: [flexcoders] Flex SDK - /* @copy mx.core.UIComponent ??

2007-01-17 Thread Beverly Guillermo
Nope, it means to copy the ASDoc comment from the referenced location... per the ASDoc description of the @copy tag. :) http://labs.adobe.com/wiki/index.php/ASDoc:Creating_ASDoc_Comments#ASDoc_Tag s -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] flexcoders mail-archive search

2007-01-17 Thread Beverly Guillermo
I've been able to successfully search via logging into groups.yahoo.com, which has messages from March 2004. -b -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert Brueckmann Sent: Wednesday, January 17, 2007 11:43 AM To: flexcoders@yahoogr

RE: [flexcoders] AMFPHP & Security

2007-01-17 Thread Beverly Guillermo
I was also researching AMFPHP and I found in AMFPHP's authentication documentation that they recommend having the user authenticate themselves via textfields from Flex and pass these credentials on to PHP service. Also, sending the information encrypted via the use of SSL/TLS should also help lock

RE: [flexcoders] CreationComplete help....

2007-01-16 Thread Beverly Guillermo
Could you just dispatch another event that calls the setup function? The dispatcher could be your component or the component that changes the data...? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jensen.axel Sent: Tuesday, January 16, 2007 1

Re: [flexcoders] Svn & Flex

2007-01-14 Thread Beverly Guillermo
Hi Kevin, >From my experience, there's no true way to "unlink". The only thing I can think of is to do the following: $ svn delete html-templates $ svn commit $ svn export -r html-templates that should give you a clean version without the .svn directories. -Beverly On 1/13/07, Kevi

Re: Re[2]: [flexcoders] Flexunit Help Req, the TestRunnerBase/startTest() gives TypeError

2006-07-11 Thread Beverly Guillermo
Thanks, that's actually a great idea and it works now without copying the source files.  It's just that I kind of thought the pre-packaged swc file would actually work... :)  Anyhow, it's all good! On 7/11/06, Andriy Panas <[EMAIL PROTECTED]> wrote: Hello Beverly, > I haven't gotten any an

Re: [flexcoders] Flexunit Help Req, the TestRunnerBase/startTest() gives TypeError

2006-07-07 Thread Beverly Guillermo
I haven't gotten any answers yet.  I'm hoping someone has the answers.. :) On 7/7/06, Michael BADEN <[EMAIL PROTECTED]> wrote: I have the same problem. Any solution ?  2006/7/5, Beverly Guillermo <[EMAIL PROTECTED] >: Hello everyone,   I have been really tryi

RE: [flexcoders] Flex 2 and OS X

2006-04-27 Thread Beverly Guillermo
Hi Micheal, I will answer with what I know for the moment... I am sure there are pretty good links and advice from others from this list.  The short answer from me is Yes. Flex is more of an SDK then an application that runs natively on a particular operating system and or hardware and with th