2018-12-10 11:42 PM
Hi,
Is this the right place for bug reports? I stumbled upon some problems with the ScrollWheel widget.
ScrollWheelWithSelectionStyle::setSelecteItemOffset is misspelled and is not overriding the intended setSelectedItemOffset.
Unless I have done something terribly wrong, any function that causes an internal call to ScrollWheelWithSelectionStyle::refreshDrawableListsLayout() (e.g. setSelecteItemOffset, setHeight, etc.) will fail an assert. Looks like some of the DrawableListItems are added to both list and list2 - Container::add(Drawable&) will fail assert(d.parent == 0 && "Cannot add Drawable multiple times");.
2018-12-14 05:55 AM
Hi Ansa,
A bug report has been created. Thanks for reporting this issue!
Best regards,
Martin
2019-03-01 08:46 AM
Hi Martin,
Is there any way for community to track the issue progress?
Thanks,
Vladimir
2020-09-23 04:55 AM
Hello Martin,
Has this issue been fixed?
Many thanks,
Hieu
2020-09-23 05:19 AM
Hi,
This was years ago, so i'd assume so :D I can't remember. Please try it out on the latest release 4.14.0.
/Martin
2020-09-23 05:25 AM
Unfortunately,
I'm using 4.14.0 and I still met the same issue when trying to automatically create Drawable objects. :(
Hieu
2020-09-23 05:31 AM
I think that's may not a bug, this is a feature which prevent user create too much new object in runtime due to this task may lead to some memory problems. :)
Hieu