Category Sort Order Options Wizard
#1
Posted 01 December 2008 - 04:53 PM
#3
Posted 04 December 2008 - 11:09 AM
This post has been edited by chaoticyeshua: 04 December 2008 - 11:18 AM
#4
Posted 04 December 2008 - 02:47 PM
#5
Posted 04 December 2008 - 04:29 PM
I just thought I had fixed it by the way, but I guess I didn't. I had just specified them manually in the useroptions.js file and then it worked... until I clicked save in the options window anyway.
I'm using the Leopard theme (unmodified at the moment). Here's one of my config.js files and my useroptions.js
Also, very unrelated, but maybe you know why...
I had a problem running this command: "%wpipath%\Install\CodecsRuntimes\Java6u11.exe -ai" <-- RogueSpear's installer
I checked the path like 8 million times. It's right. It installs fine when I do roughly the same command in a command prompt or call an AutoIT script in WPI to install it instead, but WPI always says the command fails. When I downloaded Kels's installer it worked fine, using the same command minus the "-ai". Not sure what happened. Do you know?
Attached File(s)
-
config.js (19.29K)
Number of downloads: 7 -
useroptions.js (1.7K)
Number of downloads: 7
#6
Posted 04 December 2008 - 04:40 PM
The quote should be before the switch and my installer works fine in all my tests.
#7
Posted 04 December 2008 - 05:35 PM
You have this
SortOrder=['System,Spyware Protection,Applications,Codecs/Runtimes/Media,Office,Optional'];
It should be like this
SortOrder=['System','Spyware Protection','Applications','Codecs/Runtimes/Media','Office','Optional'];
I don't know if you editted by hand or what, but it has always been that way. Just put everything in their own quotes and it will be fine.
I will make a built-in fix for it later.
BTW, Configurations array should be the same way. Don't put any spaces after the commas, either.
Config1,Config2,Config3,Config4
#8
Posted 05 December 2008 - 11:31 AM
I never edited the useroptions.js manually until yesterday, so I don't think it converted correctly. I'll give that a shot. Thanks again mritter, and good job to both of you on this version. It's the best yet.
#9
Posted 05 December 2008 - 07:04 PM
#10
Posted 06 December 2008 - 03:15 AM
My useroptions.js:
// General tab
Configurations=[''];
ShowMultiDefault=true;
CheckOnLoad='none';
NumCols=3;
// ---
SortOrder=[''];
// ---
Timer=false;
Seconds=60;
StartBeepAtSecs=10;
// ---
............................. The Rest not shown
I have 7 Different Catagories
I have never edited useroptions.js manually
I just setup my Apps in WPI
I am using the default Theme "Windows"
Categories show up correct in Interface but no option to Manually Sort in Options (Blank)
WPI v7.2.0
In testing, Categories propagate changes in the config.js but not in useroptions.js
All other User Options appear to save correctly
I have same issue with other Themes
This post has been edited by gadgetfl: 06 December 2008 - 03:17 AM
#11
Posted 06 December 2008 - 11:51 AM



Help
Back to top









