|
#61
|
||||
|
||||
|
And another thing. When you do save a file (I checked the data which it auto saves to) then it doesn't save the new lines. Everything ends up in one big line, and where there should have been a line the words a re stuck together without even a space in between.
__________________
"If you are good enough at English to apologize, then there is no need to." - A good friend of mine Discovered something about the X-Fi2 you think others may not know? Post it here so others can learn about it! Have a question about X-Fi2 apps? Consult the FAQ before creating a thread about it. Like my work? Tell your friends. Don't like it? Tell me so I can improve. ^.^ |
|
|
|||
|
|
|
#62
|
|||
|
|||
|
Hi! If not hardness, add please the Russian lay-out
ps I am sorry for my "English", I from Ukraine, and English know badly, therefore took advantage of translator
|
|
#63
|
||||
|
||||
|
Quote:
Perhaps keyboard layouts could be another option feature to implement in a later version when everything else is working.
__________________
"If you are good enough at English to apologize, then there is no need to." - A good friend of mine Discovered something about the X-Fi2 you think others may not know? Post it here so others can learn about it! Have a question about X-Fi2 apps? Consult the FAQ before creating a thread about it. Like my work? Tell your friends. Don't like it? Tell me so I can improve. ^.^ |
|
#64
|
|||
|
|||
|
Quote:
|
|
#65
|
||||
|
||||
|
I vote Japanese!
I'm in the process of learning it so it'd be quite useful.
|
|
#66
|
||||
|
||||
|
The hold functionality for the backspace needs refining. First of all the button "flickers" up and down, which doesn't look really good, and there is a delay to it when you release making it easy to erase too much.
__________________
"If you are good enough at English to apologize, then there is no need to." - A good friend of mine Discovered something about the X-Fi2 you think others may not know? Post it here so others can learn about it! Have a question about X-Fi2 apps? Consult the FAQ before creating a thread about it. Like my work? Tell your friends. Don't like it? Tell me so I can improve. ^.^ |
|
#67
|
||||
|
||||
|
I tried to reply to all the posts in this thread, a few times. Everytime I get caught up in the "hmm maybe I should just try it.. oh doesn't work.. what if I change this...." loop.
So, well, proper replys (answers) are coming, it's just that I'm working on them to make them working ![]() Sorry for the delay. Word wrapping is actually working very well in the load() function, but while trying to add it to the regular typing ( draw() ) some problems came up.. Last edited by Brett_val; 02-25-2010 at 09:38 PM. |
|
#68
|
|||
|
|||
|
Try saving the saved file as a lua file.
|
|
#69
|
||||
|
||||
|
Please, could someone explain clearly how to load an existing file copied from the computer to be able to read it? Does it have to be .txt ? Or .lua? In which folder should i place it in order to be easier load it? What would be the procedure in the Noteee-fi app?
Thanks |
|
#70
|
||||
|
||||
|
Quote:
__________________
"If you are good enough at English to apologize, then there is no need to." - A good friend of mine Discovered something about the X-Fi2 you think others may not know? Post it here so others can learn about it! Have a question about X-Fi2 apps? Consult the FAQ before creating a thread about it. Like my work? Tell your friends. Don't like it? Tell me so I can improve. ^.^ |
|
#71
|
||||||||||||||
|
||||||||||||||
|
Quote:
1. The enter button is not transparant.. It's acually just the back-button that I edited. I could just use the space-button and write "enter" in it, that way it would stay transparant.. But I like this arrow better. 2. Ah I see, forgot about that. Fixed now. 3. Hmm yeah I encountered that too.. But not always though. Anyway I changed something in lines 558-560, and since then it worked better for me.. I hope it's better now. Oh what filename did you type? Maybe some characters aren't allowed or something. 1. I added tapping to change cursor position It’s not perfect and sometimes selects a line below or above where you tap, but it’s a start..Quote:
![]() I changed something on the saving part.. is it better now? Quote:
![]() And about the apostrophe, when I figured out how to use the " in the app, I changed the apostrophe for the " . But an apostrophe is needed too.. but the way the keyboard is now, I need to take a character out before I can add it back.. any suggestions? The ~ is maybe not so necessary? Quote:
Deleting files is possible in v.2.5 ![]() Quote:
Quote:
What are you working on now then?I think I once got a message while saving the lua file that it contained unicode characters, and therefore needed a different format, so I didn't save it.. I also don't think those characters are supported by the player. Correct me if I'm wrong, anyone? Quote:
Keyboard is now also more like when regular typing. Quote:
Quote:
Quote:
Quote:
I could add options to change the keyboard layout, but I'm not sure if I can add Russian characters, because the player doesn't even seem to support characters like â é û.. Quote:
![]() Quote:
Quote:
Just place it in the "Notepad" folder in the player, go to menu-> load file -> new and enter the name of the file, including the extension (usually .txt.) For example, if the file is called notes.txt, just type in notes.txt and press enter. Then, if you want to add this file to the loadlist, go to menu->save current file. The filename should appear in the box. Just press enter and it's saved in the loadlist For next update I maybe make it so that it automatically adds loaded files to the loadlist, I think that would be a lot easier. I hope I made this clear. If there is anything else, just ask
Last edited by Brett_val; 02-27-2010 at 12:47 AM. |
|
#72
|
||||
|
||||
|
Nice with the new read mode!
This far I have encountered one bug and that is when you activate the numeric keyboard, the cursor jump so the second character on the first line. Perhaps this was the bug you yourself mention in the first post? Saving still doesn't work for me. I typed in test.txt as filename, and got an error. Wrapping happens even if it is a space that makes it exceed the line, so it moves the word down even though it isn't necessary. In portrait mode it should perhaps rewrap the text for those who's disabled left right scrolling. Now it is outside the screen anyway.
__________________
"If you are good enough at English to apologize, then there is no need to." - A good friend of mine Discovered something about the X-Fi2 you think others may not know? Post it here so others can learn about it! Have a question about X-Fi2 apps? Consult the FAQ before creating a thread about it. Like my work? Tell your friends. Don't like it? Tell me so I can improve. ^.^ Last edited by Habhome; 02-27-2010 at 02:46 AM. |
|
#73
|
|||
|
|||
|
here is my text wrap idea:
each character input will increase a variable by one. so for the word "hello" it will have a variable of 5. a spacebar entry will clear the variable to 0. if variable is >=2 and end of screen is true, then go backwards the number of variable input and bring down to next line there may be a simpler way though |
|
#74
|
|||
|
|||
|
Im giving some suggestions n also noticed quite a number of bugs here:
1) Quote:
2) Quote:
3) Wen u click on "fullstop" n some other symbols now, it automatically goes to the capital alphabats keyboard (i noe tat it was on purpose n i like tat idea) however, i noticed tat now, if u click the space button on the keyboard mentioned above, the letters automatically turns to small letters (which wasnt wat happen on the previous version). Tats a bit inconvenient. 4) I also noticed tat wen u activate "show current line, total characters n filename", the filename is placed the top of the screen which is always blockin the characters on the first line, perhaps u could place it beside the "characters n current line". 5) I think u should remove the curser keyboard thing which moves the curser above the keyboard (hope u understand wat i mean) since u can move the curser by tapping now. Its also accurate enough so tat isnt a need for the curser keyboard thing. Perhaps u could fix all these bugs n release v2.51 (similar to wat u did to version v2.4) instead of a totally new version first.
Last edited by fzbm123; 02-27-2010 at 09:28 AM. |
|
#75
|
||||
|
||||
|
Quote:
About saving, I made a mistake in the saving code. A function that is needed wasn't loaded at the start, but only after a load had been done. When I tested it I always loaded a file first, and therefore I did not notice it. That's also better now, and I hope that you can finally save your text ![]() And about the wrapping, when you reach the max linelength (value set on line 97) it starts looking for a space, and wraps the characters behind that space to a new line. I made it so that it ignores spaces at the end of a line because behind that it has nothing to wrap. But I changed that, now it just places the space on a new line. While this does result in more lines, it may look better.. I also increased the max linelength from 380 to 390 to make it fit the screen a little better.. you can change that value on line 97. Quote:
Quote:
2. Also changed, does saving work now? 3. Aah I see.. while fixing other stuff I messed that up.. It's working again now. I may make the whole "automatic caps" thingy optional, if it's bothering some people. 4. I kinda liked having it up there, but alright it's at the bottom now. It's also blocking characters there, but does this look better? 5. I'm not sure about the accuracy of the touch-cursor. I think those cursor buttons are still needed. But I'll think of something else for them, because they look pretty ugly now. Yeah I think I add more bugs than that I fix ![]() So here is a bug fix update: v2.51 is now up. |
|
#76
|
|||
|
|||
|
thx a lot for the new update
|
|
#77
|
||||
|
||||
|
thank you so much! this is perfect...
will use a lot to cheat on tests... its perfect!
|
|
#78
|
||||
|
||||
|
i have a suggestion for a future version of this...
you could make a cell phone keyboard layout, because thats what we most use to write with our hands, i think. and so the buttons could be a little bit bigger which would help with precision... and in my case i would be able to write faster. Horizontally it could be the normal keyboard, and vertically the "cell phone one". And in both ways possible to hide the keyboard for a read mode. Thank you |
|
#79
|
||||
|
||||
|
Quote:
I have to make a totally new keyboard for it, but I think it's worth it. Although, you probably mean T9, right? I'm not sure if I can imitate such a thing.. and if the player is constantly searching though a dictionary it could slow everything down. Oh and about cheating on tests, don't you think it'll look a little weird that you have your mp3 player on you during tests? I used to print my notes on paper in a really small font, so small that even I could hardy read it, and hid in my pencil or something. But by the time I had the tests I hardly ever used it because I already knew what was on it The preparation of a cheat note is usually enough to remember the stuff.Aren't there any more errors? I got so used to having something working for myself, and then discovering the faults through you guys that I can hardly believe it's really working fine for everyone now
|
|
#80
|
|||
|
|||
|
the notepad works great saving and loading works now.
The options looks nice and the only thing i think would be nice is some word wrapping. Read mode works great but word wrapping for that would make it more useful. The only other things would be side apps to work with the notepad, like a calendar or planner. |
![]() |
| Tags |
| application, notepad, x-fi 2 |
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 06:39 PM.















Linear Mode
