Closed tsonevn closed 7 years ago
This is important feature and we will work on implementing it.
I've the same problem with multi template in radListView
@ginev : So when we can implement it on our application design sir, Thank's for your help sir.
@culunvb this feature is planned for the upcoming release of NativeScript UI due to in about 5-6 weeks.
Okay, thank u very much sir, i'm ready for wait that feature
On Tue, May 9, 2017 at 1:55 PM, Deyan Ginev notifications@github.com wrote:
@culunvb https://github.com/culunvb this feature is planned for the upcoming release of NativeScript UI due to in about 5-6 weeks.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/telerik/nativescript-ui-feedback/issues/138#issuecomment-300077624, or mute the thread https://github.com/notifications/unsubscribe-auth/AMfKsBB3zeX6ZsVNxdqBlQaAuvswfqq8ks5r4A3FgaJpZM4Mn2zC .
-- Asan (ITNSR)
Yeah we need this feature too!!
Thanks for your effort.
This feature is already implemented simply get the latest version of the plugin, more information can be found here.
Ok Thank you for your information,
On Mon, Aug 21, 2017 at 6:25 PM, Vladimir Amiorkov <notifications@github.com
wrote:
This feature is already implemented simply get the latest version of the plugin, more information can be found here http://docs.telerik.com/devtools/nativescript-ui/Controls/Angular/ListView/multiple-templates .
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/telerik/nativescript-ui-feedback/issues/138#issuecomment-323719273, or mute the thread https://github.com/notifications/unsubscribe-auth/AMfKsB8HMEz4NCIakE-OBLgUZJGKYiFVks5saWkXgaJpZM4Mn2zC .
-- Asan (ITNSR)
But I have another problem sir it's about RadAutoCompleteTextView, how i can to store the value result to variable, can u help me please?
Thank you
On Wed, Aug 23, 2017 at 4:43 PM, asan Saleh itnsr09@gmail.com wrote:
Ok Thank you for your information,
On Mon, Aug 21, 2017 at 6:25 PM, Vladimir Amiorkov < notifications@github.com> wrote:
This feature is already implemented simply get the latest version of the plugin, more information can be found here http://docs.telerik.com/devtools/nativescript-ui/Controls/Angular/ListView/multiple-templates .
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/telerik/nativescript-ui-feedback/issues/138#issuecomment-323719273, or mute the thread https://github.com/notifications/unsubscribe-auth/AMfKsB8HMEz4NCIakE-OBLgUZJGKYiFVks5saWkXgaJpZM4Mn2zC .
-- Asan (ITNSR)
-- Asan (ITNSR)
Hi @culunvb ,
For issues or questions regarding other components I would suggest you open a different thread as this one is for the RadListView component.
On a side note, you can take a look at our documentation for the RadAutoCompleteTextView and its events section here, you can use those events (tokenAdded
, tokenRemoved
and/or didAutoComplete
)
Ok That's correct sir, but how to implement with nativescript core such as .js not .ts, this is my script sir but is nothing happen in function onTokenSelected, please help me sir
.js for (var i = 0; i < emp.length; i++) { _items.push(new autocmodule.TokenModel(emp[i], undefined)); } pageData.set("dataauemp", _items);
exports.onTokenSelected=function(args){ console.log(args.token.text); }
.xml
@culunvb
As mentioned before this thread is related to the RadListView and questions regarding other components should not be made. If you have any specific issue with the RadAutoCompleteTextView
you can open a separate issue here.
Hello sir, I'll try to upload image from android to server but failed can u help please , this is my code var cameraModule = require("camera"); var fs = require("file-system"); var bghttpModule = require("nativescript-background-http"); var session = bghttpModule.session("image-upload"); //cameraModule.requestPermissions(); var options = { width: 300, height: 300, keepAspectRatio: true }; cameraModule.takePicture(options).then(function (imageSource) { // console.log("Image taken!"); var folder = fs.knownFolders.documents(); var path = fs.path.join(folder.path, "Test.png"); var saved = imageSource.saveToFile(path, "png"); var request = { url: "http://xxxxx", method: "POST", headers: { "Content-Type": "application/octet-stream", "File-Name": "Test.png" }, description: "{ 'uploading': " + "Test.png" + " }" };
var task = session.uploadFile(path, request); task.on("progress", logEvent); task.on("error", logEvent); task.on("complete", logEvent);
function logEvent(e) { console.log("----------------"); console.log('Status: ' + e.eventName); // console.log(e.object); if (e.totalBytes !== undefined) { console.log('current bytes transfered: ' + e.currentBytes); console.log('Total bytes to transfer: ' + e.totalBytes); } } });
But i found this error Error upload image
this is my Package json
{
"description": "NativeScript Application",
"license": "SEE LICENSE IN
On Thu, Aug 24, 2017 at 7:21 PM, Vladimir Amiorkov <notifications@github.com
wrote:
@culunvb https://github.com/culunvb
As mentioned before this thread is related to the RadListView and questions regarding other components should not be made. If you have any specific issue with the RadAutoCompleteTextView you can open a separate issue here https://github.com/telerik/nativescript-ui-feedback/issues.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/telerik/nativescript-ui-feedback/issues/138#issuecomment-324619294, or mute the thread https://github.com/notifications/unsubscribe-auth/AMfKsAaU2If9MHDGBtcIRT-S9O7nAI-Tks5sbWq7gaJpZM4Mn2zC .
-- Asan (ITNSR)
@culunvb Are you reading any of my responses? This is not a forum thread, this is a github issue that is specific to one and one issue only, using our feedback repository issue's for all of the issues you face in the same thread is not the way this repository work. Please read my previous responses!
Oo... Ok sir, I'm so sorry, i'll not repeat it again
Thnk you sir
On Thu, Aug 31, 2017 at 2:09 AM, Vladimir Amiorkov <notifications@github.com
wrote:
@culunvb https://github.com/culunvb Are you reading any of my responses? This is not a forum thread, this is a github issue that is specific to one and one issue only, using our feedback repository issue's for all of the issues you face in the same thread is not the way this repository work. Please read my previous responses!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/telerik/nativescript-ui-feedback/issues/138#issuecomment-326089645, or mute the thread https://github.com/notifications/unsubscribe-auth/AMfKsFdwDUZTpZGDjYrLR1JWQlhOfgyIks5sdbN1gaJpZM4Mn2zC .
-- Asan (ITNSR)
It will be usefull if we could define multiple templates for RadListView similar to pure NativeScirpt ListView. For example: