I think this is known problem with Flex 1.5, check the FAQ list
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt.

On the other hand, I ran once into this and I actually created AS classes
for a couple of the functions that I had in my mxml file.  Another option
is what your colleagues are suggesting which is creating a components. If
you are having problems with that, you can check the online docs and see
the examples on mxml components. I remember that they have a very basic
comboBox component which is easy to understand.




|---------+--------------------------------->
|         |                                 |
|         |  "hitch_nj"                     |
|         |  <[EMAIL PROTECTED]|
|         |  m>                             |
|         |  Sent by:                       |
|         |  flexcoders@yahoogroups.com     |
|         |  06/14/2006 02:56 PM            |
|         |  Please respond to flexcoders   |
|         |                                 |
|---------+--------------------------------->
  
>-----------------------------------------------------------------------------------------------------------------------------|
  |                                                                             
                                                |
  |      To: flexcoders@yahoogroups.com                                         
                                                |
  |      cc:                                                                    
                                                |
  |      Subject:  [flexcoders] Grid                                            
                                                |
  
>-----------------------------------------------------------------------------------------------------------------------------|




Hi,
I am new to Flex, and am having this problem. Would really appreciate
if anyone can help me.

Overview: I have an excel sheet which I need to replicate in Flex 1.5.
There is a checkbox, a ComboBox and lots of cells with data.
Issue: I tried using the <mx:Model> tag to populate the cells, and was
successfull partially, till I got an error like this:

A function in the code exceeds the 64K byte limit (actual size =
'74071'). Since the problem occurs in the compiler-generated deferred
instantiation code, please refactor/componentize portions of this
document.

This was when all hell broke loose. I have some colleagues who have
worked on Flex and they told me that I can overcome this problem if I
include another mxml file in the parent. I tried that, but now the
issue is that my parent file refers to an actionScript file. The
ComboBox is in the parent and I am refering to it in the child so the
.as file gives me errors.

I can go on forever, but someone suggested me to create my custom
Grid, and I have no idea how to do that.

Could anyone please tell me what I can do.

Thanks in advance.







---------------------------------------------------------------------------
This e-mail message (including attachments, if any) is intended for the use
of the individual or entity to which it is addressed and may contain
information that is privileged, proprietary , confidential and exempt from
disclosure.  If you are not the intended recipient, you are notified that
any dissemination, distribution or copying of this communication is
strictly prohibited.  If you have received this communication in error,
please notify the sender and erase this e-mail message immediately.
---------------------------------------------------------------------------



------------------------ Yahoo! Groups Sponsor --------------------~--> 
You can search right from your browser? It's easy and it's free.  See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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