Re: [flexcoders] ServiceLocator in Cairngorm extends UIComponent?

2006-06-26 Thread Angus Johnson
I had the same problem with the app being offset by a few pixels at the top of the screen. One way to stop this is in mx:application specify layout=absolute. (My ApplicationView is a canvas set to x=1 y=1 w=100% h=100%). Hope that helps.AngusOn 22/06/06, Daniel Cascais [EMAIL PROTECTED] wrote:

[flexcoders] ServiceLocator in Cairngorm extends UIComponent?

2006-06-21 Thread Daniel Cascais
Hi, Is there a reason why the ServiceLocator in Cairngorm extends the UIComponent? I can't figure it out; maybe you guys can tell me the reason. The reason why I'm asking is because it takes up some space in my app, moving the view a few pixels down. I've got something like this in the main