Thread: UI Possability?
View Single Post
  #11  
Unread 01-18-2008, 08:41 AM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Quote:
Originally Posted by SOE-Rothgar View Post
Thats a possibility too. If someone wants to write up some details on how they'd like to see it work, I'd love to take a look at it.
You would also need to add another property to UI objects. Something like SaveProperties or something. That way the client would know if you wanted to save this objects properties. Because not every object would need it's properties saved and you can't begin to guess what the modder wants.

I'd like to see the file laid out kind of like;

Code:
<CustomSave>
 <Window Name="window name" Top="1" Left="1" etc..>
  <SubObject Name="Object name" Top="1" left="1" etc../>
 </Window>
</CustomSave>
And please please please pass the value sent to Top, Left, Height and Width through a trunc function.... You don't have to change the way math is done just pass the values in these properties through a trunc function.. If you do this I am sure gm9 will give you his 1st born child.
__________________
Landiin's EQ2MAP Updater Discussion Download

Last edited by Landiin : 01-18-2008 at 09:37 AM.
Reply With Quote