[Gambas-user] Keyboard input in embedded application
M0E Lnx
m0e.lnx at ...626...
Wed May 14 19:09:02 CEST 2008
I noticed that
I have removed the WAIT but it's still not doing it...
I get the 2 applications, but the embedder shows am empty window and I
get a new window as if I just ran the embedded externally
I have forms designed in the IDE by hand (ie, not generated from code)
On the Startap Class form open() event my first line reads
Application.Embedder = Application.Args[1]
Is this the right place for it?
I'm having it print the Application.Args[1] value to verify it's
getting the argument, and indeed it is... but it's not displaying like
I want it to.
:(
On Wed, May 14, 2008 at 11:47 AM, Rob <sourceforge-raindog2 at ...94...> wrote:
> 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
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
More information about the User
mailing list