Hi,
I have created a screen with multiple wheels for user input into a text box. These are the types of wheel I have created:
1. Text wheel
2. Action wheel
I realized that WHEEL apis commonly available for text wheels are not easily accessible for wheels consisting of only bitmaps. For example,
1. WHEEL_DelItemText - to dynamically remove a text item from the wheel
2. WHEEL_GetNumTextItems - to dynamically get the number of text items present in a wheel list
3. WHEEL_InsertItemText - to dynamically insert a text item into a wheel list
4. WHEEL_SetItemText - to dynamically set a text item to another
Is there a way for me to use these dynamic functions for bitmaps i.e. dynamically deleting, inserting setting a bitmap in a bitmap list of a wheel and/or get the number of bitmaps present in a wheel?