myselfidem Posted August 12, 2012 Posted August 12, 2012 (edited) Many thanks mritter for your answer, but what about : Tool tip position: Float?Fixed position seems working fine, for me, but why not remove "Float" if this doesn't work?You really made an awesome and hard work, like Kels, Francesco and others! Many thanks.Regards Edited August 12, 2012 by myselfidem
Kelsenellenelvian Posted August 13, 2012 Author Posted August 13, 2012 WPI updated.v8.5.5 Updates - Released August 12th, 2012====================================================* Relocated the Codebase folder into the Common folder.* Removed Tool tip position: Float* Added Win8 to getosver.* HUGE Amounts of code cleanup.* TONS of minor fixes.* Fixed WPI not resuming after reboot on Vista, Win7 & Win8. * Fixed Feature: Don't split categories ignores hidden items.Use your update function.
Kelsenellenelvian Posted August 13, 2012 Author Posted August 13, 2012 * HUGE Amounts of code cleanup.* TONS of minor fixes.
Francesco Posted August 13, 2012 Posted August 13, 2012 When I'm in the command list and a command is larger than the editbox and I hit save the command list layout becomes all messed up (happens also on the deps window and every time an alert box is displayed).
Kelsenellenelvian Posted August 13, 2012 Author Posted August 13, 2012 Yeah i get that too.I think an overflow or something is out of place. and I am having a hell of a time finding it.
ZEUS__ Posted August 14, 2012 Posted August 14, 2012 (edited) hi,when I put my config.js file from 8.5 to 8.5.5 it gives error. Edited August 14, 2012 by ZEUS__
Whatsup Posted August 14, 2012 Posted August 14, 2012 (edited) Hi..I have some trouble here.and this is what i find to let it work.I work from USB.No1:I use this option, load desktop before installation starts. onI use WPI when Windows 7 installation is ready,and i let WPI start with runonce.This function work great,but it still block my windows to load the desktop screen.And if WPI start to doing his software install,it's a black background,[thats look bad and boring^^].and desktop start loading when WPI is finis his software install.[1 hour later].So i try a lot of stuf but nothing work.my last option was to change the WPI 8.5.4 WPI.exe with an older one WPI.exe date 12-9-2011.[WPI 8.4 i think]And now my windows screen load succes full and WPI is starting install the software like the way i want.with loading windows/desktop.PS:just a question!!! if you will not load desktop before install!!is it possible to make a function to get a wallpaper as background if WPI installing his software??the ression is the black background.that seems ugly,and thats why i will that desktop is loading.No2:I also will let the music play.so first let the music copy to my harddrive and then start playing.But it doesn't work for me.what i try..the music wil not start!!!If i let the option off to copy the music to my harddrive and let it play from CD/USB it work perfect,only shuffle didn't work.So same as above,i try a lot of stuf to let it work with copy to harddrive but nothing work.To fix this i change %systemdrive%\Audio to C:\Audio and now the music is running nice.One trouble came up when WPI is finis his install and the music most been remove it.I get a warning!!The files in Audio folder are removes but the folder wil not been remove.Maby some older settings block this option.I find this in WPIScripts\globals.js// Audio Player tab var PlayAudioInInstaller=false; var InstallAudio=[]; var Volume=75; var Shuffle=false; var CopyAudioFolder=false; var CopyAudioPath=['%systemdrive%\\WPI_Audio']; var DeleteAudioFolder=false;It does nothing just global settings i think!! but %systemdrive%\\WPI_Audio refers to old version from WPi.Now it's %systemdrive%\\Audio ??So maby there are more references to older WPI call's.It's only just a suggestion^^.I hoop this help you,but it's strange that i'am the only one with this trouble.or the only one who use this option?!!.Thx for this great piece of sotware..very nice and helpfull^^.Sorry for bad english...Grt Whatsup Edited August 14, 2012 by Whatsup
myselfidem Posted August 14, 2012 Posted August 14, 2012 when I put my config.js file from 8.5 to 8.5.5 it gives error.Have you the same error using English language?
ZEUS__ Posted August 14, 2012 Posted August 14, 2012 when I put my config.js file from 8.5 to 8.5.5 it gives error.Have you the same error using English language?yes, now I tried to changed line "Language='en';" from "Language='tr';" in useroptions.js but it still gives the same error.
myselfidem Posted August 14, 2012 Posted August 14, 2012 (edited) It seems there is a little typo error!Try to change like this inside boxes.js, line 647.boxProgsInCatTxt += ' for="'+uid[i]+'" ';Missing the "x" for boxProgsInCatTxt, and let us know.Thanks Edited August 14, 2012 by myselfidem
myselfidem Posted August 15, 2012 Posted August 15, 2012 (edited) Try to replace only your "boxes.js" with this one:http://www.msfn.org/...ost__p__1006898 Edited August 15, 2012 by myselfidem
Kelsenellenelvian Posted August 15, 2012 Author Posted August 15, 2012 Hi..I have some trouble here.and this is what i find to let it work.I work from USB.No1:I use this option, load desktop before installation starts. onI use WPI when Windows 7 installation is ready,and i let WPI start with runonce.This function work great,but it still block my windows to load the desktop screen.And if WPI start to doing his software install,it's a black background,[thats look bad and boring^^].and desktop start loading when WPI is finis his software install.[1 hour later].So i try a lot of stuf but nothing work.my last option was to change the WPI 8.5.4 WPI.exe with an older one WPI.exe date 12-9-2011.[WPI 8.4 i think]And now my windows screen load succes full and WPI is starting install the software like the way i want.with loading windows/desktop.PS:just a question!!! if you will not load desktop before install!!is it possible to make a function to get a wallpaper as background if WPI installing his software??the ression is the black background.that seems ugly,and thats why i will that desktop is loading.No2:I also will let the music play.so first let the music copy to my harddrive and then start playing.But it doesn't work for me.what i try..the music wil not start!!!If i let the option off to copy the music to my harddrive and let it play from CD/USB it work perfect,only shuffle didn't work.So same as above,i try a lot of stuf to let it work with copy to harddrive but nothing work.To fix this i change %systemdrive%\Audio to C:\Audio and now the music is running nice.One trouble came up when WPI is finis his install and the music most been remove it.I get a warning!!The files in Audio folder are removes but the folder wil not been remove.Maby some older settings block this option.I find this in WPIScripts\globals.js// Audio Player tab var PlayAudioInInstaller=false; var InstallAudio=[]; var Volume=75; var Shuffle=false; var CopyAudioFolder=false; var CopyAudioPath=['%systemdrive%\\WPI_Audio']; var DeleteAudioFolder=false;It does nothing just global settings i think!! but %systemdrive%\\WPI_Audio refers to old version from WPi.Now it's %systemdrive%\\Audio ??So maby there are more references to older WPI call's.It's only just a suggestion^^.I hoop this help you,but it's strange that i'am the only one with this trouble.or the only one who use this option?!!.Thx for this great piece of sotware..very nice and helpfull^^.Sorry for bad english...Grt WhatsupAudio issue SHOULD be fixed in8.6.6Francesco will have to look at the wpi.exe desktop issue.Thank you for a very clear and concise error report.
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