View Single Post
  #18  
Unread 05-10-2005, 09:30 PM
Sinbad's Avatar
Sinbad Sinbad is offline
A Sea Turtle
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Permafrost
Posts: 33
Exclamation

I may be strange, but I happen to like the bags in the game just fine IF I could just get them to stay where I put them. That is where the rub comes in for me. I am being forced to create my own UI just to get the darn bags to stay put because Sony won't bother to do it for us. Anyway, {/shrug} all I want is the simplest modification of the standard bag UI that will make the bags stay put. My problem is that I have tried everything that has been mentioned here on the standard UI and I end up with one of two results.

Problem 1: If I assume that Sony actually DID set up their bags properly and leave out your Steps 2 & 3 (See quote below), then I get either invisible bags or they don't open.

Quote:
Step 2: It's also necessary to set the first bag slot in each row to Visible="false" and OnShow="Parent.Size=(X,Y) Parent.MinimumSize=(X,Y)", where (X,Y) is the size that the bag should be when that slot's row is shown. If you don't do this, then the window will do it's resize-down-from-default size from that bag's saved size and you won't see your bag windows.

Step 3: (Nevermind, this problem can't actually affect the bags if they are set up properly.)
Problem 2: If I put in what I think are the proper numbers for X and Y in Parent.Size=(X,Y) and Parent.MinimumSize=(X,Y), I get really strange behavior that obliterates about half my screen with something that is still invisible.

I am obviously doing something wrong, but I'm not certain what at this point. Any suggestions about the proper values for Parent.Size=(X,Y) and Parent.MinimumSize=(X,Y) for the default bags would be appreciated. If there is something you see that I am missing from what I have described here, please point it out. If there are new developments in the bag UI since the last post in this thread it would really help to know about that, as well.

Someone please post a solution or suggestion to help me solve this problem.

Last edited by Sinbad : 05-17-2005 at 12:28 AM.
Reply With Quote