View Issue Details

IDProjectCategoryView StatusLast Update
0004965JEDI VCL00 JVCL Componentspublic2009-10-05 13:59
ReporterEMBarbosaAssigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.39 
Summary0004965: Freezes on TJvWaitingProgress.OnEnded event with showmessage.
DescriptionHi all,

  If you put a showmessage, messageDlg or messageBox in a OnEnded event of a JvWaitingProgress, it don't show this box right way. When the event is fired, it doesn't paint the message and buttons, so you cann't click in OK neither the close [x] button. the application it's blocked (freezes, crash, whatever ;)
  TIA,
Additional Informationcode used:

 new aplication, one Tbutton, one TjvWaitingProgress.

procedure TForm1.Button1Click(Sender: TObject);
begin
  JvWaitingProgress1.Active := True;
end;

procedure TForm1.JvWaitingProgress1Ended(Sender: TObject);
begin
  ShowMessage('ugabuga');
end;

in time, Thanks for help with anothers issues.
TagsNo tags attached.

Relationships

related to 0004955 resolvedobones jvWaitingProgress if you activate it freezes the application (or Delphi if is design time) 

Activities

EMBarbosa

2009-10-01 15:54

reporter   ~0016211

Ops sorry,
 I've forgot to mention, Delphi 7.1 here.
TIA,

Issue History

Date Modified Username Field Change
2009-10-01 15:51 EMBarbosa New Issue
2009-10-01 15:54 EMBarbosa Note Added: 0016211
2009-10-03 22:24 obones Assigned To => obones
2009-10-03 22:24 obones Status new => acknowledged
2009-10-05 13:15 obones Relationship added related to 0004955
2009-10-05 13:59 obones Status acknowledged => resolved
2009-10-05 13:59 obones Fixed in Version => Daily / SVN
2009-10-05 13:59 obones Resolution open => fixed