cjohn001

Results 87 comments of cjohn001

@williamjuan027 : Thanks for sharing the idea with the RootLayout. I thought about it as a last resort as well. However, in the meantime I have found a better solution....

@williamjuan027 : Thanks for looking at it. I somehow expected it, as I have not found any information on how this can be done. With Angular 12 rewrite, there was...

@williamjuan027 : Thanks for your feedback, than I will drop a request there :)

Hello together, I have the same issue here. Cannot get the plugin working with 6.0.1. The key string to be translated is returned rather than the translated version of it....

Ok, this here works as a workaround: const _SYS_NAMELEN = 256; const buffer = interop.alloc(5 * _SYS_NAMELEN); uname(buffer); deviceId = NSString.stringWithUTF8String(buffer.add(_SYS_NAMELEN * 4)).toString();

The formatter tutorial under https://openui5.hana.ondemand.com/#/topic/0f8626ed7b7542ffaa44601828db20de should be adapted. When loading modules asynchronously it seems to be not guaranteed anymore, that one can load models via the view, i.e. var resourceBundle...

Hello Stephania, I cannot give you access to my sources. Like mentioned this seems to be a async runtime behavior topic. I will not start to construct examples that might...

Hello Stephania, you can now find an example under the following URL: https://ecubed-solutions.ddnss.de/#/Input/AddCustomFood The login credentials are user: sap password: sap The relevant code section is given in line 50...

Hello Dominik, I yesterday removed the bug from the code, as I needed to showcase something different. I will reintroduce the bug till monday and give you feedback once included...