imath 发表于 2013-6-16 12:40:08

iNote

本帖最后由 imath 于 2013-6-16 12:52 编辑

iNote现已发布。
通过使用iNote,你可以记录任何灵感,可以是文学的,亦或是科学的。或者仅仅当做是一个备忘录,或者仅仅是当做一个提醒事项,日程安排表。并且可以集中查看,集中管理。记录的条数没有上限。使用鼠标控制,若没有鼠标,轻按tab可以呼出鼠标。具有自动保存功能,只需退出程序时选择保存文档即可。
此APP已针对CX CAS优化。
屏幕截图:













wtof1996 发表于 2013-6-16 12:45:01

很好奇文件在哪

adriweb 发表于 2013-6-16 18:29:41

Good design, but you have to check if you are in the first "frame" (where you have two 2dEditors) when typing on the keyboard because wherever you are, keys pressed gets added to the text box.

Also, I see you don't use classes nor screen. It would make your code much much simpler and efficient (especially all your If with the "Where" variable...)
Take a look here : http://inspired-lua.org/index.php/2012/02/how-to-create-a-screen-manager/
As well as http://compasstech.com.au/TNS_Authoring/Scripting/script_tut11.html

imath 发表于 2013-6-16 18:41:26

本帖最后由 imath 于 2013-6-16 18:48 编辑

How did you know that I used the var "Where"?
As the matter of fact,I used a class called "ui"
and I used it in this way:
if Where == 0 then
ui:home(gc)
elseif Where == 1 then
ui:addnote(gc)
elseif ...
...
end
Meanwhile,the botton in the RIGHTest and the UPest zone is based on a class called okbutton.
There is actually a bug as you said.I wish I could fix it sooner or later.
In future I also want to add some functions such as passcode.
I appreciate it that you helped me.

adriweb 发表于 2013-6-16 19:52:48

imath 发表于 2013-6-16 11:41 static/image/common/back.gif
How did you know that I used the var "Where"?
As the matter of fact,I used a class called "ui"
and ...

(It's very easy to counter the password "protection" ^^)

But it's easier for us to help you and for you to debug to get a no-password version at first. Then, for a release, you could put a password if you would like.

Anyway, the use of "Where" and things like that means that you don't use screens and it's a pity since it's much better :) But yeah, your code is not bad at all :)

For the 2DEditor bug, just move it off screen and nil it when yo'ure out of the frame, it should work.

imath 发表于 2013-6-16 20:24:50

本帖最后由 imath 于 2013-6-16 20:26 编辑

I mean that add a function of passcode or "slide to unlock"(like iPod touch)to protect the notes you added in the Nspire CAS.
counter the password?I think Tns Fileis based on DES?

imath 发表于 2013-6-16 21:35:42

本帖最后由 imath 于 2013-6-17 21:15 编辑

I'll try Screen Manager.
It's simple as well as efficient for us to use it.

DAS 发表于 2013-6-16 23:11:15

imath 发表于 2013-6-16 20:24
I mean that add a function of passcode or "slide to unlock"(like iPod touch)to protect the notes y ...

slide to unlock...........果然是i字头的程序么

DAS 发表于 2013-6-16 23:11:32

imath 发表于 2013-6-16 20:24
I mean that add a function of passcode or "slide to unlock"(like iPod touch)to protect the notes y ...

slide to unlock...........果然是i字头的程序么

imath 发表于 2013-6-16 23:12:51

DAS 发表于 2013-6-16 23:11 static/image/common/back.gif
slide to unlock...........果然是i字头的程序么

你去搜下我自编的Fawpad 2程序。

HHX-XXM 发表于 2013-6-17 20:10:07

3.1压力山大

imath 发表于 2013-6-17 21:15:27

adriweb 发表于 2013-6-16 19:52 static/image/common/back.gif
(It's very easy to counter the password "protection" ^^)

But it's easier for us to help you and ...

a new dictionary programme has been published: http://www.cncalc.org/thread-8881-1-1.html
and it uses Screen Managers ^_^
as with that bug,in fact,I think setfocus(false) is enough.

5668157 发表于 2013-6-18 15:21:01

问个比较2的问题:如何输入中文?

scc77 发表于 2013-6-22 01:25:37

怎么都不能单个删除或编辑呢?

尘封的烟花 发表于 2013-6-22 20:42:21

!!!!

DAS 发表于 2013-6-24 21:10:43

imath 发表于 2013-6-16 23:12
你去搜下我自编的Fawpad 2程序。

看到了,但我想问的不是如何实现,而是,你真的打算加这个?真打算加的话,就改成刮键盘解锁吧,就像某水果忍者游戏一样

imath 发表于 2013-6-25 00:25:31

DAS 发表于 2013-6-24 21:10 static/image/common/back.gif
看到了,但我想问的不是如何实现,而是,你真的打算加这个?真打算加的话,就改成刮键盘解锁吧,就像某水 ...

刮键盘解 锁去看我写的 Mathpad 8 Feel

360度鼠标 发表于 2013-8-2 23:00:53

这东西,找了好久了谢谢楼主

limingde 发表于 2014-2-25 16:59:48

这……nspire又不是没有记事本功能……但还是赞一个,毕竟能编出来就很牛了!加油

qzuser 发表于 2020-5-8 13:25:45

加油
页: [1]
查看完整版本: iNote