[screenweaver] message boxes

Muzak p.ginneberge at telenet.be
Thu Sep 29 07:01:50 PDT 2005


The following works fine here:

function myCallback(success, file) {
 if (success) {
  swDebug.trace("User selected: "+file);
 }
}
swSystem.Dialogs.BrowseForFile_Open("data.txt", ["Any File (*.*)", "*.*"], "C:\\", "Browse for file", this.myCallback, this);


No luck with swSystem.Messages.messageBox() though.

I found the following not to work as well:

swSystem.shellEdit
swSystem.shellExecute
swSystem.shellExplore
swSystem.shellOpenDocument

If I remember correctly, those are the ones I tried yesterday.

regards,
Muzak

----- Original Message ----- 
From: "Martijn de Visser" <martijn at martijndevisser.com>
To: <screenweaver at osflash.org>
Sent: Thursday, September 29, 2005 12:11 PM
Subject: Re: [screenweaver] message boxes


> Martijn de Visser wrote:
>
>> Can anyone else confirm that messageBoxes do not appear?
>
> Dialog windows like swSystem.Dialogs.browseForFile_Open also don't
> appear (on my system that is), perhaps this helps in finding a clue
> where things break internally.
>
>
> Thanks, Martijn.





More information about the screenweaver mailing list