On Jun 14, 2006, at 12:36 AM, FreeFL wrote:

Hello!

I try to use two drawer windows associated with a main window, popping on each side. They are opened with the ShowWithin method. (my faith still goes to RB555 on mac os) When I move the main window, the drawers resize and move in an unpredictable way. I tried to use Charles Yeoman's "DrawerWindow" classes, simply supering my drawers to DrawerWindow, but I fear I missed something as I still get those random modifications.

Is there a way to ask my drawerwindows to behave like nice people ?

Thanks!


Hi,
That feature is still in 2006r2 ....

I get it to work, but I only use one Drawer window..
My mainwindow is none composite ...

  if DrawerActive = false then
    DrawerActive = true
    drw = new ClassDrawerWnd
    drw.Height = self.Height
    drw.Width = 170
    drw.Show()
  else
    DrawerActive = false
    drw.Close
   end if

Note that I NOT using: .showWithin and rigt/left settings

Sven E


Sven E Olsson
[EMAIL PROTECTED]
http://www.xhtmlsoft.com
feed://www.xhtmlsoft.com/rss/rss.xml




_______________________________________________
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>

Reply via email to