[Gambas-user] Keyboard input in embedded application
Rob
sourceforge-raindog2 at ...94...
Wed May 14 18:47:21 CEST 2008
On Wednesday 14 May 2008 11:46, M0E Lnx wrote:
> SHELL "/path/to/embedded/application " & sArg WAIT
> ME.Embedder1.Embed(sArg)
> Does that sound like it should work?
Probably not. The WAIT means that your calling program will only get
to the Embedder1.Embed call after /path/to/embedded/application has
already exited (or at least that's what's supposed to happen.)
Rob
More information about the User
mailing list