funct7/KRWalkThrough

Can't properly customize control because of many private variables

Opened this issue · 4 comments

Wanted to customize hitTest - 'focus' is inaccessible due to 'private' protection level
Tried to fix focus modifier to public - Property must be declared private because its type uses a private type
and etc.

This project contains errors (I can't describe now it but it linked with constraints + mask area) but I can't even try to fix them by subclassing because all the necessary variables are declared as private.
So if you don't provide proper delegate methods - could you at least remove all the private marks? It is enough fast solution

What are you trying to achieve? And please provide some context that could help reproduce the error.

I wrote a separate bug for that issue. The issue mentioned in this topic is I can't customize hitTest because it refers to private variables. In my particular case I want to call "next action" on clicking in the whole tutorial view except of some area which is different from the "TutorialItem" area but can include it.

@gerchicov-bp Thanks for posting the issues. This library and other libraries with the KR prefix are actually proprietary and are made public just in case other people need them. Since I am busy with other updates, please note that it will take some time before I find the time to look into these issues.