View Issue Details

IDProjectCategoryView StatusLast Update
0001608JEDI VCL00 JVCL Componentspublic2004-04-10 00:10
ReporterAlexeiRAssigned Touser72 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001608: JvInterpreter: cannot access form components
DescriptionI've downloaded snapshot (1 april 2004) and now I cannot access form components from form's event handler. The difference from previous version is in file jvInterpreterFm.pas, line 258. Earlier it was
   PChar(FMethodList[F]), PropList^[I]^.PropType^.Name, Self)));

but now:
   PChar(FMethodList[F]), PropList^[I]^.PropType^.Name, {Self}Com,PropList^[I]^.Name)));
TagsNo tags attached.

Activities

anonymous

2004-04-09 20:13

viewer   ~0003767

plase change
          if Method.Data = Self then
to
          if Method.Data = Com then
on line 279.

anonymous

2004-04-09 20:15

viewer   ~0003768

sorry ,on line 249

user72

2004-04-10 00:10

  ~0003770

Fixed in CVS

Issue History

Date Modified Username Field Change
2004-04-09 07:55 AlexeiR New Issue
2004-04-09 20:13 anonymous Note Added: 0003767
2004-04-09 20:15 anonymous Note Added: 0003768
2004-04-10 00:10 user72 Status new => resolved
2004-04-10 00:10 user72 Resolution open => fixed
2004-04-10 00:10 user72 Assigned To => user72
2004-04-10 00:10 user72 Note Added: 0003770