Android Question Open spinner by code. Solution correct?

netsistemas

Active Member
Licensed User
Longtime User
I finding in foro solution for open spinner by code / programmatly

in Web i find this:

In this old thread i view that this is not posible:

this code i think run ok, but... is correct?


B4X:
    Dim policy As JavaObject
    Try
        policy = SpinConductorOAcompanante
        policy = policy.RunMethodJO("performClick", Null)
    Catch
        Log(LastException)
    End Try

If is correct, is ok that add a solution in previus message and link to this messae?
 
Top