[FTC b15 pv12] Windows Delete of FTCustom Acting Differently Than Mac
- From: Bob Keeney <bobk@xxxxxxxxxxx>
- To: ftcdev@xxxxxxxxxxxxx
- Date: Fri, 14 Mar 2008 17:39:08 -0500
| 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. |
- Follow-Ups:
- Re: [FTC b15 pv12] Windows Delete of FTCustom Acting Differently Than Mac
- From: Brendan Murphy
- Re: [FTC b15 pv12] Windows Delete of FTCustom Acting Differently Than Mac
Other related posts:
- » [FTC b15 pv12] Windows Delete of FTCustom Acting Differently Than Mac