Am I doing something wrong, or is this a bug? I'm not aware of any adjustment that can be made to any version of Windows that could cause this kind of behavior.
But I'm willing to learn.
Regards,
LB
/*/\/\/\/\/\/\/\/\/\/\/\*/
function preMain(){
debugClear();
debugPrintln("preMain");
//
//
//
Alert.playSound("new.wav");
//
// this call works under both WXP and W2000
//
}
/*/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\*/
function main(){
debugPrintln("main");
//
//
//
Alert.playSound("new.wav");
//
// this call works only under W2000
// (same for all calls to playSound not in preMain)
//
}
/*/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\ end \/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\*/
But I'm willing to learn.
Regards,
LB
/*/\/\/\/\/\/\/\/\/\/\/\*/
function preMain(){
debugClear();
debugPrintln("preMain");
//
//
//
Alert.playSound("new.wav");
//
// this call works under both WXP and W2000
//
}
/*/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\*/
function main(){
debugPrintln("main");
//
//
//
Alert.playSound("new.wav");
//
// this call works only under W2000
// (same for all calls to playSound not in preMain)
//
}
/*/\/\/\/\/\/\/\/\/\/\/\*/
/*/\/\/\/\ end \/\/\/\/\*/
/*/\/\/\/\/\/\/\/\/\/\/\*/
Comment