S
Sanjeev Reddy
Guest
Hi Ruben, Apart from what Edsel has already mentioned, if you would like to open your existing app and want to see the contents you can do the following: Please go to /meta/app.json file and modify “guid” to “uniqueID” and also update the same in workspaces.json file under C:\Progress\KendoUIBuilder. After that reload the KUIB designer and you are able to open the existing app. { "type": "app", "schemaVersion": "1.0", "name": "OrderEntryWebApp", "guid" : "de9241bb-3382-4e00-9914-d81e28a23066", "description": "", "logo": "logo_alternate.png", "layout": {}, "children": [] } { "type": "app", "schemaVersion": "1.0", "name": "OrderEntryWebApp", "uniqueID" : "de9241bb-3382-4e00-9914-d81e28a23066", "description": "", "logo": "logo_alternate.png", "layout": {}, "children": [] } After this change you can preview your app and see the contents in it. But you can’t extend this app with new functionality, as Edsel mentioned you need to create a new app to avail new functionality. Hope this helps, Sanjeev.
Continue reading...
Continue reading...