| 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> |
|---|---|---|
| ||
| Previous by Date: | Re: Is it a known bug?, Sven E Olsson |
|---|---|
| Next by Date: | Re: Drawer Windows?, Sven E Olsson |
| Previous by Thread: | binarystream.write sometimes takes a long time to return, Mike Woodworth |
| Next by Thread: | Re: Drawer Windows?, Sven E Olsson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |