INTERACT FORUM

Windows => Plug-in Development => Topic started by: mjcumming on February 02, 2004, 08:12:21 pm

Title: Automation - MC9 not visible
Post by: mjcumming on February 02, 2004, 08:12:21 pm
I have been using MCIO but am looking at doing this with the new automation interface.  When you start MC9 this way, MC9 is not visible if the user clicks on other windows and is not visible in the task bar.  This makes it hard to target using girder.  Is there a way to change this behaviour?
Title: Re:Automation - MC9 not visible
Post by: scott_r on February 03, 2004, 12:13:54 am
A call to ShowProgram in the MJAutomation object that you create will show the MC window.
Pass ShowProgram 1 to show the window or 0 to hide it.

Scott.
Title: Re:Automation - MC9 not visible
Post by: mjcumming on February 03, 2004, 09:04:11 am
I know about showprogram.  The problem is that MC9 is not visible on the task bar and therefore if another window is opened on top of mc9, it is difficult to get it back...  It still seems to me that MCIO is a better solution.
Title: Re:Automation - MC9 not visible
Post by: Rob L on February 18, 2004, 06:04:34 pm
Erm, yeah, I just noticed that with MC10 actually!

Very weird.
The only way I could it to work properly was to exit MC and then restart it as normal.

Must be a bug, surely?
Title: Re:Automation - MC9 not visible
Post by: Nikolay on February 19, 2004, 01:37:06 pm
We can reproduce the problem. We will see what we can do to fix it. Please stay tuned.

Nikolay
Title: Re:Automation - MC9 not visible
Post by: Nikolay on February 19, 2004, 01:51:52 pm
The bug will be fixed in the next build of MC 10 (build 74). Fix for MC 9 will have to wait until next release of MC 9.

Nikolay
Title: Re:Automation - MC9 not visible
Post by: mjcumming on February 21, 2004, 07:42:51 pm
Thanks for the followup.
Title: Re:Automation - MC9 not visible
Post by: mjcumming on March 01, 2004, 03:53:19 pm
Nikolay - has a fixed for MC9 been released?
Title: Re:Automation - MC9 not visible
Post by: mjcumming on March 09, 2004, 10:20:57 am
Okay, I am now getting on my knees and begging for a fix in MC9  :P
Title: Re:Automation - MC9 not visible
Post by: Nikolay on March 09, 2004, 11:15:37 am
Done.

See the following thread:
http://yabb.jriver.com/interact/index.php?board=3;action=display;threadid=19781

Nikolay
Title: Re:Automation - MC9 not visible
Post by: mjcumming on March 09, 2004, 11:55:33 am
Thanks!
Title: Re:Automation - MC9 not visible
Post by: mjcumming on March 15, 2004, 01:15:52 pm
So far, working great.