Go Back   Winamp Forums > Developer Center > Winamp Development

Reply
Thread Tools Search this Thread Display Modes
Old 27th June 2002, 08:44   #1
offline314159
Junior Member
 
Join Date: Aug 2001
Posts: 11
WinAMP being always on top, and a lost dialog

i'm in need of an 'open' dialog in my plugin, but when i try to display one, it always ends up under both my window, and the WinAMP ones. I've tried to set it to WND_TOPMOST (or the equivalent) but the only thing that comes of it is the dialog flickers to the top of the z-order BRIEFLY, then is submerged again. Please note, i'm using Delphi, so C tricks probably won't be a lot of help
offline314159 is offline   Reply With Quote
Old 28th June 2002, 00:38   #2
Gourou
Senior Member
 
Gourou's Avatar
 
Join Date: Feb 2002
Location: The backside of the universe on the trailing edge of eternity
Posts: 238
when I open commondialog, as Open, from VB, modally, I seem to have no problem...check and see if your plugin is set up correctly, make sure it's running modally, and that you dont have a non-modal hack stuffed in there
Gourou is offline   Reply With Quote
Old 28th June 2002, 04:28   #3
offline314159
Junior Member
 
Join Date: Aug 2001
Posts: 11
Nope...

Nothing in there that isn't a form truly called modally, at least as far as i can see - the config form is called with Delphi's TForm.ShowModal method, as a child of the application. The Open Dialog should, as far as i know, be coming up as a modal form within it.
offline314159 is offline   Reply With Quote
Old 28th June 2002, 14:00   #4
Gourou
Senior Member
 
Gourou's Avatar
 
Join Date: Feb 2002
Location: The backside of the universe on the trailing edge of eternity
Posts: 238
yeah, it should, it does for me in VB.
See if there is a flag you can set with commondialog to force it to show modally, because I know some Open dialogs in programs that arent modal, maybe that's the case with yours.
Gourou is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > Winamp Development

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump