M Michael1968 Active Member Licensed User Longtime User Mar 31, 2019 #1 Hi all, is it posible to add a Canvas View to the Designer, and how to do it? best regards Michael
Kiffi Well-Known Member Licensed User Longtime User Mar 31, 2019 #2 yes, that's possible. Take a look at SKButton.bas (for example) in the BANano.zip. This is a CustomView which shows how to create a button. You would only have to adjust it slightly to your needs. Greetings ... Peter Upvote 0
yes, that's possible. Take a look at SKButton.bas (for example) in the BANano.zip. This is a CustomView which shows how to create a button. You would only have to adjust it slightly to your needs. Greetings ... Peter