[FTC b15 pv12] Windows Delete of FTCustom Acting Differently Than Mac

I've created a subclass of FTCustom called FTFile (alias to a file, displays an icon) and it works great on the Mac.  I can delete FTFile objects with no problems.  However, the same application under Windows gives me an OutofBoundsExeption in FTParagraph.ComposeLines in this bit:


    ' Add in the first object from the paragraph.
    lines(Ubound(lines)).addObject(items(0).clone)

The items(0) was incorrect since the items array was empty.

All I have to do is add my FTCustom object to the control and then backspace.

Here's the stack trace:


Any ideas on where to hunt this bug down?

Naturally I can't duplicate in the sample applications.  :)

Thanks,
Bob Keeney
BKeeney Software Inc.

Other related posts: