|
#41
|
||||
|
||||
|
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. ^.^ |
|
|
|||
|
|
|
#42
|
||||
|
||||
|
Quote:
Shift is a good idea, but where to place it? Quote:
I'll think of something else.. it's a bit hard because these images have a very nice transparancy, I couldn't edit them while leaving that intact..Quote:
edit: Auto capslock after a fullstop is now working Thanks for the suggestion! Makes typing a lot easier![]() Also, now it switches back to normal keys after a full stop. I thought that was handy. Last edited by Brett_val; 02-19-2010 at 09:27 AM. |
|
#43
|
||||
|
||||
|
I'm not sure.. There is a slim area left of the "q", but that is most likely too slim to hit accurately. You can experiment with it there anyway. Otherwise.. I'm not really sure.
Send the original file over to me and specifications of the dimensions and I'll see what I can do about it =P
__________________
"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. ^.^ |
|
#44
|
||||
|
||||
|
Nice update
, but maybe you should reimplement the press and hold ability of the backspace button. @habhome, nice icon btw. Last edited by Idroy; 02-19-2010 at 10:13 AM. |
|
#45
|
||||
|
||||
|
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. ^.^ |
|
#46
|
|||
|
|||
|
for the pics put all of them into a folder, example res. then call the folder to access the pics in MAIN.LUA code. it makes the folder 'cleaner' to view
-- load image img_menubg = image.load("res/background.png") img_keyboard = image.load("res/keyboard.png") for example Feedback: 1) limit the left side of the scrolling even when left-right scrolling is on? because no text will be shown on the left if the screen is dragged to the right, same goes for the top when the screen is dragged down. u can scroll the screen only down and to the right. screen shall be locked at pixel 0,0. in all only an extra option to scroll to the right =) 2) after all punctuations like , . ? !, leave spacing for the next character. example, "Hello there.How are you?Im fine,thank you." - current problem ""Hello there. How are you? Im fine, thank you." - after changes 3) the punctuations ! . ? will make the following characters in big caps 4) after typing a long text and saving the file, the cursor is offset when the file is opened again. 5) check the touch position for x coordinate for the letter "p", and system icon. "p" is 1/3 way into "o" and system icon is 1/2 way into "p". same goes for enter, delete and cursor direction icon very nice app there ... kudos to u Brett ... i spent so much time learning and analysing the code but my version is not even 25% complete lol. i shall be ur application tester then haha Last edited by JJLoke; 02-19-2010 at 12:03 PM. |
|
#47
|
|||
|
|||
|
hi Brett, how do u make the entire row of characters scroll at the same time ?
i happen to make the next character to the new scroll position, but not the previous characters Last edited by JJLoke; 02-21-2010 at 02:36 AM. |
|
#48
|
||||||||
|
||||||||
|
Quote:
![]() Quote:
Quote:
Quote:
![]() Quote:
Quote:
I noticed that the touch position on my Zen was a bit off, so I made a test program and I adjusted every x and y to that ... I was going to ask if it was fine for others now, but you already answered that . I remembered that I calibrated my touchscreen once without paying much attention, and well.. I calibrated it wrong. So instead of re-calibrating it I went and changed all the x,y in the code ![]() But that's fixed now ![]() Quote:
But I'm not a programmer. My code is very simple, but therefor long and weird.Quote:
At Habhome: I'm not sure how I want the picture to be, I'll think about it and send you something later
|
|
#49
|
||||
|
||||
|
Okay, looks promising ^^
Btw, I says in the first post there is a new version, but neither version is attached to the first post, only the screenshot.
__________________
"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. ^.^ |
|
#50
|
|||
|
|||
|
ummm.....wheres the link for v2.4?
|
|
#51
|
||||
|
||||
|
Sorry about that. I have a tendancy to do some finishing touches right before I upload, but those "touches" caused some problems, so I took it down.
Good thing is I added some more, like the shift button. Just temporary to see if it works well. A little explanation about loading files: Files that you have saved with this app are displayed in the load-list. To load a file that is not on the list, but is on the player, click "new" and type in the exact filename. (also works for files from another application. For example, type: ../boink/main.lua) Note: If the filename you typed in doesn't exist, you will be brought back to the menu screen. If the file has loaded successfully, you can add this file to the loadlist: Click menu -> save current file, LEAVE the filename in the box (despite the message, that is for when it's already in the loadlist) and hit Enter. It now appears in the loadlist, so that you don't have to enter the filename everytime you want to edit that file. But, it seems to give an error when it tries to load a very large file. I'm not sure why that is.... it works fine with the main.lua from boink though. Also, I know that there should be an option to delete files from the load-list, I'll be working on that. From what I have tried the save and load options are working pretty well, but if there are any issues I'd like to hear them. Last edited by Brett_val; 02-23-2010 at 04:01 PM. |
|
#52
|
||||
|
||||
|
Quote:
Trying this one now, it really looks promising! I think it's the best note app this far Keep it up so Notee-fi won't bite you in the ass and pass you though xD
__________________
"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. ^.^ |
|
#53
|
||||
|
||||
|
Bug list:
1. When changing button color the enter button does not change color 2. Back button in Options and Meny do not change either, stays semi-transparent. 3. Saved file, wrote in name and pressed enter, the app crashed. (Kept my preferences though, nice!) Suggestions: 1. Implement a function for tapping where you want the cursor in the text. 2. if that function is added you can make the cursor keys optional. Impression: Just pure WIN! Definitely the best utility-app this far! Some minor bugs to sort out, but awesome job! I hope this can inspire other people to make awesome apps.
__________________
"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. ^.^ |
|
#54
|
|||
|
|||
|
if i try to save file as then i get ERROR but the auto save works as it did before.
The app is looking really nice though =) |
|
#55
|
||||
|
||||
|
This app looks really nice and professional! It's fantastic! I can't figure out where the apostrophe is though...
|
|
#56
|
|||
|
|||
|
Nice app.
![]() He is very handy. ![]() THANKS! ![]() Maybe you can create a function that you can delete the saved file. And perhaps a function that you can the scroll list of saved files. |
|
#57
|
|||
|
|||
|
Maybe you can also insert characters like this:
á é ú í ó ö ü ï ë ä . . . . |
|
#58
|
|||
|
|||
|
unicode support !!! haha. no more competition from me Brett. i scraped my Epad idea. working on another app
|
|
#59
|
||||
|
||||
|
Did some more testing.
The load function works perfectly fine from what I can gather, saving crashes the app, as I said before. One thing I noticed is that while typing in file names the keyboard behaves differently. The shift button works as caps lock, and the num keyboard doesn't retract automatically as it does during normal writing. Another suggestion. Is it possible to allow the app to wrap text from a file it has loaded? I prefer left-right scrolling off but loaded texts generally go outside the boundaries of the screen. Also of course make it so it wraps the entire word down to the next line, instead of cutting it up. The next advanced thing to do might be to allow (as in Word and similar) to let the user chose if the right margin should be straight or if it can be "ragged". This would of course be hard when painting out he text, to separate the words more and such. But it'd be a nice addition once the basics are all down.
__________________
"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. ^.^ |
|
#60
|
||||
|
||||
|
Wow... Pretty sweet
. You only need to fix the save error, and maybe the cursor buttons,(first time I saw them I didn't know what they do) make them arrow-shaped or something.
|
![]() |
| 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 08:33 AM.












I'll think of something else.. it's a bit hard because these images have a very nice transparancy, I couldn't edit them while leaving that intact..
Thanks for the suggestion! Makes typing a lot easier
, but maybe you should reimplement the press and hold ability of the backspace button.

Keep it up so Notee-fi won't bite you in the ass and pass you though xD

Linear Mode
