LucaMs Expert Licensed User Longtime User Mar 24, 2017 #1 The template should have the declaration of DesignerCreateView as Private (with Ignore), so you will not see it available as method (sorry for this bad explanation; I'm sure you understand what I mean ).
The template should have the declaration of DesignerCreateView as Private (with Ignore), so you will not see it available as method (sorry for this bad explanation; I'm sure you understand what I mean ).
Erel B4X founder Staff member Licensed User Longtime User Mar 26, 2017 #2 It is a public method as it needs to be visible when you compile the class as a library. Upvote 0
LucaMs Expert Licensed User Longtime User Mar 26, 2017 #3 Erel said: It is a public method as it needs to be visible when you compile the class as a library. Click to expand... I thought this but it also works as private. Upvote 0
Erel said: It is a public method as it needs to be visible when you compile the class as a library. Click to expand... I thought this but it also works as private.
LucaMs Expert Licensed User Longtime User Mar 26, 2017 #4 LucaMs said: I thought this but it also works as private. Click to expand... It works in a project with the custom view class. If I compile the class as library, the CV is not available. Upvote 0
LucaMs said: I thought this but it also works as private. Click to expand... It works in a project with the custom view class. If I compile the class as library, the CV is not available.