cancel
Showing results for 
Search instead for 
Did you mean: 

ScrollWheel problems

Ansa
Associate

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");.

6 REPLIES 6
Martin KJELDSEN
Chief III

Hi Ansa,

A bug report has been created. Thanks for reporting this issue!

Best regards,

Martin

VKlim
Associate

Hi Martin,

Is there any way for community to track the issue progress?

Thanks,

Vladimir

Hello Martin,

Has this issue been fixed?

Many thanks,

Hieu

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

Unfortunately,

I'm using 4.14.0 and I still met the same issue when trying to automatically create Drawable objects. :(

Hieu

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