Show HN: Weekend Project - SlideWriter for iPad
11–20 of 23 posts
Re: Show HN: Weekend Project - SlideWriter for iPad
#12Great stuff! How difficult would it be to have the sliding gestures on the keyboard itself? Keeping my fingers at the same place would make things even faster... Also, have you tried experimenting with acceleration curves for moving the cursor - i.e. moving the finger slow would yield a 1:1 cursor movement, while moving the finger faster would move the cursor something more like 8 times faster than the finger. With t…
thanks! I tried implementing an area to slide over the keyboard, but the touch events of the keys were always getting priority. I'll try out some different methods and see if I can get it to work in a way that will get approved by Apple. I like the idea of the acceleration controlling cursor speed, I'll try it out and see how it feels. After I get it to a place that feels good, I'll either release it as a component t…
Re: Show HN: Weekend Project - SlideWriter for iPad
#13Re: Show HN: Weekend Project - SlideWriter for iPad
#14In addition to submitting it to the App Store as a standalone app, I'd highly recommend componentizing your work and selling the source or a library through Cocoa Controls or BinPress.
Re: Show HN: Weekend Project - SlideWriter for iPad
#15Earlier quoted context omitted.
thanks. I was working on a similar app - but yes, it was influenced by that concept video. good suggestion for the pop-up after a selection, I will add that in. going to submit it to the App Store this week, I will follow up when it is available
IMHO you should credit the author of that video. While your work is amazing and you should be praised for your achievement, you should also make it clear about your inspiration. Awesome job, I'll install it as soon as it hits the App Store
Re: Show HN: Weekend Project - SlideWriter for iPad
#16Great work by the way!
Re: Show HN: Weekend Project - SlideWriter for iPad
#17I've been in contact with Daniel Hooper, who originally came up with the idea and made the video posted other day, and he says he's happy to see people adopt it in their apps. I think Daniel deserves a great deal of credit for putting this idea out there in the open instead of patenting it like some large companies might be tempted to do.
I've been implementing this functionality in my own word processor, UX Write, and will have it included in the first version when its released in the next few weeks. I've posted some details on my own implementation at http://www.uxproductivity.com/blog/2012/05/05/text-selection...
I noticed that in this video they have a separate button above the keyboard for triggering selection, instead of using the shift key like in Daniel's demo. I ran into some conflicts with the shift key between my own gesture recognition and the built-in keyboard logic, as I suspect the developer of SlideWriter did too. The separate button looks like a good solution.
Re: Show HN: Weekend Project - SlideWriter for iPad
#18Earlier quoted context omitted.
IMHO you should credit the author of that video. While your work is amazing and you should be praised for your achievement, you should also make it clear about your inspiration. Awesome job, I'll install it as soon as it hits the App Store
very much agree. apart from anything else, the inspiration is so obvious that if you don't credit you're basically just asking for a fight. and if you get it in the app store he might even be in a position to hit you with a DMCA takedown. my guess is it wouldn't happen, but why take the chance when all you have to do is give credit where credit's due? it's the right thing to do anyway.
"I'm glad to see others like yourself implement my idea, and it would be great if you could give me credit when you release your app."
I think giving him credit is the right thing to do. It costs nothing and is more than a fair deal given how brilliant a concept it is.
Re: Show HN: Weekend Project - SlideWriter for iPad
#19Works on iPhone as well, and is available now.
Re: Show HN: Weekend Project - SlideWriter for iPad
#20Awesome solution for something I never thought would be possible without a jailbreak! However the icon for the slide button could be better and simpler to understand. Maybe by showing a standard slider.