[Gambas-user] Keyboard input in embedded application

Rob sourceforge-raindog2 at ...94...
Wed May 14 17:09:46 CEST 2008


On Wednesday 14 May 2008 10:23, M0E Lnx wrote:
> > - Note the window id of the Embedder control.
>         HOW ???

Every control has an "ID" property.  

> > - Run the embedded application and pass the previous window id as
> > argument.
>       HOW?

You pass it on the command line from the calling program, and read it 
in the receiving program with Application.Args.  What format you use 
is up to you.

> > - In the embedded application, set the Application.Embedder
> > property to the received window id.
>     WHICH WINDOW ID ?? THEM EMBEDDER'S OR THE EMBEDDED?

He said "the received window id", so obviously he was referring to the 
ID he was talking about all along, which was the embedder control's 
ID.  

Also, don't use caps, it's rude.

Rob




More information about the User mailing list