stevel05 Expert Licensed User Longtime User Jul 1, 2025 #1 Have the same problem in B4a 13.30 - https://www.b4x.com/android/forum/t...erargs-designerproperties.143139/#post-906944 B4X: Public Sub Test(DesignerArgs As DesignerArgs) For Each k As Object In DesignerArgs.DesignerProperties.Keys Log(k) Next End Sub And got an error java.lang.RuntimeException: method not supported. Use For Each instead. Click to expand... Converted HashMap to Map and it works OK.
Have the same problem in B4a 13.30 - https://www.b4x.com/android/forum/t...erargs-designerproperties.143139/#post-906944 B4X: Public Sub Test(DesignerArgs As DesignerArgs) For Each k As Object In DesignerArgs.DesignerProperties.Keys Log(k) Next End Sub And got an error java.lang.RuntimeException: method not supported. Use For Each instead. Click to expand... Converted HashMap to Map and it works OK.
Erel B4X founder Staff member Licensed User Longtime User Jul 1, 2025 #2 Now fixed in B4A, for the next update. It was related to a difference in the way that B4A Map is implemented. Upvote 0
Now fixed in B4A, for the next update. It was related to a difference in the way that B4A Map is implemented.