Using Delphi 7
I am starting to run D7 under Vista, but as I say I am not sure if this has anything to do with the problem.
But I think I have seen this before, but cannot remember what causes it.
My application looks for required files with IfFileExists then launchs an OpenDialog if they are not found.
The first instance of this works fine. but at the second instance the dialog does not appear, and the application hangs at that point, as if the dialog has opened but is not visible. hmmm
I should bring the actual code but both instances use the fomat..
fairly standard stuff?
Steve: N.M.N.F.
Playing the blues isn't about feeling better. It's about making other people feel worse.
I am starting to run D7 under Vista, but as I say I am not sure if this has anything to do with the problem.
But I think I have seen this before, but cannot remember what causes it.
My application looks for required files with IfFileExists then launchs an OpenDialog if they are not found.
The first instance of this works fine. but at the second instance the dialog does not appear, and the application hangs at that point, as if the dialog has opened but is not visible. hmmm
I should bring the actual code but both instances use the fomat..
Code:
with dialogname do
if execute then
begin
end;
Steve: N.M.N.F.
Playing the blues isn't about feeling better. It's about making other people feel worse.