Bug? Customview in Designer and App Package Name bug

Jack Cole

Well-Known Member
Licensed User
Longtime User
Dear Erel,

When you add a customview using the designer (e.g., autosizetextlabel) and compile with one package name and then change to another package name and recompile, the app comes up with an error message.

ClassNotFoundException

It references the original package name even though it has been changed.

This is a problem because I use the same code base for a free and pro version of my app and have to change the package name back and forth several times to compile with different options.

Best regards,
Jack
 
Top