cnCalc计算器论坛

 找回密码
 注册
搜索
查看: 6057|回复: 19

[TI-Nspire系列] iNote

[复制链接]
发表于 2013-6-16 12:40:08 | 显示全部楼层 |阅读模式
计算器程序
程序名称: iNote
平台: TI-Nspire 
系统/软件要求:
版本号:
类型: 其他 
作者: imath
大小(K): 4
更新日期: 今天
描述: -
已知缺陷: -
源代码: 开源/部分开源
本帖最后由 imath 于 2013-6-16 12:52 编辑

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

16-06-2013 Image002.jpg

16-06-2013 Image003.jpg

16-06-2013 Image004.jpg

16-06-2013 Image005.jpg

16-06-2013 Image006.jpg

16-06-2013 Image007.jpg

iNote.tns

3.04 KB, 下载次数: 23, 下载积分: 金钱 -1

发表于 2013-6-16 12:45:01 | 显示全部楼层
很好奇文件在哪

点评

忘上传了。。  发表于 2013-6-16 12:46
发表于 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.ph ... e-a-screen-manager/
As well as http://compasstech.com.au/TNS_Au ... g/script_tut11.html
 楼主| 发表于 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.
发表于 2013-6-16 19:52:48 | 显示全部楼层
imath 发表于 2013-6-16 11:41
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.
 楼主| 发表于 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 File  is based on DES?
 楼主| 发表于 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.
发表于 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字头的程序么
发表于 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字头的程序么

点评

用Press [1] to unlock模拟的slide to unlock  发表于 2013-6-16 23:16
 楼主| 发表于 2013-6-16 23:12:51 | 显示全部楼层
DAS 发表于 2013-6-16 23:11
slide to unlock...........果然是i字头的程序么

你去搜下我自编的Fawpad 2程序。
发表于 2013-6-17 20:10:07 | 显示全部楼层
3.1压力山大
 楼主| 发表于 2013-6-17 21:15:27 | 显示全部楼层
adriweb 发表于 2013-6-16 19:52
(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.
发表于 2013-6-18 15:21:01 | 显示全部楼层
问个比较2的问题:如何输入中文?
发表于 2013-6-22 01:25:37 | 显示全部楼层
怎么都不能单个删除或编辑呢?

点评

做得比较仓促  发表于 2013-6-22 13:03
发表于 2013-6-22 20:42:21 | 显示全部楼层
!!!!
发表于 2013-6-24 21:10:43 来自手机 | 显示全部楼层
imath 发表于 2013-6-16 23:12
你去搜下我自编的Fawpad 2程序。

看到了,但我想问的不是如何实现,而是,你真的打算加这个?真打算加的话,就改成刮键盘解锁吧,就像某水果忍者游戏一样
 楼主| 发表于 2013-6-25 00:25:31 | 显示全部楼层
DAS 发表于 2013-6-24 21:10
看到了,但我想问的不是如何实现,而是,你真的打算加这个?真打算加的话,就改成刮键盘解锁吧,就像某水 ...

刮键盘解 锁去看我写的 Mathpad 8 Feel
发表于 2013-8-2 23:00:53 | 显示全部楼层
这东西,找了好久了谢谢楼主
发表于 2014-2-25 16:59:48 | 显示全部楼层
这……nspire又不是没有记事本功能……但还是赞一个,毕竟能编出来就很牛了!加油
发表于 2020-5-8 13:25:45 | 显示全部楼层
加油
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|cnCalc计算器论坛

GMT+8, 2024-4-20 12:59 , Processed in 0.085999 second(s), 25 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表