It's caused by the AdvancedDataGrid control. That's surprisingly large. Guess I'll be sticking with a list or regular DataGrid.
--- In [email protected], "Daniel Gold" <[EMAIL PROTECTED]> wrote: > > did you have any TitleWindows previously? My guess is the code size increase > is due to extra components from the framework library being compiled into > your project. Add another TitleWindow component that is similar and see what > the code size increase. > > From some other applications I've worked with in Flex, I've seen that the > SWF size seems to plateau around 1.2kb or so and crawls from there even if I > add some complex custom components, at some point it's just compiled code > once you've used most of the available components. > > On Mon, Jun 9, 2008 at 5:24 PM, jmfillman <[EMAIL PROTECTED]> wrote: > > > I have a good sized application (around 433 KB). I just added a > > TitleWindow component with 37 lines of code and no imbedded assets, and > > was surprised when the SWF size jumped about 102 KB, to 535 KB (using > > Release Build). Am I better off creating an view inline state instead > > of using a component? It seems so out of proportion. The main > > application is a few thousand lines, with plenty of imbedded images, > > and this little TitleWindow increases my file size by nearly 25%. > > > > > > >

