EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   UI Developer Discussion (https://www.eq2interface.com/forums/forumdisplay.php?f=3)
-   -   How to make Scrollable and Resizable (to vertical way) Maintained Window? (https://www.eq2interface.com/forums/showthread.php?t=13769)

MirageKnight 02-02-2010 07:34 AM

How to make Scrollable and Resizable (to vertical way) Maintained Window?
 
Quote:

After GU53, I can't figure out how to make maintained buff window to scroll to show all 30 buffs. It was working fine before GU53.

This is because I have almost 18 maintained buffs all the time and I would like to make maintained buff window to scroll down to show blank 12 buff slots before combat so I can keep track of my debuff/buff in combat.

Currently, this xml only allow to scroll down when I made window small for some reason.
I have tried to resize and so on but can't figure out how to do this myself.

I appreciate any help Thank you.
link

I haven't got time to work on this till now, so I have re-written entire code but still can't make all maintained buff slot scrollable. Not sure what has been changed since GU53 on maintained window mechanism.

Can anyone teach me how to make scrollable and resizable (to vertial) maintained window (even slot not filled with buffs.)? (i.e when 18buffs on, allow to scroll down so can see the buff slots that empty yet to see which buff/proc triggered.)

gm9 02-02-2010 07:55 AM

I don't know if anything changed but your issue sound as if you did not set the parameter "MinimumScrollExtent" correctly, it needs to cover the entire (invisible) area you want to scroll through.

MirageKnight 02-04-2010 02:13 AM

Ah thx for advice. I found that my MinimumScrollExtent line should be for entire UI not only table for the buff.

By adding,
MinimumScrollExtent="255,900"

it seems I could made how I wanted.

Just I hope I could add more than 30 buff listed for maintained window, but 30 is the limit right? :)

Thanks again for your help.

Drumstix42 02-04-2010 06:02 AM

Indeed, you cannot add any more.


All times are GMT -5. The time now is 12:28 PM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI