getfield

  1. M

    iOS Question Problem GetField NativeObject

    Hello... I'm using NativeObject to CalendarEvent like this For Each e As CalendarEvent In Events Private no As NativeObject = e Next when I log the "no", the result like this : <B4INativeObject: EKEvent <0x28348d080> [<EKEvent 0x280780160> valueForUndefinedKey:]: this class is not key...
  2. TelKel81

    B4J Question How to get the value of a field declared in a code module using Reflection or JavaObject ?

    I tried with both but to no avail... I know how to do it with class modules but the same approach doesn't work in code modules (NoSuchFieldException) despite that I can successfully iterate through the fields of the code module with the getFields method.
Top