Well ok but in this case is any object considered like
a component ? I
mean I have for example some mxml that reflect some part of the poject
(for example Login...)
I've never done some "real" component... so could this mean that the
'oversized' component there may be the ovrall application ? could you
give me some tips or an example or technique to change my architecture ?
thanks
Antoine
Ralf Bokelberg a écrit :
>
> The component contains too much code.
> You have to split it up into multiple components.
> Cheers,
> Ralf.
>
>
> On 6/22/06, *Antoine Malpel* < [EMAIL PROTECTED]com
> <mailto:[EMAIL PROTECTED]com>>
wrote:
>
> Sometimes when I compile my Application I get this message :
>
> Compilation Results
>
> Errors, warnings or exceptions were found while compiling
> /index.mxml. Visit the online Flex documentation
> <http://www.macromedia.com/go/flex15_apps>
or API reference
> <http://www.macromedia.com/go/flex15_reference>
for further
> information.
>
> ----------------------------------------------------------
>
>
> 2 Errors found.
>
> Error /index-generated.as:1513 <http://generated.as:1513>
> Branch between 15253 and 48024 around line 0 exceeds 32K span. If
> possible, please refactor this component.
>
>
> Error
> Branch between 15253 and 48024 around line 0 exceeds 32K span.
>
>
> what does that mean ? how can I refactor ? .... I'm lost with that
>
>
>