MSFN Forums: any way to only show about button? - MSFN Forums

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

any way to only show about button? Rate Topic: -----

#1 User is offline   cloferba 

  • Junior
  • Pip
  • Group: Members
  • Posts: 81
  • Joined: 25-April 08
  • Gender:Male

Posted 27 December 2008 - 04:47 PM

i have already finished my wpi, but i need how to show the about button, not the config list and config wpi

is there any way to show the about button?

Ad Bot #1 User is online   Sponsor Icon

  • Advert Bot
  • Group: Ad Bots
  • Posts: 0
  • Joined: --

Warn Status

Warning level: 0%

0
  • +
  • -

#2 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Icon
  • Group: Developers
  • Posts: 6,674
  • Joined: 18-September 03
  • Gender:Male
  • Location:Pocatello, ID

Posted 27 December 2008 - 06:22 PM

Pick a theme and I will rip the other buttons out.

BTW I am very happy you wish to show just the about button :D ...

#3 User is offline   mritter 

  • WPI Co-Developer
  • Icon
  • Group: Developers
  • Posts: 854
  • Joined: 13-November 05
  • Gender:Male
  • Location:Bettendorf, IA

Posted 28 December 2008 - 01:28 AM

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.

#4 User is offline   cloferba 

  • Junior
  • Pip
  • Group: Members
  • Posts: 81
  • Joined: 25-April 08
  • Gender:Male

Posted 29 December 2008 - 06:23 AM

View PostKelsenellenelvian, on Dec 28 2008, 02:28 AM, said:

Pick a theme and I will rip the other buttons out.

BTW I am very happy you wish to show just the about button :D...


this is the theme i use
http://www.wpiw.net/.../xpize_dark.rar

View Postmritter, on Dec 28 2008, 02:28 AM, said:

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.

yes..i now..but the question is "how to show the button?", no "how to hide all the extra buttons" xD

:thumbup

thanks..

#5 User is offline   mritter 

  • WPI Co-Developer
  • Icon
  • Group: Developers
  • Posts: 854
  • Joined: 13-November 05
  • Gender:Male
  • Location:Bettendorf, IA

Posted 29 December 2008 - 02:09 PM

			<!-- 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 -->

#6 User is offline   cloferba 

  • Junior
  • Pip
  • Group: Members
  • Posts: 81
  • Joined: 25-April 08
  • Gender:Male

Posted 29 December 2008 - 03:36 PM

thank you very much!... it works :thumbup

great support

congratulations ;)

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic


1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users