telerik-appbuilder

how to pass parameters to modal popup?

 ̄綄美尐妖づ 提交于 2020-01-05 04:01:06
问题 I am working on Nativescript application where i need to open view on click of list item. So i will have to pass id of that item to the modal that is about to open on click of list item. Here is my code as i tried and for opening modal popup : var modalPageModule = views.appointmentDetails; var context = { id: args.view.bookingId // i tried this way for passing parameter }; var fullscreen = true; page.showModal(modalPageModule, context, function closeCallback(parameters) { // Log the user in.

Visual Studio - AppBuilder - Git Hub - .sou file issue

不羁岁月 提交于 2019-12-18 09:47:14
问题 I started a project on Telerik's AppBuilder and then started working on that project in Visual Studio 2015. I was able to commit. Note that I have a desktop and laptop, both with VS2015 and working on this project. So, I was able to commit and sync on the Desktop and Laptop a few weeks ago. Then, I made some changes on the desktop and tried to checkin, and now I get "unable to access .suo file for writing" when trying to sync and have been unable to checkin to Git since then on the Desktop,

Registering Push Notifications with Tags not working

ε祈祈猫儿з 提交于 2019-12-11 06:56:13
问题 I am working on a Cordova app (using Telerik Appbuilder) and using this Azure Mobile Services plugin (https://github.com/Azure/azure-mobile-apps-cordova-client) to register for Push Notifications. I get a successful response from PNS (gcm and apns), and the call to register (registration event) with Notification hub also returns a successful response below. I also get the notifications on device (both on IOS and Android) when I send the notifications using the 'Test Send' utility from Azure

cordova navigator.camera.getPicture not working in android

孤者浪人 提交于 2019-12-01 00:43:42
navigator.camera.getPicure function not working. Its callback function never gets fired in below code. This function is from cordova camera plugin. navigator.camera.getPicture( uploadPhoto, function(message) { alert('Failed to get a picture. Please select one.'); }, { quality : 50, destinationType : Camera.DestinationType.FILE_URI, sourceType : Camera.PictureSourceType.SAVEDPHOTOALBUM }); In the above code uploadPhoto callback function never gets fired. And there is no traces of it in chrome dev tools console when the above function is called it opens the file selection window and after the

cordova navigator.camera.getPicture not working in android

折月煮酒 提交于 2019-11-30 18:04:23
问题 navigator.camera.getPicure function not working. Its callback function never gets fired in below code. This function is from cordova camera plugin. navigator.camera.getPicture( uploadPhoto, function(message) { alert('Failed to get a picture. Please select one.'); }, { quality : 50, destinationType : Camera.DestinationType.FILE_URI, sourceType : Camera.PictureSourceType.SAVEDPHOTOALBUM }); In the above code uploadPhoto callback function never gets fired. And there is no traces of it in chrome

Visual Studio - AppBuilder - Git Hub - .sou file issue

吃可爱长大的小学妹 提交于 2019-11-29 18:12:48
I started a project on Telerik's AppBuilder and then started working on that project in Visual Studio 2015. I was able to commit. Note that I have a desktop and laptop, both with VS2015 and working on this project. So, I was able to commit and sync on the Desktop and Laptop a few weeks ago. Then, I made some changes on the desktop and tried to checkin, and now I get "unable to access .suo file for writing" when trying to sync and have been unable to checkin to Git since then on the Desktop, but on the Laptop I can push/pull w/o issue. Any idea what's wrong and how to fix it? You should not be