View Issue Details

IDProjectCategoryView StatusLast Update
0005451JEDI VCL00 JVCL Componentspublic2011-06-08 12:33
ReportertheWaspAssigned Toobones 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionno change required 
Product Version 
Target VersionFixed in Version 
Summary0005451: TJvWaitingGradient property "Active" can't be set to False during run time
DescriptionAt run time you cannot set Active to "False" if it is already "True".

Called jvwaitinggradient1.active := false in Form1.OnCreate event, but it froze my application.
TagsNo tags attached.

Activities

2011-01-05 02:39

 

TJvWaitingGradient.zip (416,075 bytes)

obones

2011-06-08 12:33

administrator   ~0018659

I've had a look at your sample application, and well, yes it freezes but it's expected.
You don't give enough time for form2 to show up. You can't create and destroy it without letting it show for a while. Either use ShowModal or do the show and hide in two distinct event handlers

Issue History

Date Modified Username Field Change
2011-01-05 01:55 theWasp New Issue
2011-01-05 02:39 theWasp File Added: TJvWaitingGradient.zip
2011-02-15 13:47 obones Status new => acknowledged
2011-06-08 12:33 obones Note Added: 0018659
2011-06-08 12:33 obones Status acknowledged => resolved
2011-06-08 12:33 obones Resolution open => no change required
2011-06-08 12:33 obones Assigned To => obones