then i have a form to test to call the object that i made with
var abs_obj = new globals.AbsOBJECT();
abs_obj.---?
the intellisence does not see the variables and the functions that i made inside.
can someone help me how to use globals.js because i want to make objects and functions inside it but i cannot call the properties and funtions
that i made inside my object. Thank you in advance.
Mccourt.cordingley1372837951:
You should check out Gary Dotzlaw’s tutorials.
He is very thorough in explaining the concepts of Object Oriented programming in Servoy.