Hi - I'm trying to do this (following another thread to create UUIDs) :
Dim no As NativeObject
Return no.Initialize("NSUUID").RunMethod("UUID", Null).RunMethod("UUIDString", Null).AsString
but it complains that there is no NativeObject type. Should there be in B4j? I've tried adding all of the libraries in the manager but it doesn't seem to exist.
Dim no As NativeObject
Return no.Initialize("NSUUID").RunMethod("UUID", Null).RunMethod("UUIDString", Null).AsString
but it complains that there is no NativeObject type. Should there be in B4j? I've tried adding all of the libraries in the manager but it doesn't seem to exist.