mrwrighty

Results 47 comments of mrwrighty

This is all very confusing to me. Although I use Nativescript I am a basic user and these constant changes completely disrupt my development process. Can you please advise what...

Thanks @rigor789 I will get the project to you ASAP. I will send a basic app for the purposes of seeing what's wrong. I have 3 other apps that are...

I was able together the project to compile. My main issue now is I cannot get images to display. I have downloaded the login example from NativeScript marketplace and this...

Yes I have. I have been able to fix the image issue but I have no idea why. I downloaded an example from Nativescript Marketplace https://play.nativescript.org/?template=play-tsc&id=uQmH4X&v=1 This project included some...

I don’t think the app would compile or run if that was the case although I might be mistaken. It was certainly an issue during my testing, but pretty sure...

Cancel is a close but still calls onDateChanged even though callback(null) is used. By removing the callback(null) the datetimepicker just closes with no event.

OK By removing the callback(null) from index.ios.js on the cancelAction this stops the datepickerclosed function triggering. There is no reason to trigger this on cancel as assumed no date is...

Sadly the script didn't do it for me. I only have 11500 files and its bombing every 1000 or so. I have a timeout of 10000 and a limit of...

Why would you need to know which server a client is connected to. What difference does it make to the client as long as you can connect to it. You...