The core functionality of the ticker/timer feature is encapsulated within the Ticker_WB web block. This web block is responsible for managing all the ticker operations and must be integrated into the Layout web block to ensure it runs continuously across the application.
Add Ticker_WB to Layout:
Event Configuration:
The application includes basic examples to demonstrate the potential of the ticker:
These examples illustrate the fundamental capabilities of the ticker, showcasing how it can be adapted for various use cases. By leveraging the Ticker_WB web block and customizing the Ticker event, users can unlock the full potential of the ticker feature to suit their specific requirements.
Performance Considerations: Users should exercise caution regarding the number of Ticker_WB instances added to the Layout web block, as having too many can degrade application performance. Additionally, the complexity and volume of the code placed in each Ticker event should be minimized. Complex code or large data volumes can also reduce the application's performance. Remember that this is a mobile application with resources limited by the device on which it runs.