cloferba Posted December 27, 2008 Posted December 27, 2008 i have already finished my wpi, but i need how to show the about button, not the config list and config wpiis there any way to show the about button?
Kelsenellenelvian Posted December 28, 2008 Posted December 28, 2008 Pick a theme and I will rip the other buttons out.BTW I am very happy you wish to show just the about button ...
mritter Posted December 28, 2008 Posted December 28, 2008 Not in the "normal" method. Once you have your config done and burn it to a CD/DVD, it will hide the Options/Config buttons automatically. Or, go to Options -> General -> Big combo box -> Hide extra buttons.@Kels: I prefer you don't modify the theme for him. Only cause troubles down the road.
cloferba Posted December 29, 2008 Author Posted December 29, 2008 Pick a theme and I will rip the other buttons out.BTW I am very happy you wish to show just the about button ...this is the theme i usehttp://www.wpiw.net/downloads/themes/xpize_dark.rarNot in the "normal" method. Once you have your config done and burn it to a CD/DVD, it will hide the Options/Config buttons automatically. Or, go to Options -> General -> Big combo box -> Hide extra buttons.yes..i now..but the question is "how to show the button?", no "how to hide all the extra buttons" xD thanks..
mritter Posted December 29, 2008 Posted December 29, 2008 <!-- The About WPI button --> <a href; onMouseDown="document.aboutwpibutton.src='./Themes/XPize Dark/aboutwpidown.png';" onMouseOver="document.aboutwpibutton.src='./Themes/XPize Dark/aboutwpiover.png'; stm(getText(ttAboutWPI),Style[0]);" onMouseOut="document.aboutwpibutton.src='./Themes/XPize Dark/aboutwpi.png'; htm();" onClick="ToggleAboutWPI();"> <img src="./Themes/XPize Dark/aboutwpi.png" align="absmiddle" class="mainbtn" border="0" name="aboutwpibutton"> <span class="side"> <script type="text/javascript"> document.write(getText(lblAboutWPI)); </script> </span> </a> <br> </div> <!-- ExtraButtons -->Move last line up, </div>, up before the <!- The About WPI button -->
cloferba Posted December 29, 2008 Author Posted December 29, 2008 thank you very much!... it works great supportcongratulations
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now