Export a popup from Kony Visualizer V8 and import it to Kony Visualizer V9 - popup

I have a popup in code written in Kony visualizer V8, I want to export all of them and import it to Kony Visualizer V9.
Note: Kony Visualizer V9 doesn't support the normal popups and I don't need to create it from scratch.
This is the popup's image inside the Visualiser V8:

Had a similar requirement recently and as V9 doesn't support HBOX or VBOX, created a component for popup and used that in UI. After changing all popups to components you can upgrade from v8 to v9 without issues.
Also do not use masters as that is also not compatible with V9.
You can use components and reuse them for popups wherever needed.

Gone thru the same situation before. Found that HBOX, VBOX and few other widgets which are used in the old versions are deprecated in the recent versions. Hence all the old widgets should be updated to the latest equivalent widgets.
If the project is mobile application then Temenos has an upgrade tool which will help you in making the changes to the project and upgrade it. But if the project is of Desktop web then we need to manually update the widgets one by one. Once all the deprecated widgets are upgraded then export the project and import the same in latest visualizer.

Related

Upgrading to react-admin v4. How do I upgrade material-ui to v5?

I'm upgrading a react-admin application from react admin v3 to v4. There's a note in the upgrade guide that I should also upgrade material-ui from v4 to v5 with a link to the (very lengthy) MUI upgrade guide. This leads to a few questions:
What's the order of operations? Do the react-admin upgrade first? MUI upgrade first? Some mixture?
The first step of the MUI upgrade guide is "add <ThemeProvider> at the top level of your application". In the case of a react-admin application, the theme is passed in as a prop to <Admin>, so it's not clear if this is something that we need to do. How should this be handled in a react-admin application?

using Material-UI with create-react-app (react 16)

CRA now uses React 17 default and it is advised that we use an older version of CRA that uses R16 whilst MUI5 is being developed. Can someone advise me how they download an older version of CRA? I have tried npx create-react-app client --typescript --scripts-version react-scripts#3.4.4 and I get Error: Cannot find module 'cra-template'. I know this is strictly a CRA question but I thought someone that uses MUI might already have some experience with this problem.

Leaflet showing error in developer tool "t.on is not a function"

I have problem when i am using leaflet library 1.0.3 and it works fine and show no error or warning when it is 0.7.7 i have using following libraries:
angular 1.5.8
angular material 1.1.3
angular-leaflet-directive 0.10.0
leaflet - 1.0.3
My map is visible properly even the marker cluster is working fine but in developer tool it is showing me error like these
Unfortunately angular-leaflet-directive is already quite old, the latest release version v0.10.0 dates from 2015, when Leaflet was still in 0.x.x version.
There are breaking changes when upgrading to Leaflet version 1.x.x.
Since you seem to say that your app still behaves correctly, except for the error in the browser console, then either you can live with it, or downgrade to Leaflet 0.7.7.
You can also get ride of angular-leaflet-directive and directly use Leaflet 1.x.x with AngularJS.

Ionic Angular js IDE

Is there an IDE like Xcode to develop cross platform apps using ionic? I played with creator.ionic.io but they charge 40$ per month for the complete app development. Can you suggest some open source IDEs? Basically I wanted something similar to ionic where I can drag and drop objects to build the UI
I had come across the same problem when i started at first and found some suggestions from ionic official website.
I copied contents here for convenience.
Visual Studio Code
VS Code is a new editor that comes with support for ES6 syntax, as well as TypeScript support. It will also prompt users to include TypeScript definition files and download them from Definitely Typed. Visual Studio Code is free and works on OS X, Windows, and Linux.
Atom
Atom is cross platform editor built on web technologies. Atom has many plugins to make ES6/TypeScript development very easy. If there isn't something provided by Atom or a plugin, you can even make a plugin yourself, using JavaScript. Atom works on OS X, Windows, and Linux.
WebStorm
WebStorm is a paid IDE that provides many features, such as advanced refactoring support, automatic compilation of code, and gulp/grunt/webpack support. Out of the box, WebStorm comes with support for ES6 and TypeScript, as well as Angular and Ionic syntax support.
ALM
ALM is a free open source IDE built for typescript development, it can be run on any computer running chrome and can be hosted on a server and used on any computer with internet access.
Angular IDE by Webclipse
Angular IDE is a freemium IDE built for Angular 2 and TypeScript development providing integrated terminal support helping with node and npm management. Out of the box, Angular IDE includes code completion and validation for ES6, TypeScript, and Angular 2 HTML templates.
Personally i am using "Brackets" its open source as well and really good.
I think community gets totally confused about the OP's question here.He is asking not about an IDE for developing Ionic apps.He is asking the IDE like an Ionic creator.Which is the IDE anyone can create ionic apps without writing a code.
What is an Ionic Creator? See here.
Creator is a simple drag-&-drop tool for going from idea to App
Store, with just the drag of a mouse.
There is no such free and open source tool but the price you have mentioned is not correct with the official Ionic creator. It is $24/mo.You can see details here.
PRO
$24/mo for individuals
Unlimited Projects
Private Projects
In-Tool Code Editing
Basic & Native Exporting
Creator Mobile App
Note:
By using above tool you can create Ionic 1 apps only.There is no support for Ionic 2 yet. You can see the Roadmap of Ionic 2 creator here.

How to preview my site in AEM 6.0?

I just started to get my head around AEM 6.0 . Installed an app with 'mvn clean install -Pauto-dev-deploy'. I can see the app in CRXDE and the packages are visible in the packagemanager. It does not however show up in the touchUI. Is it possible to run a preview of this site and how to do it?
In Adobe Experience Manager your application (app) and your content are to different things. Your application contains templates and components with which you build your content.
Deploying your app therefore means that you don't necessarily will have content. Without having a look at your source it is hard to see how and where you can create content. Usually your apps templates and components only work in certain content paths. This is usually defined in /etc/designs/<your-project-name>
If you are running AEM 6.2 I suggest that you have a look at the new We Retail demo application and demo content. The source of which can be found on Github: https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail