realbasic-nug
[Top] [All Lists]

Drawer Windows?

To: Real Basic List <realbasic-nug at lists dot realsoftware dot com>
Subject: Drawer Windows?
From: Youri <lystes at free dot fr>
Date: Sun, 29 Oct 2006 21:22:05 +0100
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com


Hi,


I am having problem with the drawer window.

I have a main window (document window)

I placed a disclosure triangle in it to hide and show the drawer, with the following code :

  if me.Facing = 0 then

    // Show  Drawer Window on the right
    NavWindow.ShowWithin self,2
    me.Facing = 1

  Else

    NavWindow.ShowWithin self,2  // ?????
    me.Facing = 0

  end

How can I hide the Drawer window?


TIA,


Youri



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

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


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