Newsgroups: comp.lang.lisp.franz,comp.lang.clos
Path: cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!news.dfci.harvard.edu!camelot.ccs.neu.edu!nntp.neu.edu!news.eecs.umich.edu!voskovec.radio.cz!news.msfc.nasa.gov!newsfeed.internetmci.com!news.sprintlink.net!news-peer.sprintlink.net!howland.erols.net!torn!kwon!watserv3.uwaterloo.ca!kmayall
From: kmayall@cousteau.uwaterloo.ca (Kevin Mayall)
Subject: Dialogs and panes
Message-ID: <E1wsv2.84I@watserv3.uwaterloo.ca>
Sender: news@watserv3.uwaterloo.ca
Nntp-Posting-Host: cousteau.uwaterloo.ca
Organization: University of Waterloo
Date: Wed, 4 Dec 1996 21:54:37 GMT
Lines: 44
Xref: glinda.oz.cs.cmu.edu comp.lang.lisp.franz:848 comp.lang.clos:4064


I am working with Allegro CL Lite for Windows, and have been learning the
Interface Builder.  I have almost got this interface finished except for
one problem.  I have a bitmap-window and it has a standard-looking toolbar
above the drawable area (the pane).  I've also made a dialog to go down
the left side of the pane.  The toolbar, dialog and pane are all
"frame-child"s of the bitmap-window.  The bitmap window thus looks like
this: 

  ---------------------------
  |      toolbar            |
  |.........................|
  |   :                     |
  |   :                     |
  |dia:    drawable         |
  |log:      area           |
  |   :       (pane)        |
  |   :                     |
  ---------------------------

My problem is that this dialog is sitting on top of the pane, rather than
beside it.  The left edge of the pane is currently under the left edge of
the dialog, but I want to move it to meet the right edge of the dialog -
like the pane does with the toolbar at its top edge.  I've been searching
through the help but can't seem to find out how to do this. 

Any help would be greatly appreciated.

Cheers.............

	Kevin


--------------------------------Bermuda Massive
Kevin Mayall               kmayall@uwaterloo.ca
         http://www.fes.uwaterloo.ca/u/kmayall/
     School of Planning, University of Waterloo


-- 
--------------------------------Bermuda Massive
Kevin Mayall               kmayall@uwaterloo.ca
         http://www.fes.uwaterloo.ca/u/kmayall/
     School of Planning, University of Waterloo
