View Issue Details

IDProjectCategoryView StatusLast Update
0002808JEDI VCL00 JVCL Componentspublic2005-07-24 11:52
ReporteranonymousAssigned Tojfudickar 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 BETA 2 
Target VersionFixed in Version3.00 
Summary0002808: jvThread CANNOT show Dialog when Start thread again.
Description
procedure TJvThread.CreateThreadDialogForm;
begin
  //if Assigned(ThreadDialog) and Not Assigned(fThreadDialogForm) then
  if Assigned(ThreadDialog) then
    fThreadDialogForm := ThreadDialog.CreateThreadDialogForm (self);
end;
TagsNo tags attached.

Activities

obones

2005-03-31 07:54

administrator   ~0006787

What's the request here ?

What is the component doing, why do you think it is wrong, and what do you propose?

anonymous

2005-04-11 23:02

viewer   ~0006900

I define a thread to do sth, and I want it may be restart. I know it is restarted, but it's ThreadDialog NOT Showing again, So I Change the source,
Now It is correct.
I donot think orignal source is wrong.

jfudickar

2005-04-12 00:23

developer   ~0006901

Could you create a small sample for this behaviour?

2005-04-12 19:29

 

JvThread_Exaple.zip (242,663 bytes)

anonymous

2005-04-12 19:31

viewer   ~0006985

I have changed the JvThread example of JVCL 3.00 with this behaviour: JvThread_Exaple.zip

jfudickar

2005-04-13 13:14

developer   ~0007001

Fixed in cvs.

Please test it. I've used a different solution than you. The example is also updated and works now with modal and non-modal dialogs.

Greetings
Jens

jfudickar

2005-05-02 13:41

developer   ~0007102

Any Feedback please.

Issue History

Date Modified Username Field Change
2005-03-28 01:39 anonymous New Issue
2005-03-31 07:54 obones Note Added: 0006787
2005-03-31 07:55 obones Status new => feedback
2005-04-11 23:02 anonymous Note Added: 0006900
2005-04-12 00:23 jfudickar Note Added: 0006901
2005-04-12 19:29 anonymous File Added: JvThread_Exaple.zip
2005-04-12 19:31 anonymous Note Added: 0006985
2005-04-13 09:07 jfudickar Status feedback => assigned
2005-04-13 09:07 jfudickar Assigned To => jfudickar
2005-04-13 13:14 jfudickar Note Added: 0007001
2005-04-13 13:14 jfudickar Status assigned => feedback
2005-05-02 13:41 jfudickar Note Added: 0007102
2005-07-24 11:52 jfudickar Status feedback => resolved
2005-07-24 11:52 jfudickar Fixed in Version => 3.00
2005-07-24 11:52 jfudickar Resolution open => fixed