Bug? Sometimes the class created objects (customviews) are not updated

Cableguy

Expert
Licensed User
Longtime User
Hi EREL

I know, from the title it's kinda hard to see what I mean...

I'm finishing up a CustomView, so a couple of simple get/set methods are added to the CV class... But the Object in the main class does not get updated!
Also, changing Global sub from public to private is not updated too!

I have tried cleaning up the project, save and exit, but nothing changes
see screenshots
 

Attachments

  • Screenshot 2016-03-19 18.32.40.png
    Screenshot 2016-03-19 18.32.40.png
    11 KB · Views: 204
  • Screenshot 2016-03-19 18.35.01.png
    Screenshot 2016-03-19 18.35.01.png
    11.5 KB · Views: 210
  • Screenshot 2016-03-19 18.35.10.png
    Screenshot 2016-03-19 18.35.10.png
    4.3 KB · Views: 207

Cableguy

Expert
Licensed User
Longtime User
I just noticed that I had the compiled library of my customview ticked in the libs pane... un-ticking it solved the issue.

I think this is a common mistake we do, while upgrading/bug hunting a customview, we forget to un-tick it from the libs pane
 
Top