Well, I found the answer afterall. It turned out to be a TJvBehaviorLabel that I had set the behavior property to "Bouncing." Once set to "none" and then only set to something other than none at run time, the OTV was happy.
Now to find this I ended up using a very nice text file/code comparer and open source to boot, WinMerge. I used an older DFM which did not have the problem with the OTV and kept incrementally porting over changes from the current DFM until I found the area that had the problem. After a couple of hours I isolated it to the above component. I am really surprised that no one else ever had this problem with the OTV suddenly stop displaying. Chuck > Hello: > > Was trying to remove a pesky component from my multi-formed > project--TFormResizer, which when deleted would cause Delphi to > complain. I would then view form as text and simply remove the offending > object description and all seemed fine until today. > > When loading my project I got the Delphi error "List Index out of Bounds > (245)." I tried rebuilding the project several times and then noticed > that the Object Treeview was blank. A new project shows up fine, but > when reloading other older projects, the Obj. Treeview is still blank. > > Tried reloading Delphi (actually Repairing) and it did not help. > > Any suggestions? > > Thank you, > > Chuck Belanger > _______________________________________________ > Delphi mailing list -> [email protected] > http://lists.elists.org/cgi-bin/mailman/listinfo/delphi > > > _______________________________________________ Delphi mailing list -> [email protected] http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

