getwidth

  1. O

    Android Question reflector.runMethod("getWidth") always returns 0

    Hi all, In a sub of a class module, I need to get a b4xview‘s width by using Reflector because the b4xview.width had been set to -2. But the reflector always returns 0. The code is like: 'MyCustomClass sub initialize(parameters) for i=1 to 5 private btn as b4xview private...
Top