|
|
#1 |
|
Junior Member
Join Date: Aug 2001
Posts: 11
|
gen_plug config dialog not showing
I'm writing my plugin in Delphi 6, using the STND winamp plugin SDK, and i'm running into a small snag - i have this form, that i'm creating in the Config() procedure. It is then, ideally, to be shown modally. Problem comes up with the display of the form - when i call the Show; or ShowModal; methods, the form does not appear. i know its onCreate event handler is called, but the form doesn't show up.
This problem only began after i set the Form.ParentHandle property to the WinAmp window handle. Is there something different i should be doing at this stage? |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Feb 2002
Location: The backside of the universe on the trailing edge of eternity
Posts: 238
|
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Aug 2001
Posts: 11
|
Doh!
Seems it's pretty simple, after all. Parent the form to Application, and all my problems just float away. Now, if only i can remember this for next time...
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|