KMDonlon Posted March 26, 2009 Share Posted March 26, 2009 I am having trouble finding the glyph I marked in red in the image, I am running IE7 on XP Pro SP3 and have checked and re checked my ieframe.dll, ieframe.dll.mui and even my theme files with no luck. I edited every glyph inside ieframe.dll and no change. Any ideas where it may be? Thanks :) Link to comment Share on other sites More sharing options...
dis Posted March 26, 2009 Share Posted March 26, 2009 i don't know but it could be the marlett.ttf font too. (glyph "6" or "9" or "u") i am just guessing... Link to comment Share on other sites More sharing options...
KMDonlon Posted March 27, 2009 Author Share Posted March 27, 2009 i think you are probably right, skimmed through the UIFile and saw the font.... I can't think of a way to colorize it or change the value to an image file... is there anyway to add color the the code that you can think of? Link to comment Share on other sites More sharing options...
dis Posted March 27, 2009 Share Posted March 27, 2009 (edited) well i don't use ie7 so i don't know for sure but i know that the ui file can be customized very well. i mean in shellstyle and logonui it is possible to do cool things. see that line in the third line? "background = themetable(dtb(browsertb...." ? well that is used for colorize an item. i mean in shellstyle and logonui it looks like this: background=rgb(22,122,222) although it is a little bit different here but you could try it and see what happens. if it doesn't work then copy this entire uifile here, and maybe i can see something out of it... :) edit: foreground is what you need. background is for colorizing backgrounds. foreground is for colorizing in example a string. so try foreground=rgb(222,111,66). or whatever color values you want. update2: oh and i see the values are between quotation marks... so use it. Edited March 27, 2009 by dis Link to comment Share on other sites More sharing options...
KMDonlon Posted March 28, 2009 Author Share Posted March 28, 2009 Messed around with the rgb values, no luck... tried several and no change. Any other ideas dis? <?xml version="1.0" encoding="utf-8"?><duixml><element background = "themeable(dtb(BrowserTabBar::Rebar;Rebar,RP_BACKGROUND,0),buttonface)" bordercolor = "themeable(buttonhighlight,buttonface)" borderstyle = "solid" borderthickness = "rect(0,0,0,0)" id = "atom(bandroot)" layout = "filllayout()" padding = "rect(0,0,0,0)" resid = "main" sheet = "styleDynamic" > <element layout = "borderlayout()" padding = "rect(3,2,0,0)" ><element background = "argb(0,0,0,0)" layout = "borderlayout()" layoutpos = "left" margin = "themeable(rect(-1,0,-1,0),rect(1,0,1,0))" padding = "rect(0,2,0,0)" ><button id="atom(quickpick)" layout="filllayout()" active="nosyncfocus | mouseandkeyboard"><element id="atom(tabback)"/><element padding="rect(2,2,2,2)" layout="filllayout()"><element id="atom(tabfocus)" padding="rect(2,2,2,2)" layout="filllayout()"><element layout="flowlayout(0,2,2,2)"><element id="atom(quickpickicon)"/></element> </element> </element> </button> <button id="atom(tablistmenu)" layout="filllayout()"><element id="atom(tabback)"/><element padding="rect(2,2,2,2)" layout="filllayout()"><element id="atom(tabfocus)" padding="rect(2,2,2,2)" layout="filllayout()"><element layout="flowlayout(0,2,2,2)"><element id="atom(tablistmenuicon)"/></element> </element> </element> </button> </element> <IETabBand active = "mouse" background = "argb(0,0,0,0)" enabled = "true" id = "atom(bar)" layout = "borderlayout()" layoutpos = "left" margin = "themeable(rect(-1,0,-1,0),rect(1,0,1,0))" padding = "rect(0,0,0,0)" ><IETab class="tab" id="atom(chevl)" layout="filllayout()" visible="false" width="20"><element id="atom(tabback)"/><element padding="rect(2,2,2,2)" layout="filllayout()"><element id="atom(tabfocus)" padding="rect(2,2,2,2)" layout="filllayout()"><element layout="flowlayout(0,2,0,2)"><element id="atom(chevlicon)"/></element> </element> </element> </IETab> <!-- <IETab ...>... </IETab> --> <IETab class="tab" id="atom(chevr)" layout="filllayout()" visible="false" width="20"><element id="atom(tabback)"/><element padding="rect(2,2,2,2)" layout="filllayout()"><element id="atom(tabfocus)" padding="rect(2,2,2,2)" layout="filllayout()"><element layout="flowlayout(0,2,1,2)"><element id="atom(chevricon)"/></element> </element> </element> </IETab> <button class="tab" id="atom(new)" layout="filllayout()"><element id="atom(tabback)"/><element padding="rect(2,2,2,2)" layout="filllayout()"><element id="atom(tabfocus)" padding="rect(2,2,2,2)" layout="filllayout()"><element layout="flowlayout(0,2,2,2)"><element id="atom(newicon)"/></element> </element> </element> </button> </IETabBand> </element> <element background = "argb(0,0,0,0)" height = "5" id = "atom(undercurve)" layout = "borderlayout()" layoutpos = "themeable(bottom,none)" padding = "rect(0,0,0,2)" ><element background = "resbmp(0x272,6,0xFFFFFF,0,0,0,0,library(ieframe.dll))" borderthickness = "rect(0,4,3,0)" height = "3" id = "atom(undercurveleft)" layoutpos = "left" width = "0" /><element background = "resbmp(0x273,6,0xFFFFFF,0,0,0,0,library(ieframe.dll))" borderthickness = "rect(3,4,0,0)" height = "3" id = "atom(undercurveright)" layoutpos = "right" width = "0" /><element background = "resbmp(0x275,6,0xFFFFFF,0,0,0,0,library(ieframe.dll))" borderthickness = "rect(0,4,0,0)" height = "3" id = "atom(undercurvemiddle)" layoutpos = "client" /></element> <element background = "argb(0,0,0,0)" height = "7" layout = "borderlayout()" layoutpos = "top" padding = "rect(0,-3,0,0)" ><element layoutpos = "left" width = "6" /><element id = "atom(droparrowupper)" layout = "borderlayout()" layoutpos = "left" padding = "rect(0,0,0,0)" visible = "false" width = "48" ><element content = "6" contentalign = "topcenter" fontface = "marlett" fontsize = "12" fontweight = "normal" layoutpos = "right" padding = "rect(0,0,1,0)" width = "13" /></element> </element> <element background = "argb(0,0,0,0)" height = "10" layout = "borderlayout()" layoutpos = "bottom" padding = "rect(0,0,0,2)" ><element layoutpos = "left" width = "6" /><element id = "atom(droparrowlower)" layout = "borderlayout()" layoutpos = "left" padding = "rect(0,0,0,0)" visible = "false" width = "48" ><element content = "5" contentalign = "topcenter" fontface = "marlett" fontsize = "12" fontweight = "normal" layoutpos = "right" padding = "rect(0,0,1,0)" width = "13" /></element> </element> </element> <!-- Code: - adds id="atom(12345)" to IETab - updates the height for all children of IETabBand - updates content attribute of id="atom(icon)" element - updates content attribute of IEActivity - updates content attribute of id="atom(title)" element - toggles class between "tab" and "activetab" for IETab - toggles visible state (true/false) for id="atom(tabclose)" element - toggles visible state (true/false) for id="atom(chevl)" element (above) - toggles visible state (true/false) for id="atom(chevr)" element (above) --><IETab resid="IETabTemplate" class="tab" layout="filllayout()"><element layout="filllayout()"><element id="atom(tabback)"/><element padding="rect(2,2,2,2)" layout="filllayout()"><element id="atom(tabfocus)" padding="rect(2,2,2,2)" layout="filllayout()"><element layout="borderlayout()"><element id="atom(icon_activity)" layout="filllayout()" layoutpos="left"><element id="atom(icon)" height="16" width="16"/><IEActivity id="atom(activity)" height="16" width="16" visible="false"/></element> <element id="atom(title)" layoutpos="client"/><element layout="flowlayout(0,2,0,2)" layoutpos="right"><button id="atom(tabclose)" width="17"/></element> </element> </element> </element> </element> </IETab> <stylesheets><style resid="styleVista"><button accdefaction = "resstr(0x3710)" accessible = "true" accrole = "pushbutton" contentalign = "middleleft" cursor = "arrow" foreground = "themeable(gtc(Toolbar,0,0,TMT_TEXTCOLOR),buttontext)" layoutpos = "left" margin = "themeable(rect(-1,0,-1,0),rect(0,0,1,0))" padding = "rect(0,2,0,0)" width = "60" /><IETabBand accessible = "true" accname = "resstr(0x3716)" /><IETab accdefaction = "resstr(0x3710)" accessible = "true" accrole = "pushbutton" contentalign = "middleleft" cursor = "arrow" foreground = "themeable(gtc(Toolbar,0,0,TMT_TEXTCOLOR),buttontext)" layoutpos = "left" margin = "themeable(rect(-1,0,-1,0),rect(0,0,1,0))" padding = "rect(0,2,0,0)" width = "60" /><if keyfocused="true"><button contentalign = "middleleft | endellipsis" /><element contentalign = "middleleft | endellipsis" /></if> <if class="activetab"><IETab padding = "rect(0,0,0,0)" /></if> <if class="attentiontab"><IETab foreground = "themeable(gtc(Toolbar,0,0,TMT_TEXTCOLOR),highlighttext)" /></if> <if id="atom(chevlicon)"><element content = "themeable(resbmp(0x27D,2,0xFFFFFF,0,0,1,1,library(ieframe.dll)),'«')" fontface = "system" fontsize = "10" fontweight = "normal" padding = "themeable(rect(2,2,2,3),rect(1,0,1,5))" /><if enabled="false"><element foreground = "themeable(gtc(Toolbar,0,0,TMT_TEXTCOLOR),graytext)" content = "themeable(resbmp(0x27F,2,0xFFFFFF,0,0,1,1,library(ieframe.dll)),'«')" /></if> </if> <if id="atom(chevricon)"><element content = "themeable(resbmp(0x27E,2,0xFFFFFF,0,0,1,1,library(ieframe.dll)),'»')" fontface = "system" fontsize = "10" fontweight = "normal" padding = "themeable(rect(2,2,2,3),rect(1,0,1,5))" /><if enabled="false"><element foreground = "themeable(gtc(Toolbar,0,0,TMT_TEXTCOLOR),graytext)" content = "themeable(resbmp(0x280,2,0xFFFFFF,0,0,1,1,library(ieframe.dll)),'»')" /></if> </if> <if id="atom(droparrowupper)"><element foreground = "themeable(gtc(Toolbar,0,0,TMT_TEXTCOLOR),buttontext)" /></if> <if id="atom(droparrowlower)"><element foreground = "themeable(gtc(Toolbar,0,0,TMT_TEXTCOLOR),buttontext)" /></if> <if id="atom(new)"><button accdesc = "resstr(0x3712)" accname = "resstr(0x3712)" margin = "themeable(rect(-1,0,-1,0),rect(0,0,0,0))" tooltip = "true" width = "30" /></if> <if id="atom(newicon)"><element content = "icon(0x7956,16,16,library(ieframe.dll))" height = "16" /><if keyfocused="false" mousefocused="false"><element content = "" /></if> </if> <if id="atom(icon_activity)"><element background = "argb(0,0,0,0)" borderthickness = "rect(0,0,0,0)" height = "16" margin = "rect(0,0,2,0)" width = "16" /></if> <if id="atom(tabclose)"><button accdesc = "resstr(0x3711)" accname = "resstr(0x3711)" background = "themeable(dtb(Tooltip,TTP_CLOSE,TTCS_NORMAL),argb(0,0,0,0))" borderthickness = "rect(0,0,0,0)" content = "themeable('','r')" contentalign = "middlecenter" fontface = "marlett" fontsize = "12" fontweight = "normal" height = "16" layoutpos = "right" margin = "rect(3,0,0,0)" tooltip = "true" width = "17" /><if mousewithin="true"><button background = "themeable(dtb(Tooltip,TTP_CLOSE,TTCS_HOT),argb(0,0,0,0))" /></if> <if keyfocused="true"><button contentalign = "middlecenter | focusrect" /></if> <if pressed="true" mousefocused="true"><button background = "themeable(dtb(Tooltip,TTP_CLOSE,TTCS_PRESSED),argb(0,0,0,0))" padding = "themeable(rect(0,0,0,0),rect(2,2,-2,-2))" /></if> <if visible="false"><button layoutpos = "none" /></if> </if> <if id="atom(quickpick)"><button accdefaction = "resstr(0x3710)" accdesc = "resstr(0x3720)" accessible = "true" accname = "resstr(0x3720)" accrole = "pushbutton" margin = "themeable(rect(-1,0,-1,0),rect(0,0,1,0))" padding = "rect(0,0,0,0)" tooltip = "true" width = "24" /></if> <if id="atom(quickpickicon)"><element content = "resbmp(0x2B3, 2, -1, 0, 0, 0, 0, library(ieframe.dll))" /></if> <if id="atom(tabback)"><element background = "themeable(dtb(BrowserTab::Tab,TABP_TABITEM,TIS_NORMAL),buttonface)" bordercolor = "buttonface" borderstyle = "1" borderthickness = "themeable(rect(0,0,0,0),rect(2,2,2,0))" /><if mousefocused="true"><element background = "themeable(dtb(BrowserTab::Tab,TABP_TABITEM,TIS_HOT),buttonface)" /></if> <if class="active"><element background = "themeable(dtb(BrowserTab::Tab,TABP_TABITEM,TIS_SELECTED),gradient(buttonhighlight,buttonface,1))" /></if> <if class="attention"><element background = "themeable(dtb(BrowserTab::Tab,TABP_TABITEM,TIS_FOCUSED),highlight)" /></if> </if> <if id="atom(tabfocus)"><if keyfocused="true"><element contentalign = "focusrect" /></if> </if> <if id="atom(tablistmenu)"><button accdefaction = "resstr(0x3710)" accdesc = "resstr(0x3713)" accessible = "true" accname = "resstr(0x3713)" accrole = "pushbutton" margin = "themeable(rect(-1,0,-1,0),rect(0,0,1,0))" padding = "rect(0,0,0,0)" tooltip = "true" width = "16" /></if> <if id="atom(tablistmenuicon)"><element content = "6" contentalign = "middlecenter" fontface = "marlett" fontsize = "10" foreground = "themeable(gtc(Toolbar,0,0,TMT_TEXTCOLOR),buttontext)" padding = "rect(0,0,0,4)" /></if> <if id="atom(title)"><element background = "argb(0,0,0,0)" contentalign = "middleleft | endellipsis" fontface = "sysmetricstr(DSMS_MENUFONTFACE)" fontsize = "sysmetric(DSM_MENUFONTSIZE)" height = "16" /></if> <if visible="false"><button layoutpos = "none" /><element layoutpos = "none" /><IETab layoutpos = "none" /></if> </style> <style resid="styleXP"><button accdefaction = "resstr(0x3710)" accessible = "true" accrole = "pushbutton" contentalign = "middleleft" cursor = "arrow" foreground = "themeable(gtc(Toolbar,0,0,TMT_TEXTCOLOR),buttontext)" layoutpos = "left" margin = "themeable(rect(-1,0,-1,0),rect(0,0,1,0))" padding = "rect(0,2,0,0)" width = "60" /><IETabBand accessible = "true" accname = "resstr(0x3716)" /><IETab accdefaction = "resstr(0x3710)" accessible = "true" accrole = "pushbutton" contentalign = "middleleft" cursor = "arrow" foreground = "themeable(gtc(Toolbar,0,0,TMT_TEXTCOLOR),buttontext)" layoutpos = "left" margin = "themeable(rect(-1,0,-1,0),rect(0,0,1,0))" padding = "rect(0,2,0,0)" width = "60" /><if keyfocused="true"><button contentalign = "middleleft | endellipsis" /><element contentalign = "middleleft | endellipsis" /></if> <if class="activetab"><IETab padding = "rect(0,0,0,0)" /></if> <if class="attentiontab"><IETab foreground = "themeable(gtc(Toolbar,0,0,TMT_TEXTCOLOR),highlighttext)" /></if> <if id="atom(chevlicon)"><element content = "themeable(resbmp(0x27D,2,0xFFFFFF,0,0,1,1,library(ieframe.dll)),'«')" fontface = "system" fontsize = "10" fontweight = "normal" padding = "themeable(rect(2,2,2,3),rect(1,0,1,5))" /><if enabled="false"><element foreground = "themeable(gtc(Toolbar,0,0,TMT_TEXTCOLOR),graytext)" content = "themeable(resbmp(0x27F,2,0xFFFFFF,0,0,1,1,library(ieframe.dll)),'«')" /></if> </if> <if id="atom(chevricon)"><element content = "themeable(resbmp(0x27E,2,0xFFFFFF,0,0,1,1,library(ieframe.dll)),'»')" fontface = "system" fontsize = "10" fontweight = "normal" padding = "themeable(rect(2,2,2,3),rect(1,0,1,5))" /><if enabled="false"><element foreground = "themeable(gtc(Toolbar,0,0,TMT_TEXTCOLOR),graytext)" content = "themeable(resbmp(0x280,2,0xFFFFFF,0,0,1,1,library(ieframe.dll)),'»')" /></if> </if> <if id="atom(droparrowupper)"><element foreground = "themeable(gtc(Toolbar,0,0,TMT_TEXTCOLOR),buttontext)" /></if> <if id="atom(droparrowlower)"><element foreground = "themeable(gtc(Toolbar,0,0,TMT_TEXTCOLOR),buttontext)" /></if> <if id="atom(new)"><button accdesc = "resstr(0x3712)" accname = "resstr(0x3712)" margin = "themeable(rect(-1,0,-1,0),rect(0,0,0,0))" tooltip = "true" width = "30" /></if> <if id="atom(newicon)"><element content = "icon(0x7956,16,16,library(ieframe.dll))" height = "16" /><if keyfocused="false" mousefocused="false"><element content = "" /></if> </if> <if id="atom(icon_activity)"><element background = "argb(0,0,0,0)" borderthickness = "rect(0,0,0,0)" height = "16" margin = "rect(0,0,2,0)" width = "16" /></if> <if id="atom(tabclose)"><button accdesc = "resstr(0x3711)" accname = "resstr(0x3711)" background = "themeable(resbmp(0x27A,6,-1,17,16,0,0,library(ieframe.dll)),argb(0,0,0,0))" borderthickness = "rect(0,0,0,0)" content = "themeable('','r')" contentalign = "middlecenter" fontface = "marlett" fontsize = "12" fontweight = "normal" height = "16" layoutpos = "right" margin = "rect(3,0,0,0)" tooltip = "true" width = "17" /><if mousewithin="true"><button background = "themeable(resbmp(0x27B,6,-1,17,16,0,0,library(ieframe.dll)),argb(0,0,0,0))" /></if> <if keyfocused="true"><button contentalign = "middlecenter | focusrect" /></if> <if pressed="true" mousefocused="true"><button background = "themeable(resbmp(0x27C,6,-1,17,16,0,0,library(ieframe.dll)),argb(0,0,0,0))" padding = "themeable(rect(0,0,0,0),rect(2,2,-2,-2))" /></if> <if visible="false"><button layoutpos = "none" /></if> </if> <if id="atom(quickpick)"><button accdefaction = "resstr(0x3710)" accdesc = "resstr(0x3720)" accessible = "true" accname = "resstr(0x3720)" accrole = "pushbutton" margin = "themeable(rect(-1,0,-1,0),rect(0,0,1,0))" padding = "rect(0,0,0,0)" tooltip = "true" width = "24" /></if> <if id="atom(quickpickicon)"><element content = "resbmp(0x2B3, 2, -1, 0, 0, 0, 0, library(ieframe.dll))" /></if> <if id="atom(tabback)"><element background = "themeable(resbmp(0x276,6,-1,9,25,0,0,library(ieframe.dll)),buttonface)" bordercolor = "buttonface" borderstyle = "1" borderthickness = "themeable(rect(4,10,4,1),rect(2,2,2,0))" /><if mousefocused="true"><element background = "themeable(resbmp(0x277,6,-1,9,25,0,0,library(ieframe.dll)),buttonface)" /></if> <if class="active"><element background = "themeable(resbmp(0x278,6,-1,9,25,0,0,library(ieframe.dll)),gradient(buttonhighlight,buttonface,1))" /></if> <if class="attention"><element background = "themeable(resbmp(0x279,6,-1,9,25,0,0,library(ieframe.dll)),highlight)" /></if> </if> <if id="atom(tabfocus)"><if keyfocused="true"><element contentalign = "focusrect" /></if> </if> <if id="atom(tablistmenu)"><button accdefaction = "resstr(0x3710)" accdesc = "resstr(0x3713)" accessible = "true" accname = "resstr(0x3713)" accrole = "pushbutton" margin = "themeable(rect(-1,0,-1,0),rect(0,0,1,0))" padding = "rect(0,0,0,0)" tooltip = "true" width = "16" /></if> <if id="atom(tablistmenuicon)"><element content = "6" contentalign = "middlecenter" fontface = "marlett" fontsize = "10" foreground = "themeable(gtc(Toolbar,0,0,TMT_TEXTCOLOR),buttontext)" padding = "rect(0,0,0,4)" /></if> <if id="atom(title)"><element background = "argb(0,0,0,0)" contentalign = "middleleft | endellipsis" fontface = "sysmetricstr(DSMS_MENUFONTFACE)" fontsize = "sysmetric(DSM_MENUFONTSIZE)" height = "16" /></if> <if visible="false"><button layoutpos = "none" /><element layoutpos = "none" /><IETab layoutpos = "none" /></if> </style> </stylesheets> </duixml> Link to comment Share on other sites More sharing options...
dis Posted March 28, 2009 Share Posted March 28, 2009 (edited) first of all. what does that glyph do if you click it? i need it to know to find the correct code line. because there are more lines with marlett value. if i have to guess i would say it could be: droparrowlower button accdesc try this one: foreground = "themeable(gtc(Toolbar,0,0,TMT_TEXTCOLOR),ThreeDShadow)" and at the end of this line the "ThreeDShadow" i guess could be these system color values: -ButtonHighlight -InfoText -Menu - and so on... > http://www.iangraham.org/books/xhtml1/appd...-23feb2000.html or try something like this: foreground = "themeable(gtc(Toolbar,0,0,TMT_TEXTCOLOR),rgb(220,220,220))" Edited March 28, 2009 by dis Link to comment Share on other sites More sharing options...
KMDonlon Posted March 28, 2009 Author Share Posted March 28, 2009 The glyph does nothing when I click the icon for my tools options, it is merely there. I tried adding the rgb(72,127,230)) after the line you mentioned above and the entire tab section was gone, removed the line and IE was working again.. so that didn't work. What does the ThreeDShadow do? I was hesitant to try again as I don't want to damage the .dll. Link to comment Share on other sites More sharing options...
dis Posted March 28, 2009 Share Posted March 28, 2009 ThreeDShadow is a system color definition = Color of Dark shadow for three-dimensional display elements. make a backup dll so if you do something "wrong" you still have the original dll. (reshacker does a backup file but to be sure i always make another backup) i don't have any tips... Link to comment Share on other sites More sharing options...
KMDonlon Posted March 30, 2009 Author Share Posted March 30, 2009 Thanks for the help though, you tried :) Link to comment Share on other sites More sharing options...
Recommended Posts