Jump to content

Recommended Posts

Posted

Hi all,

sorry not much time today a busy day here at work :D

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


Posted

a quick fix for the EXIT button in version 3.0.1

open 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

Posted

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.

Posted
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 numbering
prog[pn]=['ProgramName']
...

Posted

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 everyone

Frö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

Posted

@BB

Snow 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.

Posted

hello,

I have a problem

can WPI do "if A selected then B not selected ?

because I have officexp-fullinstall and officexp-selfmade

so i want to know how to only select one of two officexp installations

have WPI the function ?

Posted

i have 1 :P

picture stretch lol i know BB said he'd look into it tho

but what about eliminating "sleep.exe" & have an internal command like wait xxx ?

Posted

ive made a "Sleep" .exe :) but i call it "wait.exe" cuz im original :P

Get It Here

Syntax is same as sleep.exe except in milliseconds

1000 = 1 second

Wait.exe 7000

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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