View Single Post
  #2  
Unread 07-06-2007, 07:30 AM
Weezl's Avatar
Weezl Weezl is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2007
Posts: 46
As far as I know you have to define both X and Y coordinates to get it positioned (but I may be wring).

To get the centering you must however calculate the X position:
X = (screen width / 2 ) - (toolbar width / 2)


You can always check out my tool i've written for this purposes.

http://www.lotrointerface.com/downlo...ceManager.html
Reply With Quote