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

Re: [flexcoders] SWF/Flex security

2008-08-04 Thread Andrew Westberg
I'm not sure whether or not it'll be archived or not.  Just send our sales
guy an email and he can schedule my time for a demo on Adobe Connect.  sales
[at] nitrolm.com

-Andrew

On Sun, Aug 3, 2008 at 7:04 PM, Scott <[EMAIL PROTECTED]> wrote:

>Is there going to be an archived webcast afterwards?  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
> *To:* flexcoders@yahoogroups.com
> *Subject:* {Disarmed} Re: [flexcoders] SWF/Flex security
>
>
>
> I'll be speaking on this topic at 360 Flex San Jose.  At the basic level,
> you can embed or even encrypt secure information such as
> usernames/passwords.  If you need a full blown authentication and encryption
> system, I'd look into nitrolm.com.  This will be discussed at the 360
> presentation along 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 functions I
> thought I'd read up a bit on security.  I was thinking that flex/swf code
> could not be decompiled. But then I found this:
> http://blog.everythingflex.com/2008/02/29/check-you-as3-code/
>
>
>
> I'd like to do some remote object validation (adding in another field for
> the remote object that would verify that the request was coming from my SWF
> and not someone else's (possibly malicious) code.  However, if someone can
> decompile my SWF files then all of that would be for nothing.  What can
> people say about flex code decompiling and protecting my code from prying
> eyes?
>
>
>
>  Regards,
>
>   Scott
>
>
>
>
> --
> This message has been scanned for viruses and
> dangerous content by *MailScanner* <http://www.mailscanner.info/>, and is
> believed to be clean.
>  
>


Re: [flexcoders] SWF/Flex security

2008-08-03 Thread Andrew Westberg
I'll be speaking on this topic at 360 Flex San Jose.  At the basic level,
you can embed or even encrypt secure information such as
usernames/passwords.  If you need a full blown authentication and encryption
system, I'd look into nitrolm.com.  This will be discussed at the 360
presentation along 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
> functions I thought I'd read up a bit on security.  I was thinking that
> flex/swf code could not be decompiled. But then I found this:
> http://blog.everythingflex.com/2008/02/29/check-you-as3-code/
>
>
>
> I'd like to do some remote object validation (adding in another field for
> the remote object that would verify that the request was coming from my SWF
> and not someone else's (possibly malicious) code.  However, if someone can
> decompile my SWF files then all of that would be for nothing.  What can
> people say about flex code decompiling and protecting my code from prying
> eyes?
>
>
>
>  Regards,
>
>   Scott
>  
>


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 10:54 AM, gf_baggio <[EMAIL PROTECTED]> wrote:

>   I am new to the Flex 3 programming and would like to know if someone
> has examples of how to show a jasperReport made with IReport in Flex 3.
>
> I managed to generate a jrxml report but need to know how to show this
> report in Flex.
>
> Thanks again for your help
>
>  
>


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]>:
>
> > Flash Player doesn't support animated GIF natively but Thibault Imbert
> > has developp a library for that :
> > http://www.bytearray.org/?p=95
> >
> > ;)
> >
>
>
>
> --
> BenoƮt Milgram / Flapflap
> http://www.kilooctet.net
>
> I'm also a music mashup / bootlegs producer :
> http://www.djgaston.net
> 
>


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 me? Is it really true that we
> cannot load up swf modules from a web server into an AIR app?
>
> If so then thats a really big disappointment. I can see the need for
> security etc, but if an AIR app trusts a particular domain then it
> should be able to download a swf module and run it. I would expect
> some function call to enable download of swfs from a particular
> domain. If there are any workarounds that anyone knows about then
> please post here as we would really like to know.
>
> We already have a web app that makes good use of modules. The app
> communicates with a server running JBoss using XML, and the web app
> firstly downloads a list of menu items, each of which relates to a
> module. The user only needs to download the modules that he accesses.
>
> We were hoping to do this with AIR, so that we could have the user
> download the AIR container app just once, and then we could add as
> many modules as we liked without having to make the user re-install
> the whole app. BTW the XML to JBoss seems to work - we just need to
> get the modules working.
>
> Any further info gratefully received.
>
> Cheers,
>
> Ed.
>
>  
>


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 CSS for my styles
> (http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExpl
> orer.html). But I'm not quite sure what component to style for the
> Alerts.
>
> Thanks
> Rick
>
>  
>