Do I need to open required classes of a class I want to use by myself?
Example:
The "clicktab.gadget" autodocs mentions "REQUIRES chooser.gadget". Do I have to open the "chooser.gadget" myself or will this be handled internally by the "clicktab.gadget"? The docs are not clear in that (or i didn't find it).
Reaction: Required classes
Re: Reaction: Required classes
Normally, all dependencies are handled internally unless the particular class is badly written. "REQUIRES" means that the respective dependency must be present in the system.The "clicktab.gadget" autodocs mentions "REQUIRES chooser.gadget". Do I have to open the "chooser.gadget" myself or will this be handled internally by the "clicktab.gadget"?
The Rear Window blog
AmigaOne X5000 @ 2GHz / 4GB RAM / Radeon RX 560 / ESI Juli@ / AmigaOS 4.1 Final Edition
SAM440ep-flex @ 667MHz / 1GB RAM / Radeon 9250 / AmigaOS 4.1 Final Edition
AmigaOne X5000 @ 2GHz / 4GB RAM / Radeon RX 560 / ESI Juli@ / AmigaOS 4.1 Final Edition
SAM440ep-flex @ 667MHz / 1GB RAM / Radeon 9250 / AmigaOS 4.1 Final Edition
Re: Reaction: Required classes
Ok, thanks. I was hoping for that answer because I'm about to use the "getcolor.gadget" which does have a long required list.trixie wrote:Normally, all dependencies are handled internally [...]