When I build a stand alone model, it behaves as expected. I have a fully enstanciated TABs component, as a result of user wanting to access the Tab index 7, I execute on the EDT setSelectedIndex(7, true); So I have no clue why the Tabs fail to scroll to the selected component.
Thoughts? On Tuesday, September 10, 2019 at 1:51:42 PM UTC-4, Mark Bolduc wrote: > > If you are experiencing an issue please mention the full platform your > issue applies to: > IDE: NetBeans/Eclipse/IDEA Netbeans 11 > Desktop OS Windows 10 Pro > Simulator Latest > Device PC, IOS, Android > > I have 7 tabs as TOP orientation, > > in this example, TAB 0 is selected, (and TABS 5,6,7) are not visible. > I execute setSelectedIndex(7, true) and The Container associated with TAB > 7 is now visible, However the TABS did not scroll to the TAB position 7. > How do I force TAB 7 to be visible ( scrollComponentToVisible(TABS) does > not work > > Regards. > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/5866df1c-86a4-42a0-990a-537b2984a6dd%40googlegroups.com.
