There are no functional restrictions on the trial. You might have affected timing. However, the popup property will be null until after the OPEN event.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of geraldshastri Sent: Monday, March 24, 2008 1:43 AM To: [email protected] Subject: [flexcoders] Re: popUp property null on creationComplete Thanks Alex I've discovered the true nature of this problem, I am building a mockup for an application with lots of graphical skins and a few custom components but after some point the moment I add another component (an Image, a VBox, a Text etc. ) I start receiving these runtime errors. The item renderers fail to work, popUpButtons refuse to open despite clicking. Btw I am using the 60 day trial of flex builder 3 are there some restrictions in the trial? --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Alex Harui" <[EMAIL PROTECTED]> wrote: > > The popup isn't created until just before the OPEN event, so I'd listen > for that and set the itemrenderer then. > > > > ________________________________ > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of geraldshastri > Sent: Saturday, March 22, 2008 1:54 AM > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > Subject: [flexcoders] popUp property null on creationComplete > > > > I am using a popUpMenuButton inside an MXML component but trying to > set an itemRenderer fails since the popUp property is null even after > the creationComplete event is fired. Does anyone have a clue to this? >

