RE: Newbie: NonDirect Java - Using Popup Menus in Nib Files
RE: Newbie: NonDirect Java - Using Popup Menus in Nib Files
- Subject: RE: Newbie: NonDirect Java - Using Popup Menus in Nib Files
- From: Martin Spenceley <email@hidden>
- Date: Wed, 19 Mar 2003 18:14:56 +0000
Hi Pierre,
On Wednesday, March 19, 2003, at 05:00PM, Pierre Bernard <email@hidden> wrote:
>I don't know what the tutorial wants you to do with the _illustrator variable. But I would guess later code will depend on that. Code you will have to write.
Unfortunately, the example does not go any further. I suppose it assumes one already know what to do next!
>For the second example you would need to set the selected object in the display group that holds the list of County. You can do that much like you did with _illustrator and use the selected index binding/aspect.
> * In order to use this display group rather than the default one add the following to you
> * subclass of EOArchiveController:
> * <CODE>
> * public EODisplayGroup controllerDisplayGroup()
> * {
> * if ( ! hasControllerDisplayGroup())
> * {
> * EODisplayGroup displayGroup = new EODisplayGroup();
> *
> * setControllerDisplayGroup(displayGroup);
> * }
> *
> * return super.controllerDisplayGroup();
> * }
> * </CODE>
I assume this has to go in the file the NIB generates, which is normally not shown anywhere.
But will I lose this information each time I save the NIB file?
Martin
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.