I am creating a custom component that extends mx:HBox and I get the following message:
Warning Component http://www.macromedia.com/2003/mxml:mx.containers.HBox class symbol JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB- INF\flex\frameworks\mx.swc:__Packages.mx.containers.HBox (modified 3/11/04 11:46 PM, priority 2) and component sprite Inetpub\wwwroot\MyContainer.swc:mx.containers.HBox (modified 3/18/04 4:40 AM, priority 2) have different parent loaders. Can I infer that, since the dates are different, the problem is that they are different versions of the base HBox component? Thanks, Kevin.

