[flexcoders] Alert message containing hyphen is broken

2009-02-04 Thread Andrew Westberg
When I create an alert message without a hypen in email, everything is fine. With the hyphen, my message gets truncated. Any ideas on what's broken with the Alert control? See attached screenshots. -Andrew attachment: without_hyphen.pngattachment: with_hyphen.png

Re: [flexcoders] SWF/Flex security

2008-08-04 Thread Andrew Westberg
? I'd love to go to that but unfortunately; August is the busiest time of the year for me and my clients. Scott -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Andrew Westberg *Sent:* Sunday, August 03, 2008 5:45 PM

Re: [flexcoders] SWF/Flex security

2008-08-03 Thread Andrew Westberg
with some other non-commercial techniques you can use on your own. http://www.360conferences.com/360flex/2008/04/360flex-san-jose-schedule.html -Andrew Westberg On Sun, Aug 3, 2008 at 4:51 PM, Scott [EMAIL PROTECTED] wrote: In preparing for securing the site before I code the main site

Re: [flexcoders] Help FLEX 3 and jasperReports

2008-05-29 Thread Andrew Westberg
I haven't done it yet, but I'll probably be working on this next week. I was planning on generating the PDF in JasperReports server-side and downloading it into an html component for viewing. Let me know if you find another solution for viewing PDFs in Flex. -Andrew On Thu, May 29, 2008 at

Re: [flexcoders] GIF image doesn't blinking in Flex App

2008-04-28 Thread Andrew Westberg
Doug McCune also has a commercial component for $50 to do this. http://dougmccune.com/blog/2007/05/24/animated-gif-loader-flex-component-updated/ -Andrew On Mon, Apr 28, 2008 at 9:12 AM, Flap Flap [EMAIL PROTECTED] wrote: Arf allready sent sorry... 2008/4/28 Flap Flap [EMAIL PROTECTED]:

Re: [flexcoders] Re: AIR Modules - I've hit a wal

2008-04-19 Thread Andrew Westberg
I'm not sure if this is your problem, but there is a property that's AIR-only called allowLoadBytesCodeExecution. I forget which class it's a property of, but it might help. -Andrew On Thu, Apr 17, 2008 at 12:23 PM, ed.syrett [EMAIL PROTECTED] wrote: Could somebody please confirm this to

Re: [flexcoders] Styling Alert

2008-03-28 Thread Andrew Westberg
Try: Alert{ /* your css styling here */ } On Fri, Mar 28, 2008 at 6:32 AM, wubzorz [EMAIL PROTECTED] wrote: Hi all, I want to style my Alert boxes. What form elements do they use? I already found out that they use Button styles for the button. I use the Flex 2 style explorer to get the