Changeset 237 for oup/current/Tools


Ignore:
Timestamp:
Jul 14, 2007, 4:18:23 PM (17 years ago)
Author:
alloc
Message:
 
Location:
oup/current/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Tools/MetaEditor.dfm

    r233 r237  
    6464        item
    6565          Position = 3
     66          Width = 150
    6667          WideText = 'Data'
    6768        end>
  • oup/current/Tools/MetaEditor.pas

    r236 r237  
    8888    VST.Clear;
    8989    VST.BeginUpdate;
    90     root := ConManager.Connection[FConnectionID].MetaData.Root;
     90//    root := ConManager.Connection[FConnectionID].MetaData.Root;
     91    root := ConManager.Connection[FConnectionID].MetaData.FileById[454];
    9192    for i := 0 to root.ChildCount - 1 do
    9293    begin
     
    111112  data := Sender.GetNodeData(node);
    112113  Meta := ConManager.Connection[ConnectionID].MetaData;
    113   if data.Field is TExtension then
    114     if TExtension(data.Field).ChildCount = 0 then
    115       TExtension(data.Field).InitList;
    116114
    117115  if data.Field.ChildCount > 0 then
Note: See TracChangeset for help on using the changeset viewer.