Questions tagged [temenos-quantum]

Kony is a cloud-first low-code omni-channel development platform that allows you to write a single codebase in Javascript and generate native applications for multiple operating systems and form factors, as well as Responsive and/or Progressive Web Applications. Though the product suite is diverse, the two core products are Kony Visualizer and Kony Fabric.

Temenos Quantum is a technology stack that enables low-code and/or cross-platform development of native mobile, tablet, wearable, desktop, kiosk and responsive and/or progressive web applications using a single codebase written in Javascript.

For mobile operating systems, Quantum generates true native UI, and executes the application logic inside a Javascript runtime, which maps specific API calls to the underlying OS's native capabilities.

Quantum was originally conceived by Kony Inc., which was acquired by Temenos in late 2019.

Quantum is officially marketed as a "Multi-experience Development Platform", and it is made up of several products:

  • Visualizer: An IDE for rapid low-code WYSIWYG omni-channel development.

  • Fabric: A cloud-native, middleware layer that delivers user authentication, API management, analytics and reporting, off-line data synchronization, model-driven development, workflow design and developer portals, as well as out-of-the-box integrations for social media, REST, SOAP, AWS, relational databases, MongoDB, OpenAPI, RAML, Oauth2, SAML 2.0, LDAP, IBM MQ, SAP, Salesforce, and others.

  • App Factory: An out-of-the-box, cloud-based CI/CD solution including build and test automation and quality controls.

  • Engagement Services: A campaign management solution that is capable of handling push notifications across Android and iOS, as well as email and SMS.

  • Forge: A portal for developers to publish and share reusable components.

Official Website:

https://www.temenos.com/platform/multiexperience-development-platform

158 questions
2
votes
2 answers

Kony Platform not regconize Xcode

I am working on the Kony Platform 6.5. My Kony Studio don't recognize my Xcode when I click refresh button in the Preferences. I am using the Xcode 7.1.1 . Can anyone give me some suggestion about this problem ? This is my attached image
Son Nguyen
  • 113
  • 4
2
votes
1 answer

How can I stop a label from automatically trimming white spaces after a string?

In Kony Studio 6.5 I have a label in a form. In this label I have an i18n localized string. For formatting purposes, I want to add a space after the string. So far I've tried placing a space after the i18n key itself to no avail. I have also tried…
Ted Jani
  • 51
  • 3
2
votes
2 answers

Actions from Kony Visualizer are not imported to Kony Studio

I have an action in Visualizer under Form > Action > preShow which invokes a function. If I export it and import it in Kony Studio the action is not carried over.
IAmCoder
  • 3,179
  • 2
  • 27
  • 49
2
votes
1 answer

How to invoke an Integration Service in Kony Studio that is created in the MobileFabric Console?

I am trying to invoke an integration service in a JavaScript module in Kony Studio. Previously I created the service "TestService" with the operation "getPostsByUserID" in the MobileFabric console. The service calls an API that returns an JSON…
Slash
  • 43
  • 1
  • 10
2
votes
3 answers

Kony: Ant build error=exec-shell returned: 1

While building "Hello World" project I have build and get build error as Ant build error=exec-shell returned: 1 All Enviorment variable are set properly as follows. ANT_HOME : D:\Kony\Ant; JAVA_HOME :…
amruta bet
  • 31
  • 1
  • 3
2
votes
5 answers

Failed to Start kony application

I just installed Kony Studio . I am trying to run the HelloWorld app on the Android emulator, always gives me this error: Failure rm failed for /sdcard/profiler_com.kony.HelloWorld.txt, Read-only file system Installing kony application 353 KB/s…
2
votes
1 answer

Kony - Build error- 'C:\Program' is not recognized as an internal or external command,

I am very new to Kony and am stuck with a build error. While building my project for the first time with selected platform as Android , it is giving me the following error. buildwar: all: [02-12-2014 10:30:51]Time taken for Preprocessing code for…
2
votes
3 answers

Is it mandatory to use Kony middleware for Kony application?

I am creating a Cross platform application using Kony Studio. We are having our backend and web services ready. Can we consume same services with out accessing Kony middleware? If yes, can you please help with some sample code and tutorials.
Apurv
  • 17,116
  • 8
  • 51
  • 67
1
vote
1 answer

The Application {name} cannot be resolved error in Version Screen , Design Studio Transact T24 ( IRIS )

I am trying to build my own API in Design Studio IRIS. I have created a Design Studio Sample Project and then imported a Version Screen from TAFJ server. I want to generate code as war file for pushing it to JBOSS server for further API building …
Mr. Kip
  • 11
  • 2
1
vote
0 answers

How to change style of radio button / checkbox in Kony Visualizer? (Responsive Web)

Is it possible to change the style of the radio button/checkbox in Kony Visualizer? (Responsive Web) can we can pseudo-classes in custom CSS (Kony visualizer)?
1
vote
0 answers

Native Crash | art::MonitorList::SweepMonitorList

Below error occurred to multiple users but once mostly per device. But it continuous to happen. I have not used App bundle, but provided 2 separate APK for 32 bit and 64 bit phones. All devices mentioned so far are at Android 9 level. My build is…
1
vote
1 answer

How to know at runtime whether a Kony app was built in debug or release mode

I'd like to be able to determine programmatically whether the app was built in debug or release mode. I'd like to be able to write something like: if(isDebug) { //do domething. } else { //do something else. }
Mig82
  • 4,856
  • 4
  • 40
  • 63
1
vote
2 answers

How to export and run iOS project from Kony Visualizer to Xcode?

I am not used to work with kony platform and I have created simple app but I want to export it and run it as native iOS .xcocdeproj.
Rishil Patel
  • 1,977
  • 3
  • 14
  • 30
1
vote
0 answers

Is there are way to make iOS password field to allow pasting text when using KONY for development?

We believe that the use of strong passwords in combination with password manager will improve security. Using the KONY mobile framework we noticed that it is not possible to copy paste text into a password field (secureTextEntry=true) on iOS. It…
Martin
  • 11,577
  • 16
  • 80
  • 110
1
vote
1 answer

KONY Preview using Emulator/Real Device

I am new to Kony enterprise edition. I tried to run my app using the Android emulator, always its showing unknown error (code 100-ref img), when I click OK, its closing app, I check the Support x86 devices in the settings. I install the apk using…
SlaxmiRaj
  • 21
  • 2
1
2
3
10 11