View Issue Details

IDProjectCategoryView StatusLast Update
0001531JEDI VCL00 JVCL Componentspublic2004-03-25 02:05
ReporterDierkAssigned Toobones 
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001531: Undefined Identifier "RsEGrabberNotStopped" in Unit JvUrlListGrabber
DescriptionUndefined Identifier "RsEGrabberNotStopped" in Unit JvUrlListGrabber:

procedure TJvCustomUrlGrabber.SetUrl(Value: string);
begin
  if Status = gsStopped then
    FUrl := Value
  else
    raise EGrabberNotStopped.Create(RsEGrabberNotStopped);
end;

Regards
Dierk

When was this unit changed?? It´definitly different to that unit a get on mondy or thuesday.
No changelog on CVS....??
TagsNo tags attached.

Activities

obones

2004-03-25 02:05

administrator   ~0003472

This already fixed in CVS
And this has changed to allow to set the URL in design time but to prevent changing it while grabbing.

Issue History

Date Modified Username Field Change
2004-03-25 01:10 Dierk New Issue
2004-03-25 02:05 obones Status new => resolved
2004-03-25 02:05 obones Resolution open => fixed
2004-03-25 02:05 obones Assigned To => obones
2004-03-25 02:05 obones Note Added: 0003472