Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. NelsonN

    ShowModal form not displaying until after disk IO is finished

    I fixed the problem, it seems Delphi 7 prefers that I place that code in the OnFormPaint event procedure of the form, instead of the OnShow event procedure. procedure TProgressForm.FormPaint(Sender: TObject);
  2. NelsonN

    ShowModal form not displaying until after disk IO is finished

    I switched to using a component for searching for the files, I still have the same problem. This is the FormShow event of the form that is supposed to update the progress status displays. Like I said, works fine with Delphi 3 Standard. procedure TProgressForm.FormShow(Sender: TObject); var ext...
  3. NelsonN

    ShowModal form not displaying until after disk IO is finished

    I have an application that I wrote in Delphi 3 Standard and it has a form which I show in Modal that has a cancel button, exit button, an edit box where all the files that are being processed are displayed, and a status bar. This works fine in Delphi 3 Standard but not with Delphi 7 Enterprise...

Part and Inventory Search

Back
Top