MikeKing
11-20-2008, 10:46 PM
My question to the all of the PRS-700 owners is.. Can you write notes with the stylus on fresh pages? Similar to that of the iRex Iliad note taking feature.
|
View Full Version : Writing Notes MikeKing 11-20-2008, 10:46 PM My question to the all of the PRS-700 owners is.. Can you write notes with the stylus on fresh pages? Similar to that of the iRex Iliad note taking feature. Wetdogeared 11-21-2008, 10:41 AM You can add comments at a bookmark or hightlighted word/phrase by using the comment editor. If you tap the bookmark or highlighted word/phrase the comment editor will appear. The comment inset screen is approximatedly 4.0 X 5.5 cm (approximately 36 characters accross and 8 rows down) with a QWERTY touchscreen keyboard below it which works with a finger but works even better with the stylus. Entry can be very quick if you know your keyboard. The comments can be scrolled if your comments are more than will fit on one inset screen. There is a maximum of 2048 characters allowed per comment. (This may be a limit for some but, as of yet, I have never reached the max.) You also have access to input special symbols, those similar on a regular keyboard. I'm not familiar with the iRex Illad but I hope this helps. MikeKing 11-21-2008, 11:19 AM So I guess it doesn't do what I want it to. I'm thinking more along the lines as almost using it as a pad of paper to write notes on as well. iLiad has that feature, but the way Sony described the reader on their website it almost appeared theirs had that functionality as well. =/ Wetdogeared 11-21-2008, 11:42 AM Then I guess the answer is no. As far as I'm aware, comments have to be attached to a bookmark or highlighted note and are limited to 2048 characters. No place to keep a separate "note pad" that is not associated with one of the above. ----- This might be way out there, but you could create a document on your computer containing text that you could highlight and then add notes to. i.e. Notes 1 Notes 2 Notes 3 ... ..or Notes 1 2 3 4 5 6 7 8 9 10 ... Reminder 1 2 3 4 5 6 7 8 9 10 ... ToDo List 1 2 3 4 5 6 7 8 9 10 ... Call this document "Notebook" and copy to reader as a book (and possibly create separate "Books" for Reminders and ToDo list). Go to read your new "Notebook". Comments could then be attached to each line or number in the book. System keeps tracks of all notes and their dates. Notes would have the title "Notes 1", "Notes 2", "Notes 3" etc., you couldn't change the note title, but the date it was written is displayed and might be enough of a clue to your note. Not very pretty, but a possible work-around?:chinscratch: ewiplayer 11-21-2008, 11:59 AM Not to mention the (possibly) more critical point that you cannot write with the pen as you would with the Iliad. The notes are created with a keyboard-like interface, not by writing as if you were working on a pad of paper. Wetdogeared 11-21-2008, 12:15 PM You're right, you must use the soft keyboard, and no way to handle anything handwritten or a signature. zelda_pinwheel 11-21-2008, 12:22 PM This might be way out there, but you could create a document on your computer containing text that you could highlight and then add notes to. i.e. Notes 1 Notes 2 Notes 3 ... ..or Notes 1 2 3 4 5 6 7 8 9 10 ... Reminder 1 2 3 4 5 6 7 8 9 10 ... ToDo List 1 2 3 4 5 6 7 8 9 10 ... Call this document "Notebook" and copy to reader as a book (and possibly create separate "Books" for Reminders and ToDo list). Go to read your new "Notebook". Comments could then be attached to each line or number in the book. System keeps tracks of all notes and their dates. Notes would have the title "Notes 1", "Notes 2", "Notes 3" etc., you couldn't change the note title, but the date it was written is displayed and might be enough of a clue to your note. Not very pretty, but a possible work-around?:chinscratch: that is a very good idea ! Wetdogeared 11-21-2008, 12:39 PM An afterthought If you prefixed your booknames, i.e. AA Notes, AA Reminders, AA Todo... All of your private "notepads" would be at the top of your booklist, or an alternative: My Notes:Notes My Notes:Reminders My Notes:To do list Or any other previx to your liking, would also group your "notepads" together in the alphabetical book listing. MikeKing 11-21-2008, 12:47 PM Its to bad they don't have an SDK. I'm sure it wouldn't be to hard to implement Wetdogeared 11-21-2008, 12:56 PM Its to bad they don't have an SDK. I'm sure it wouldn't be to hard to implement An SDK from SONY is not very likely if you know their history. ewiplayer 11-21-2008, 01:00 PM Not to mention that it's always harder than you think to design/build such a thing... looks simple... it's not :) I'm a software developer/architect and, well... I never say "it's simple" anymore. Too many times have I been burned after saying that :D MikeKing 11-21-2008, 01:04 PM Not to mention that it's always harder than you think to design/build such a thing... looks simple... it's not :) I'm a software developer/architect and, well... I never say "it's simple" anymore. Too many times have I been burned after saying that :D As am I, but to the best of my knowledge about the device it uses a standard Linux O/S. Seriously, how hard could it be to implement something as simple as a paintbrush utility. It appears the reader already has the capability of write abilities onto the storage medium. ewiplayer 11-21-2008, 01:24 PM As am I, but to the best of my knowledge about the device it uses a standard Linux O/S. Seriously, how hard could it be to implement something as simple as a paintbrush utility. It appears the reader already has the capability of write abilities onto the storage medium. How do you raster the written stuff to an image format? How do you store it? Where do you store it? How is it retrieved? Displayed? Do you get to modify the file itself (i.e. write notes on the doc)? If so, then how does the existing rendering engine manage to deal with the new data? How does it integrate with the offline software? Can you edit it outside? How do you sync those changes back and forth? Is it a new filetype that must be supported? Does it integrate with the notes application or can it be its own beast? What are the file size requirements on the device? How do you optimize for input and display? Are files that are too big too difficult to display? That's a stream of consciousness... I haven't even thought about it yet. This could go on for a while...:p I don't want to get into a design discussion at all (as it would be even further off topic than this post is already), I'm just making my point... and I'm going to sum up with my original statement... "It's always harder than you think". :) Wetdogeared 11-21-2008, 01:26 PM I was a systems programmer/analyst for 25 years and I never want to see another line of code again. That's for the nextgen. I want to read in my retirement, where my dreams won't be taken over by operations research mode trying to solve logic problems. MikeKing 11-21-2008, 01:31 PM How do you raster the written stuff to an image format? How do you store it? Where do you store it? How is it retrieved? Displayed? Do you get to modify the file itself (i.e. write notes on the doc)? If so, then how does the existing rendering engine manage to deal with the new data? How does it integrate with the offline software? Can you edit it outside? How do you sync those changes back and forth? Is it a new filetype that must be supported? Does it integrate with the notes application or can it be its own beast? What are the file size requirements on the device? How do you optimize for input and display? Are files that are too big too difficult to display? That's a stream of consciousness... I haven't even thought about it yet. This could go on for a while...:p I don't want to get into a design discussion at all (as it would be even further off topic than this post is already), I'm just making my point... and I'm going to sum up with my original statement... "It's always harder than you think". :) Well I'm defiantly not saying your wrong because your probably right. But I'm looking around at some the applications produced for the 505 and 500. I'm certain its possible to implement. How hard it would be is another discussion on its own. Anyways, thanks for the response. =) Shunt1 11-21-2008, 05:23 PM The PRS-700 can run Java, but it is rather tricky to invoke the programs. Read the forums about implementing a dictionary on the 505 as an example. igorsk 11-21-2008, 07:04 PM It doesn't run Java but has a custom implementation of ECMAScript (also known as JavaScript), which is a completely different beast. DaleDe 11-22-2008, 02:05 AM "It's always harder than you think". :) And I always thought it was just SMOP. ... Small Matter of Programming. Dale pilotbob 11-22-2008, 02:11 AM And I always thought it was just SMOP. ... Small Matter of Programming. I always tell my boss we can do anything with enough time and money. BOb zelda_pinwheel 11-22-2008, 08:47 AM I always tell my boss we can do anything with enough time and money. BOb of which there are always endless supplies on every project, right ? :rolleyes: pilotbob 11-22-2008, 12:00 PM of which there are always endless supplies on every project, right ? :rolleyes: Um... yea?!... That is basically my point. BOb yunti 12-11-2008, 07:40 AM Not to mention the (possibly) more critical point that you cannot write with the pen as you would with the Iliad. The notes are created with a keyboard-like interface, not by writing as if you were working on a pad of paper. Is this a software or a hardware limitation on the PRS-700. ie does the screen even have the hardware sensitivity to detect 'scribbles' with the stylus? ewiplayer 12-11-2008, 06:01 PM Is this a software or a hardware limitation on the PRS-700. ie does the screen even have the hardware sensitivity to detect 'scribbles' with the stylus? Since it can detect a drag, I would bet it can detect a scribble. The keyboard interface is just a simpler one to implement, and ascii text takes up less space than the gif/jpg/png that would be generated by a scribble, can be put into XML and exported, easily viewed by other apps, etc... I would suspect that these were the leading reasons for the keyboard implementation. The hardware is probably quite capable of doing either. alrumich 05-27-2009, 12:55 AM An afterthought If you prefixed your booknames, i.e. AA Notes, AA Reminders, AA Todo... All of your private "notepads" would be at the top of your booklist, or an alternative: My Notes:Notes My Notes:Reminders My Notes:To do list Or any other previx to your liking, would also group your "notepads" together in the alphabetical book listing. Just wanted to thank you! Great Idea! =X= 05-27-2009, 01:15 PM My question to the all of the PRS-700 owners is.. Can you write notes with the stylus on fresh pages? Similar to that of the iRex Iliad note taking feature. As an aside, it looks like your shopping around. The EBookWise eReader has a stylus and you can add notes scribble on text, highlight, etc.. The device is slightly more than $100. It's not an eInk device but the device lats between 10-15hrs on a single charge. =X= Momo_Germany 05-28-2009, 04:30 PM Hi wetdogeared! Just wanted to thank you for your really good idea concerning creating private notes with the Sony PRS-700! :thanks: I've tried it out and it seems to work really good. For sure not that good as if a function for notes, not depending on a certain book, would have applied, but it's a good way to help myself, as I found out. Greetings from Germany, Momo Wetdogeared 05-28-2009, 05:05 PM Just wanted to thank you! Great Idea! Hi wetdogeared! Just wanted to thank you for your really good idea concerning creating private notes with the Sony PRS-700! :thanks: I've tried it out and it seems to work really good. For sure not that good as if a function for notes, not depending on a certain book, would have applied, but it's a good way to help myself, as I found out. Greetings from Germany, Momo You're welcome, I'm just happy someone reads my posts. :D *another idea* What if someone created a book with one page for each month or each day of the year with dates or times to click on. We could attach reminders or notes to certain dates or times within dates. We could have a crude daily or weekly organizer. Any takers. WDE. alrumich 05-29-2009, 12:49 AM Then I guess the answer is no. As far as I'm aware, comments have to be attached to a bookmark or highlighted note and are limited to 2048 characters. No place to keep a separate "note pad" that is not associated with one of the above. ----- This might be way out there, but you could create a document on your computer containing text that you could highlight and then add notes to. i.e. Notes 1 Notes 2 Notes 3 ... ..or Notes 1 2 3 4 5 6 7 8 9 10 ... Reminder 1 2 3 4 5 6 7 8 9 10 ... ToDo List 1 2 3 4 5 6 7 8 9 10 ... Call this document "Notebook" and copy to reader as a book (and possibly create separate "Books" for Reminders and ToDo list). Go to read your new "Notebook". Comments could then be attached to each line or number in the book. System keeps tracks of all notes and their dates. Notes would have the title "Notes 1", "Notes 2", "Notes 3" etc., you couldn't change the note title, but the date it was written is displayed and might be enough of a clue to your note. Not very pretty, but a possible work-around?:chinscratch: Attached is the variant of this notebook. Seems to work fine :) Wetdogeared 05-29-2009, 01:12 AM Attached is the variant of this notebook. Seems to work fine :) Just downloaded your notebook onto my PRS700 and it works great. :thumbsup: It looks good too. Now about my calendar idea, I think it would work just the same if a page was created for each month of the year. One could attach notes/reminders to any day of the month. You could leaf through the months with a swipe of the thumb. Like I said, a bit crude, but when Sony isn't supplying firmware/software updates we will find ways to work-around. This isn't hacking, it's just making the best of what we're given. I like it. :D It's a great compliment that you took this to fruition. Thank you. WDE. *edit* Even better, can do an exact search on word or phrase within the notes. :) alrumich 05-29-2009, 05:37 AM Just downloaded your notebook onto my PRS700 and it works great. :thumbsup: It looks good too. Now about my calendar idea, I think it would work just the same if a page was created for each month of the year. One could attach notes/reminders to any day of the month. You could leaf through the months with a swipe of the thumb. Like I said, a bit crude, but when Sony isn't supplying firmware/software updates we will find ways to work-around. This isn't hacking, it's just making the best of what we're given. I like it. :D It's a great compliment that you took this to fruition. Thank you. WDE. *edit* Even better, can do an exact search on word or phrase within the notes. :) Yeah, it is a little bit crude, but we do have to be creative with Sony :) Attached is the variant (year-less); a proper calendar may work better. I wish I had more time to play with it... UPDATE 1: I have made a calendar for 2009 as well! It is attached. UPDATE 2: One more - a weekly agenda; 52 weeks, so it should be enough for a year; one can add a note to the title of a page, like "June 1-7, 2009," so it may be quickly accessed from the Notes/Bookmarks; then any note can be added to hours. Momo_Germany 05-29-2009, 07:57 AM Hi alrumich! Your calendar and notebook work perfectly and are looking great! :2thumbsup: Thank you so much! :thanks: Greetings, Momo Wetdogeared 05-29-2009, 02:25 PM Yeah, it is a little bit crude, but we do have to be creative with Sony :) Attached is the variant (year-less); a proper calendar may work better. I wish I had more time to play with it... UPDATE: I have made a calendar for 2009 as well! It is attached. Thanks again alrumich. :thanks: WDE. alrumich 05-29-2009, 04:12 PM Hi alrumich! Your calendar and notebook work perfectly and are looking great! :2thumbsup: Thank you so much! :thanks: Greetings, Momo You are welcome! alrumich 05-29-2009, 04:23 PM Thanks again alrumich. :thanks: WDE. You are welcome, let me know if you have any other ideas :) |