View Single Post
  #2  
Unread 02-05-2006, 12:10 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

The bag window is hard coded to size based on the number of slots in the actual bag. This usually defeats much of the custom layout done in UIBuilder.

You need to override the hard coding by hiding all the slots and giving them OnShow scripts that set their position and the size atribute of window.

Also give the window an OnHide script to rehide all the slots.

Might be best to start with an already modded bag window close to what you're after.
Reply With Quote