Translations:Things to avoid/17/en: Difference between revisions

From Resonite Wiki
Importing a new version from external source
 
m FuzzyBot moved page Translations:Things to Avoid/17/en to Translations:Things to avoid/17/en without leaving a redirect: Part of translatable page "Things to Avoid"
 
(No difference)

Latest revision as of 07:55, 20 June 2025

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Things to avoid)
Occasionally when using a component you may find that it disables itself. This usually means that something in the component setup or the slot that it was added to is problematic and would cause the component to fail to function. 
* Do not drive the enabled checkbox/field to true in these cases
* Consider reporting a bug on our [https://github.com/Yellow-Dog-Man/Resonite-Issues Github]. These situations may be a problem that can be resolved.
* Sometimes, these are actual miss-use of a component and may not be fixed. 
* Properties within components that start with _ may be changed or removed at anytime and should be avoided where possible.

Occasionally when using a component you may find that it disables itself. This usually means that something in the component setup or the slot that it was added to is problematic and would cause the component to fail to function.

  • Do not drive the enabled checkbox/field to true in these cases
  • Consider reporting a bug on our Github. These situations may be a problem that can be resolved.
  • Sometimes, these are actual miss-use of a component and may not be fixed.
  • Properties within components that start with _ may be changed or removed at anytime and should be avoided where possible.