TabPanel Problem with API 1

I was asked to update an old desktop app I wrote with Xojo 2019r1.1. I added a new tab to a tabpanel, added some new controls and code to make the new feature work. All is fine except the names of the tabs on the right change when I run the app. I created a new tabpanel and dragged all the controls to it, deleted the old tabpanel and renamed the new one to the name of the original tabpanel. The tab names still get scrambled. This is what the tabpanel looks like in the IDE:

This is what it looks like in the debugger. Credit Memos and Quotations has been replaced with Notes and an unnamed tag.

Proforma is the new tab. Any suggestions to fix this would be most welcome.

I assume there’s nothing in code that change the captions; have you checked that?

1 Like

I’m sorry to tell you that as it is API1 problem it will never be corrected…

I faced some annoying problem with API1 myself (like the dates in folderitems you have to replace with datetimes or the dates are not exact…) and all these problems are never fixed.

you should try with a recent xojo version if the problem is still here, but you will deal with a lot of changes if your app is big…