Re: libbonoboui gnome-2 BonoboControl trouble on activate signal
- From: gandalfn <gandalfn club-internet fr>
- To: michael ximian com
- Cc: Mailing list gnome-components <gnome-components-list gnome org>, Mailing list gnome <gnome-list gnome org>
- Subject: Re: libbonoboui gnome-2 BonoboControl trouble on activate signal
- Date: 12 Apr 2002 17:20:11 +0200
OK
I modified shell interface like this :
widget = bonobo_widget_new_control("OAFIID:GNOME_bad_download",
BONOBO_OBJREF(ui_container));
frame = bonobo_widget_get_control_frame(BONOBO_WIDGET(widget));
bonobo_control_frame_set_autoactivate(frame, FALSE);
bonobo_control_frame_control_activate(frame);
bonobo_window_set_contents(main_window, widget);
and it's work fine but it's a clean method ?
thank you very much for your help and sorry for my bad english :)
On ven, 2002-04-12 at 16:06, Michael Meeks wrote:
> Hi there,
>
> On Fri, 2002-04-12 at 13:34, gandalfn wrote:
> > I would like develop a bonobo2 control component who plug in a shell
> > interface. This component have ui interface who merge with the shell.
> > After a look in sample and source of libbonoboui I created a callback
> > for the signal "activate" who load xml bonoboui interface :
>
> The code looks fine.
>
> > In start it's work fine but the switch to another window hide the menu
> > and toolbar in shell window !
>
> Can you expand on what is going wrong ? possibly it's the control-frame
> side, I think you want to do:
>
> bonobo_control_frame_set_autoactivate (frame, FALSE)
>
> in the shell; since otherwise as you gain / loose focus you'll get
> activated / de-activated - a very odd, and pretty useless feature. This
> does in fact default to FALSE, but ... possibly you turned it on ?
>
> Also until recently sawfish was doing very odd things with focus, so
> you might like to make sure that's still working.
>
> Also, to help debug you could do: export ORBIT2_DEBUG=traces, and see
> if you can see the traffic that messes around with it ?
>
> Let me know how you get on,
>
> Regards,
>
> Michael.
>
> --
> mmeeks gnu org <><, Pseudo Engineer, itinerant idiot
>
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]