Blank Form
Status: Alpha
Brought to you by:
mieszkolassota
Sometimes when I run or compile the app for a second,
third, fourth time, etc...I just gives me a black Form.
It seems that the cmd.exe command is not attached to
the form. The cmd.exe runs in the background somewhere
(confirmed with Process Explorer and Task Manager), but
it doesn't get displayed.
I have no idea what the problem could be. Ok, I have an
idea, but I need someone else to look at this too. I
think that the Form gets loaded too slow and that
somehow the cmd.exe instance doesn't get attached
because the Form doesn't exist or hasn't got focus.
Good luck with this one... :)
Logged In: YES
user_id=324378
Originator: NO
I believe this may be due to too many cmds running. JediConsole doesn't always shutdown gracefully leaving cmd.exe still running (this is a different issue than the keyhook which is a service that shuts down on its own). I'm not sure if this is only an issue when JC is run from the compiler or if its a general problem with JC. I've not had enough time to completely test it.