Jump to content

Extra Buttons & Virtual PC 2007


Recommended Posts

I'm using WPI v6.3 and Ultimate theme. and checked this options:

[ ] Show Extra Buttons

[ ] Do not show if started from CD/DVD

and when WPI start in Virtual PC 2007. the Buttons is still there! does this is the normal ?

if not. what can i do to make this options work ?

another Q: its Ok to remove the lang folder from the WPI root ?

Thanks in Advance

Link to comment
Share on other sites


LOL it was a very looooong day when I replied to you, Yes you are right.

Maybe it is an issue with virtualPC? I have yet to see those buttons when using it in VMWare and on regular systems since the code was instituted.

Edited by Kelsenellenelvian
Link to comment
Share on other sites

OK found it it is a theme issue...

Please open wpi.htm in the themes\ultimate folder and replace this:

<script type="text/javascript">
document.all.ExtraButtons.style.display = ShowExtraButtons ? 'block' : 'none';
document.all.MediaPlayerDIV.style.display = PlayAudioInWPI ? 'block' : 'none';
</script>

With this:

<script type="text/javascript">
if (ShowExtraButtons)
{
if (DoNotShowIfCD && hdd=="")
null;
else
document.getElementById("ExtraButtons").style.display = 'block';
}
</script>

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...