L leitor79 Active Member Licensed User Longtime User Sep 9, 2016 #1 Hi, I have a class, with 4 properties. When the properties are named in a certain way, or in certain order, one of them is missing. Images explain better. I've uploaded a project with the issue. Regards, Attachments ClassPropertyError.zip 6.4 KB · Views: 166
Hi, I have a class, with 4 properties. When the properties are named in a certain way, or in certain order, one of them is missing. Images explain better. I've uploaded a project with the issue. Regards,
derez Expert Licensed User Longtime User Sep 9, 2016 #2 I opened your app and I see both public variables: To clarify - these are not properties but public variables. To see a property you have to make a public sub.
I opened your app and I see both public variables: To clarify - these are not properties but public variables. To see a property you have to make a public sub.
L leitor79 Active Member Licensed User Longtime User Sep 9, 2016 #3 Thank you, Derez! I've made two mistakes. Public variables they are. And I've omitted to say I'm using version 5.50. It happens to me in two different projects (the original and the uploaded one) Regards,
Thank you, Derez! I've made two mistakes. Public variables they are. And I've omitted to say I'm using version 5.50. It happens to me in two different projects (the original and the uploaded one) Regards,
L leitor79 Active Member Licensed User Longtime User Sep 9, 2016 #4 The issue is not present if I remove the underscore from the variables's names.
Erel B4X founder Staff member Licensed User Longtime User Sep 11, 2016 #5 Works properly here. Tested with v6.0.
L leitor79 Active Member Licensed User Longtime User Sep 12, 2016 #6 Nice. I'll hope I'd be updating this year. Regards.