I found this very useful. But I still can't seem to use the library I created. When I get the library up in explorer, right up the top it says Exploring - #Library1. Is there something I'm not doing to get access from my forms.
In the library's open method I have typed
lib.open("rvs.lib")
to see if that will allow my forms to access it. But...
My form's Init method has the following:
method init(var eventInfo Event)
lib.open("rvs.lsl")
endMethod
My form's Uses method shows
Uses objectPAL
"RVS.lsl"
endUses
I haven't put anything in my form's Open method. Should I?
Regards,
Tony Hynes
|