stevel05 Expert Licensed User Longtime User Nov 14, 2014 #1 The attached small example fails to compile with the error: B4i line: 30 Log(GST.Visible) no visible @interface for 'b4i_getsettest' declares the selector '_visiblenil' Similar code works fine with B4a. (Currently avoiding using the Get/Set so not urgent for me, but possibly a bug none the less) Attachments getset.zip 1.4 KB · Views: 338 Last edited: Nov 15, 2014
The attached small example fails to compile with the error: B4i line: 30 Log(GST.Visible) no visible @interface for 'b4i_getsettest' declares the selector '_visiblenil' Similar code works fine with B4a. (Currently avoiding using the Get/Set so not urgent for me, but possibly a bug none the less)
Erel B4X founder Staff member Licensed User Longtime User Nov 16, 2014 #2 I see it. Will be fixed. Thank you.
Erel B4X founder Staff member Licensed User Longtime User Nov 20, 2014 #3 This issue is now fixed. Note that there is still a confusing case here as the property TestBool is hidden by the variable. You will see it if you change the variable scope to Private.
This issue is now fixed. Note that there is still a confusing case here as the property TestBool is hidden by the variable. You will see it if you change the variable scope to Private.