Bug? Classes added in designer retain original package name

ac9ts

Active Member
Licensed User
Longtime User
I am using a class for an app with 2 different build configurations. Each has a different package name. If I create a layout with the designer using a class module in one configuration, there is no problem with that configuration. If I switch to the other configuration, again, the app appears to work correctly but a log message is displayed stating the original class can't be found so it tries the other package named class.

Since everything seems to work, maybe not a bug but expected behavior. I am using v7.8 and I don't remember seeing this in earlier versions.

Log:

Class not found: com.SudzDev.TEST.customlistview, trying: com.SudzDev.TESTLite.customlistview

Project attached.
 

Attachments

  • Test.zip
    9.9 KB · Views: 163

DonManfred

Expert
Licensed User
Longtime User
Top