Hello,I'm new to Basic4Android.
I have created a DateTime Library in Eclipse and and tried to use it in Basic4android. I put the Jar file and the xml file in the correct folder and while Basic4android does list it in it's library list, I am unable to make an object from the library.
The library is named mydatetimetestje and contains 3 classes:
I've tried the following in the process globals:
Dim dt As DateTime2
Dim dt2 As mydatetimetestje
but both DateTime2 and mydatetimetestje have a red color as opposed to the green/blue color objects normally have. So i reckon that Basic4android does not find them somehow. Needless to say, I can't get to any methods.
I incuded the jar file and the xml file.
Can anyone tell me when I'm doing wrong?
I have created a DateTime Library in Eclipse and and tried to use it in Basic4android. I put the Jar file and the xml file in the correct folder and while Basic4android does list it in it's library list, I am unable to make an object from the library.
The library is named mydatetimetestje and contains 3 classes:
- DateTime2
- DateTimeFormat
- Timezones
I've tried the following in the process globals:
Dim dt As DateTime2
Dim dt2 As mydatetimetestje
but both DateTime2 and mydatetimetestje have a red color as opposed to the green/blue color objects normally have. So i reckon that Basic4android does not find them somehow. Needless to say, I can't get to any methods.
I incuded the jar file and the xml file.
Can anyone tell me when I'm doing wrong?