--- In flexcoders@yahoogroups.com, "Randy Martin" <[EMAIL PROTECTED]> wrote:
Randy> All you have to do is set the horizontalCenter=0 and Randy> verticalCenter=0 on the outermost component (except Canvas) in Randy> your application. For example, Randy> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" Randy> layout=absolute> Randy> <mx:Canvas width=100% height=100%> Randy> <mx:TitleWindow width=700 height=450 horizontalCenter=0 Randy>verticalCenter=0 title="My Window"> Randy> </mx:TitleWindow> Randy> </mx:Canvas> Randy> <mx:Application> Randy> This will center the title window on your screen. Thanks! I will give that a try. Fidel.