EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > General Discussion > UI User Discussion

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 11-16-2006, 08:09 AM
Eshaac's Avatar
Eshaac Eshaac is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Apr 2005
Server: Test
Posts: 160
Question bagstrip

Hi,

Is anyone working on the bagstrip? Or anyone tell me what to fix on it so I can use it?

Thanks
Reply With Quote
  #2  
Unread 11-16-2006, 08:30 AM
dragowulf's Avatar
dragowulf dragowulf is offline
A man among men
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 934
Default

The bags? Currently we cannot customize the bags because of the last update.

That pretty much sums it up.
__________________
May Jesus Have Mercy On Us
Reply With Quote
  #3  
Unread 11-16-2006, 10:26 AM
Eshaac's Avatar
Eshaac Eshaac is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Apr 2005
Server: Test
Posts: 160
Default

Quote:
Originally Posted by dragowulf
The bags? Currently we cannot customize the bags because of the last update.

That pretty much sums it up.
No not the bags themselves, but a little ui that only showed the bags in a row. Had a few little buttons on it, one of which was for opening/closing all your bags at once. Here is the xml maybe someone can look at it and tell me what needs to be done to it, to fix it. I'm not sure who created it, it was part of a ui I was using till the author stoped updating back in july. Sage.

Thanks
Attached Files
File Type: xml eq2ui_mainhud_bagstrip.xml (9.0 KB, 182 views)
Reply With Quote
  #4  
Unread 11-16-2006, 10:50 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

That would be my code, and I'll be double-checking it today, but I do believe it still works with the rest of the Nightfall set.

I do not expect to be updating separate pieces any time soon, so if you got that as a separate piece... you may want to rip out any required files that came with it from Nightfall when its updated.
Reply With Quote
  #5  
Unread 11-16-2006, 11:00 AM
rontero rontero is offline
A Young Mystail Rat
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 3
Default

Quote:
Originally Posted by dragowulf
The bags? Currently we cannot customize the bags because of the last update.
Is that true? you cant even trim them down so they dont have so much fluff around them?

Is there no way to remove the large border, the frame, and the title?
Reply With Quote
  #6  
Unread 11-16-2006, 12:28 PM
Eshaac's Avatar
Eshaac Eshaac is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Apr 2005
Server: Test
Posts: 160
Default

Quote:
Originally Posted by Zonx
That would be my code, and I'll be double-checking it today, but I do believe it still works with the rest of the Nightfall set.
Hi, well I've been keeping it in the ui's I've been using by moving all files it uses, but not had any luck getting it to work in the current ui I'm using. As I said the auther of Sage'sui does not seem to be logging in anymore at least not to update his ui, so after this ud29 I've had to switch and it is not working.
Reply With Quote
  #7  
Unread 11-16-2006, 12:50 PM
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 rontero
Is that true? you cant even trim them down so they dont have so much fluff around them?

Is there no way to remove the large border, the frame, and the title?
Yes you can strip them down where there is less or if any frame/window fluff. But I haven't had any luck with sizing the cells and getting the window to from fit around it.
__________________
Landiin's EQ2MAP Updater Discussion Download

Last edited by Landiin : 11-16-2006 at 01:00 PM.
Reply With Quote
  #8  
Unread 11-16-2006, 01:21 PM
pooka's Avatar
pooka pooka is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 250
Default

Well, here's a jumping off point. This is a 6-slot wide, 90% (38px vs. 42px) bag mod. No title, inset drag handle, inset close box.

** This only partially works!! ** (Don't download this unload you understand that it's not a release version).

It's not sizing properly vertically. I had to set the minimum size vertically to accomodate my 32 slot boxes. Regardless of container size they're all fixed at 6x6.

Thusly, I'm using this as is, but it's a pain because if a container is less than 32 slots I've got MASSIVE dead space.

Maybe someone else can dedicate more time to this. I'm off to work and have no way to test while there. Good luck.
Attached Files
File Type: xml eq2ui_inventory_bag.xml (1.6 KB, 168 views)
Reply With Quote
  #9  
Unread 11-16-2006, 01:49 PM
Laffs's Avatar
Laffs Laffs is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Runnyeye
Posts: 1,404
Default

I went down the same lines as this a few days back and came to very much the same results.... And also had another idea on how to do it, I got as far as the vertical position / setting saving... But the drwback was the actual bag window would have a good percentage of dead space in it depending on how many slots the bag was the more slots the more deadspace..

Basicly my problem was the same as Landiin's managed to control the icon bank with min / max settings and get it to stay but the window itself ended up either too big or too small

Was using the Frame onshow and onhide to set the sizes for a 1x36 and normal 4x9
__________________
Laffs UI Mods
I can only please one person per day. Today is not your day. Tomorrow doesn't look to good either !
(Wicann on Runnyeye)
Reply With Quote
  #10  
Unread 11-16-2006, 08:10 PM
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

Cell sizing works fine. The only real issue with the current bag window is...

Window height calculation assumes 4 colums, and without script access to individual cells, we can't over-ride this as we previously did.

I've already given SOE details on how to make bags fully and individually configurable in-game. Its on their list for next release
Reply With Quote
  #11  
Unread 11-16-2006, 08:19 PM
Laffs's Avatar
Laffs Laffs is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Runnyeye
Posts: 1,404
Default

Kool ....

So if there is resizing problems and stay put bugs in the next version soe brings out then its all your fault ? Hehehehe

Thats good to know your much easier to contact than SoE lol
__________________
Laffs UI Mods
I can only please one person per day. Today is not your day. Tomorrow doesn't look to good either !
(Wicann on Runnyeye)
Reply With Quote
  #12  
Unread 11-16-2006, 09:45 PM
pooka's Avatar
pooka pooka is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 250
Default

LOL

For arguments' sake, I'll start blaming Zonx now.

Quote:
Originally Posted by Laffs
So if there is resizing problems and stay put bugs in the next version soe brings out then its all your fault ? Hehehehe
Reply With Quote
  #13  
Unread 11-17-2006, 03:56 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

I didn't say anything about stayput and certainly am not taking credit (or responsibility) for SOE's code

Seriously though, we often notice the mistakes and forget the good stuff. The UI devs at SOE are brilliant, but like any large scale project, no one person does everything so mistakes happen in the shuffle.

Last edited by Zonx : 11-17-2006 at 03:58 AM.
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 03:48 PM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI