EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Developer Discussion > XML Modification Help & Info

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 03-14-2008, 10:23 AM
Vex's Avatar
Vex Vex is offline
Kittana - 80 Troubador
Premium Member
 
Join Date: Nov 2004
Server: Mistmoore
Posts: 31
Default Where to edit HTML template?

I'd like to change the font on the examine window but all I see is it uses an HTML template. I'm tired and/or blind and miss it entirely.

Where's it at?!
Reply With Quote
  #2  
Unread 03-14-2008, 11:00 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Font styles have nothing to do with HTML and are stored by default in eq2ui_fonts.xml. If you edit the style itself however you change it for every window using that style. If you want to edit it only for the examine window simple apply a different style to the font paramter.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #3  
Unread 03-14-2008, 08:56 PM
Vex's Avatar
Vex Vex is offline
Kittana - 80 Troubador
Premium Member
 
Join Date: Nov 2004
Server: Mistmoore
Posts: 31
Default

Yeah I didn't see a font parameter in the examine window except for the title :/
Reply With Quote
  #4  
Unread 03-14-2008, 10:21 PM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Can you post your code?

I'm looking at the examine window and I see the font attribute all over.
Reply With Quote
  #5  
Unread 03-14-2008, 11:44 PM
Vex's Avatar
Vex Vex is offline
Kittana - 80 Troubador
Premium Member
 
Join Date: Nov 2004
Server: Mistmoore
Posts: 31
Default

from default ui: (eq2ui_inventory_examine.xml )

Code:
<?xml version="1.0" encoding="utf-8"?>
        <Page Activated="true" eq2opensound="ui_window_main_open" eq2usescomwndcontrols="true" Location="4,110" MaximumSize="1024,1024" MinimumSize="400,198" Name="Examine" ScrollExtent="400,198" Size="400,198" UserMovable="true" UserResizable="true" Visible="false">
            <Page AbsorbsInput="false" Location="29,35" Name="HTML" PackLocation="top,left" PackLocationProp="0029/0001,0035/0001" PackSize="absolute,absolute" PackSizeProp="0083/0001,0058/0001" ScrollExtent="317,140" Size="317,140"/>
            <Scrollbar ArrowPressSound="sounds/button" Control="HTML" Location="351,37" Name="HTMLScroll" PackLocation="right,top" PackLocationProp="-049/0001,0037/0001" PackSize="fixed,absolute" PackSizeProp="0002/0003,0060/0001" ScrollExtent="22,138" Size="22,138" Style="/CommonElements.ScrollbarVertical.data.style"/>
            <Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="25,32" Name="InfoFrame" PackLocation="top,left" PackLocationProp="0025/0001,0032/0001" PackSize="absolute,absolute" PackSizeProp="0075/0001,0051/0001" RStyleDefault="/rectlist.win_plain" ScrollExtent="325,147" Size="325,147"/>
            <Page AbsorbsInput="false" Name="WindowFrame" PackSize="absolute,absolute" PackSizeProp="0000/0001,0000/0001" ScrollExtent="400,198" Size="400,198">
                <Button LocalTooltip="Window Settings" Location="342,8" Name="Settings" PackLocation="right,top" PackLocationProp="-058/0001,0008/0001" ScrollExtent="18,18" Size="18,18" Style="/WindowElements.WindowFrame.data.settings.style" Tooltip=":e031d62aec278586:Window Settings" UserMovable="true"></Button>
                <Button LocalTooltip="Help" Location="347,8" Name="Help" PackLocation="right,top" PackLocationProp="-053/0001,0008/0001" ScrollExtent="18,18" Size="18,18" Style="/WindowElements.WindowFrame.data.help.style" Tooltip=":e031d62a574a0c6d:Help" UserMovable="true" Visible="false"></Button>
                <Button LocalTooltip="Close" Location="364,8" Name="Close" PackLocation="right,top" PackLocationProp="-036/0001,0008/0001" ScrollExtent="18,18" Size="18,18" Style="/WindowElements.WindowFrame.data.close.style" Tooltip=":e031d62a2d3f513f:Close" UserMovable="true"></Button>
                <Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="230,0" Name="RightGrouper" PackLocation="right,top" PackLocationProp="-170/0001,0000/0001" RStyleDefault="/WindowElements.WindowFrame.data.right_grouper.rect" ScrollExtent="170,70" Size="170,70"/>
                <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="LeftGrouper" RStyleDefault="/WindowElements.WindowFrame.data.left_grouper.rect" ScrollExtent="300,70" Size="300,70">
                    <Text AbsorbsInput="false" Font="/TextStyles.Large.LargeStyle" LocalText="Examine" Location="30,3" MaxLines="1" Name="Title" PackSize="absolute,fixed" PackSizeProp="0130/0001,0002/0003" ScrollExtent="170,20" ShadowStyle="/ShadowStylesNew.Outline.style" Size="170,20" TextAlignment="Center" TextAlignmentVertical="Center" TextColor="#F0D080">:e031d62a7f6fa781:Examine</Text>
                </Page>
                <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="Frame" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" PackSize="absolute,absolute" PackSizeProp="0000/0001,0000/0001" RStyleDefault="/WindowElements.WindowFrame.data.frame.rect" ScrollExtent="400,198" Size="400,198"/>
                <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="Bkg" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" PackSize="absolute,absolute" PackSizeProp="0000/0001,0000/0001" RStyleDefault="/WindowElements.WindowFrame.data.bkg.rect" ScrollExtent="400,198" Size="400,198"/>
            </Page>
        </Page>
Reply With Quote
  #6  
Unread 03-14-2008, 11:50 PM
Vex's Avatar
Vex Vex is offline
Kittana - 80 Troubador
Premium Member
 
Join Date: Nov 2004
Server: Mistmoore
Posts: 31
Default

oh wow. there's eq2ui_examine.xml too...

*quietly backs out of thread*

p.s. i did mention i was tired!
Reply With Quote
  #7  
Unread 03-15-2008, 12:03 AM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Yeah eq2ui_examine is the examine window in my experience... not sure what eq2ui_inventory_examine is used for anymore, if anything.
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 09:12 AM.


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