



MGWT HeaderPanel - "INVENTORY SUMMARIES".CellList - new CellList(new OrderSummar圜ell()).FlexPanel - orderResults panel, where first batch of data goes, setWidth( OrderSummar圜ell.getTableWidth()).MGWT ScrollPanel - setScrollingEnabledY(false), setScrollingEnabledX(true), setShowHorizontalScrollBar( true ).FlexPanel - resultsPanel, where all the data results are.FlexPanel - queryPanel, where dates and "Refresh" button are.MGWT ScrollPanel - outermost scroll panel, setScrollingEnabledX(false), setScrollingEnabledY(true), setShowVerticalScrollBar(true).MGWT HeaderPanel - where "Dashboard" is.
MGWT ROTATION BUTTONBAR OFF BOTTOM HOW TO
MGWT ROTATION BUTTONBAR OFF BOTTOM ANDROID
The bottom CellList, which is inside a ScrollPanel directly under "INVENTORY SUMMARIES", should allow horizontal scrolling on all devices, but does not on Android.The second header should read "INVENTORY SUMMARIES", but is cutoff.The top CellList, which is inside a ScrollPanel directly under "ORDER SUMMARIES", should allow horizontal scrolling on all devices, but does not on Android.First header should read "ORDER SUMMARIES", but is cutoff.Also, my gut tells me the problems are related somehow.įirst, a screen shot so that my questions below will make some semblance of sense.įigure 1: Galaxy Tablet emulator, Android 4.4 or higher ( actually, 4.4.4 ). I mention them together because I use the same widgets in other screens with no problem whatsoever. I have a screen that works perfect in Chrome on my desktop ( and on iOS, at least the last time I tested it ), but behaves differently on Android.
