This is getting frustrated
Now that I’m able to get the ToolTip, Sample, etc… I can’t access my public variables.
So in servoy, when i do:
obj.createUser();
A tooltip pops up giving me the right information.
But when I do:
obj.userName = 'John Appleseed';
I can’t access the variable ‘userName’.
When I look in the Solution Explorer under ‘plugins > proofHQ’, I can only see my methods but no variables.