4. Darron Schall said this better on the MTASC list, but it's mainly 
because:

if(_global.myClass == undefined)
{
    _global.myClass = {};
    // initialize rest of class here
}

That if block is limited to 32k of data so if your class has more than that 
much data, that's why it doesn't work.


----- Original Message ----- 
From: "Michael Laudrup" <[EMAIL PROTECTED]>
To: <flexcoders@yahoogroups.com>
Sent: Wednesday, May 04, 2005 1:43 PM
Subject: RE: [flexcoders] Questions, Questions


Guys, don't get me wrong... Flex is a very
comprehensive library of components/effects and quite
new on the market...

Things that bothered me over time are:
1. lack of  multilingual support out the box; although
you can find few implementations but I think flex as
UI framework should streamline this a little bit... .
Validator package is a perfect example... it doesn't
support  binded error messages..
2. not having support for BigDecimals; Flex uses ECMA
standards and as Javascript doesn't know how to handle
number is double precision
3. AS2 is not an OO language, and I'm thinking at
method overloading..., etc;
4. 32k size limitation. Interfaces with lots of UI
elements& code can get out the blue this error.... The
solution is to refactor the code a little bit, but
there is no definitive reason why this is
happening....
5. scalability issues - times to time when the apps is
under heavy load the browser crashes without any
reason... Probably a memory leak. Unfortunately, there
is no error message logged... that I can find to trace
this error.  If the application is open in the browser
and it isn't used for a good period of time it will
stop working.... in fact not sure if this is a bug or
just something that I haven't figured out yet....

I won't finish before mentioning some things that I do
like about Flex:
1. this user group that is very helpful and people
advices are very helpful...
2. Cairngorm framework is awesome, and we are eagerly
expecting the .99 version or 1.0 release....
3. As I already mentioned, a library of components
that are very helpful ( in fact this is what you paid
for... )
--- Jim Schneider <[EMAIL PROTECTED]> wrote:
> I'm more interested in the "unpleasant limitations"
> of Flex. I can then
> weigh these against whatever price.
>
>
>
>   _____
>
> From: flexcoders@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Rick Bullotta
> Sent: Wednesday, May 04, 2005 10:26 AM
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] Questions, Questions
>
>
>
> One last time:
>
>
>
> If you are an ISV or OEM, call Macromedia to discuss
> your SPECIFIC
> application needs in terms of pricing.  They are
> very open to working
> creatively with partners in this aspect, but you'll
> never know unless you
> call.
>
>
>
> - Rick
>
>   _____
>
> From: flexcoders@yahoogroups.com
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Jim Schneider
> Sent: Wednesday, May 04, 2005 11:22 AM
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] Questions, Questions
>
>
>
> Could you expand on/list these "unpleasant
> limitations"? I'm one of these
> small companies trying to decide whether Flex is
> "worth it".
>
> Thanks,
>
> Jim
>
>
>
>   _____
>
> Yahoo! Groups Links
>
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/flexcoders/
>
> * To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
>
<mailto:[EMAIL PROTECTED]>
>
>
> * Your use of Yahoo! Groups is subject to the Yahoo!
> Terms
> <http://docs.yahoo.com/info/terms/>  of Service.
>
>



__________________________________
Yahoo! Mail Mobile
Take Yahoo! Mail with you! Check email on your mobile phone.
http://mobile.yahoo.com/learn/mail



Yahoo! Groups Links







 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to