Hi, i am showing my title window like alert on the screen. I am specifying the screeen coordinates also here. But the coordinates i am specifying are taking the application size. But i need to put this x,y coordinates respect to the browser window.

Because, i am adding more than one mxml in my jsp page. so i need to show the window respect to browser window size.

My sample code here: 

<mx:TitleWindow xmlns:mx=http://www.macromedia.com/2003/mxml

borderColor="#ECE5F4" title="Login Help"

width="500" height="320" x="445" y="100"

closeButton="true" click="this.deletePopUp();"

hScrollPolicy="off" vScrollPolicy="off" >

......................

......................

......................

</TitleWindow>

 

 

Thanks

Satish KC.

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to