[comp.windows.interviews] Canvases in ibuild?

robinson@akira.enet.dec.com (Willard J. Robinson) (05/09/91)

Is it possible to create a canvas in ibuild - the
'other' associated objects (panners etc) are there
but no canvas...

Also how does one assemble a pull-down menu
using ibuild?

thanks
will

Digital Equipment
ASDS Advanced Development

tang@braun.stanford.edu (Steve Tang) (05/17/91)

>Is it possible to create a canvas in ibuild - the
>'other' associated objects (panners etc) are there
>but no canvas...

All the objects you deal with in ibuild are instances of their
corresponding objects in the library and they are all subclasses of
interactors.  May be you can let me know what you are trying to do so
that I can help you more.

>Also how does one assemble a pull-down menu
>using ibuild?

You have to use the Narrow tool.  Basically you create a pulldownmenu
in ibuild first like you create a pushbutton.  Now when you want to
add elements into the pulldownmenu you have to narrow into it.  Now
you are in the scope of the pulldownmenu and you can add just plop
down menuitems AND any other elements to create its body.



                                                Steve