Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Put you module into Default Files/Support beside startup.rx and use path relative to Support folder, so just filename.

Reference custom icons from customization.zip (SaaS only)

You can reference icons deployed with customiztion.zip from your module code by using CFxSystemServices::FxURLCustomIcons FxURLScope like this:

Code Block
CFxUIIcon( CFxSystemServices::GenerateURL( CFxSystemServices::FxURLCustomIcons, "{icon path inside icons folder}" ) );