Thread: eXtremeUI
View Single Post
  #218  
Unread 07-23-2005, 11:44 AM
heidrickla's Avatar
heidrickla heidrickla is offline
An Undead Settler
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Steamfont
Posts: 90
Default

This problem not limited to extreme ui. First noticed it in Nedra then Steel Bottom. The vertical scroll bar for this ui which is originally from the nedra gothic theme seems to go mia when there are alot of lines it needs to scroll. Is it possible its a problem with the fetish_widgets1.dds from the goth theme? Was also wondering if the nedra parts in here are from classic or nightfall. Whenever ya get a chance.


Was tinkering around and figured out that the minimum thumb size was set too small in _fetishstyles.xml it is set to 17 currently I changed it to 21 and it seems to have fixed it. Let me know if this fix works for everyone else that was having this problem. It's on line 256.

Here is what it was:
<ScrollbarStyle Background.Normal="vscrollbar.vscrollbar_background" EndCap.Disabled="vscrollbar.vscrollbar_endcap_disabled" EndCap.Normal="vscrollbar.vscrollbar_endcap_normal" EndCap.Pressed="vscrollbar.vscrollbar_endcap_rollover" EndCap.StopOffset="18" Name="vscroll" StartCap.Disabled="vscrollbar.vscrollbar_startcap_disabled" StartCap.Normal="vscrollbar.vscrollbar_startcap_normal" StartCap.Pressed="vscrollbar.vscrollbar_startcap_rollover" Startcap.StopOffset="20" Thumb.Background.Normal="vscrollbar.vscrollbar_thumb_center" Thumb.EndCap.Normal="vscrollbar.vscrollbar_thumb_end" Thumb.MaxSize="1000" Thumb.MinSize="17" Thumb.StartCap.Normal="vscrollbar.vscrollbar_thumb_start"/>

And this is what I changed it to:
<ScrollbarStyle Background.Normal="vscrollbar.vscrollbar_background" EndCap.Disabled="vscrollbar.vscrollbar_endcap_disabled" EndCap.Normal="vscrollbar.vscrollbar_endcap_normal" EndCap.Pressed="vscrollbar.vscrollbar_endcap_rollover" EndCap.StopOffset="18" Name="vscroll" StartCap.Disabled="vscrollbar.vscrollbar_startcap_disabled" StartCap.Normal="vscrollbar.vscrollbar_startcap_normal" StartCap.Pressed="vscrollbar.vscrollbar_startcap_rollover" Startcap.StopOffset="20" Thumb.Background.Normal="vscrollbar.vscrollbar_thumb_center" Thumb.EndCap.Normal="vscrollbar.vscrollbar_thumb_end" Thumb.MaxSize="1000" Thumb.MinSize="21" Thumb.StartCap.Normal="vscrollbar.vscrollbar_thumb_start"/>
__________________
How to Install a custom interface. (General)
Download EQ2Map Update Utility Here
No I can't make your dang armor or spells. If I made crafted for everyone that asked me all I would ever do would be crafting.


Last edited by heidrickla : 07-23-2005 at 01:07 PM.