Search the Community
Showing results for tags 'RemObjects'.
-
Seems the RO interface need an update following changes in RTL files organization. To be able to execute run a TWebWorkerThread, I had to remove SmartCL.System and W3System units from RemObjectsSDK.pas Unknown "window" error. But now calling RO services still fail with this message: Uncaught ReferenceError: RemObjects is not defined
-
I'm calling RO services from a SMS app. It works fine, but when turned into a PhoneGap app, data are not loaded any more. Do I need http plugins or else?
-
When importing this RODL file I get several issues: Extra ';' is placed before the first function parameter: TADatoService_ResourcesWithCalendars_Result = procedure( ; aResources: ResourceArray ; aCalendars: CalendarArray ); Syntax Error: Incompatible types: Cannot assign "Integer" to "TAccessRight" [line: 2919, column: 24, file: ADatoServiceServer_intf] function AccessRight_Helper.GetEnumValue: TAccessRight; begin Result := enumValues.IndexOf(Self.value); end; Any ideas? ADatoServiceServer.zip