INTERACT FORUM

Windows => Plug-in Development => Topic started by: Trelane on April 18, 2002, 04:54:13 am

Title: Dialog box diaplay issues (input SDK)
Post by: Trelane on April 18, 2002, 04:54:13 am
Hello,

Since the latest MJ build (8.0.252) I have not been able to bring the configuration and about dialogs for the MPC plugin to the foreground. I thought this was just a bug with the build, but the MP3 and CDA plugins are working as they should.

How are the configuration dialogs for the MP3 and CDA plugins created? As of now, I'm using the DialogBox macro and I am returning true on the WM_INITDIALOG message (after initializing the controls, of course). Is there something more I should be doing? I've tried using SetForegroundWindow and SetActiveWindow with no luck.

Thanks,
Mike

P.S. This behavior is also noticable when bringing up the windows for other applications on the system if MJ is currently active.
Title: RE:Dialog box diaplay issues (input SDK)
Post by: Nikolay on April 18, 2002, 05:20:42 am
Mike,

What OS are you running?

Nikolay
Title: RE:Dialog box diaplay issues (input SDK)
Post by: Trelane on April 18, 2002, 05:21:46 am
Windows XP Professional
Title: RE:Dialog box diaplay issues (input SDK)
Post by: Nikolay on April 18, 2002, 05:34:06 am
I was afraid you are going to say that. I use Win XP pro and everything works great.

I'll do some more testing.

Nikolay
Title: RE:Dialog box diaplay issues (input SDK)
Post by: Trelane on April 18, 2002, 09:52:52 am
Almost like magic, the problem ceased. Everything is working as it should now. Very odd...