BritishBulldog Posted December 22, 2004 Posted December 22, 2004 Hi all,sorry not much time today a busy day here at work I must admit i do like the 3.0 version some good things implimented ie Config page.This is becoming a brilliant tool.hasi if i change any usersettings through the options page they dont load up next time, it goes back to default setting, is there a way around this so that the user settings are in?might have a bit more time this afternoon to have another look...
BritishBulldog Posted December 22, 2004 Posted December 22, 2004 a quick fix for the EXIT button in version 3.0.1open the WPI.hta in an editor and find this code<script language="JavaScript1.2"> function onExit(){ if (ReallyForce == "yes") CreateFile('exit'); }change it to show this<script language="JavaScript1.2"> function onExit(){ if (ReallyForce == "yes") CreateFile('exit'); self.close(); }Somehow it got deleted between the two new versions as 3.0 has it in
hasi001 Posted December 22, 2004 Posted December 22, 2004 Oops. Sorry for that. Happened accidentally. Fixed that. Download 3.0.1 anew.@Astalavista. Would be kind of you to make a new title pic. I haven't had the time for it.
hasi001 Posted December 22, 2004 Posted December 22, 2004 hasi if i change any usersettings through the options page they dont load up next time, it goes back to default setting, is there a way around this so that the user settings are in?...Isn't it, that you customized your WPI.hta ?Perhaps you forgot one script include at the beginning of the document<script language="javascript">position="useroptions.js";</script><script language="JavaScript1.2" src="./wpiscripts/useroptions.js" type="text/javascript" APPLICATION="yes"></SCRIPT>and of course you have to delete the values from config.js 'cause it's read AFTER useroptions.js and therefore overwrites its values.config.js should look like this now ..//tooltip style//Style ...Style ... //---------------------------------------------------------------------------------------------// Reference ... prog[0] won't be used. It's just an example // look in program.js to see explanation of these properties//--------------------------------------------------------------------------------------------- pn=0 // start value vor prog numberingprog[pn]=['ProgramName']...
BritishBulldog Posted December 22, 2004 Posted December 22, 2004 i will keep checking back here now and again and look at the picture thing when i get some time :-(Have to get some work done and get more money in for the kids presents, its even started to snow here :-)Merry Christmas to everyoneFröhe Weihnachten@ hasi no i am talking about the 3.0.1 version. I have not modified that version...well not yet, lets get it so far bug free before that catch you later
hasi001 Posted December 22, 2004 Posted December 22, 2004 @BBSnow at christmas. How lucky you are ... here in Austria it's just cold and the forecast says rain for tomorrow and the 24th :-(Feliz navidad. Merry christmas. Fröhliche Weihnachten.
BritishBulldog Posted December 22, 2004 Posted December 22, 2004 Well hasi you are not far from me here in Germany
sai Posted December 22, 2004 Posted December 22, 2004 hello,I have a problemcan WPI do "if A selected then B not selected ?because I have officexp-fullinstall and officexp-selfmadeso i want to know how to only select one of two officexp installationshave WPI the function ?
hasi001 Posted December 22, 2004 Posted December 22, 2004 nice change request. could be in one of the next releases. any more ideas ?
MCT Posted December 22, 2004 Posted December 22, 2004 i have 1 picture stretch lol i know BB said he'd look into it thobut what about eliminating "sleep.exe" & have an internal command like wait xxx ?
bonedaddy Posted December 22, 2004 Posted December 22, 2004 yeh something that won't throw up an ugly cmd window like sleep.....can that be written into the program?
Astalavista Posted December 22, 2004 Posted December 22, 2004 An alternative to sleep is an autoit script. We have to ask Mhz and nologicif they can make one for us.while it we wait for the next upgrade to WPI
MCT Posted December 22, 2004 Posted December 22, 2004 ive made a "Sleep" .exe but i call it "wait.exe" cuz im original Get It HereSyntax is same as sleep.exe except in milliseconds1000 = 1 secondWait.exe 7000
Recommended Posts