How can I use custom Icons in Custom Code?
I managed to import the TTF-File an select custom icons from there in the UI.
But I want to use those custom Icons in custom code as well.
Which import definition is required? How does this work?
User custom Icons in custom Code
Custom Code
I looked at FF generated code and custom Icons are addressed like this:FFIcons.kMYICON
=> MYICON is the name of the imported Icon. The "k" is added from FF.
If I try this in my custom code "FFIcons" is undefined.
Yes
4
1 reply