View Single Post
  #3  
Unread 07-03-2007, 06:06 AM
Weezl's Avatar
Weezl Weezl is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2007
Posts: 46
I do think a clarification is needed .

What I meant was that the interface author should be able to give an exact coordinate for each bar as you already can do with the default bar.

Today you can do this:
<ElementID="Toolbar_Quickslot"X="476"Y="38"Width="420"Height="34" />

And I want to do this:

<ElementID="Toolbar_Quickslot"X="476"Y="38"Width="420"Height="34" />
<ElementID="Toolbar_Quickbar1"X="476"Y="38"Width="420"Height="34" />
<ElementID="Toolbar_Quickbar2"X="476"Y="38"Width="420"Height="34" />
<ElementID="Toolbar_Quickbar3"X="476"Y="38"Width="420"Height="34" />
<ElementID="Toolbar_Quickbar4"X="476"Y="38"Width="420"Height="34" />
<ElementID="Toolbar_Quickbar5"X="476"Y="38"Width="420"Height="34" />

This would be as an alternative to the default docking mode and the manually repositining of the bars.
Reply With Quote