realbasic-nug
[Top] [All Lists]

Re: Window from hell

To: realbasic-nug@lists.realsoftware.com
Subject: Re: Window from hell
From: Paul Rodman <paul@ilanga.com>
Date: Wed, 29 Jul 2009 12:19:45 -0700
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Delivered-to: listarchive@realsoftware.com
In-reply-to: <mailman.1.1248894008.22936.realbasic-nug@lists.realsoftware.com>
References: <mailman.1.1248894008.22936.realbasic-nug@lists.realsoftware.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com

On Jul 29, 2009, at 12:00 PM, RPEHLM <robin@lauryssen-mitchell.com> wrote:

My little app has six windows that can be displayed at different times
for different purposes.  Five of them are angelic little things that
behave nicely and do as they are told.  The sixth is the beast from
hell!  For some reason I just cannot fathom when I set its visibility
property to true, it appears as expected but the Window OS taskbar
dissappears.  When the horrible little blighter of a window is closed
the Windows taskbar comes back. I have compared every property and just cannot find any significant differences between the good windows and the
bad one.  Any ideas?

My guess/es would be:

a. You have the Frame property set to a modal dialog type.
b. You have the MenuBarVisible option off.

and/or

c. You used ShowModal instead of Show

Paul Rodman


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>