Fw: [plt-scheme] message-box not on foreground
Ignore my previous mail please. (don't see below)
The problem is not in any PLT software.
This I conclude from having the same problem with other software.
Sorry about having cluthered up this list.
Greetings, Jos Koot
----- Original Message -----
From: jos koot
To: PLT-list
Sent: Friday, December 15, 2006 5:30 PM
Subject: [plt-scheme] message-box not on foreground
Hi,
When I run the following by pushing the run button, everything is fine.
; Graphical (MrEd, includes MzScheme)
(require (lib "file.ss"))
(get-file "select a file" #f (current-directory) #f #f () ())
(message-box "problem" "this is message box may not be active." #f '(ok))
When I create an executable, and run it, the open-file menu works fine and the message box is opened, but the latter does not appear as the active window. Shouldn't it be on foreground? How can I force it to become the activewindow?
Jos Koot
--------------------------------------------------------------------------------
_________________________________________________
For list-related administrative tasks:
http://list.cs.brown.edu/mailman/listinfo/plt-scheme
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20061216/21031bd2/attachment.html>