Path: news.cs.au.dk!not-for-mail From: Manmathan Muthukumarapillai Newsgroups: comp.lang.beta Subject: Re: Modal windows not modal under Solaris? Date: 12 May 1999 10:07:16 -0000 Organization: Mjolner Informatics ApS, Denmark Lines: 52 Approved: mailtonews@cs.au.dk Distribution: world Message-ID: <19990512100716.18902.qmail@noatun.mjolner.dk> Reply-To: Manmathan Muthukumarapillai NNTP-Posting-Host: daimi.cs.au.dk X-Trace: xinwen.cs.au.dk 926503662 2980564 255.255.255.255 (12 May 1999 10:07:42 GMT) X-Complaints-To: news@cs.au.dk NNTP-Posting-Date: 12 May 1999 10:07:42 GMT Xref: news.cs.au.dk comp.lang.beta:11936 Wed, May 12, 1999 at 07:57:47AM +0200 Sascha Kimmel wrote: > Hello! > > I found out that modal windows in BETA (MainWindow.showModal) as well as > standard dialgos (noteUser,alertUser etc.) are not shown in a modal way > under Sun Solaris 2.7. > How can I solve this ugly problem? I tried a simple demo using showmodal and it worked well. Can I see some example were it doesn't work? For your information: There are problems using guienv under solaris 2.7 if you link with libXm.so.4 which is the default motif librarary. For all the guienv programs I have run, I either get a BUS error or a segmentation fault. You can avoid the problem by linking with the libXm.so.3. > The user still can click his way through the whole program although there > are some modalWindows (should not be possible!!) shown at the same time. > And why does > > ... > SplashScreen.open; > SplashScreen.showModal; > 150->System.wait; > SplashScreen.close; > ... > > lock the program? > The system waits for an infinite time as it seems and does not close the > window. > And why is it not possible to close modal Windows via SplashScreen.close > without getting an error saying that it was being attempted to close a > window which is not open? > Why does only SplashScreen.hide work without a BETA runtime notification? > > Any help is appreciated! > > Regards, > ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø > Sascha Kimmel | tricos.com MEDIASERVICE > | interactive media design > kimmel@tricos.com | http://www.tricos.com > ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø > > Please include a copy of your original message in any replies. > Incluez une copie de votre courrier original dans chaque réponse svp. > Schicken Sie bitte immer eine Kopie der Original-eMail bei jeder Antwort. >