Re: GGV 1.1.96
- From: "Sergey V. Udaltsov" <sergey oudaltsov clients ie>
- To: Michael Meeks <michael ximian com>
- Cc: bonobo <gnome-components-list gnome org>
- Subject: Re: GGV 1.1.96
- Date: 29 Jul 2002 16:33:15 +0100
> Looks like you should pass in the Bonobo_UIContainer CORBA object
> reference instead of a BonoboUIContainer BonoboObject reference, so you
> need to add a BONOBO_OBJREF (xkbuicont) in there.
Just done this. No effect:
XkbUIContainer *xkbuicont = xkb_ui_container_new( );
BonoboUIEngine *uie = bonobo_ui_engine_new();
Bonobo_Unknown buuicont = BONOBO_OBJREF( xkbuicont );
bonobo_ui_container_set_engine( BONOBO_UI_CONTAINER( xkbuicont ), uie
);
newChild = bonobo_widget_new_control( psFileMoniker, buuicont );
And still get
ORBit-WARNING **: Request getUIHandler, ID -1073819636 was rejected by
the authentication mechanism!
Adding references with bonobo_object_ref( buuicont ) does not help
either.:(
Really crying here,
Sergey
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]