[Gambas-user] Keyboard input in embedded application

M0E Lnx m0e.lnx at ...626...
Wed May 14 16:23:45 CEST 2008


>
> The documentation is not clear.
>
> A Gambas window does not follow the XEMBED protocol -by default-.
>
> To do that, you must not embed the application from the embedder, but from the
> embedded one, by using the Application.Embedder property before creating the
> main window.
>
> In other words:
>
> - Run your embedder application.
>
> - Note the window id of the Embedder control.
        HOW ???
>
> - Run the embedded application and pass the previous window id as argument.
      HOW?
>
> - In the embedded application, set the Application.Embedder property to the
> received window id.
    WHICH WINDOW ID ?? THEM EMBEDDER'S OR THE EMBEDDED?
>
> - Create your main window. Now, your application will follow the XEMBED
> protocol.

Could you give a little more detail on how to accomplish this?




More information about the User mailing list