Page 1 of 1

Listbrowser AutoVirtualWidth Bug

Posted: Fri Jun 14, 2013 7:28 pm
by tbreeden
With AOS 4.1 upd 6, ListBrowser.gadget 53.52,
the LISTBROWSER_AutoVirtualWidth tag does not seem to work if
the list has fixed width columns.

The horizontal scroller scrolls well past the end of the columns and
begins re-displaying part of the first columns.

Explicitly using LISTBROWSER_VirtualWidth set to ncols*<staticwidth>
seems to work, as does just using LISTBROWSER_AutoWidth.

This is the same thing reported about a year ago in

"problem with horizontal slider in listbrowser-gadget
http://forum.hyperion-entertainment.biz ... =26&t=1144

No followup appears, beyond not using fixed size columns.

Is it on the bug list?

Thanks,

Tom

Re: Listbrowser AutoVirtualWidth Bug

Posted: Fri Jun 14, 2013 9:14 pm
by Rigo
Somehow I managed to miss the original thread, so it's the first I've heard about it. I'll look into this.

Simon

Re: Listbrowser AutoVirtualWidth Bug

Posted: Thu Dec 31, 2015 3:19 am
by mritter0
This issue still exists. Is there going to be a fix for it any time soon?

Re: Listbrowser AutoVirtualWidth Bug

Posted: Thu Dec 31, 2015 11:11 am
by salass00
mritter0 wrote:This issue still exists. Is there going to be a fix for it any time soon?
I just found the cause of the problem after a lot of debugging and fixed it.